|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
|
|
|
|
|
Name: gstreamer1-plugins-ugly
|
|
|
|
|
Version: 1.6.2
|
|
|
|
|
Version: 1.6.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
@ -51,9 +51,9 @@ be shipped in gstreamer-plugins-good because:
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n gst-plugins-ugly-%{version}
|
|
|
|
|
# hack to allow building against 1.6.0 as 1.6.2 is not yet in the buildroot
|
|
|
|
|
sed -i 's/GST_REQ=1.6.2/GST_REQ=1.6.0/' configure
|
|
|
|
|
sed -i 's/GSTPB_REQ=1.6.2/GSTPB_REQ=1.6.0/' configure
|
|
|
|
|
# hack to allow building against 1.6.0 as 1.6.3 is not yet in the buildroot
|
|
|
|
|
sed -i 's/GST_REQ=1.6.3/GST_REQ=1.6.0/' configure
|
|
|
|
|
sed -i 's/GSTPB_REQ=1.6.3/GSTPB_REQ=1.6.0/' configure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -98,6 +98,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/*.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jan 23 2016 Hans de Goede <j.w.r.degoede@gmail.com> - 1.6.3-1
|
|
|
|
|
- Rebase to new upstream release 1.6.3
|
|
|
|
|
|
|
|
|
|
* Thu Dec 24 2015 Hans de Goede <j.w.r.degoede@gmail.com> - 1.6.2-1
|
|
|
|
|
- Rebase to new upstream release 1.6.2
|
|
|
|
|
|
|
|
|
|