https://bugzilla.redhat.com/show_bug.cgi?id=2329895
Dominik 'Rathann' Mierzejewski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(luis.f.correia@gm | |ail.com) --- Comment #39 from Dominik 'Rathann' Mierzejewski <[email protected]> --- Luis, faad2 is in Fedora now and I tried building the current RPM Fusion package on plain Fedora rawhide with the following patch applied and it builds fine and tests pass: === diff --git a/mixxx.spec b/mixxx.spec index 9b54d53..f2869c7 100644 --- a/mixxx.spec +++ b/mixxx.spec @@ -41,7 +41,7 @@ Name: mixxx Version: 2.5.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mixxx is open source software for DJ'ing License: GPLv2+ URL: http://www.mixxx.org @@ -68,7 +68,10 @@ BuildRequires: google-benchmark-devel BuildRequires: chrpath # The runtime libraries of FAAD2 are needed during the build for testing BuildRequires: faad2 -BuildRequires: ffmpeg-devel +BuildRequires: pkgconfig(libavcodec) +BuildRequires: pkgconfig(libavformat) +BuildRequires: pkgconfig(libavutil) +BuildRequires: pkgconfig(libswresample) BuildRequires: flac-devel BuildRequires: hidapi-devel BuildRequires: lame-devel @@ -139,14 +142,12 @@ cp %{SOURCE2} %{__cmake_builddir}/downloads %build -# CMAKE_DISABLE_PRECOMPILE_HEADERS: <https://github.com/mixxxdj/mixxx/issues/12073> %cmake \ -GNinja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON \ -DOPTIMIZE=portable \ -DINSTALL_USER_UDEV_RULES=ON \ - -DWARNINGS_FATAL=ON \ + -DWARNINGS_FATAL=OFF \ -DBATTERY=ON \ -DBROADCAST=ON \ -DBULK=ON \ @@ -237,6 +238,11 @@ appstreamcli \ %{_udevrulesdir}/69-%{name}-usb-uaccess.rules %changelog +* Sun Nov 02 2025 Dominik Mierzejewski <[email protected]> - 2.5.3-2 +- Use generic build dependencies +- Stop disabling precompiled headers, it was fixed in 2.4.0 +- Stop turning compiler warnings into errors + * Wed Sep 17 2025 Sérgio Basto <[email protected]> - 2.5.3-1 - Update mixxx to 2.5.3 === Would you like to restart the review process here? -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2329895 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202329895%23c39 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
