Compare commits

...

1 Commits
i10ce ... i10e

Author SHA1 Message Date
Arkady L. Shane 5c66cd1e55
- Build with ffmpeg (non free)
3 days ago

@ -15,10 +15,11 @@
%if 0%{?fedora} || 0%{?rhel} >= 9 %if 0%{?fedora} || 0%{?rhel} >= 9
# Not permitted in Fedora, ffmpeg covers this anyway # Not permitted in Fedora, ffmpeg covers this anyway
%global _without_faad2 1
%global _without_fame 1 %global _without_fame 1
%endif %endif
%global _wit_faad2 1
%ifarch %{ix86} %ifarch %{ix86}
%global have_vidix 1 %global have_vidix 1
%else %else
@ -32,7 +33,7 @@
Summary: A multimedia engine Summary: A multimedia engine
Name: xine-lib Name: xine-lib
Version: 1.2.13 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 License: GPL-2.0-or-later
URL: https://www.xine-project.org/ URL: https://www.xine-project.org/
%if ! 0%{?snapshot} %if ! 0%{?snapshot}
@ -63,11 +64,7 @@ BuildRequires: a52dec-devel
BuildRequires: aalib-devel BuildRequires: aalib-devel
BuildRequires: alsa-lib-devel BuildRequires: alsa-lib-devel
%{!?_without_faad2:BuildRequires: faad2-devel} %{!?_without_faad2:BuildRequires: faad2-devel}
%if 0%{?fedora} || 0%{?rhel} >= 9
BuildRequires: ffmpeg-free-devel
%else
BuildRequires: ffmpeg-devel BuildRequires: ffmpeg-devel
%endif
BuildRequires: flac-devel BuildRequires: flac-devel
BuildRequires: fontconfig-devel BuildRequires: fontconfig-devel
BuildRequires: gcc BuildRequires: gcc
@ -353,6 +350,10 @@ mkdir -p %{buildroot}%{codecdir}
%changelog %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 * Wed Dec 25 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.2.13-17
- Rebuilt for MSVSphere 10 - Rebuilt for MSVSphere 10

Loading…
Cancel
Save