[119842] trunk/dports/audio/darkice/Portfile

mf2k at macports.org mf2k at macports.org
Wed May 7 16:39:00 PDT 2014


Revision: 119842
          https://trac.macports.org/changeset/119842
Author:   mf2k at macports.org
Date:     2014-05-07 16:39:00 -0700 (Wed, 07 May 2014)
Log Message:
-----------
darkice: Update to version 1.2. Add opus variant. (#39764)

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

Modified: trunk/dports/audio/darkice/Portfile
===================================================================
--- trunk/dports/audio/darkice/Portfile	2014-05-07 23:32:02 UTC (rev 119841)
+++ trunk/dports/audio/darkice/Portfile	2014-05-07 23:39:00 UTC (rev 119842)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                darkice
-version             1.1
+version             1.2
 categories          audio
 platforms           darwin freebsd
 maintainers         syndicat.com:nd
@@ -19,10 +19,9 @@
 master_sites        googlecode \
                     ${homepage}download/
 
-checksums           sha1    8379670b477ce72beabd3a2d920ee880f69d7a30 \
-                    rmd160  cdb94d8822dad426a2b1726f1912205417852738
+checksums           rmd160  cc627a716efc49275f3dc3e56011c4d62d0b176d \
+                    sha256  b3fba9be2d9c72f36b0659cd9ce0652c8f973b5c6498407f093da9a364fdb254
 
-
 default_variants    +jack +lame
 
 variant jack description {Add JACK Audio connectivity} {
@@ -72,3 +71,12 @@
        --with-samplerate-prefix=${prefix} \
        --with-samplerate
 }
+
+variant opus description {Add OPUS encoding} {
+    depends_lib-append \
+       port:libopus
+    configure.args-append \
+       --with-opus-prefix=${prefix} \
+       --with-opus
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140507/bdd93dee/attachment.html>


More information about the macports-changes mailing list