Hello community,
here is the log from the commit of package gstreamer-plugins-bad for
openSUSE:Factory checked in at 2019-05-03 22:28:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-bad"
Fri May 3 22:28:04 2019 rev:88 rq:700352 version:1.14.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes
2019-01-08 12:18:54.948900998 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.5148/gstreamer-plugins-bad.changes
2019-05-03 22:28:06.628350568 +0200
@@ -1,0 +2,8 @@
+Thu May 2 15:42:08 UTC 2019 - [email protected]
+
+- The license of fdk-aac is not GPL compatible, therefore this pkg
+ can not possibly be built with fdk-aac by default
+ To gain fdk-aac support, recompile it at home and keep it there
+- Restore code to handle faac/faad
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.toIwqZ/_old 2019-05-03 22:28:08.192350053 +0200
+++ /var/tmp/diff_new_pack.toIwqZ/_new 2019-05-03 22:28:08.192350053 +0200
@@ -21,6 +21,9 @@
%define ENABLE_OPENH264 0
%define _name gst-plugins-bad
%define gst_branch 1.0
+%bcond_with fdk_aac
+%bcond_with faac
+%bcond_with faad
Name: gstreamer-plugins-bad
Version: 1.14.4
@@ -151,11 +154,18 @@
%endif
%endif
%if 0%{?BUILD_ORIG}
+%if %{with faac}
BuildRequires: faac-devel
+%endif
+%if %{with faad}
+BuildRequires: libfaad-devel
+%endif
BuildRequires: libdca-devel
BuildRequires: pkgconfig(dvdnav) >= 4.1.2
BuildRequires: pkgconfig(dvdread) >= 4.1.2
+%if %{with fdk_aac}
BuildRequires: pkgconfig(fdk-aac) >= 0.1.4
+%endif
BuildRequires: pkgconfig(libde265) >= 0.9
BuildRequires: pkgconfig(libmodplug)
BuildRequires: pkgconfig(librtmp)
@@ -470,6 +480,15 @@
--disable-resindvd \
--disable-siren \
%endif
+%if %{without faac}
+ --disable-faac \
+%endif
+%if %{without faad}
+ --disable-faad \
+%endif
+%if %{without fdk_aac}
+ --disable-fdk_aac \
+%endif
--disable-static \
--disable-examples \
--disable-festival \
@@ -763,8 +782,15 @@
%{_libdir}/gstreamer-%{gst_branch}/libgstvoamrwbenc.so
%{_libdir}/gstreamer-%{gst_branch}/libgstvoaacenc.so
%{_libdir}/gstreamer-%{gst_branch}/libgstdtsdec.so
+%if %{with faac}
%{_libdir}/gstreamer-%{gst_branch}/libgstfaac.so
+%endif
+%if %{with faad}
+%{_libdir}/gstreamer-%{gst_branch}/libgstfaad.so
+%endif
+%if %{with fdk_aac}
%{_libdir}/gstreamer-%{gst_branch}/libgstfdkaac.so
+%endif
%{_libdir}/gstreamer-%{gst_branch}/libgstde265.so
%{_libdir}/gstreamer-%{gst_branch}/libgstmodplug.so
%{_libdir}/gstreamer-%{gst_branch}/libgstrtmp.so