Author: sparky Date: Wed May 12 19:27:50 2010 GMT Module: packages Tag: HEAD ---- Log message: - %files fixes - BR: QtGui-devel, QtSvg-devel, QtXml-devel, python-devel - dropped BR: ladspa-devel, lame-libs-devel, libmad-devel, qt-devel
---- Files affected: packages/mlt: mlt.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: packages/mlt/mlt.spec diff -u packages/mlt/mlt.spec:1.21 packages/mlt/mlt.spec:1.22 --- packages/mlt/mlt.spec:1.21 Sat Mar 13 15:40:23 2010 +++ packages/mlt/mlt.spec Wed May 12 21:27:45 2010 @@ -14,24 +14,27 @@ Source0: http://dl.sourceforge.net/mlt/%{name}-%{version}.tar.gz # Source0-md5: 8d556b11710fc24801e06b893ac5d61b URL: http://www.mltframework.org/ -Patch1: mlt-linuxppc.patch +Patch1: %{name}-linuxppc.patch +BuildRequires: QtGui-devel +BuildRequires: QtSvg-devel +BuildRequires: QtXml-devel BuildRequires: SDL-devel BuildRequires: ffmpeg-devel BuildRequires: gtk+2-devel -BuildRequires: ladspa-devel -BuildRequires: lame-libs-devel +#BuildRequires: ladspa-devel +#BuildRequires: lame-libs-devel BuildRequires: libdv-devel >= 0.102 -BuildRequires: libmad-devel +#BuildRequires: libmad-devel BuildRequires: libquicktime-devel BuildRequires: libsamplerate-devel BuildRequires: libvorbis-devel >= 1:1.0.1 BuildRequires: libxml2-devel >= 2.5 BuildRequires: pkgconfig +BuildRequires: python-devel BuildRequires: rpm-pythonprov -BuildRequires: qt-devel BuildRequires: sox-devel -BuildRequires: which BuildRequires: swig-python +BuildRequires: which Obsoletes: mlt++ < %{version} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -100,7 +103,7 @@ --qimage-includedir=%{_includedir}/qt \ --qimage-libdir=%{_libdir} \ --swig-languages=python - + %{__make} \ CC="%{__cc}" @@ -127,13 +130,14 @@ %defattr(644,root,root,755) %doc ChangeLog README %attr(755,root,root) %{_bindir}/* -%ghost %attr(755,root,root) %{_libdir}/*.so.? +%attr(755,root,root) %ghost %{_libdir}/*.so.? %attr(755,root,root) %{_libdir}/*.so.*.* %dir %{_libdir}/%{name} %attr(755,root,root) %{_libdir}/%{name}/* %{_datadir}/mlt* %files -n python-%{name} +%defattr(644,root,root,755) %{py_sitedir}/*.py[co] %attr(755,root,root) %{py_sitedir}/*.so @@ -149,6 +153,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2010/05/12 19:27:45 sparky +- %files fixes +- BR: QtGui-devel, QtSvg-devel, QtXml-devel, python-devel +- dropped BR: ladspa-devel, lame-libs-devel, libmad-devel, qt-devel + Revision 1.21 2010/03/13 14:40:23 jajcus - Version: 0.5.2 - use swscale for avformat (otherwise it won't even compile) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mlt/mlt.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
