[xine-lib] Add requires ffmpeg-libs
by Leigh Scott
commit a749f690a3997ede8ca49e6059b59c386dc5fcab
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Sep 4 12:00:21 2022 +0100
Add requires ffmpeg-libs
xine-lib.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index ac4dfeb..f17607e 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -44,7 +44,7 @@
Summary: A multimedia engine
Name: xine-lib
Version: 1.2.12
-Release: 6%{?snapshot:.%{date}hg%{revision}}%{?dist}
+Release: 7%{?snapshot:.%{date}hg%{revision}}%{?dist}
License: GPLv2+
URL: https://www.xine-project.org/
%if ! 0%{?snapshot}
@@ -67,6 +67,8 @@ Provides: xine-lib(plugin-abi) = %{plugin_abi}
Obsoletes: xine-lib-extras-freeworld < 1.1.21-10
Provides: xine-lib-extras-freeworld = %{version}-%{release}
+Requires: ffmpeg-libs%{?_isa}
+
BuildRequires: a52dec-devel
BuildRequires: aalib-devel
BuildRequires: alsa-lib-devel
@@ -362,6 +364,9 @@ mkdir -p %{buildroot}%{codecdir}
%changelog
+* Sun Sep 04 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.2.12-7
+- Add requires ffmpeg-libs
+
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.2.12-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
2 years, 2 months
[mpv] Add requires ffmpeg-libs
by Leigh Scott
commit 35d0f59465d0645b789c5879248b12764007e073
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Sep 4 11:45:17 2022 +0100
Add requires ffmpeg-libs
mpv.spec | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index 129c0ac..4d2de97 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.34.1
-Release: 9%{?dist}
+Release: 10%{?dist}
License: GPLv2+ and LGPLv2+
Summary: Movie player playing most video formats and DVDs
@@ -81,11 +81,8 @@ BuildRequires: perl(Encode)
%{?_with_rpi:BuildRequires: raspberrypi-vc-devel}
%endif
-# Fedora now has a stripped ffmpeg. Make sure we're using the full version.
-%if 0%{?fedora} && 0%{?fedora} >= 36
BuildRequires: ffmpeg-devel
-Requires: ffmpeg-libs%{?_isa}
-%endif
+Requires: ffmpeg-libs%{?_isa}
# Obsoletes older ci/cd
Obsoletes: %{name}-master < %{version}-100
@@ -107,7 +104,8 @@ than disk files. Depending on platform, a variety of different video and audio
output methods are supported.
%package libs
-Summary: Dynamic library for Mpv frontends
+Summary: Dynamic library for Mpv frontends
+Requires: ffmpeg-libs%{?_isa}
%description libs
This package contains the dynamic library libmpv, which provides access to Mpv.
@@ -181,6 +179,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_libdir}/pkgconfig/%{name}.pc
%changelog
+* Sun Sep 04 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.34.1-10
+- Add requires ffmpeg-libs
+
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.34.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
2 years, 2 months
[vlc] Add requires ffmpeg-libs
by Leigh Scott
commit ba01a0a2d3cd3f2c1a0b909b3222fc42d1551e21
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Sep 4 11:33:06 2022 +0100
Add requires ffmpeg-libs
vlc.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 0943ad4..d47cf8b 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -57,7 +57,7 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.18
-Release: 0.1.rc%{?dist}
+Release: 0.2.rc%{?dist}
License: GPLv2+
URL: https://www.videolan.org
Source0: https://code.videolan.org/videolan/vlc/-/archive/%{commit0}/vlc-%{shortco...
@@ -299,6 +299,7 @@ Summary: VLC media player core
Provides: vlc-nox = %{epoch}:%{version}-%{release}
%{?live555_version:Requires: live555%{?_isa} = %{live555_version}}
%{?lua_version:Requires: lua(abi) = %{lua_version}}
+Requires: ffmpeg-libs%{?_isa}
%description core
VLC media player core components
@@ -603,6 +604,9 @@ fi || :
%changelog
+* Sun Sep 04 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1:3.0.18-0.2.rc
+- Add requires ffmpeg-libs
+
* Mon Aug 29 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.18-0.1.rc
- Update to 3.0.18-rc
- Drop mmal downstream (rpi) patches
2 years, 2 months
[mplayer] Add requires ffmpeg-libs
by Leigh Scott
commit fe44db38b6b13674c8c78b77101bcc5a13849ca2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Sep 4 11:25:33 2022 +0100
Add requires ffmpeg-libs
mplayer.spec | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/mplayer.spec b/mplayer.spec
index fb7862a..ee4ef05 100644
--- a/mplayer.spec
+++ b/mplayer.spec
@@ -10,9 +10,9 @@
Name: mplayer
Version: 1.5.1
%if 0%{?svn}
-Release: 0.1%{?pre:.%{pre}}%{?dist}
+Release: 0.2%{?pre:.%{pre}}%{?dist}
%else
-Release: 1%{?dist}
+Release: 2%{?dist}
%endif
Summary: Movie player playing most video formats and DVDs
@@ -103,6 +103,7 @@ BuildRequires: libxml2
BuildRequires: libxslt
%endif
Requires: mplayer-common = %{version}-%{release}
+Requires: ffmpeg-libs%{?_isa}
Provides: mplayer-backend
%description
@@ -140,6 +141,7 @@ This package contains common files for MPlayer packages.
%package gui
Summary: GUI for MPlayer
Requires: mplayer-common = %{version}-%{release}
+Requires: ffmpeg-libs%{?_isa}
Requires: hicolor-icon-theme
%description gui
@@ -148,6 +150,7 @@ This package contains a GUI for MPlayer and a default skin for it.
%package -n mencoder
Summary: MPlayer movie encoder
Requires: mplayer-common = %{version}-%{release}
+Requires: ffmpeg-libs%{?_isa}
%description -n mencoder
This package contains the MPlayer movie encoder.
@@ -376,6 +379,9 @@ fi
%{_datadir}/mplayer/*.fp
%changelog
+* Sun Sep 04 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.5.1-0.2.20220726svn
+- Add requires ffmpeg-libs
+
* Sat Aug 06 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.5.1-0.1.20220726svn
- Update to latest svn
2 years, 2 months
[mpd] add isa
by Leigh Scott
commit 2ddafcb1ce6a9cb4a1e9acdabe879c35d4f41903
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Sep 4 11:14:56 2022 +0100
add isa
mpd.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mpd.spec b/mpd.spec
index c8b9bf9..da84b54 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -104,7 +104,7 @@ Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
Requires: (mpd-firewalld = %{?epoch}:%{version}-%{release} if firewalld)
-Requires: ffmpeg-libs
+Requires: ffmpeg-libs%{?_isa}
%description
Music Player Daemon (MPD) is a flexible, powerful, server-side application for
2 years, 2 months
[x264/f37] (2 commits) ...Update changelog
by Leigh Scott
Summary of changes:
084a1f5... Add requires ffmpeg-libs (*)
fc003e4... Update changelog (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 2 months
[x264] Update changelog
by Leigh Scott
commit fc003e4003181f5f35a361ee9edf49191ad8e138
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Sep 4 11:10:37 2022 +0100
Update changelog
x264.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/x264.spec b/x264.spec
index 6024b36..b999bc2 100644
--- a/x264.spec
+++ b/x264.spec
@@ -33,7 +33,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 2%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 3%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -178,6 +178,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%{_libdir}/pkgconfig/%{name}.pc
%changelog
+* Sun Sep 04 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.164-3.20220602gitbaee400f
+- Add requires ffmpeg-libs
+
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.164-2.20220602gitbaee400f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
2 years, 2 months
[x264] Add requires ffmpeg-libs
by Leigh Scott
commit 084a1f5901e1f5457988a7ac88fe0c443ef4d0ad
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Sep 4 11:09:53 2022 +0100
Add requires ffmpeg-libs
x264.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/x264.spec b/x264.spec
index 5a8aaa6..6024b36 100644
--- a/x264.spec
+++ b/x264.spec
@@ -59,6 +59,7 @@ BuildRequires: nasm
%endif
# we need to enforce the exact EVR for an ISA - not only the same ABI
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
+Requires: ffmpeg-libs%{?_isa}
%description
x264 is a free library for encoding H264/AVC video streams, written from
2 years, 2 months