Name        : ripmake                      Relocations: (not relocatable)
Version     : 1.39                              Vendor: Penguin Liberation Front
Release     : 2plf                          Build Date: Fri 27 Jan 2006 
12:04:49 AM CET
Install Date: (not installed)               Build Host: baader
Group       : Video                         Source RPM: (none)
Size        : 40031      License: GPL
Signature   : (none)
Packager    : Guillaume Rousse <[EMAIL PROTECTED]>
URL         : http://www.lallafa.de/bp/ripmake.html
Summary     : A makefile generator for your ripping tasks
Description :
The idea of ripmake is to write a tool which automatically selects the
best parameters for a given ripping task. It should inspect the source
(e.g. a DVD or an AVI file), extract all important information,
calculate the missing parameters and generate a parameter set for
transcode that performs a perfect output file. I known that this is a
hard task but that does not mean we shouldn't try it :)

First I thought of a tool that performs all the necessary steps itself
and calls transcode for the real work. But I soon found out that often a
bit of manual intervention is required to achieve the best results. So a
different approach came to my mind: Why not write a tool that generates
a Makefile for the rip and that embeds all automatic options as
parameters in it. You can then call different rules for different rip
tasks (e.g. render a sample, render first pass...) and you can overwrite
the parameters by redefining the make variables.

So here it is: ripmake - A makefile generator for your ripping tasks.

The first version was quite alpha and simply tried to prove the concept.
The current version is an almost complete rewrite of the first version
but really becomes quite useful.

This package is in PLF because it is related to DVD ripping.

---------------
Guillaume Rousse <[EMAIL PROTECTED]> 1.39-2plf
- %mkrel
- spec cleanup
---------------

---------------
Index: ripmake-1.39
===================================================================
RCS file: /home/projects/plf/cvs/SPECS/free/ripmake/ripmake-1.39,v
retrieving revision 1.1
diff -u -r1.1 ripmake-1.39
--- ripmake-1.39        28 Nov 2004 17:08:01 -0000      1.1
+++ ripmake-1.39        26 Jan 2006 23:30:19 -0000
@@ -150,7 +150,7 @@
 );
 
 # ========== MAIN CODE ========================================================
-$ripmake ="ripmake: ".'$Revision: 1.1 $ $Date: 2004/11/28 17:08:01 $ '."\n";
+$ripmake ="ripmake: ".'$Revision: 1.39 $ $Date: 2004/09/12 18:13:53 $ '."\n";
 
 # ----- adjust options -----
 # try to read ~/.ripmakerc
Index: ripmake.spec
===================================================================
RCS file: /home/projects/plf/cvs/SPECS/free/ripmake/ripmake.spec,v
retrieving revision 1.2
diff -u -r1.2 ripmake.spec
--- ripmake.spec        28 Nov 2004 17:08:01 -0000      1.2
+++ ripmake.spec        26 Jan 2006 23:30:19 -0000
@@ -1,6 +1,6 @@
 %define name   ripmake
 %define version 1.39
-%define release 1plf
+%define release %mkrel 2
 
 Name:          %{name}
 Version:       %{version}
@@ -56,11 +56,11 @@
 %build
 
 %install
-install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
-install -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}
+install -d -m 755 %{buildroot}%{_bindir}
+install -m 755 %{name} %{buildroot}%{_bindir}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
@@ -68,6 +68,10 @@
 %{_bindir}/%{name}
 
 %changelog
+* Fri Jan 27 2006 Guillaume Rousse <[EMAIL PROTECTED]> 1.39-2plf
+- %%mkrel
+- spec cleanup
+
 * Sun Nov 28 2004 Guillaume Rousse <[EMAIL PROTECTED]> 1.39-1plf
 - new version
 - documentation


_______________________________________________
PLF-announce mailing list
[email protected]
https://www.zarb.org/mailman/listinfo/plf-announce

Reply via email to