commit 923cf1874e74585b4d5353996b798899e36dde66
Author: Luís Correia <luis.f.correia(a)gmail.com>
Date: Mon Dec 2 19:33:40 2024 +0000
Test removing some packages
mixxx.spec | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 41c9bf4..38dbb9d 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -54,8 +54,14 @@ BuildRequires: google-benchmark-devel
# Build Requirements
BuildRequires: chrpath
# The runtime libraries of FAAD2 are needed during the build for testing
-BuildRequires: faad2
-BuildRequires: ffmpeg-devel
+# START FEDORA BLOCK
+#BuildRequires: faad2
+#BuildRequires: ffmpeg-devel
+pkgconfig(libavcodec)
+pkgconfig(libavformat)
+pkgconfig(libavutil)
+pkgconfig(libswresample)
+# END BLOCK
BuildRequires: flac-devel
BuildRequires: hidapi-devel
BuildRequires: lame-devel
Show replies by date