[55620] trunk/dports/audio/libcanberra/Portfile

devans at macports.org devans at macports.org
Fri Aug 14 15:15:01 PDT 2009


Revision: 55620
          http://trac.macports.org/changeset/55620
Author:   devans at macports.org
Date:     2009-08-14 15:14:58 -0700 (Fri, 14 Aug 2009)
Log Message:
-----------
libcanberra: update to version 0.15, update dependencies, install/update gconf schemas post-activate.

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

Modified: trunk/dports/audio/libcanberra/Portfile
===================================================================
--- trunk/dports/audio/libcanberra/Portfile	2009-08-14 22:04:34 UTC (rev 55619)
+++ trunk/dports/audio/libcanberra/Portfile	2009-08-14 22:14:58 UTC (rev 55620)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                libcanberra
-version             0.14
+version             0.15
 categories          audio devel
 maintainers         nomaintainer
 description         XDG sound theme and naming implementation
@@ -15,16 +15,23 @@
 platforms           darwin
 master_sites        ${homepage}
 
-checksums           md5     b182ab134a911ba6c42ea2b727eda13e \
-                    sha1    be6a70f597cd7604db30e8c9578fcf415e96ead2 \
-                    rmd160  cf62ada63c314368717cd0173dfd9863f9f9ffa4
+checksums           md5     79c3c0a62e2c8c7c1906e9072a92763b \
+                    sha1    28aae0773e7c84282b4854b5fcab8dd95e280f49 \
+                    rmd160  176a92443668ac3ab31ce1aed376279a98368c80
 
 depends_build       port:pkgconfig
 depends_lib         port:gstreamer \
-                    port:gtk2 \
+                    port:gconf \
                     port:libvorbis
 
-configure.args      --enable-gtk
+configure.args      --enable-gtk \
+                    --disable-null \
+                    --disable-schemas-install
 
+post-activate    {
+    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+        gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+}
+
 livecheck.check     regex
 livecheck.regex     {libcanberra-([0-9\.]+)\.tar\.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090814/3f65e98a/attachment.html>


More information about the macports-changes mailing list