Skip to content

Commit

Permalink
Merge pull request #444 from g-maxime/preparing-v24.11
Browse files Browse the repository at this point in the history
Preparing v24.11
  • Loading branch information
JeromeMartinez authored Nov 11, 2024
2 parents be94c48 + 7678918 commit a9d4f4e
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 22 deletions.
9 changes: 9 additions & 0 deletions History_CLI.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 24.11, 2024-11-11
-------------
Cleanup of the output
Add --log-name option for summary in a file at the end of the processing
Support of DPX Y 10-bit from DIAMANT-Film
Accept null bytes in DPX version
Add TIFF 8-bit LE
Fix wrong compute of max slice count with DPX having group of pixels

Version 23.12, 2023-12-18
-------------
Support of DPX/Y/12-bit/Packed/BE
Expand Down
2 changes: 1 addition & 1 deletion Project/Chocolatey/rawcooked.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>rawcooked</id>
<title>RAWcooked</title>
<version>23.12</version>
<version>24.11</version>
<packageSourceUrl>https://github.com/MediaArea/RAWcooked/blob/master/Project/Chocolatey</packageSourceUrl>
<owners>MediaArea.net</owners>
<authors>MediaArea.net</authors>
Expand Down
2 changes: 1 addition & 1 deletion Project/Chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$packageArgs = @{
PackageName = "${env:ChocolateyPackageName}"
Url64bit = "https://mediaarea.net/download/binary/rawcooked/23.12/RAWcooked_CLI_23.12_Windows_x64.zip"
Url64bit = "https://mediaarea.net/download/binary/rawcooked/24.11/RAWcooked_CLI_24.11_Windows_x64.zip"
Checksum64 = '0000000000000000000000000000000000000000000000000000000000000000'
ChecksumType64 = 'sha256'
UnzipLocation = "$(split-path -parent $MyInvocation.MyCommand.Definition)\rawcooked"
Expand Down
2 changes: 1 addition & 1 deletion Project/GNU/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: MediaArea.net SARL <info@mediaarea.net>

pkgname=('rawcooked')
pkgver=23.12
pkgver=24.11
pkgrel=1
pkgdesc="Encodes RAW audio-visual data while permitting reversibility"
url="http://mediaarea.net"
Expand Down
6 changes: 3 additions & 3 deletions Project/GNU/rawcooked.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Format: 3.0 (quilt)
Source: rawcooked
Binary: rawcooked, rawcooked-dbg
Architecture: any
Version: 23.12-1
Version: 24.11-1
Maintainer: Jerome Martinez <info@mediaarea.net>
Homepage: https://mediaarea.net
Standards-Version: 3.7.3
Build-Depends: debhelper (>=7), pkg-config, automake, autoconf, libtool
Files:
00000000000000000000000000000000 000000 rawcooked_23.12.orig.tar.xz
00000000000000000000000000000000 000000 rawcooked_23.12-1.debian.tar.xz
00000000000000000000000000000000 000000 rawcooked_24.11.orig.tar.xz
00000000000000000000000000000000 000000 rawcooked_24.11-1.debian.tar.xz
4 changes: 2 additions & 2 deletions Project/GNU/rawcooked.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# norootforbuild

%global rawcooked_version 23.12
%global rawcooked_version 24.11

Name: rawcooked
Version: %rawcooked_version
Expand Down Expand Up @@ -72,5 +72,5 @@ popd
%{_mandir}/man1/rawcooked.*

%changelog
* Mon Jan 01 2018 Jerome Martinez <info@mediaarea.net> - 23.12-0
* Mon Jan 01 2018 Jerome Martinez <info@mediaarea.net> - 24.11-0
- See History.txt for more info and real dates
8 changes: 4 additions & 4 deletions Project/MSVC2017/CLI/RAWcooked.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 23,12,0,0
PRODUCTVERSION 23,12,0,0
FILEVERSION 24,11,0,0
PRODUCTVERSION 24,11,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "RAWcooked"
VALUE "FileVersion", "23.12.0.0"
VALUE "FileVersion", "24.11.0.0"
VALUE "InternalName", "RAWcooked - CLI"
VALUE "LegalCopyright", "MediaArea.net"
VALUE "OriginalFilename", "RAWcooked.exe"
VALUE "ProductName", "RAWcooked"
VALUE "ProductVersion", "23.12.0.0"
VALUE "ProductVersion", "24.11.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Project/MSVC2019/CLI/RAWcooked.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 23,12,0,0
PRODUCTVERSION 23,12,0,0
FILEVERSION 24,11,0,0
PRODUCTVERSION 24,11,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "MediaArea.net"
VALUE "FileDescription", "RAWcooked"
VALUE "FileVersion", "23.12.0.0"
VALUE "FileVersion", "24.11.0.0"
VALUE "InternalName", "RAWcooked - CLI"
VALUE "LegalCopyright", "MediaArea.net"
VALUE "OriginalFilename", "RAWcooked.exe"
VALUE "ProductName", "RAWcooked"
VALUE "ProductVersion", "23.12.0.0"
VALUE "ProductVersion", "24.11.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions Project/Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>23.12</string>
<string>24.11</string>
<key>CFBundleVersion</key>
<string>23.12</string>
<string>24.11</string>
<key>DTSDKName</key>
<string>macosx10.6</string>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion Project/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.12
24.11
2 changes: 1 addition & 1 deletion Source/CLI/rawcooked.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "RAWcooked" "1" "https://mediaarea.net/RAWcooked" "23.12" "Bit-by-bit fidelity"
.TH "RAWcooked" "1" "https://mediaarea.net/RAWcooked" "24.11" "Bit-by-bit fidelity"
.\" Turn off justification for nroff.
.if n .ad l
.\" Turn off hyphenation.
Expand Down
2 changes: 1 addition & 1 deletion Source/Lib/Compressed/RAWcooked/RAWcooked.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using namespace std;

// Library name and version
const char* LibraryName = "RAWcooked";
const char* LibraryVersion = "23.12";
const char* LibraryVersion = "24.11";

// EBML
static const uint32_t Name_EBML = 0x0A45DFA3;
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rawcooked (23.12-1) unstable; urgency=low
rawcooked (24.11-1) unstable; urgency=low

* See History.txt for more info and real dates

Expand Down

0 comments on commit a9d4f4e

Please sign in to comment.