- Build with ffmpeg (non free)

- Build with faad2
i10e changed/i10e/xine-lib-1.2.13-17.el10.inferit
Arkady L. Shane 2 days ago
parent 380e7a9eca
commit 5c66cd1e55
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -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 <tigro@msvsphere-os.ru> - 1.2.13-17.inferit
- Build with ffmpeg (non free)
- Build with faad2
* Wed Dec 25 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.2.13-17
- Rebuilt for MSVSphere 10

Loading…
Cancel
Save