From 40bbdfef9455a58e018161b548cc55d33d3475da Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sat, 19 Jun 1999 18:08:18 +0000 Subject: Update ripit to version 1.4 PR: 12203 Submitted by: maintainer --- audio/ripit/Makefile | 6 +++--- audio/ripit/distinfo | 2 +- audio/ripit/files/patch-aa | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'audio') diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile index 15727aecb7d5..7b57a6f77522 100644 --- a/audio/ripit/Makefile +++ b/audio/ripit/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ripit -# Version required: 1.3 +# Version required: 1.4 # Date created: 2 May 1999 # Whom: oyvindmo@initio.no # -# $Id: Makefile,v 1.2 1999/05/04 04:35:33 steve Exp $ +# $Id: Makefile,v 1.3 1999/05/04 07:06:23 flathill Exp $ # -DISTNAME= ripit-1.3 +DISTNAME= ripit-1.4 CATEGORIES= audio MASTER_SITES= http://www.netcomuk.co.uk/~squinn/ diff --git a/audio/ripit/distinfo b/audio/ripit/distinfo index 76dd92982594..d206771456a1 100644 --- a/audio/ripit/distinfo +++ b/audio/ripit/distinfo @@ -1 +1 @@ -MD5 (ripit-1.3.tar.gz) = 9407606e370eebee5c7920140c3f346d +MD5 (ripit-1.4.tar.gz) = f75056dd0115d545585bc5a28de397f5 diff --git a/audio/ripit/files/patch-aa b/audio/ripit/files/patch-aa index 68abae7365c5..b40439a459e6 100644 --- a/audio/ripit/files/patch-aa +++ b/audio/ripit/files/patch-aa @@ -1,6 +1,6 @@ -diff -uNr ../ripit-1.2.old/ripit.pl ./ripit.pl ---- ../ripit-1.2.old/ripit.pl Sun May 2 18:24:11 1999 -+++ ./ripit.pl Sun May 2 18:27:10 1999 +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 @@ # User configurable variables # @@ -10,9 +10,9 @@ diff -uNr ../ripit-1.2.old/ripit.pl ./ripit.pl +$cddev = "/dev/rcd0c"; # CD Audio device +$outputdir = "/home/mp3/"; # Where the MP3s should go $bitrate = 160; # Bitrate for MP3s + $tocfile = ""; - $use_underscore = 0; # Use _ instead of spaces in filenames (1 yes, 0 no) -@@ -312,14 +312,11 @@ +@@ -326,14 +326,11 @@ &printflush(RIPLOG,"Ripping $tracklist[$_ - 1]...\n"); @@ -30,7 +30,7 @@ diff -uNr ../ripit-1.2.old/ripit.pl ./ripit.pl &printflush(RIPLOG,"Rip complete $tracklist[$_ - 1]\n"); # Start the Encoder in the background. but only once -@@ -349,7 +346,7 @@ +@@ -363,7 +360,7 @@ print "\nBladeenc Encoding track ".$ncount." of ".($#seltrack + 1)."\n"; &printflush(RIPLOG,"Encoding $tracklist[$_ - 1]...\n"); -- cgit v1.2.3