[svn] r5253 - in trunk/rpms: . dvd95
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Fri Mar 30 12:26:32 CEST 2007
Author: dag
Date: 2007-03-30 12:26:32 +0200 (Fri, 30 Mar 2007)
New Revision: 5253
Added:
trunk/rpms/dvd95/
trunk/rpms/dvd95/dvd95.spec
Log:
Initial import dvd95.
Added: trunk/rpms/dvd95/dvd95.spec
===================================================================
--- trunk/rpms/dvd95/dvd95.spec (rev 0)
+++ trunk/rpms/dvd95/dvd95.spec 2007-03-30 10:26:32 UTC (rev 5253)
@@ -0,0 +1,57 @@
+# $Id$
+# Authority: dag
+# Upstream: JF Coulon <jf-coulon$users,sourceforge,net>
+
+Summary: Graphical dvd9 to dvd5 converter
+Name: dvd95
+Version: 1.2p0
+Release: 1
+License: GPL
+Group: Applications/
+URL: http://dvd95.sourceforge.net/
+
+Source: http://dl.sf.net/dvd95/dvd95-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: libdvdread-devel, gtk2-devel >= 2.6
+
+%description
+DVD95 is an gnome application to convert DVD9 to DVD5 (4,7Gigas).
+
+It need no additional packages, an onboard version of vamps and dvdauthor
+is used, to be as fast as possible. Interface is pretty simple yo use.
+Shrinking factor may be computed for best results, or an adaptive
+compression ratio method may be used.
+
+Dvd can be converted to a file tree or an ISO file. The result can be played
+with xine, vlc, or mplayer or burned using third party software (k3b).
+
+DVD95 support two copy modes :
+ - Menus less, one video title set, multiple audios and subtitles.
+ - With menus, one video title set, multiple audios and subtitles.
+
+%prep
+%setup
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+%find_lang %{name}
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files -f %{name}.lang
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING NEWS README TODO
+%{_bindir}/dvd95
+%{_datadir}/pixmaps/dvd95/
+%{_datadir}/applications/dvd95.desktop
+
+%changelog
+* Fri Mar 30 2007 Dag Wieers <dag at wieers.com> - 1.2p0-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/dvd95/dvd95.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
More information about the svn-commits
mailing list