[148385] trunk/dports/audio/taglib/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri May 6 11:44:18 PDT 2016


Revision: 148385
          https://trac.macports.org/changeset/148385
Author:   jeremyhu at macports.org
Date:     2016-05-06 11:44:18 -0700 (Fri, 06 May 2016)
Log Message:
-----------
taglib: Set BUILD_SHARED_LIBS because 1.11 changed the default to be static

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

Modified: trunk/dports/audio/taglib/Portfile
===================================================================
--- trunk/dports/audio/taglib/Portfile	2016-05-06 16:39:27 UTC (rev 148384)
+++ trunk/dports/audio/taglib/Portfile	2016-05-06 18:44:18 UTC (rev 148385)
@@ -5,7 +5,8 @@
 PortGroup  cmake  1.0
 
 name             taglib
-version          1.11
+version          1.10
+revision         1
 categories       audio
 license          {LGPL-2 MPL-1.1}
 maintainers      nomaintainer
@@ -18,8 +19,8 @@
 homepage         http://taglib.github.io/
 platforms        darwin
 master_sites     http://taglib.github.io/releases/
-checksums        rmd160  1f900807c5f0998fbc7f7c4005d00fc42e0bce83 \
-                 sha256  ed4cabb3d970ff9a30b2620071c2b054c4347f44fc63546dbe06f97980ece288
+checksums        rmd160  a02682defc8f6a611e28e5e8db6dd72310a18230 \
+                 sha256  24c32d50042cb0ddf162eb263f8ac75c5a158e12bf32ed534c1d5c71ee369baa
 
 depends_lib-append  port:zlib
 
@@ -30,7 +31,8 @@
 cmake.out_of_source yes
 
 configure.args-append  ../${distname} \
-                       -DWITH_ASF=On -DWITH_MP4=On
+                       -DWITH_ASF=On -DWITH_MP4=On -DBUILD_SHARED_LIBS=On
+
 # asf and mp4 are necessary for Amarok. 
 # Change to make them optional was reportedly political
 # http://lists.kde.org/?l=amarok&m=125338541922769&w=2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160506/9dafde00/attachment.html>


More information about the macports-changes mailing list