From 612714a3cf8a369156bcc9ce26c33c0b7f3aab92 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Fri, 11 Nov 2016 16:04:52 +0100 Subject: [PATCH] Rebase to new upstream release 1.10.0 --- .gitignore | 1 + gstreamer1-plugins-bad-freeworld.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2773169..8b99530 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ gst-plugins-bad-1.6.2.tar.xz gst-plugins-bad-1.6.3.tar.xz gst-plugins-bad-1.8.1.tar.xz gst-plugins-bad-1.8.2.tar.xz +/gst-plugins-bad-1.10.0.tar.xz diff --git a/gstreamer1-plugins-bad-freeworld.spec b/gstreamer1-plugins-bad-freeworld.spec index a122d91..432b360 100644 --- a/gstreamer1-plugins-bad-freeworld.spec +++ b/gstreamer1-plugins-bad-freeworld.spec @@ -4,8 +4,8 @@ Summary: GStreamer 1.0 streaming media framework "bad" plug-ins Name: gstreamer1-plugins-bad-freeworld -Version: 1.8.2 -Release: 2%{?dist} +Version: 1.10.0 +Release: 1%{?dist} License: LGPLv2+ Group: Applications/Multimedia URL: http://gstreamer.freedesktop.org/ @@ -39,6 +39,8 @@ well enough, or the code is not of good enough quality. %prep %setup -q -n gst-plugins-bad-%{version} +# Build against 1.9.2 as 1.10.0 is not yet in the stable Fedora repo +sed -i 's/1.10.0/1.9.2/' configure %build @@ -61,7 +63,7 @@ done %install for i in %{gstdirs} %{extdirs}; do pushd $i - make install V=2 DESTDIR=$RPM_BUILD_ROOT + %make_install V=2 popd done rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/*.la @@ -92,6 +94,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/*.la %changelog +* Fri Nov 11 2016 Hans de Goede - 1.10.0-1 +- Rebase to new upstream release 1.10.0 + * Tue Nov 08 2016 Sérgio Basto - 1.8.2-2 - Rebuild for x265-2.1 diff --git a/sources b/sources index 84c4fea..94fb2b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83abc2e70684e7b195f18ca2992ef6e8 gst-plugins-bad-1.8.2.tar.xz +86916b5c8e5923cc070c1548f270e9b9 gst-plugins-bad-1.10.0.tar.xz