|
|
|
@ -4,14 +4,14 @@
|
|
|
|
|
|
|
|
|
|
Summary: GStreamer 1.0 streaming media framework "bad" plug-ins
|
|
|
|
|
Name: gstreamer1-plugins-bad-freeworld
|
|
|
|
|
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-%{version}.tar.xz
|
|
|
|
|
BuildRequires: gstreamer1-devel >= 1.6.0
|
|
|
|
|
BuildRequires: gstreamer1-plugins-base-devel >= 1.6.0
|
|
|
|
|
BuildRequires: gstreamer1-devel >= 1.10.0
|
|
|
|
|
BuildRequires: gstreamer1-plugins-base-devel >= 1.10.0
|
|
|
|
|
BuildRequires: check
|
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
|
BuildRequires: libXt-devel
|
|
|
|
@ -26,8 +26,8 @@ BuildRequires: libmimic-devel
|
|
|
|
|
BuildRequires: librtmp-devel
|
|
|
|
|
BuildRequires: vo-amrwbenc-devel
|
|
|
|
|
#BuildRequires: vo-aacenc-devel
|
|
|
|
|
BuildRequires: libusbx-devel
|
|
|
|
|
BuildRequires: x265-devel
|
|
|
|
|
BuildRequires: libusbx-devel
|
|
|
|
|
BuildRequires: x265-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
GStreamer is a streaming media framework, based on graphs of elements which
|
|
|
|
@ -39,17 +39,16 @@ 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
|
|
|
|
|
# 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 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
|
|
|
|
@ -94,6 +93,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/*.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 30 2016 leigh scott <leigh123linux@googlemail.com> - 1.10.2-1
|
|
|
|
|
- Update to 1.10.2
|
|
|
|
|
|
|
|
|
|
* Fri Nov 11 2016 Hans de Goede <j.w.r.degoede@gmail.com> - 1.10.0-1
|
|
|
|
|
- Rebase to new upstream release 1.10.0
|
|
|
|
|
|
|
|
|
|