[34879] trunk/dports/gnome

reiffert at macports.org reiffert at macports.org
Mon Mar 10 03:13:56 PDT 2008


Revision: 34879
          http://trac.macosforge.org/projects/macports/changeset/34879
Author:   reiffert at macports.org
Date:     2008-03-10 03:13:56 -0700 (Mon, 10 Mar 2008)

Log Message:
-----------
Totem - Gnome Movie Player initial commit

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

Added: trunk/dports/gnome/totem/Portfile
===================================================================
--- trunk/dports/gnome/totem/Portfile	                        (rev 0)
+++ trunk/dports/gnome/totem/Portfile	2008-03-10 10:13:56 UTC (rev 34879)
@@ -0,0 +1,45 @@
+# $Id$
+
+PortSystem	1.0
+
+name		totem
+version		2.23.0
+categories	gnome
+maintainers	nomaintainer
+description	Official movie player of the GNOME desktop environment
+long_description \
+		Totem is based on xine-lib or GStreamer. It features a \
+		playlist, a full-screen mode, seek and volume controls, \
+		as well as keyboard navigation. It comes with added \
+		functionality such as: \
+    		* Video thumbnailer for the file manager \
+		* Nautilus properties tab \
+		* Mozilla (Firefox) plugin to view movies inside your \
+		  browser (in development) \
+		* Webcam utility (in development)
+
+homepage        http://live.gnome.org/Totem
+platforms       darwin
+master_sites	gnome:sources/totem/2.23/
+checksums       md5 c9b8e98223ab0dcc71251d479b04cea6
+distname        totem-${version}
+use_bzip2       yes
+patchfiles	patch-src-backend-Makefile.am.diff \
+		patch-src-backend-Makefile.in.diff
+depends_build   port:pkgconfig
+depends_lib     port:gstreamer \
+		port:p5-xml-parser \
+		port:gnome-doc-utils \
+		port:gst-plugins-base port:gst-plugins-good \
+		port:gnome-icon-theme \
+		port:totem-pl-parser
+
+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


Property changes on: trunk/dports/gnome/totem/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/gnome/totem/files/patch-src-backend-Makefile.am.diff
===================================================================
--- trunk/dports/gnome/totem/files/patch-src-backend-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/gnome/totem/files/patch-src-backend-Makefile.am.diff	2008-03-10 10:13:56 UTC (rev 34879)
@@ -0,0 +1,10 @@
+--- 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=	\

Added: trunk/dports/gnome/totem/files/patch-src-backend-Makefile.in.diff
===================================================================
--- trunk/dports/gnome/totem/files/patch-src-backend-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/gnome/totem/files/patch-src-backend-Makefile.in.diff	2008-03-10 10:13:56 UTC (rev 34879)
@@ -0,0 +1,10 @@
+--- 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/20080310/9b537dd7/attachment.html 


More information about the macports-changes mailing list