SPECS: openmovieeditor.spec - pl, cleanup

qboosh qboosh at pld-linux.org
Sun Aug 20 19:32:16 CEST 2006


Author: qboosh                       Date: Sun Aug 20 17:32:16 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, cleanup

---- Files affected:
SPECS:
   openmovieeditor.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/openmovieeditor.spec
diff -u SPECS/openmovieeditor.spec:1.2 SPECS/openmovieeditor.spec:1.3
--- SPECS/openmovieeditor.spec:1.2	Thu Aug 17 18:49:43 2006
+++ SPECS/openmovieeditor.spec	Sun Aug 20 19:32:10 2006
@@ -1,26 +1,29 @@
 # $Revision$, $Date$
-
-%bcond_with	ntsc # Use NTSC framerate
-
+#
+# Conditional build: 
+%bcond_with	ntsc	# Use NTSC framerate
+#
 Summary:	A Non Linear Movie Editor
+Summary(pl):	Nieliniowy edytor filmów
 Name:		openmovieeditor
 Version:	0.0.20060712
 Release:	1
 License:	GPL
 Group:		Applications/Multimedia
-URL:		http://openmovieeditor.sourceforge.net
 Source0:	http://dl.sourceforge.net/openmovieeditor/%{name}-%{version}.tar.gz
 # Source0-md5:	f460529700944c6e4d90efb4b5a5feaa
 Patch0:		%{name}-configure.diff
 Patch1:		%{name}-configure.ac.diff
 Patch2:		%{name}-framerate.patch
-BuildRequires:	faac
+URL:		http://openmovieeditor.sourceforge.net/
+BuildRequires:	faac-devel
 BuildRequires:	faad2-devel
 BuildRequires:	ffmpeg-devel
 BuildRequires:	fltk-devel
 BuildRequires:	fltk-gl-devel
 BuildRequires:	gavl-devel >= 0.2.4
 BuildRequires:	jack-audio-connection-kit-devel >= 0.101
+# lame-libs-devel? (binary shouldn't be buildrequired)
 BuildRequires:	lame
 BuildRequires:	libjpeg-devel
 BuildRequires:	libogg-devel
@@ -31,6 +34,7 @@
 BuildRequires:	libvorbis-devel
 BuildRequires:	libx264-devel
 BuildRequires:	portaudio-devel
+BuildRequires:	rpmbuild(macros) >= 1.315
 BuildRequires:	xvid-devel
 BuildRequires:	zlib-devel
 Requires:	faac
@@ -42,16 +46,19 @@
 %define   filterout_ld  (-Wl,)?--as-needed
 
 %description
-The Open Movie Editor ... is a Non Linear Movie Editor, it is in it's
+The Open Movie Editor... is a Non Linear Movie Editor, it is in it's
 very early stages of development.
 
 Open Movie Editor is designed to be a simple tool, that provides basic
 movie making capabilites. It aims to be powerful enough for the
 amateur movie artist, yet easy to use.
 
-See http://openmovieeditor.sourceforge.net/
-
-Author Richard Spindler <richard.spindler at gmail.com>
+%description -l pl
+Open Movie Editor to nieliniowy edytor filmów, będący we wczesnym
+stadium rozwoju. Jest projektowany jako proste narzędzie
+udostępniające podstawowe możliwości tworzenia filmów. Jednak ma być
+wystarczająco potężny dla autorów amatorskich filmów, a jednocześnie
+łatwy w użyciu.
 
 %prep
 %setup -q
@@ -62,14 +69,14 @@
 %endif
 
 %build
-%configure \
-	--prefix=%{_prefix}
-%__make
+%configure
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%__make install-strip \
+%{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 # icon
@@ -89,14 +96,15 @@
 DocPath=
 EOF
 
-install -d $RPM_BUILD_ROOT%{_datadir}/applications
-install %{name}.desktop $RPM_BUILD_ROOT%{_datadir}/applications
+install -d $RPM_BUILD_ROOT%{_desktopdir}
+install %{name}.desktop $RPM_BUILD_ROOT%{_desktopdir}
 
 %clean
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING INSTALL NEWS README TODO
+%doc AUTHORS NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
 %{_pixmapsdir}/openmovieeditor.png
 %{_desktopdir}/%{name}.desktop
@@ -107,10 +115,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/08/20 17:32:10  qboosh
+- pl, cleanup
+
 Revision 1.2  2006/08/17 16:49:43  aredridel
 - corrected name of ntsc framerate patch
 - patch now corrects video framerate only
 
 Revision 1.1  2006/08/17 08:12:34  aredridel
 - added
-
================================================================

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



More information about the pld-cvs-commit mailing list