[mpv] finish up from last commit
by Leigh Scott
commit bbb5ed1a0a7af959faa27d383bbda4d73029c63f
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Wed Sep 11 07:33:55 2019 +0100
finish up from last commit
mpv.spec | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/mpv.spec b/mpv.spec
index 13be5fe..ce1b6ea 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -34,6 +34,11 @@ BuildRequires: pkgconfig(libswresample) >= 3.0.100
BuildRequires: pkgconfig(ffnvcodec)
BuildRequires: pkgconfig(gbm)
BuildRequires: pkgconfig(gl)
+BuildRequires: pkgconfig(jack)
+BuildRequires: pkgconfig(mujs)
+BuildRequires: pkgconfig(uchardet) >= 0.0.5
+BuildRequires: pkgconfig(rubberband)
+BuildRequires: pkgconfig(libguess)
%if 0%{?fedora}
BuildRequires: libshaderc-devel
BuildRequires: pkgconfig(vulkan)
5 years, 3 months
[mpv/el8: 2/2] Merge branch 'master' into el8
by Leigh Scott
commit db62f85cdb520a5309c44a2ef71e5fc7c6013827
Merge: fbd4270 383e7b9
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Sep 10 20:22:31 2019 +0100
Merge branch 'master' into el8
mpv.spec | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
---
5 years, 3 months
[mpv] Adjust epel8 build requires
by Leigh Scott
commit 383e7b90488886e4b9cb4966d8669f6a031e5a3c
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Sep 10 20:22:02 2019 +0100
Adjust epel8 build requires
mpv.spec | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index fc5abd1..13be5fe 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -5,7 +5,7 @@
Name: mpv
Version: 0.29.1
-Release: 11%{?gitrelease}%{?dist}
+Release: 12%{?gitrelease}%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+ and LGPLv2+
URL: http://mpv.io/
@@ -36,11 +36,6 @@ BuildRequires: pkgconfig(gbm)
BuildRequires: pkgconfig(gl)
%if 0%{?fedora}
BuildRequires: libshaderc-devel
-BuildRequires: pkgconfig(jack)
-BuildRequires: pkgconfig(mujs)
-BuildRequires: pkgconfig(uchardet) >= 0.0.5
-BuildRequires: pkgconfig(rubberband)
-BuildRequires: pkgconfig(libguess)
BuildRequires: pkgconfig(vulkan)
BuildRequires: pkgconfig(libplacebo)
%else
@@ -173,6 +168,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir}
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Tue Sep 10 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 0.29.1-12.20190814.gitcd7bcb9
+- Adjust epel8 build requires
+
* Tue Aug 27 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 0.29.1-11.20190814.gitcd7bcb9
- Rebuild for switch to lua
5 years, 3 months
[gstreamer1-plugins-ugly/el8] Add BuildRequires: python3
by Xavier Bachelot
commit fa7b3507060983fd14f541eec7f7e8f6056e70a1
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Mon Sep 9 10:04:46 2019 +0200
Add BuildRequires: python3
gstreamer1-plugins-ugly.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index e6d6115..89757d3 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -17,6 +17,7 @@ BuildRequires: libmpeg2-devel >= 0.4.0
BuildRequires: orc-devel >= 0.4.5
BuildRequires: x264-devel >= 0.0.0-0.28
BuildRequires: opencore-amr-devel
+BuildRequires: python3
# Provides locale files
# relax dep to >= to make fedora/rpmfusion upgrades easier
@@ -86,6 +87,7 @@ rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
%changelog
* Fri Sep 06 2019 Xavier Bachelot <xavier(a)bachelot.org> - 1.14.0-1.1
- Backport changes from master.
+- Add BuildRequires: python3.
* Fri Mar 23 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.14.0-1
- 1.14.0
5 years, 3 months
[gstreamer1-plugins-ugly/el8] Backport changes from master
by Xavier Bachelot
commit 6145575b15fc89959a86c8af05816dab7ac77ac3
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Thu May 31 08:29:41 2018 -0500
Backport changes from master
gstreamer1-plugins-ugly.spec | 33 ++++++++-------------------------
1 file changed, 8 insertions(+), 25 deletions(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index 6ea4928..e6d6115 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -3,23 +3,24 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
Version: 1.14.0
-Release: 1%{?dist}
+Release: 1%{?dist}.1
License: LGPLv2+
-Group: Applications/Multimedia
URL: https://gstreamer.freedesktop.org/
Source0: %{url}/src/%{src_name}/%{src_name}-%{version}.tar.xz
+BuildRequires: gcc
BuildRequires: gstreamer1-devel >= %{version}
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
BuildRequires: gettext-devel
BuildRequires: libid3tag-devel >= 0.15.0
-BuildRequires: mpeg2dec-devel >= 0.4.0
+BuildRequires: libmpeg2-devel >= 0.4.0
BuildRequires: orc-devel >= 0.4.5
BuildRequires: x264-devel >= 0.0.0-0.28
BuildRequires: opencore-amr-devel
# Provides locale files
-Requires: %{name}-free%{?_isa} = %{version}
+# relax dep to >= to make fedora/rpmfusion upgrades easier
+Requires: %{name}-free%{?_isa} >= %{version}
# Subpkg is empty, so no point -- rex
Obsoletes: %{name}-devel-docs < 1.13
@@ -35,23 +36,6 @@ gstreamer-plugins-good because:
- there are possible licensing issues with the code.
-%package devel-docs
-Summary: Development documentation for the GStreamer "ugly" plug-ins
-Requires: %{name} = %{version}-%{release}
-Requires: %{name}-free-devel = %{version}
-BuildArch: noarch
-
-%description devel-docs
-GStreamer is a streaming media framework, based on graphs of elements which
-operate on media data.
-
-This package contains the development documentation for the plug-ins that can't
-be shipped in gstreamer-plugins-good because:
-- the license is not LGPL
-- the license of the library is not LGPL
-- there are possible licensing issues with the code.
-
-
%prep
%autosetup -p1 -n %{src_name}-%{version}
@@ -98,12 +82,11 @@ rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
%{_libdir}/gstreamer-1.0/libgstmpeg2dec.so
%{_libdir}/gstreamer-1.0/libgstx264.so
-#files devel-docs
-# Take the dir and everything below it for proper dir ownership
-#doc %{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/
-
%changelog
+* Fri Sep 06 2019 Xavier Bachelot <xavier(a)bachelot.org> - 1.14.0-1.1
+- Backport changes from master.
+
* Fri Mar 23 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.14.0-1
- 1.14.0
5 years, 3 months
[gstreamer1-plugins-ugly/el8] Revert to 1.14.0 to match EL8
by Xavier Bachelot
commit 07719bc3ae5b0e012706f72a430be7b65336d3ab
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Fri Sep 6 18:15:21 2019 +0200
Revert to 1.14.0 to match EL8
gstreamer1-plugins-ugly.spec | 83 ++++++++++++++++----------------------------
sources | 2 +-
2 files changed, 31 insertions(+), 54 deletions(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index cbb13c6..6ea4928 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -2,24 +2,24 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
-Version: 1.16.0
-Release: 3%{?dist}
+Version: 1.14.0
+Release: 1%{?dist}
License: LGPLv2+
+Group: Applications/Multimedia
URL: https://gstreamer.freedesktop.org/
Source0: %{url}/src/%{src_name}/%{src_name}-%{version}.tar.xz
-BuildRequires: gcc
BuildRequires: gstreamer1-devel >= %{version}
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
BuildRequires: gettext-devel
BuildRequires: libid3tag-devel >= 0.15.0
+BuildRequires: mpeg2dec-devel >= 0.4.0
BuildRequires: orc-devel >= 0.4.5
BuildRequires: x264-devel >= 0.0.0-0.28
BuildRequires: opencore-amr-devel
# Provides locale files
-# relax dep to >= to make fedora/rpmfusion upgrades easier
-Requires: %{name}-free%{?_isa} >= %{version}
+Requires: %{name}-free%{?_isa} = %{version}
# Subpkg is empty, so no point -- rex
Obsoletes: %{name}-devel-docs < 1.13
@@ -34,6 +34,24 @@ gstreamer-plugins-good because:
- the license of the library is not LGPL
- there are possible licensing issues with the code.
+
+%package devel-docs
+Summary: Development documentation for the GStreamer "ugly" plug-ins
+Requires: %{name} = %{version}-%{release}
+Requires: %{name}-free-devel = %{version}
+BuildArch: noarch
+
+%description devel-docs
+GStreamer is a streaming media framework, based on graphs of elements which
+operate on media data.
+
+This package contains the development documentation for the plug-ins that can't
+be shipped in gstreamer-plugins-good because:
+- the license is not LGPL
+- the license of the library is not LGPL
+- there are possible licensing issues with the code.
+
+
%prep
%autosetup -p1 -n %{src_name}-%{version}
@@ -52,11 +70,11 @@ gstreamer-plugins-good because:
--disable-a52dec \
--disable-xingmux \
--disable-lame \
- --disable-twolame \
- --disable-mpeg2dec
+ --disable-twolame
%make_build V=1
+
%install
%make_install V=1
@@ -77,56 +95,15 @@ rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
# Plugins with external dependencies
%{_libdir}/gstreamer-1.0/libgstamrnb.so
%{_libdir}/gstreamer-1.0/libgstamrwbdec.so
+%{_libdir}/gstreamer-1.0/libgstmpeg2dec.so
%{_libdir}/gstreamer-1.0/libgstx264.so
+#files devel-docs
+# Take the dir and everything below it for proper dir ownership
+#doc %{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/
-%changelog
-* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.16.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Thu May 16 2019 Leigh Scott <leigh123linux(a)gmail.com> - 1.16.0-2
-- Disable mpeg2dec, it's been moved to the fedora package
-
-* Wed Apr 24 2019 Leigh Scott <leigh123linux(a)gmail.com> - 1.16.0-1
-- 1.16.0
-
-* Mon Mar 18 2019 Sérgio Basto <sergio(a)serjux.com> - 1.15.2-1
-- Update to 1.15.2
-
-* Tue Mar 12 2019 Sérgio Basto <sergio(a)serjux.com> - 1.15.1-3
-- Mass rebuild for x264
-
-* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.15.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Sat Feb 09 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1.15.1-1
-- 1.15.1
-- clean spec
-
-* Wed Nov 07 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.14.4-2
-- rebuild for x264 (rf#5071)
-
-* Tue Oct 09 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.14.4-1
-- 1.14.4
-
-* Thu Oct 04 2018 Sérgio Basto <sergio(a)serjux.com> - 1.14.3-2
-- Mass rebuild for x264 and/or x265
-
-* Tue Sep 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.14.3-1
-- 1.14.3
-
-* Sat Aug 18 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.14.2-1
-- 1.14.2
-
-* Thu Jul 26 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.14.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Thu May 31 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.14.1-2
-- BR: s/mpeg2dec-devel/libmpeg2-devel/
-
-* Thu May 31 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.14.1-1
-- 1.14.1
+%changelog
* Fri Mar 23 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.14.0-1
- 1.14.0
diff --git a/sources b/sources
index 2d8cd48..445fef0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1ec343c58d4b17d682f7befa8453c11c gst-plugins-ugly-1.16.0.tar.xz
+bcb1f8d9339176aee2b5da2a9cb2df88 gst-plugins-ugly-1.14.0.tar.xz
5 years, 3 months
[gstreamer1-plugins-bad-freeworld/el8] Add BuildRequires: python3
by Xavier Bachelot
commit a17bea162077029c88ed13dd81e77f0bfcaffb0d
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Sep 10 18:49:00 2019 +0200
Add BuildRequires: python3
gstreamer1-plugins-bad-freeworld.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/gstreamer1-plugins-bad-freeworld.spec b/gstreamer1-plugins-bad-freeworld.spec
index 748b80e..2082417 100644
--- a/gstreamer1-plugins-bad-freeworld.spec
+++ b/gstreamer1-plugins-bad-freeworld.spec
@@ -28,6 +28,7 @@ BuildRequires: vo-amrwbenc-devel
BuildRequires: libusbx-devel
BuildRequires: x265-devel
BuildRequires: libde265-devel
+BuildRequires: python3
%description
GStreamer is a streaming media framework, based on graphs of elements which
@@ -101,6 +102,7 @@ rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%changelog
* Mon Sep 09 2019 Xavier Bachelot <xavier(a)bachelot.org> - 1.14.0-1.1
- Backport spec changes from master.
+- Add BuildRequires: python3.
* Fri Mar 23 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.14.0-1
- 1.14.0
5 years, 3 months