diff --git a/SPECS/xine-lib.spec b/SPECS/xine-lib.spec index e1c8411..823f1b4 100644 --- a/SPECS/xine-lib.spec +++ b/SPECS/xine-lib.spec @@ -15,10 +15,11 @@ %if 0%{?fedora} || 0%{?rhel} >= 9 # Not permitted in Fedora, ffmpeg covers this anyway -%global _without_faad2 1 %global _without_fame 1 %endif +%global _wit_faad2 1 + %ifarch %{ix86} %global have_vidix 1 %else @@ -32,7 +33,7 @@ Summary: A multimedia engine Name: xine-lib Version: 1.2.13 -Release: 17%{?snapshot:.%{date}hg%{revision}}%{?dist} +Release: 17%{?snapshot:.%{date}hg%{revision}}%{?dist}.inferit License: GPL-2.0-or-later URL: https://www.xine-project.org/ %if ! 0%{?snapshot} @@ -63,11 +64,7 @@ BuildRequires: a52dec-devel BuildRequires: aalib-devel BuildRequires: alsa-lib-devel %{!?_without_faad2:BuildRequires: faad2-devel} -%if 0%{?fedora} || 0%{?rhel} >= 9 -BuildRequires: ffmpeg-free-devel -%else BuildRequires: ffmpeg-devel -%endif BuildRequires: flac-devel BuildRequires: fontconfig-devel BuildRequires: gcc @@ -353,6 +350,10 @@ mkdir -p %{buildroot}%{codecdir} %changelog +* Wed Dec 25 2024 Arkady L. Shane - 1.2.13-17.inferit +- Build with ffmpeg (non free) +- Build with faad2 + * Wed Dec 25 2024 Arkady L. Shane - 1.2.13-17 - Rebuilt for MSVSphere 10