Hello community,

here is the log from the commit of package libquicktime for openSUSE:Factory 
checked in at 2016-08-03 11:38:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libquicktime (Old)
 and      /work/SRC/openSUSE:Factory/.libquicktime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libquicktime"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libquicktime/libquicktime.changes        
2016-02-23 16:52:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libquicktime.new/libquicktime.changes   
2016-08-03 11:38:38.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul 25 12:44:39 UTC 2016 - [email protected]
+
+- Convert buildconditionals for faac, faad, lame and x264
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libquicktime.spec ++++++
--- /var/tmp/diff_new_pack.ml7GgS/_old  2016-08-03 11:38:39.000000000 +0200
+++ /var/tmp/diff_new_pack.ml7GgS/_new  2016-08-03 11:38:39.000000000 +0200
@@ -16,6 +16,12 @@
 #
 
 
+%bcond_with    faac
+%bcond_with    faad
+%bcond_without ffmpeg
+%bcond_with    lame
+%bcond_with    x264
+
 %define soname 0
 %define cvs  20150223
 Name:           libquicktime
@@ -43,18 +49,26 @@
 BuildRequires:  pkg-config
 BuildRequires:  schroedinger-devel
 BuildRequires:  pkgconfig(gl)
+%if %{with ffmpeg}
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libswscale)
+%endif
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xaw7)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xt)
 BuildRequires:  pkgconfig(xv)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?BUILD_ORIG}
+%if %{with faac}
 BuildRequires:  libfaac-devel
+%endif
+%if %{with faad}
 BuildRequires:  libfaad2-devel
+%endif
+%if %{with lame}
 BuildRequires:  libmp3lame-devel
+%endif
+%if %{with x264}
 BuildRequires:  libx264-devel
 %endif
 
@@ -134,11 +148,19 @@
 %{_libdir}/libquicktime/lqt_schroedinger.so
 %{_libdir}/libquicktime/lqt_videocodec.so
 %{_libdir}/libquicktime/lqt_vorbis.so
+%if %{with ffmpeg}
 %{_libdir}/libquicktime/lqt_ffmpeg.so
-%if 0%{?BUILD_ORIG}
+%endif
+%if %{with faac}
 %{_libdir}/libquicktime/lqt_faac.so
+%endif
+%if %{with faad}
 %{_libdir}/libquicktime/lqt_faad2.so
+%endif
+%if %{with lame}
 %{_libdir}/libquicktime/lqt_lame.so
+%endif
+%if %{with x264}
 %{_libdir}/libquicktime/lqt_x264.so
 %endif
 


Reply via email to