diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-06 19:23:01 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-06 19:23:01 +0000 |
commit | c4992df8e2d642857baf99f10866b327a4b0b3bf (patch) | |
tree | bad533d02c6168df484e1ede23254f97290b90a3 | |
parent | Added a new appendix file (eb/daihyakka-1.0.tar.gz) into this port. (diff) |
Fix master sites and update to version 1.5
PR: 13522
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=21322
-rw-r--r-- | audio/ripit/Makefile | 6 | ||||
-rw-r--r-- | audio/ripit/distinfo | 2 | ||||
-rw-r--r-- | audio/ripit/files/patch-aa | 20 |
3 files changed, 15 insertions, 13 deletions
diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile index 07d02f6456d7..5acf77e755a4 100644 --- a/audio/ripit/Makefile +++ b/audio/ripit/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: ripit -# Version required: 1.4 +# Version required: 1.5 # Date created: 2 May 1999 # Whom: oyvindmo@initio.no # # $FreeBSD$ # -DISTNAME= ripit-1.4 +DISTNAME= ripit-1.5 CATEGORIES= audio -MASTER_SITES= http://www.netcomuk.co.uk/~squinn/ +MASTER_SITES= http://www.initio.no/~oyvindmo/distfiles/ MAINTAINER= oyvindmo@initio.no diff --git a/audio/ripit/distinfo b/audio/ripit/distinfo index d206771456a1..a9d1946ff0e5 100644 --- a/audio/ripit/distinfo +++ b/audio/ripit/distinfo @@ -1 +1 @@ -MD5 (ripit-1.4.tar.gz) = f75056dd0115d545585bc5a28de397f5 +MD5 (ripit-1.5.tar.gz) = ad796d63c258a68de7edc800bfc67e9b diff --git a/audio/ripit/files/patch-aa b/audio/ripit/files/patch-aa index b40439a459e6..ce2fc3226a34 100644 --- a/audio/ripit/files/patch-aa +++ b/audio/ripit/files/patch-aa @@ -1,7 +1,6 @@ -diff -uNr ../ripit-1.4.orig/ripit.pl ./ripit.pl ---- ../ripit-1.4.orig/ripit.pl Mon Jun 14 14:24:16 1999 -+++ ./ripit.pl Mon Jun 14 14:26:24 1999 -@@ -26,8 +26,8 @@ +--- ripit.pl.orig Wed Sep 1 13:51:06 1999 ++++ ripit.pl Wed Sep 1 13:53:12 1999 +@@ -26,10 +26,10 @@ # User configurable variables # @@ -10,9 +9,12 @@ diff -uNr ../ripit-1.4.orig/ripit.pl ./ripit.pl +$cddev = "/dev/rcd0c"; # CD Audio device +$outputdir = "/home/mp3/"; # Where the MP3s should go $bitrate = 160; # Bitrate for MP3s - $tocfile = ""; +-$encoder = 1; # 0 - Bladeenc, 1 - Lame ++$encoder = 0; # 0 - Bladeenc, 1 - Lame -@@ -326,14 +326,11 @@ + $use_underscore = 0; # Use _ instead of spaces in filenames (1 yes, 0 no) + +@@ -329,14 +329,11 @@ &printflush(RIPLOG,"Ripping $tracklist[$_ - 1]...\n"); @@ -24,14 +26,14 @@ diff -uNr ../ripit-1.4.orig/ripit.pl ./ripit.pl + die "tosha failed on $tracklist[$_ - 1]"; } -- # Rename rip file to a wav so bladeenc will encode it +- # Rename rip file to a wav for encoder - rename "$riptrackname.rip","$riptrackname.wav"; - &printflush(RIPLOG,"Rip complete $tracklist[$_ - 1]\n"); # Start the Encoder in the background. but only once -@@ -363,7 +360,7 @@ - print "\nBladeenc Encoding track ".$ncount." of ".($#seltrack + 1)."\n"; +@@ -367,7 +364,7 @@ + print "\nMP3 Encoding track ".$ncount." of ".($#seltrack + 1)."\n"; &printflush(RIPLOG,"Encoding $tracklist[$_ - 1]...\n"); - # Keep looping until the file appears, ie wait for cdparanoia |