[135426] users/devans/GNOME-3/stable/dports/gnome/gnome-music

devans at macports.org devans at macports.org
Thu Apr 23 09:43:33 PDT 2015


Revision: 135426
          https://trac.macports.org/changeset/135426
Author:   devans at macports.org
Date:     2015-04-23 09:43:32 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
GNOME-3/stable: gnome-music, update to version 3.16.1, reconfigure using upstream autogen.sh for intltool 0.51 compatibility, python configuration.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-music/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/gnome-music/files/autogen.sh

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-music/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/gnome-music
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/unstable/dports/gnome/gnome-music:119584-125933
   + /users/devans/GNOME-3/unstable/dports/gnome/gnome-music:119584-125933,128864-134600

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-music/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-music/Portfile	2015-04-23 16:43:30 UTC (rev 135425)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-music/Portfile	2015-04-23 16:43:32 UTC (rev 135426)
@@ -5,7 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                gnome-music
-version             3.14.3.1
+version             3.16.1
 license             GPL-2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Music is the GNOME music playing application.
@@ -19,13 +19,17 @@
 
 use_xz              yes
 
-checksums           rmd160  fc264148ab861e835c10445e2bb70f4e5f19cb26 \
-                    sha256  9bf614cd790bc7abebe56c65f3acae56c90ea5488f97a41a8ef70bcbce42604a
+checksums           rmd160  a33421d30e61b685e5a25032274f204422886e2c \
+                    sha256  116945d87fbac6aea2aedfa8e6a98bef720675916a0a6e9ae21aa83d450ad2df
 
 depends_build       port:pkgconfig \
                     port:intltool \
                     port:yelp-tools \
-                    port:itstool
+                    port:itstool \
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         port:desktop-file-utils \
                     port:gtk3 \
@@ -36,23 +40,19 @@
 depends_run         port:gnome-settings-daemon \
                     port:yelp
 
+gobject_introspection yes
+
 patchfiles          patch-configure.ac.diff
 
 post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
     reinplace "s|^#!/.*|#!${configure.python}|" ${worksrcpath}/gnome-music.in
 }
 
-gobject_introspection yes
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
-# update m4/intltool.m4 and autoreconf
+configure.cmd       ./autogen.sh
 
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
-}
-
-use_autoreconf      yes
-autoreconf.args     -fvi
-
 configure.args      --disable-schemas-compile \
                     --disable-silent-rules
 

Added: users/devans/GNOME-3/stable/dports/gnome/gnome-music/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-music/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-music/files/autogen.sh	2015-04-23 16:43:32 UTC (rev 135426)
@@ -0,0 +1,27 @@
+#!/bin/bash
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+ACLOCAL_FLAGS="-I libgd ${ACLOCAL_FLAGS}"
+PKG_NAME="gnome-music"
+
+test -f $srcdir/configure.ac || {
+    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+    echo " top-level gnome-music directory"
+    exit 1
+}
+
+which gnome-autogen.sh || {
+    echo "You need to install gnome-common from GNOME Git (or from"
+    echo "your OS vendor's package manager)."
+    exit 1
+}
+
+# (cd "$srcdir" ;
+# test -d m4 || mkdir m4/ ;
+# git submodule update --init --recursive ;
+# )
+# touch AUTHORS
+. gnome-autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/d4cdf245/attachment.html>


More information about the macports-changes mailing list