diff -r 0ad158be7636 -r 1ae0aa395adf mlt/mlt.spec --- a/mlt/mlt.spec Fri Sep 09 16:56:22 2011 +0200 +++ b/mlt/mlt.spec Fri Sep 09 16:57:46 2011 +0200 @@ -7,16 +7,18 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} Name: mlt -Version: 0.7.2 -Release: 1.pm.1.8 +Version: 20110908 +Release: git.msvb.1 License: GNU General Public License version 2 or later (GPLv2 or later) +Vendor: Europalab Software +Packager: Michael Schloh von Bennewitz Summary: Multimedia framework for television broadcasting Group: Productivity/Multimedia/Sound/Editors and Convertors URL: http://www.mltframework.org/twiki/bin/view/MLT/WebHome # http://prdownloads.sourceforge.net/mlt/mlt-%{version}.tar.gz Source: mlt-%{version}.tar.bz2 Source90: %{name}-rpmlintrc -Patch1: mlt-qt_backport.patch +#Patch1: mlt-qt_backport.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: gcc-c++ BuildRequires: libffmpeg-devel libamrnb-devel ffmpeg @@ -183,7 +185,7 @@ %prep %setup -q -n %{name}-%{version} %if %suse_version < 1100 -%patch1 +#%patch1 %endif %build @@ -290,6 +292,7 @@ %{_libdir}/mlt/libmltlinsys.so %{_libdir}/mlt/libmltmelt.so %{_libdir}/mlt/libmltxml.so +%{_libdir}/mlt/libmltvideostab.so %ifnarch x86_64 %ifnarch ppc %{_libdir}/mlt/libmltmotion_est.so @@ -334,6 +337,26 @@ %{_datadir}/mlt/frei0r/not_thread_safe.txt %dir %{_datadir}/mlt/decklink %{_datadir}/mlt/decklink/*.yml +%{_datadir}/mlt/core/*.yml +%{_datadir}/mlt/dv/*.yml +%{_datadir}/mlt/effectv/*.yml +%{_datadir}/mlt/gtk2/*.yml +%{_datadir}/mlt/jackrack/*.txt +%{_datadir}/mlt/jackrack/*.yml +%{_datadir}/mlt/kdenlive/*.yml +%{_datadir}/mlt/linsys/*.yml +%{_datadir}/mlt/melt/*.yml +%{_datadir}/mlt/normalize/*.yml +%{_datadir}/mlt/plus/*.yml +%{_datadir}/mlt/presets/consumer/avformat/* +%{_datadir}/mlt/qimage/*.yml +%{_datadir}/mlt/resample/*.yml +%{_datadir}/mlt/sdl/*.yml +%{_datadir}/mlt/sox/*.yml +%{_datadir}/mlt/videostab/*.yml +%{_datadir}/mlt/vmfx/*.yml +%{_datadir}/mlt/vorbis/*.yml +%{_datadir}/mlt/xml/*.yml %files devel %defattr(-, root, root) @@ -368,6 +391,8 @@ %{python_sitelib}/mlt.py %changelog +* Fri Sep 9 2011 Michael Schloh von Bennewitz +- update to GIT (0.7.4 branch) * Sun Jun 12 2011 pascal.bleser@opensuse.org - build with SSE2 and MMX support on 64bit - build with VDPAU support