SPECS: openmovieeditor.spec - removed useless configure.diff - add...

sparky sparky at pld-linux.org
Sat May 19 20:25:42 CEST 2007


Author: sparky                       Date: Sat May 19 18:25:42 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- removed useless configure.diff
- added as-needed patch
- auto* regeneration and BRs

---- Files affected:
SPECS:
   openmovieeditor.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/openmovieeditor.spec
diff -u SPECS/openmovieeditor.spec:1.5 SPECS/openmovieeditor.spec:1.6
--- SPECS/openmovieeditor.spec:1.5	Mon Feb 12 23:09:10 2007
+++ SPECS/openmovieeditor.spec	Sat May 19 20:25:36 2007
@@ -12,10 +12,12 @@
 Group:		Applications/Multimedia
 Source0:	http://dl.sourceforge.net/openmovieeditor/%{name}-%{version}.tar.gz
 # Source0-md5:	f460529700944c6e4d90efb4b5a5feaa
-Patch0:		%{name}-configure.diff
-Patch1:		%{name}-configure.ac.diff
+Patch0:		%{name}-configure.ac.diff
+Patch1:		%{name}-as-needed.patch
 Patch2:		%{name}-framerate.patch
 URL:		http://openmovieeditor.sourceforge.net/
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	faac-devel
 BuildRequires:	faad2-devel
 BuildRequires:	ffmpeg-devel
@@ -43,8 +45,6 @@
 Requires:	lame
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define   filterout_ld  (-Wl,)?--as-needed
-
 %description
 The Open Movie Editor... is a Non Linear Movie Editor, it is in it's
 very early stages of development.
@@ -62,13 +62,17 @@
 
 %prep
 %setup -q
-%patch0
-%patch1
+%patch0 -p0
+%patch1 -p1
 %if %{with ntsc}
 %patch2 -p1
 %endif
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 
 %{__make}
@@ -115,6 +119,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2007/05/19 18:25:36  sparky
+- removed useless configure.diff
+- added as-needed patch
+- auto* regeneration and BRs
+
 Revision 1.5  2007/02/12 22:09:10  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openmovieeditor.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list