commit: e0e71cee6fde942f284cb269964d5bc4852010eb
Author: Brian R McCarter <bibocc <AT> gmail <DOT> com>
AuthorDate: Sun Nov 16 20:47:46 2025 +0000
Commit: Brian R McCarter <bibocc <AT> gmail <DOT> com>
CommitDate: Sun Nov 16 20:47:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0e71cee
media-sound/cyanrip: remove unused files
Signed-off-by: Brian R McCarter <bibocc <AT> gmail.com>
.../cyanrip/files/cyanrip-0.9.2-0000-ffmpeg.patch | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/media-sound/cyanrip/files/cyanrip-0.9.2-0000-ffmpeg.patch
b/media-sound/cyanrip/files/cyanrip-0.9.2-0000-ffmpeg.patch
deleted file mode 100644
index 3a02b770cf..0000000000
--- a/media-sound/cyanrip/files/cyanrip-0.9.2-0000-ffmpeg.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -urN a/src/meson.build b/src/meson.build
---- a/src/meson.build 2023-11-19 01:26:19.000000000 -0600
-+++ b/src/meson.build 2024-01-08 12:01:26.666552714 -0600
-@@ -19,11 +19,11 @@
- # Required dependencies
- dependencies = [
- # ffmpeg libs
-- dependency('libavcodec', version: '>= 59.24.100'),
-+ dependency('libavcodec', version: '>= 58.134.100'),
- dependency('libavformat', version: '>= 58.13.100'),
-- dependency('libswresample', version: '>= 4.5.100'),
-+ dependency('libswresample', version: '>= 3.9.100'),
- dependency('libavfilter', version: '>= 7.16.100'),
-- dependency('libavutil', version: '>= 57.25.100'),
-+ dependency('libavutil', version: '>= 56.70.100'),
-
- # other dependencies
- dependency('libcdio', version: '>= 2.0'),