commit d075c636c635a05e8a952e854288705d58de384f
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jan 19 09:29:43 2018 +0000
Use bundled libav for F28
gstreamer1-libav.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer1-libav.spec b/gstreamer1-libav.spec
index efddd7f..3ed73f4 100644
--- a/gstreamer1-libav.spec
+++ b/gstreamer1-libav.spec
@@ -1,6 +1,6 @@
Name: gstreamer1-libav
Version: 1.12.4
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: GStreamer 1.0 libav-based plug-ins
Group: Applications/Multimedia
License: LGPLv2+
@@ -12,7 +12,9 @@ BuildRequires: gstreamer1-plugins-base-devel >= %{version}
BuildRequires: orc-devel
BuildRequires: bzip2-devel
BuildRequires: zlib-devel
+%if 0%{?fedora} <= 27
BuildRequires: ffmpeg-devel
+%endif
%ifarch %{ix86} x86_64
BuildRequires: yasm
%endif
@@ -52,7 +54,10 @@ export CFLAGS="%{optflags} -Wno-deprecated-declarations"
--disable-static \
--with-package-name="gst-libav 1.0 rpmfusion rpm" \
--with-package-origin="http://rpmfusion.org/" \
+%if 0%{?fedora} <= 27
--with-system-libav
+%endif
+
%make_build V=1
@@ -72,6 +77,9 @@ rm %{buildroot}%{_libdir}/gstreamer-1.0/libgst*.la
%changelog
+* Fri Jan 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.12.4-3
+- Use bundled libav for F28
+
* Thu Jan 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.12.4-2
- Rebuilt for ffmpeg-3.5 git
Show replies by date