-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6f7f238
There was a problem hiding this comment.
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.
6f7f238
There was a problem hiding this comment.
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
6f7f238
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6f7f238
There was a problem hiding this comment.
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
6f7f238
There was a problem hiding this comment.
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
6f7f238
There was a problem hiding this comment.
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
6f7f238
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, same issue: https://logs.ofborg.org/?key=nixos/nixpkgs.317058&attempt_id=ca9dcee7-7c50-43c2-8b20-eab2f2dc4d5d
6f7f238
There was a problem hiding this comment.
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)
6f7f238
There was a problem hiding this comment.
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.