Author: qboosh Date: Fri Apr 27 10:47:12 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - very raw from Badman (pld at vp.pl)
---- Files affected: SPECS: DVDStyler.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/DVDStyler.spec diff -u /dev/null SPECS/DVDStyler.spec:1.1 --- /dev/null Fri Apr 27 12:47:12 2007 +++ SPECS/DVDStyler.spec Fri Apr 27 12:47:07 2007 @@ -0,0 +1,64 @@ +# $Revision$, $Date$ +Name: DVDStyler +Version: 1.4 +Release: 1 +Summary: DVDStyler is a cross-platform DVD authoring System +Summary(pl): Wieloplatformowy program do auhoringu DVD +License: GPL +Group: Applications/Multimedia +Packager: <[EMAIL PROTECTED]> +Source: http://mesh.dl.sourceforge.net/sourceforge/dvdstyler/%{name}-%{version}.tar.gz +URL: http://dvdstyler.sourceforge.net + +BuildRequires: dvdauthor >= 0.6.10 +BuildRequires: gtk+2-devel >= 2.2.0 +BuildRequires: wxGTK2-devel >= 2.4.2 +BuildRequires: mjpegtools +BuildRequires: mpgtx +BuildRequires: dvd+rw-tools + +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +DVDStyler is a crossplatform dvd authoring system. +The main DVDStyler features are: +* you can drag and drop MPEG files directly +* you can import image file for background +* you can create NTSC/PAL menu +* you can place text and images anywhere on the menu screen +* you can change font/color +* you can put basic text buttons, change font/color and background color +* you can set chapters for each movie +* you can change post command for each movie + +%prep +%setup + +%build +%configure --with-wx-config=/usr/bin/wx-gtk2-ansi-config +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%{_bindir}/dvdstyler +/usr/share/doc/dvdstyler/* +/usr/share/dvdstyler/* +/usr/share/locale/* +%{_pixmapsdir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/04/27 10:47:07 qboosh +- very raw from Badman (pld at vp.pl) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
