[gstreamer1-plugins-ugly] Rebase to new upstream release 1.10.0

Hans de Goede jwrdegoede at rpmfusion.org
Fri Nov 11 16:04:14 CET 2016


commit 7754b706b70a5ecdbee33672e04008cf345f2b2d
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri Nov 11 16:04:14 2016 +0100

    Rebase to new upstream release 1.10.0

 .gitignore                   | 1 +
 gstreamer1-plugins-ugly.spec | 9 +++++++--
 sources                      | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 915790d..78ef26b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ gst-plugins-ugly-1.6.2.tar.xz
 gst-plugins-ugly-1.6.3.tar.xz
 gst-plugins-ugly-1.8.1.tar.xz
 gst-plugins-ugly-1.8.2.tar.xz
+/gst-plugins-ugly-1.10.0.tar.xz
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index c389be7..b44b1dc 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -1,6 +1,6 @@
 Summary:        GStreamer 1.0 streaming media framework "ugly" plug-ins
 Name:           gstreamer1-plugins-ugly
-Version:        1.8.2
+Version:        1.10.0
 Release:        1%{?dist}
 License:        LGPLv2+
 Group:          Applications/Multimedia
@@ -52,6 +52,8 @@ be shipped in gstreamer-plugins-good because:
 
 %prep
 %setup -q -n gst-plugins-ugly-%{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
@@ -64,7 +66,7 @@ make %{?_smp_mflags}
 
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 %find_lang gst-plugins-ugly-1.0
 rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/*.la
 
@@ -98,6 +100,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/*.la
 
 
 %changelog
+* Fri Nov 11 2016 Hans de Goede <j.w.r.degoede at gmail.com> - 1.10.0-1
+- Rebase to new upstream release 1.10.0
+
 * Sun Jun 12 2016 Hans de Goede <j.w.r.degoede at gmail.com> - 1.8.2-1
 - Rebase to new upstream release 1.8.2
 
diff --git a/sources b/sources
index c477bf0..0a05c3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f781790cf64b44522b01ab560f16d4de  gst-plugins-ugly-1.8.2.tar.xz
+a640a30f3b1bac2257f0dcaad283660b  gst-plugins-ugly-1.10.0.tar.xz


More information about the rpmfusion-commits mailing list