Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanreg committed Jun 3, 2024
1 parent 67ad970 commit 6f7f238
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.9.3
=====
- FFmpeg 7.0 compatibility
- Added an option to specify the image size for cover lookup
- When only printing info, do not require an offset to be specified with -I
- Fix default pregap action setting for tracks after the first
- Better error handling

0.9.2
=====
- ReplayGain 2.0 scanning and tagging
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project('cyanrip', 'c',
license: 'LGPL2.1+',
default_options: [ 'buildtype=debugoptimized', 'c_std=c99', 'warning_level=1' ],
version: '0.9.2',
version: '0.9.3',
meson_version: '>=0.53.0',
)

Expand Down

9 comments on commit 6f7f238

@cyanreg
Copy link
Owner Author

@cyanreg cyanreg commented on 6f7f238 Jun 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sodface, @desbma, @vs49688, @diizzyy, @ep76, @sebastinas

Hi all,
I've released version 0.9.3. It contains support for FFmpeg 7.0, as well as a few bugfixes and one or two features. You should consider updating if you haven't yet.
Support for the minimum FFmpeg version is not bumped, as all the features in 7.0 were present already in the minimum version.

@sodface I've uploaded a clean tar archive of the release in https://github.com/cyanreg/cyanrip/archive/refs/tags/v0.9.3.tar.gz
I'm not sure whether that's considered a release asset.

@vs49688
Copy link

@vs49688 vs49688 commented on 6f7f238 Jun 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@r-ryantm 's already picked it up, I'll tick if off after work 👍
NixOS/nixpkgs#317058

@sodface
Copy link

@sodface sodface commented on 6f7f238 Jun 4, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@diizzyy
Copy link
Contributor

@diizzyy diizzyy commented on 6f7f238 Jun 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fails to build on FreeBSD 13.2, 13.3 and 14.0 (14.1 works) on amd64

Same error on all,
https://pdr2.bofh.network/data/132-diizzy/2024-06-04_17h31m31s/logs/errors/cyanrip-0.9.3.log

@cyanreg
Copy link
Owner Author

@cyanreg cyanreg commented on 6f7f238 Jun 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@diizzyy Does this patch help: https://0x0.st/XqYP.patch

@vs49688
Copy link

@vs49688 vs49688 commented on 6f7f238 Jun 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's broken on Darwin too, I've kicked off a build and will post the logs when it finishes

@vs49688
Copy link

@vs49688 vs49688 commented on 6f7f238 Jun 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's broken on Darwin too, I've kicked off a build and will post the logs when it finishes

Yep, same issue: https://logs.ofborg.org/?key=nixos/nixpkgs.317058&attempt_id=ca9dcee7-7c50-43c2-8b20-eab2f2dc4d5d

@diizzyy
Copy link
Contributor

@diizzyy diizzyy commented on 6f7f238 Jun 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cyanreg
Still fails unfortunately, https://pdr2.bofh.network/data/132-diizzy/2024-06-05_00h11m32s/logs/errors/cyanrip-0.9.3_1.log

Edit: It works if you force use of llvm/clang 18 but nothing older than that (without the XqYP.patch)

@cyanreg
Copy link
Owner Author

@cyanreg cyanreg commented on 6f7f238 Jun 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Released v0.9.3.1 to fix this.
Really wish I had found out sooner.

Please sign in to comment.