[68149] trunk/dports/audio

ryandesign at macports.org ryandesign at macports.org
Thu May 27 14:40:52 PDT 2010


Revision: 68149
          http://trac.macports.org/changeset/68149
Author:   ryandesign at macports.org
Date:     2010-05-27 14:40:49 -0700 (Thu, 27 May 2010)
Log Message:
-----------
vorbisgain: new port, version 0.34; see #24973

Added Paths:
-----------
    trunk/dports/audio/vorbisgain/
    trunk/dports/audio/vorbisgain/Portfile

Added: trunk/dports/audio/vorbisgain/Portfile
===================================================================
--- trunk/dports/audio/vorbisgain/Portfile	                        (rev 0)
+++ trunk/dports/audio/vorbisgain/Portfile	2010-05-27 21:40:49 UTC (rev 68149)
@@ -0,0 +1,42 @@
+# $Id$
+
+PortSystem                  1.0
+
+name                        vorbisgain
+version                     0.34
+categories                  audio
+platforms                   darwin
+maintainers                 ryandesign openmaintainer
+license                     LGPL-2.1
+homepage                    http://sjeng.org/vorbisgain.html
+master_sites                http://sjeng.org/ftp/vorbis/
+use_zip                     yes
+
+description                 corrects the volume of an Ogg Vorbis file to a \
+                            predefined standardized loudness
+
+long_description            VorbisGain ${description} by calculating the file's \
+                            percieved sound level using the ReplayGain \
+                            algorithm. VorbisGain then stores in the comments \
+                            (tags) in the file a suggestion on how the volume \
+                            should be changed during playback to get a uniform \
+                            sound level. You then need to use an audio player \
+                            that knows about and acts on that suggestion.
+
+checksums                   md5     ee62352b74c610bb3eeddda038819fc8 \
+                            sha1    7e758e5daade6803ccbccdb524a16797ad9e53ca \
+                            rmd160  37c2a8ffefc3ad002a835ac668073dd3c284a36c
+
+depends_lib                 port:libvorbis
+
+post-extract {
+    file attributes ${worksrcpath}/configure -permissions a+x
+}
+
+configure.args              --mandir=${prefix}/share/man
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 ${worksrcpath}/README ${docdir}
+}


Property changes on: trunk/dports/audio/vorbisgain/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100527/0f510e66/attachment.html>


More information about the macports-changes mailing list