Hello community,
here is the log from the commit of package gstreamer-plugins-libav for
openSUSE:Factory checked in at 2018-05-11 09:16:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-libav (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-libav"
Fri May 11 09:16:28 2018 rev:11 rq:606030 version:1.12.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
2018-04-26 13:37:50.216507731 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gstreamer-plugins-libav.changes
2018-05-11 09:16:41.729949099 +0200
@@ -1,0 +2,11 @@
+Tue May 8 19:59:08 UTC 2018 - [email protected]
+
+- Add gst-libav-port-ffmpeg4.patch: Port to ffmpeg 4.0. No longer
+ use explicit ffmpeg3 versions (bgo#792900).
+
+-------------------------------------------------------------------
+Fri May 4 14:03:47 UTC 2018 - [email protected]
+
+- Use ffmpeg3 versions of pkgconfig(libav*)
+
+-------------------------------------------------------------------
New:
----
gst-libav-port-ffmpeg4.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-libav.spec ++++++
--- /var/tmp/diff_new_pack.IPWOLC/_old 2018-05-11 09:16:42.753912001 +0200
+++ /var/tmp/diff_new_pack.IPWOLC/_new 2018-05-11 09:16:42.757911856 +0200
@@ -26,6 +26,8 @@
URL: http://gstreamer.freedesktop.org/
Source:
https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
Source1000: baselibs.conf
+# PATCH-FIX-UPSTREAM gst-libav-port-ffmpeg4.patch bgo#792900 -- Port to ffmpeg
4.0
+Patch0: gst-libav-port-ffmpeg4.patch
BuildRequires: pkgconfig
BuildRequires: yasm
BuildRequires: pkgconfig(bzip2)
@@ -34,12 +36,12 @@
BuildRequires: pkgconfig(gstreamer-base-1.0) >= %{version}
BuildRequires: pkgconfig(gstreamer-check-1.0) >= %{version}
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
-BuildRequires: pkgconfig(libavcodec) < 58
-BuildRequires: pkgconfig(libavfilter) < 7
-BuildRequires: pkgconfig(libavformat) < 58
-BuildRequires: pkgconfig(libavutil) < 56
+BuildRequires: pkgconfig(libavcodec)
+BuildRequires: pkgconfig(libavfilter)
+BuildRequires: pkgconfig(libavformat)
+BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(liblzma)
-BuildRequires: pkgconfig(libswscale) < 5
+BuildRequires: pkgconfig(libswscale)
BuildRequires: pkgconfig(orc-0.4) >= 0.4.16
BuildRequires: pkgconfig(zlib)
Requires: gstreamer >= %{version}
@@ -78,6 +80,7 @@
%prep
%setup -q -n gst-libav-%{version}
+%patch0 -p1
# Ensure we cannot use the embedded libav
rm -rf gst-libs/ext/libav
++++++ gst-libav-port-ffmpeg4.patch ++++++
++++ 657 lines (skipped)