]> git.pld-linux.org Git - packages/acidrip.git/blame - acidrip-makefile.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/acidrip.git] / acidrip-makefile.patch
CommitLineData
8c2dca1b 1--- acidrip-0.12/Makefile.PL.orig 2004-01-25 23:31:21.000000000 +0100
2+++ acidrip-0.12/Makefile.PL 2004-01-25 23:32:39.000000000 +0100
3@@ -36,47 +36,47 @@
6402ff80 4 $_;
5 }
6
7-print "\nRunning additional test to be sure acidrip will work\n";
8+#print "\nRunning additional test to be sure acidrip will work\n";
9
8c2dca1b 10-print "test for lsdvd: ";
6402ff80 11-my $lsdvd = `lsdvd -V 2>&1`;
12-if ( $lsdvd !~ /0.(\d+)\s/ ) {
13-die "Not Found!\n\n***************\n" .
14- "AcidRip needs my little app \"lsdvd\" in order to see what is on your dvd\'s\n" .
15- "Download it and install it (and libdvdread) before trying to use AcidRip.\n" .
16- "If it\'s simply not on your path then set the full path inside AcidRip.\n" .
17- "***************\n\n"
18-}
19-if ( $1 < 9 ) {
20-die "Too old!\n\n***************\n" .
21- "AcidRip needs at least version 0.9 of lsdvd, but version 0.$1 was found\n" .
22- "Download it and install it (and libdvdread) before trying to use AcidRip.\n" .
23- "***************\n\n"
24-}
25-print "found\n";
26-
27-print "test for MPlayer: "; die "Not Found!\n\n***************\n" .
28- "AcidRip is based around the MPlayer video player. it has not been found on\n" .
29- "your current path. Install it from http://mplayerhq/hu see INSTALL.html or\n" .
30- "INSTALL for installation instructions.\n" .
31- "***************\n\n" if ( system "mplayer 2&>1 > /dev/null" ); print "found\n";
32-
33-print "test for MEncoder: "; die "Not Found!\n\n***************\n" .
34- "AcidRip uses MEncoder, which is part of MPlayer video player package. This\n" .
35- "was not found. Install it from http://mplayerhq/hu see INSTALL.html or\n" .
36- "INSTALL for installation instructions.\n" .
37- "***************\n\n" if ( system "mencoder -ovc help 2> /dev/null | grep MEncoder > /dev/null" ); print "found\n";
38-
39-print "test for MP3 support in mencoder: "; die "Not Found!\n\n***************\n" .
40- "MEncoder was found, however it does not have MP3 support built into it.\n" .
41- "If you DO want MP3 support you'll need to recompile mplayer with mp3 support\n" .
42- "See INSTALL or INSTALL.html for more information\n" .
43- "***************\n\n" if ( system "mencoder -oac help 2> /dev/null | grep mp3lame > /dev/null" ); print "found\n";
8c2dca1b 44+#print "test for lsdvd: ";
6402ff80 45+#my $lsdvd = `lsdvd -V 2>&1`;
46+#if ( $lsdvd !~ /0.(\d+)\s/ ) {
47+#die "Not Found!\n\n***************\n" .
48+# "AcidRip needs my little app \"lsdvd\" in order to see what is on your dvd\'s\n" .
49+# "Download it and install it (and libdvdread) before trying to use AcidRip.\n" .
50+# "If it\'s simply not on your path then set the full path inside AcidRip.\n" .
51+# "***************\n\n"
52+#}
53+#if ( $1 < 9 ) {
54+#die "Too old!\n\n***************\n" .
55+# "AcidRip needs at least version 0.9 of lsdvd, but version 0.$1 was found\n" .
56+# "Download it and install it (and libdvdread) before trying to use AcidRip.\n" .
57+# "***************\n\n"
58+#}
59+#print "found\n";
8c2dca1b 60+#
6402ff80 61+#print "test for MPlayer: "; die "Not Found!\n\n***************\n" .
62+# "AcidRip is based around the MPlayer video player. it has not been found on\n" .
63+# "your current path. Install it from http://mplayerhq/hu see INSTALL.html or\n" .
64+# "INSTALL for installation instructions.\n" .
65+# "***************\n\n" if ( system "mplayer 2&>1 > /dev/null" ); print "found\n";
66+
67+#print "test for MEncoder: "; die "Not Found!\n\n***************\n" .
68+# "AcidRip uses MEncoder, which is part of MPlayer video player package. This\n" .
69+# "was not found. Install it from http://mplayerhq/hu see INSTALL.html or\n" .
70+# "INSTALL for installation instructions.\n" .
71+# "***************\n\n" if ( system "mencoder -ovc help 2> /dev/null | grep MEncoder > /dev/null" ); print "found\n";
72+
73+#print "test for MP3 support in mencoder: "; die "Not Found!\n\n***************\n" .
74+# "MEncoder was found, however it does not have MP3 support built into it.\n" .
75+# "If you DO want MP3 support you'll need to recompile mplayer with mp3 support\n" .
76+# "See INSTALL or INSTALL.html for more information\n" .
77+# "***************\n\n" if ( system "mencoder -oac help 2> /dev/null | grep mp3lame > /dev/null" ); print "found\n";
78
79-print "Everything looks good here...\n";
80+#print "Everything looks good here...\n";
81
8c2dca1b 82-print "\nPlease send any feedback to me, I actually do want to know what you think of it.";
83-print "\nMaybe then I can make it suck less. acid_kewpie\@users.sourceforge.net\n\n";
84+#print "\nPlease send any feedback to me, I actually do want to know what you think of it.";
85+#print "\nMaybe then I can make it suck less. acid_kewpie\@users.sourceforge.net\n\n";
86
6402ff80 87 exit(0);
8c2dca1b 88
This page took 0.069761 seconds and 4 git commands to generate.