[132043] trunk/dports/gnome/totem
devans at macports.org
devans at macports.org
Fri Jan 23 02:13:58 PST 2015
Revision: 132043
https://trac.macports.org/changeset/132043
Author: devans at macports.org
Date: 2015-01-23 02:13:58 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
totem: update to version 3.14.1, use gobject_introspection portgroup.
Modified Paths:
--------------
trunk/dports/gnome/totem/Portfile
Removed Paths:
-------------
trunk/dports/gnome/totem/files/patch-use-appstream-glib.diff
Property Changed:
----------------
trunk/dports/gnome/totem/
Property changes on: trunk/dports/gnome/totem
___________________________________________________________________
Modified: svn:mergeinfo
- /users/devans/GNOME-3/stable/dports/gnome/totem:108269-128145
/users/devans/GNOME-3/unstable/dports/gnome/totem:117866-118154,124219-125772
+ /users/devans/GNOME-3/stable/dports/gnome/totem:108269-132006
/users/devans/GNOME-3/unstable/dports/gnome/totem:117866-118154,124219-125772
Modified: trunk/dports/gnome/totem/Portfile
===================================================================
--- trunk/dports/gnome/totem/Portfile 2015-01-23 10:13:12 UTC (rev 132042)
+++ trunk/dports/gnome/totem/Portfile 2015-01-23 10:13:58 UTC (rev 132043)
@@ -2,10 +2,10 @@
# $Id$
PortSystem 1.0
+PortGroup gobject_introspection 1.0
name totem
-version 3.14.0
-revision 2
+version 3.14.1
set branch [join [lrange [split ${version} .] 0 1] .]
categories gnome
# also has an exception allowing use of non-GPL-compatible plugins
@@ -26,8 +26,8 @@
use_xz yes
-checksums rmd160 730e75d4fb6a62bdc8297d8fd49fcda66d7bdd47 \
- sha256 a57f78126af431b71e44aa0548e672bf884aef51ec23847f82b07a6849ac635e
+checksums rmd160 2c873013e01da416d94dbbee6c0e33c41404dba0 \
+ sha256 288150837fd2693a4b672210a1ffdd178d3e542df954af247dc04c666bf97536
depends_build port:pkgconfig \
port:intltool \
@@ -40,7 +40,6 @@
port:gnome-desktop \
port:gsettings-desktop-schemas \
port:gtk3 \
- port:gobject-introspection \
port:grilo-plugins \
port:gstreamer1-gst-plugins-base \
port:gstreamer1-gst-plugins-good \
@@ -63,9 +62,10 @@
depends_run port:gnome-settings-daemon \
port:yelp
-patchfiles patch-use-appstream-glib.diff \
- patch-vala-cflags.diff
+patchfiles patch-vala-cflags.diff
+gobject_introspection yes
+
# update m4/intltool.m4 and autoreconf
pre-configure {
@@ -83,7 +83,6 @@
configure.args --with-plugins=${withplugins} \
--enable-easy-codec-installation \
- --enable-introspection=yes \
--enable-debug \
--enable-compile-warnings=minimum \
--disable-python \
@@ -92,10 +91,6 @@
--disable-schemas-compile \
--disable-silent-rules
-# gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append CC="${configure.cc} ${configure.cc_archflags}"
-destroot.args-append CC="${configure.cc} ${configure.cc_archflags}"
-
variant nautilus description {Build nautilus properties page plugin} {
configure.args-delete --disable-nautilus
depends_lib-append port:nautilus
Deleted: trunk/dports/gnome/totem/files/patch-use-appstream-glib.diff
===================================================================
--- trunk/dports/gnome/totem/files/patch-use-appstream-glib.diff 2015-01-23 10:13:12 UTC (rev 132042)
+++ trunk/dports/gnome/totem/files/patch-use-appstream-glib.diff 2015-01-23 10:13:58 UTC (rev 132043)
@@ -1,55 +0,0 @@
-From cfd1b748e47cf66b7d7921fe9eeae743b9ab8f84 Mon Sep 17 00:00:00 2001
-From: Philip Withnall <philip.withnall at collabora.co.uk>
-Date: Thu, 30 Oct 2014 17:54:46 +0000
-Subject: build: Port from appdata-tools to appstream-glib
-
-https://bugzilla.gnome.org/show_bug.cgi?id=739406
-
-diff --git a/Makefile.am b/Makefile.am
-index 4cad8f6..5cc5e53 100644
---- Makefile.am
-+++ Makefile.am
-@@ -35,7 +35,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
- --enable-gtk-doc \
- --with-nautilusdir='$${libdir}/nautilus/extensions-2.0-distcheck' \
- --enable-introspection \
-- --enable-appdata-validate
-+ --enable-appstream-util
-
- # Build ChangeLog from GIT history
- ChangeLog:
-diff --git a/configure.ac b/configure.ac
-index 0889741..50a3bd7 100644
---- configure.ac
-+++ configure.ac
-@@ -495,7 +495,7 @@ GNOME_CXX_WARNINGS
- GNOME_MAINTAINER_MODE_DEFINES
- GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
-
--APPDATA_XML
-+APPSTREAM_XML
-
- # This macro expands DIR and assigns it to RET.
- # If DIR is NONE, then it's replaced by DEFAULT.
-diff --git a/data/appdata/Makefile.am b/data/appdata/Makefile.am
-index 50d848f..89ade54 100644
---- data/appdata/Makefile.am
-+++ data/appdata/Makefile.am
-@@ -1,9 +1,9 @@
- # AppData
-- at APPDATA_XML_RULES@
-+ at APPSTREAM_XML_RULES@
- @INTLTOOL_XML_RULE@
-
--appdata_in_files = org.gnome.Totem.appdata.xml.in
--appdata_XML = $(appdata_in_files:.xml.in=.xml)
-+appstream_in_files = org.gnome.Totem.appdata.xml.in
-+appstream_XML = $(appstream_in_files:.xml.in=.xml)
-
--EXTRA_DIST = $(appdata_in_files)
--CLEANFILES = $(appdata_XML)
-+EXTRA_DIST = $(appstream_in_files)
-+CLEANFILES = $(appstream_XML)
---
-cgit v0.10.1
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/ad1cf3af/attachment.html>
More information about the macports-changes
mailing list