[49364] trunk/dports/gnome/totem

jeremyhu at macports.org jeremyhu at macports.org
Wed Apr 8 04:43:57 PDT 2009


Revision: 49364
          http://trac.macports.org/changeset/49364
Author:   jeremyhu at macports.org
Date:     2009-04-08 04:43:55 -0700 (Wed, 08 Apr 2009)
Log Message:
-----------
totem: Version bump to 2.24.4 and install browser plugins

Modified Paths:
--------------
    trunk/dports/gnome/totem/Portfile

Removed Paths:
-------------
    trunk/dports/gnome/totem/files/patch-src-backend-Makefile.am.diff
    trunk/dports/gnome/totem/files/patch-src-backend-Makefile.in.diff

Modified: trunk/dports/gnome/totem/Portfile
===================================================================
--- trunk/dports/gnome/totem/Portfile	2009-04-08 10:52:46 UTC (rev 49363)
+++ trunk/dports/gnome/totem/Portfile	2009-04-08 11:43:55 UTC (rev 49364)
@@ -3,7 +3,8 @@
 PortSystem	1.0
 
 name		totem
-version		2.23.0
+version		2.24.4
+set branch  [join [lrange [split ${version} .] 0 1] .]
 categories	gnome
 maintainers	nomaintainer
 description	Official movie player of the GNOME desktop environment
@@ -20,13 +21,13 @@
 
 homepage        http://live.gnome.org/Totem
 platforms       darwin
-master_sites	gnome:sources/totem/2.23/
-checksums       md5 c9b8e98223ab0dcc71251d479b04cea6
+master_sites	gnome:sources/totem/${branch}/
+checksums           md5     f5d96849a4ca0a4edce9bd6f62b93f7d \
+                    sha1    0fadda7c9eb70f3407866b18f97a9757ed65c6a2 \
+                    rmd160  42bfbace2d213c7c51adcc4d72852d7793928472
 distname        totem-${version}
 use_bzip2       yes
-patchfiles	patch-src-backend-Makefile.am.diff \
-		patch-src-backend-Makefile.in.diff \
-		patch-bindings-python-totem.override.diff \
+patchfiles	patch-bindings-python-totem.override.diff \
 		patch-src-plugins-totem-python-module.c.diff
 depends_build   port:pkgconfig
 depends_lib     port:gstreamer \
@@ -35,15 +36,20 @@
 		port:gst-plugins-base port:gst-plugins-good \
 		port:gnome-icon-theme \
 		port:totem-pl-parser \
-		port:eel
+		port:eel \
+		port:dbus-glib
 
 configure.python  ${prefix}/bin/python2.5
-configure.args  --mandir=${prefix}/share/man \
-		--with-plugins="screensaver ontop gromit media-player-keys properties sidebar-test skipto" \
-		--without-mozilla \
-                --disable-browser-plugins \
-                --disable-mozilla \
-                --disable-basic-plugin \
-                --disable-gmp-plugin \
-                --disable-complex-plugin \
-                --disable-narrowspace-plugin
+configure.args  --with-plugins="thumbnail screensaver ontop gromit media-player-keys properties sidebar-test skipto youtube pythonconsole" \
+		--disable-static \
+		--enable-browser-plugins \
+		--enable-complex-plugin \
+		BROWSER_PLUGIN_DIR=${prefix}/lib/nsplugins
+
+post-patch {
+	reinplace "s:libdbus-glib-1.so.2:${prefix}/lib/libdbus-glib-1.2.dylib:" ${worksrcpath}/browser-plugin/totemPluginGlue.cpp
+}
+
+post-destroot {
+	eval delete [glob "${destroot}${prefix}/lib/nsplugins/*.la"]
+}

Deleted: trunk/dports/gnome/totem/files/patch-src-backend-Makefile.am.diff
===================================================================
--- trunk/dports/gnome/totem/files/patch-src-backend-Makefile.am.diff	2009-04-08 10:52:46 UTC (rev 49363)
+++ trunk/dports/gnome/totem/files/patch-src-backend-Makefile.am.diff	2009-04-08 11:43:55 UTC (rev 49364)
@@ -1,10 +0,0 @@
---- src/backend/Makefile.am.orig	2008-03-10 11:04:27.000000000 +0100
-+++ src/backend/Makefile.am	2008-03-10 11:05:11.000000000 +0100
-@@ -68,6 +68,7 @@
- 	$(XVIDMODE_LIBS)	\
- 	$(MM_LIBS)		\
- 	$(GST_LIBS)		\
-+	$(GTK_LIBS)		\
- 	$(MISSING_PLUGINS_LIBS)
- 
- libbaconvideowidget_la_LDFLAGS=	\

Deleted: trunk/dports/gnome/totem/files/patch-src-backend-Makefile.in.diff
===================================================================
--- trunk/dports/gnome/totem/files/patch-src-backend-Makefile.in.diff	2009-04-08 10:52:46 UTC (rev 49363)
+++ trunk/dports/gnome/totem/files/patch-src-backend-Makefile.in.diff	2009-04-08 11:43:55 UTC (rev 49364)
@@ -1,10 +0,0 @@
---- src/backend/Makefile.in.orig	2008-03-10 11:04:23.000000000 +0100
-+++ src/backend/Makefile.in	2008-03-10 11:04:55.000000000 +0100
-@@ -408,6 +408,7 @@
- 	$(XVIDMODE_LIBS)	\
- 	$(MM_LIBS)		\
- 	$(GST_LIBS)		\
-+	$(GTK_LIBS)		\
- 	$(MISSING_PLUGINS_LIBS)
- 
- libbaconvideowidget_la_LDFLAGS = \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090408/a56493c3/attachment.html>


More information about the macports-changes mailing list