Update to 1.14.0

el8
Rex Dieter 7 years ago
parent 75da098f01
commit 9beb7fb4ce

@ -1,6 +1,6 @@
Name: gstreamer1-libav Name: gstreamer1-libav
Version: 1.13.1 Version: 1.14.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: GStreamer 1.0 libav-based plug-ins Summary: GStreamer 1.0 libav-based plug-ins
License: LGPLv2+ License: LGPLv2+
URL: http://gstreamer.freedesktop.org/ URL: http://gstreamer.freedesktop.org/
@ -13,7 +13,9 @@ BuildRequires: gstreamer1-plugins-base-devel >= %{version}
BuildRequires: orc-devel BuildRequires: orc-devel
BuildRequires: bzip2-devel BuildRequires: bzip2-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
%if 0%{?fedora} <= 27 ## Use bundled libav as it doesn't build with F28+ ffmpeg git
%if 0%{?fedora} < 28
%global with_system_libav --with-system-libav
BuildRequires: ffmpeg-devel BuildRequires: ffmpeg-devel
%endif %endif
@ -50,16 +52,13 @@ plug-in.
%build %build
#export CFLAGS="%{optflags} -Wno-deprecated-declarations"
%configure \ %configure \
--disable-silent-rules --disable-fatal-warnings \ --disable-silent-rules --disable-fatal-warnings \
--disable-dependency-tracking \ --disable-dependency-tracking \
--disable-static \ --disable-static \
--with-package-name="gst-libav 1.0 rpmfusion rpm" \ --with-package-name="gst-libav 1.0 rpmfusion rpm" \
--with-package-origin="http://rpmfusion.org/" \ --with-package-origin="http://rpmfusion.org/" \
%if 0%{?fedora} <= 27 %{?_with_system_libav}
--with-system-libav
%endif
%make_build V=1 %make_build V=1
@ -81,6 +80,9 @@ rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/libgst*.la
%changelog %changelog
* Thu Mar 22 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.0-1
- Update to 1.14.0
* Sun Mar 04 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.13.1-2 * Sun Mar 04 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.13.1-2
- Use bundled libav for F28 as it doesn't build with ffmpeg git - Use bundled libav for F28 as it doesn't build with ffmpeg git

Loading…
Cancel
Save