commit dd96b7c69fc59884a8bea4ab60f4ba1575e379a3
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Nov 30 12:03:41 2016 +0000
Update to 1.10.2
.gitignore | 6 ++----
gstreamer1-plugins-bad-nonfree.spec | 16 +++++++++-------
sources | 2 +-
3 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad72ffe..99b7c62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,2 @@
-/gst-plugins-bad-1.4.5.tar.xz
-/gst-plugins-bad-1.6.4.tar.xz
-/gst-plugins-bad-1.8.2.tar.xz
-/gst-plugins-bad-1.10.0.tar.xz
+/gst-plugins-bad-*.tar.xz
+/gstreamer1-plugins-bad-nonfree-*.fc26.src.rpm
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index aa6bde3..6aadb56 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -3,14 +3,14 @@
Summary: GStreamer 1.0 streaming media framework "bad" non-free
plug-ins
Name: gstreamer1-plugins-bad-nonfree
-Version: 1.10.0
+Version: 1.10.2
Release: 1%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL:
http://gstreamer.freedesktop.org/
Source0:
http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{ve...
-BuildRequires: gstreamer1-devel >= 1.4.0
-BuildRequires: gstreamer1-plugins-base-devel >= 1.4.0
+BuildRequires: gstreamer1-devel >= 1.10.0
+BuildRequires: gstreamer1-plugins-base-devel >= 1.10.0
BuildRequires: check
BuildRequires: gettext-devel
BuildRequires: libXt-devel
@@ -29,17 +29,16 @@ license.
%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
# Note we don't bother with disabling everything which is in Fedora, that
# is unmaintainable, instead we selectively run make in subdirs
-%configure \
+%configure --disable-static \
--with-package-name="gst-plugins-bad 1.0 nonfree rpmfusion rpm" \
--with-package-origin="http://rpmfusion.org/" \
- --enable-debug --disable-static --enable-experimental
+ --enable-debug \
+ --enable-experimental
# Don't use rpath!
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g'
libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -67,6 +66,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/*.la
%changelog
+* Wed Nov 30 2016 leigh scott <leigh123linux(a)googlemail.com> - 1.10.2-1
+- Update to 1.10.2
+
* Fri Nov 11 2016 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.10.0-1
- Update to 1.10.0
diff --git a/sources b/sources
index 94fb2b3..37b8eeb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86916b5c8e5923cc070c1548f270e9b9 gst-plugins-bad-1.10.0.tar.xz
+823f4c33fe27c61332c0122273217988 gst-plugins-bad-1.10.2.tar.xz