[20917] trunk/dports/audio/streamripper/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Dec 10 11:59:57 PST 2006


Revision: 20917
          http://trac.macosforge.org/projects/macports/changeset/20917
Author:   css at macports.org
Date:     2006-12-10 11:59:56 -0800 (Sun, 10 Dec 2006)

Log Message:
-----------
Update streamripper to 1.61.27 and correct its dependencies. (#11120)

Modified Paths:
--------------
    trunk/dports/audio/streamripper/Portfile

Modified: trunk/dports/audio/streamripper/Portfile
===================================================================
--- trunk/dports/audio/streamripper/Portfile	2006-12-10 11:59:37 UTC (rev 20916)
+++ trunk/dports/audio/streamripper/Portfile	2006-12-10 19:59:56 UTC (rev 20917)
@@ -3,25 +3,32 @@
 PortSystem 1.0
 
 name		streamripper
-version		1.61.26
+version		1.61.27
 categories	audio net
 platforms	darwin
 maintainers	css at macports.org
 description	separate tracks via Shoutcasts title-streaming
-long_description	Streamripper started as a way to separate tracks via \
-			Shoutcasts title-streaming feature. This has now been \
-			expanded into a much more generic feature, where part \
-			of the program only tries to hint at where one track \
-			starts and another ends, thus allowing a mp3 decoding \
-			engine to scan for a silent mark, which is used to \
-			find an exact track separation.
+long_description	Streamripper started as a way to separate \
+	tracks via Shoutcasts title-streaming feature. This has   \
+	now been expanded into a much more generic feature, where \
+	part of the program only tries to hint at where one track \
+	starts and another ends, thus allowing a mp3 decoding     \
+	engine to scan for a silent mark, which is used to find   \
+	an exact track separation.
 
 homepage	http://streamripper.sourceforge.net/
 master_sites	${homepage}/files/ sourceforge:${name}
-checksums	md5 435ae5886a47919732553925436f66df
+checksums	md5 d92a37bf23ee3f1bd5a9498d72c0562a \
+		sha1 bdbf0e301c3c783e1f13c2977508afd5076328ad
 
-configure.args	--mandir=${prefix}/share/man
+depends_lib	port:libiconv \
+		port:libogg \
+		port:libvorbis
 
+configure.args	--with-ogg=${prefix} --with-vorbis=${prefix} \
+		--with-libiconv-prefix=${prefix} \
+		--mandir=${prefix}/share/man
+
 pre-destroot {
 	file attributes ${worksrcpath}/install-sh -permissions +rx
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061210/cbeaf028/attachment.html


More information about the macports-changes mailing list