Author: grof
Update of /cvs/free/rpms/mlt/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30824
Modified Files:
.cvsignore mlt.spec sources
Log Message:
* Mon Sep 07 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.4.4-1
- new version
- renamed melt binary to mlt-melt
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mlt/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 24 May 2009 21:22:05 -0000 1.2
+++ .cvsignore 8 Sep 2009 06:37:24 -0000 1.3
@@ -1 +1 @@
-mlt-0.4.0.tar.gz
+mlt-0.4.4.tar.gz
Index: mlt.spec
===================================================================
RCS file: /cvs/free/rpms/mlt/devel/mlt.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mlt.spec 24 May 2009 21:22:05 -0000 1.1
+++ mlt.spec 8 Sep 2009 06:37:24 -0000 1.2
@@ -1,16 +1,12 @@
Summary: Toolkit for broadcasters, video editors, media players, transcoders
Name: mlt
-Version: 0.4.0
-Release: 3%{?dist}
+Version: 0.4.4
+Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
URL:
http://www.mltframework.org/twiki/bin/view/MLT/
Group: System Environment/Libraries
Source:
http://downloads.sourceforge.net/mlt/%{name}-%{version}.tar.gz
-#patch to fix link motionest against libm
-Patch0: mlt-0.4.0-linker.patch
-#patch to fix license info of MLT++
-Patch1: mlt-0.4.0-license.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -55,8 +51,6 @@
%prep
%setup -q
-%patch0 -p1 -b .linker
-%patch1 -p1 -b .license
find ./ -name configure -exec chmod 755 {} \;
chmod 755 src/modules/lumas/create_lumas
chmod -x demo/demo
@@ -75,6 +69,7 @@
%endif
--qimage-libdir=%{_qt4_libdir} \
--qimage-includedir=%{_qt4_headerdir} \
+ --rename-melt=%{name}-melt \
--avformat-swscale
make %{?_smp_mflags}
@@ -98,7 +93,7 @@
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING GPL NEWS README*
-%{_bindir}/melt
+%{_bindir}/%{name}-melt
%{_libdir}/%{name}
%{_libdir}/*.so.*
%{_datadir}/%{name}
@@ -113,6 +108,14 @@
%changelog
+* Mon Sep 07 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.4.4-1
+- new version
+- renamed melt binary to mlt-melt
+
+* Wed May 20 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.4.2-1
+- new version
+- removed obsolete patches
+
* Wed May 20 2009 Zarko Pintar <zarko.pintar(a)gmail.com> - 0.4.0-3
- added linker and license patches
- set license of MLT devel subpackage to LGPLv2+
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mlt/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 24 May 2009 21:22:05 -0000 1.2
+++ sources 8 Sep 2009 06:37:24 -0000 1.3
@@ -1 +1 @@
-30d9fec2097dbdf02051a9589634753a mlt-0.4.0.tar.gz
+0019996624b6a61ea27e07b4851ac765 mlt-0.4.4.tar.gz