Fri, 09 Sep 2011 16:57:46 +0200
Update version to development branches and adapt package file index.
kdenlive/kdenlive.spec | file | annotate | diff | comparison | revisions | |
mlt/mlt.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/kdenlive/kdenlive.spec Fri Sep 09 16:56:22 2011 +0200 1.2 +++ b/kdenlive/kdenlive.spec Fri Sep 09 16:57:46 2011 +0200 1.3 @@ -6,9 +6,11 @@ 1.4 # Please submit bugfixes or comments to packman@links2linux.de 1.5 1.6 Name: kdenlive 1.7 -Version: 0.8 1.8 -Release: 1.pm.1.5 1.9 +Version: 20110908 1.10 +Release: svn.msvb.1 1.11 License: GNU General Public License version 2 or later (GPLv2+) 1.12 +Vendor: Europalab Software 1.13 +Packager: Michael Schloh von Bennewitz 1.14 Provides: kde4-kdenlive = %{version} 1.15 Obsoletes: kde4-kdenlive < %{version} 1.16 Summary: Non-linear video editing application for KDE 1.17 @@ -132,6 +134,8 @@ 1.18 %files lang -f kdenlive.lang 1.19 1.20 %changelog 1.21 +* Wed Sep 9 2011 Michael Schloh von Bennewitz <michael@schloh.com> 1.22 +- update to SVN 20110908 (0.8.1 branch) 1.23 * Wed Sep 29 2010 pascal.bleser@opensuse.org 1.24 - update to 0.7.8 1.25 * Fri Mar 5 2010 toni@links2linux.de
2.1 --- a/mlt/mlt.spec Fri Sep 09 16:56:22 2011 +0200 2.2 +++ b/mlt/mlt.spec Fri Sep 09 16:57:46 2011 +0200 2.3 @@ -7,16 +7,18 @@ 2.4 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} 2.5 2.6 Name: mlt 2.7 -Version: 0.7.2 2.8 -Release: 1.pm.1.8 2.9 +Version: 20110908 2.10 +Release: git.msvb.1 2.11 License: GNU General Public License version 2 or later (GPLv2 or later) 2.12 +Vendor: Europalab Software 2.13 +Packager: Michael Schloh von Bennewitz 2.14 Summary: Multimedia framework for television broadcasting 2.15 Group: Productivity/Multimedia/Sound/Editors and Convertors 2.16 URL: http://www.mltframework.org/twiki/bin/view/MLT/WebHome 2.17 # http://prdownloads.sourceforge.net/mlt/mlt-%{version}.tar.gz 2.18 Source: mlt-%{version}.tar.bz2 2.19 Source90: %{name}-rpmlintrc 2.20 -Patch1: mlt-qt_backport.patch 2.21 +#Patch1: mlt-qt_backport.patch 2.22 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot 2.23 BuildRequires: gcc-c++ 2.24 BuildRequires: libffmpeg-devel libamrnb-devel ffmpeg 2.25 @@ -183,7 +185,7 @@ 2.26 %prep 2.27 %setup -q -n %{name}-%{version} 2.28 %if %suse_version < 1100 2.29 -%patch1 2.30 +#%patch1 2.31 %endif 2.32 2.33 %build 2.34 @@ -290,6 +292,7 @@ 2.35 %{_libdir}/mlt/libmltlinsys.so 2.36 %{_libdir}/mlt/libmltmelt.so 2.37 %{_libdir}/mlt/libmltxml.so 2.38 +%{_libdir}/mlt/libmltvideostab.so 2.39 %ifnarch x86_64 2.40 %ifnarch ppc 2.41 %{_libdir}/mlt/libmltmotion_est.so 2.42 @@ -334,6 +337,26 @@ 2.43 %{_datadir}/mlt/frei0r/not_thread_safe.txt 2.44 %dir %{_datadir}/mlt/decklink 2.45 %{_datadir}/mlt/decklink/*.yml 2.46 +%{_datadir}/mlt/core/*.yml 2.47 +%{_datadir}/mlt/dv/*.yml 2.48 +%{_datadir}/mlt/effectv/*.yml 2.49 +%{_datadir}/mlt/gtk2/*.yml 2.50 +%{_datadir}/mlt/jackrack/*.txt 2.51 +%{_datadir}/mlt/jackrack/*.yml 2.52 +%{_datadir}/mlt/kdenlive/*.yml 2.53 +%{_datadir}/mlt/linsys/*.yml 2.54 +%{_datadir}/mlt/melt/*.yml 2.55 +%{_datadir}/mlt/normalize/*.yml 2.56 +%{_datadir}/mlt/plus/*.yml 2.57 +%{_datadir}/mlt/presets/consumer/avformat/* 2.58 +%{_datadir}/mlt/qimage/*.yml 2.59 +%{_datadir}/mlt/resample/*.yml 2.60 +%{_datadir}/mlt/sdl/*.yml 2.61 +%{_datadir}/mlt/sox/*.yml 2.62 +%{_datadir}/mlt/videostab/*.yml 2.63 +%{_datadir}/mlt/vmfx/*.yml 2.64 +%{_datadir}/mlt/vorbis/*.yml 2.65 +%{_datadir}/mlt/xml/*.yml 2.66 2.67 %files devel 2.68 %defattr(-, root, root) 2.69 @@ -368,6 +391,8 @@ 2.70 %{python_sitelib}/mlt.py 2.71 2.72 %changelog 2.73 +* Fri Sep 9 2011 Michael Schloh von Bennewitz <michael@schloh.com> 2.74 +- update to GIT (0.7.4 branch) 2.75 * Sun Jun 12 2011 pascal.bleser@opensuse.org 2.76 - build with SSE2 and MMX support on 64bit 2.77 - build with VDPAU support