View | Details | Raw Unified | Return to bug 12203
Collapse All | Expand All

(-)ripit/Makefile (-2 / +2 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:    ripit
1
# New ports collection makefile for:    ripit
2
# Version required:     1.3
2
# Version required:     1.4
3
# Date created:         2 May 1999
3
# Date created:         2 May 1999
4
# Whom:                 oyvindmo@initio.no
4
# Whom:                 oyvindmo@initio.no
5
#
5
#
6
# $Id: Makefile,v 1.3 1999/05/04 07:06:23 flathill Exp $
6
# $Id: Makefile,v 1.3 1999/05/04 07:06:23 flathill Exp $
7
#
7
#
8
8
9
DISTNAME=	ripit-1.3
9
DISTNAME=	ripit-1.4
10
CATEGORIES=	audio
10
CATEGORIES=	audio
11
MASTER_SITES=	http://www.netcomuk.co.uk/~squinn/
11
MASTER_SITES=	http://www.netcomuk.co.uk/~squinn/
12
12
(-)ripit/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (ripit-1.3.tar.gz) = 9407606e370eebee5c7920140c3f346d
1
MD5 (ripit-1.4.tar.gz) = f75056dd0115d545585bc5a28de397f5
(-)ripit/patches/patch-aa (-6 / +6 lines)
Lines 1-6 Link Here
1
diff -uNr ../ripit-1.2.old/ripit.pl ./ripit.pl
1
diff -uNr ../ripit-1.4.orig/ripit.pl ./ripit.pl
2
--- ../ripit-1.2.old/ripit.pl	Sun May  2 18:24:11 1999
2
--- ../ripit-1.4.orig/ripit.pl	Mon Jun 14 14:24:16 1999
3
+++ ./ripit.pl	Sun May  2 18:27:10 1999
3
+++ ./ripit.pl	Mon Jun 14 14:26:24 1999
4
@@ -26,8 +26,8 @@
4
@@ -26,8 +26,8 @@
5
 # User configurable variables
5
 # User configurable variables
6
 #
6
 #
Lines 10-18 Link Here
10
+$cddev 		= "/dev/rcd0c";		# CD Audio device
10
+$cddev 		= "/dev/rcd0c";		# CD Audio device
11
+$outputdir 	= "/home/mp3/";		# Where the MP3s should go
11
+$outputdir 	= "/home/mp3/";		# Where the MP3s should go
12
 $bitrate	= 160;			# Bitrate for MP3s
12
 $bitrate	= 160;			# Bitrate for MP3s
13
 $tocfile	= "";
13
 
14
 
14
 $use_underscore = 0;	# Use _ instead of spaces in filenames (1 yes, 0 no)
15
@@ -326,14 +326,11 @@
15
@@ -312,14 +312,11 @@
16
 
16
 
17
     &printflush(RIPLOG,"Ripping $tracklist[$_ - 1]...\n");
17
     &printflush(RIPLOG,"Ripping $tracklist[$_ - 1]...\n");
18
 
18
 
Lines 30-36 Link Here
30
     &printflush(RIPLOG,"Rip complete $tracklist[$_ - 1]\n");
30
     &printflush(RIPLOG,"Rip complete $tracklist[$_ - 1]\n");
31
 
31
 
32
     # Start the Encoder in the background. but only once
32
     # Start the Encoder in the background. but only once
33
@@ -349,7 +346,7 @@
33
@@ -363,7 +360,7 @@
34
     print "\nBladeenc Encoding track ".$ncount." of ".($#seltrack + 1)."\n";
34
     print "\nBladeenc Encoding track ".$ncount." of ".($#seltrack + 1)."\n";
35
     &printflush(RIPLOG,"Encoding $tracklist[$_ - 1]...\n");
35
     &printflush(RIPLOG,"Encoding $tracklist[$_ - 1]...\n");

Return to bug 12203