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