[40097] trunk/dports/multimedia/gnupod/Portfile
pmq at macports.org
pmq at macports.org
Sat Sep 20 08:08:13 PDT 2008
Revision: 40097
http://trac.macports.org/changeset/40097
Author: pmq at macports.org
Date: 2008-09-20 08:08:12 -0700 (Sat, 20 Sep 2008)
Log Message:
-----------
Version bump to 0.99.7.
Re-work the dependencies.
Add variants for specific encoders/decoders.
Modified Paths:
--------------
trunk/dports/multimedia/gnupod/Portfile
Modified: trunk/dports/multimedia/gnupod/Portfile
===================================================================
--- trunk/dports/multimedia/gnupod/Portfile 2008-09-20 10:29:37 UTC (rev 40096)
+++ trunk/dports/multimedia/gnupod/Portfile 2008-09-20 15:08:12 UTC (rev 40097)
@@ -3,23 +3,24 @@
PortSystem 1.0
name gnupod
-version 0.99.6
+version 0.99.7
categories multimedia perl
maintainers pmq
platforms darwin
-description gnuPod is a collection of tools which allow you to \
+description GNUpod is a collection of tools which allow you to \
use your iPod with UNIX-like operating systems.
long_description ${description}
homepage http://blinkenlights.ch/gnupod
master_sites http://www.blinkenlights.ch/gnupod-dist/stable
extract.suffix .tgz
-checksums sha1 d3e44481c8915ae0a0bafe072404f26814b8fe74
+checksums sha1 3aa4b32cc896af435fb52d4bb154ee950ad08ce1
depends_lib port:perl5.8 port:p5-mp3-info port:p5-digest-md5 \
port:p5-xml-parser port:p5-unicode-string \
- port:p5-libwww-perl port:p5-digest-sha1
+ port:p5-libwww-perl port:p5-digest-sha1 port:p5-timedate \
+ port:lame
configure.args --infodir=${prefix}/share/info
@@ -30,7 +31,20 @@
doc/gnupod.html ${destroot}${prefix}/share/${name}
}
-# should also use timidity, Audio::FLAC::Header and Ogg::Vorbis::Header::PurePerl
-variant all_decoders description "Install helpers to transcode the multimedia files" {
- depends_lib-append port:ffmpeg port:faac port:lame port:flac port:vorbis-tools
+# should also use timidity
+variant flac description "Enable FLAC" {
+ depends_lib-append port:flac port:p5-audio-flac-header
}
+
+# should use Ogg::Vorbis::Header::PurePerl, won't work
+variant vorbis description "Enable Ogg/Vorbis" {
+ depends_lib-append port:vorbis-tools port:p5-libvorbis-perl
+}
+
+variant aac description "Enable AAC" {
+ depends_lib-append port:faac port:ffmpeg
+}
+
+variant artwork description "Enable artwork support" {
+ depends_lib-append port:ImageMagick
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080920/f9ce299e/attachment.html
More information about the macports-changes
mailing list