Hello community,

here is the log from the commit of package libmlt for openSUSE:Factory checked 
in at 2013-05-06 10:10:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmlt (Old)
 and      /work/SRC/openSUSE:Factory/.libmlt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmlt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes    2013-04-20 
17:45:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmlt.new/libmlt.changes       2013-05-06 
10:10:34.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May  2 10:31:45 UTC 2013 - [email protected]
+
+- By default disable VDPAU as requested by Dan Dennedy
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libmlt.spec ++++++
--- /var/tmp/diff_new_pack.LW0zaC/_old  2013-05-06 10:10:35.000000000 +0200
+++ /var/tmp/diff_new_pack.LW0zaC/_new  2013-05-06 10:10:35.000000000 +0200
@@ -17,6 +17,8 @@
 
 
 %bcond_with ffmpeg
+# Dan Dennedy asked to disable it since it's buggy and unmaintained (see e.g. 
http://www.kdenlive.org/mantis/view.php?id=3070)
+%bcond_with vdpau
 
 %define _name mlt
 %define libname lib%{_name}
@@ -36,7 +38,7 @@
 Source0:        
http://downloads.sourceforge.net/project/%{_name}/%{_name}/%{_name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE libmlt-0.8.2-vdpau.patch [email protected] -- Make 
VDPAU support work without the devel package
 Patch1:         libmlt-0.8.2-vdpau.patch
-# PATCH-FIX-UPSTREAM libmlt-0.8.0-vdpau.patch sf#3555214 [email protected] 
-- Install modules and data in versioned directories
+# PATCH-FIX-UPSTREAM libmlt-0.8.0-versioned_dirs.patch sf#3555214 
[email protected] -- Install modules and data in versioned directories
 Patch2:         libmlt-0.8.0-versioned_dirs.patch
 BuildRequires:  gcc-c++
 BuildRequires:  ladspa-devel
@@ -67,10 +69,12 @@
 BuildRequires:  pkgconfig(libavformat)
 BuildRequires:  pkgconfig(libavutil)
 BuildRequires:  pkgconfig(libswscale)
+%if %{with vdpau}
 BuildRequires:  pkgconfig(vdpau)
 # VDPAU support requires it
 BuildRequires:  pkgconfig(x11)
 %endif
+%endif
 
 %description
 MLT is an open source multimedia framework, designed and developed for
@@ -162,9 +166,11 @@
 Recommends:     frei0r-plugins
 %if %{with ffmpeg}
 Provides:       mlt(%{soname})(avformat)
+%if %{with vdpau}
 # I would recommend it, but to the best of my knowledge nobody but nvidia 
provides a backend
 Suggests:       %(rpm -qf $(readlink -e %{_libdir}/libvdpau.so) --qf '%{NAME}')
 %endif
+%endif
 
 %description -n %{libname}%{soname}-modules
 MLT is an open source multimedia framework, designed and developed for
@@ -221,8 +227,10 @@
 --disable-mmx \
 %endif
 %if %{with ffmpeg}
+%if %{with vdpau}
 --avformat-vdpau \
 %endif
+%endif
 --swig-languages=python
 make %{?_smp_mflags}
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to