Skip to content

Commit

Permalink
Merge pull request #408 from g-maxime/preparing-v23.03
Browse files Browse the repository at this point in the history
Preparing v23.03
  • Loading branch information
JeromeMartinez authored Mar 31, 2023
2 parents 42fe853 + baadfd4 commit 7c9f9ad
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 21 deletions.
11 changes: 11 additions & 0 deletions History_CLI.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 23.03, 2023-03-31
-------------
AVI/v210
DPX 10-bit Y filled
DPX RGB 12-bit Packed BE vflip
DPX RGB 12-bit Packed BE with non 8-pixel aligned width
32-bit (integer and float) PCM in WAV
Support of uncommon DPX version strings
Support of -i input_file options1 output_file1 options2 output_file2 (FFmpeg style)
Fix issues with FFV1 v0/v1 and/or 1 slice

Version 21.09, 2021-09-03
-------------
Y support (DPX and TIFF, 8- and 16-bit)
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>21.09</version>
<version>23.03</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/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=21.09
pkgver=23.03
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: 21.09-1
Version: 23.03-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_21.09.orig.tar.xz
00000000000000000000000000000000 000000 rawcooked_21.09-1.debian.tar.xz
00000000000000000000000000000000 000000 rawcooked_23.03.orig.tar.xz
00000000000000000000000000000000 000000 rawcooked_23.03-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 21.09
%global rawcooked_version 23.03

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> - 21.09-0
* Mon Jan 01 2018 Jerome Martinez <info@mediaarea.net> - 23.03-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 21,09,0,0
PRODUCTVERSION 21,09,0,0
FILEVERSION 23,03,0,0
PRODUCTVERSION 23,03,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", "21.09.0.0"
VALUE "FileVersion", "23.03.0.0"
VALUE "InternalName", "RAWcooked - CLI"
VALUE "LegalCopyright", "MediaArea.net"
VALUE "OriginalFilename", "RAWcooked.exe"
VALUE "ProductName", "RAWcooked"
VALUE "ProductVersion", "21.09.0.0"
VALUE "ProductVersion", "23.03.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 21,09,0,0
PRODUCTVERSION 21,09,0,0
FILEVERSION 23,03,0,0
PRODUCTVERSION 23,03,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", "21.09.0.0"
VALUE "FileVersion", "23.03.0.0"
VALUE "InternalName", "RAWcooked - CLI"
VALUE "LegalCopyright", "MediaArea.net"
VALUE "OriginalFilename", "RAWcooked.exe"
VALUE "ProductName", "RAWcooked"
VALUE "ProductVersion", "21.09.0.0"
VALUE "ProductVersion", "23.03.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>21.09</string>
<string>23.03</string>
<key>CFBundleVersion</key>
<string>21.09</string>
<string>23.03</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 @@
21.09
23.03
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" "21.09" "Bit-by-bit fidelity"
.TH "RAWcooked" "1" "https://mediaarea.net/RAWcooked" "23.03" "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 = "21.09";
const char* LibraryVersion = "23.03";

// 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 (21.09-1) unstable; urgency=low
rawcooked (23.03-1) unstable; urgency=low

* See History.txt for more info and real dates

Expand Down

0 comments on commit 7c9f9ad

Please sign in to comment.