diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-17 19:21:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-17 19:21:04 +0000 |
commit | c73a16a7b5c2c2e2cfe426046cab5fd40b7aaf4c (patch) | |
tree | a04baff96e2b3d225bf5bdc9dd11ead18a418ecb /graphics/totem | |
parent | ef231d503c78ee50fe81e78321b7a630cb9dc12e (diff) | |
download | ports-c73a16a7b5c2c2e2cfe426046cab5fd40b7aaf4c.tar.gz ports-c73a16a7b5c2c2e2cfe426046cab5fd40b7aaf4c.zip |
Notes
Diffstat (limited to 'graphics/totem')
-rw-r--r-- | graphics/totem/Makefile | 24 | ||||
-rw-r--r-- | graphics/totem/distinfo | 1 | ||||
-rw-r--r-- | graphics/totem/files/patch-src::video-utils.c | 10 | ||||
-rw-r--r-- | graphics/totem/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/totem/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/totem/pkg-message | 4 | ||||
-rw-r--r-- | graphics/totem/pkg-plist | 26 |
7 files changed, 73 insertions, 0 deletions
diff --git a/graphics/totem/Makefile b/graphics/totem/Makefile new file mode 100644 index 000000000000..f0833e398a9a --- /dev/null +++ b/graphics/totem/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: totem +# Date created: 17 Oct 2002 +# Whom: Hendrik Scholz <hendrik@scholz.net> +# +# $FreeBSD$ +# + +PORTNAME= totem +PORTVERSION= 0.10.0 +CATEGORIES= graphics gnome +MASTER_SITES= http://www.hadess.net/files/software/totem/ + +MAINTAINER= hendrik@scholz.net + +LIB_DEPENDS= xine.2:${PORTSDIR}/graphics/libxine \ + gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui + +USE_X_PREFIX= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/graphics/totem/distinfo b/graphics/totem/distinfo new file mode 100644 index 000000000000..cae3ef8268d0 --- /dev/null +++ b/graphics/totem/distinfo @@ -0,0 +1 @@ +MD5 (totem-0.10.0.tar.gz) = 2f6541628bdcb6b6ac0593cdd4ace48a diff --git a/graphics/totem/files/patch-src::video-utils.c b/graphics/totem/files/patch-src::video-utils.c new file mode 100644 index 000000000000..8d6ba3877b0c --- /dev/null +++ b/graphics/totem/files/patch-src::video-utils.c @@ -0,0 +1,10 @@ +--- src/video-utils.c.orig Thu Oct 17 14:24:44 2002 ++++ src/video-utils.c Thu Oct 17 14:25:06 2002 +@@ -1,7 +1,6 @@ + + #include "video-utils.h" + +-#include <stdint.h> + #include <gdk/gdk.h> + #include <gdk/gdkx.h> + #include <X11/Xlib.h> diff --git a/graphics/totem/pkg-comment b/graphics/totem/pkg-comment new file mode 100644 index 000000000000..54dc8d6bbad9 --- /dev/null +++ b/graphics/totem/pkg-comment @@ -0,0 +1 @@ +A Xine-based video player for the Gnome 2 Desktop diff --git a/graphics/totem/pkg-descr b/graphics/totem/pkg-descr new file mode 100644 index 000000000000..404246e58ab1 --- /dev/null +++ b/graphics/totem/pkg-descr @@ -0,0 +1,7 @@ +Totem is simple movie player for the Gnome 2 desktop based on xine. +It features a simple playlist, a full-screen mode, seek and volume controls, +as well as a pretty complete keyboard navigation. + +WWW: http://www.hadess.net/totem.php3 + +-- Hendrik Scholz <hendrik@scholz.net> diff --git a/graphics/totem/pkg-message b/graphics/totem/pkg-message new file mode 100644 index 000000000000..05d7f5b20978 --- /dev/null +++ b/graphics/totem/pkg-message @@ -0,0 +1,4 @@ +Make sure you've enough shared memory, the xine FAQ +advises to have the following sysctl settings: +kern.ipc.shmmax=67108864 +kern.ipc.shmall=32768 diff --git a/graphics/totem/pkg-plist b/graphics/totem/pkg-plist new file mode 100644 index 000000000000..f702953c9e41 --- /dev/null +++ b/graphics/totem/pkg-plist @@ -0,0 +1,26 @@ +bin/totem +etc/gconf/gconf.xml.defaults/apps/totem/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/totem/%gconf.xml +etc/gconf/schemas/totem.schemas +share/gnome/application-registry/totem.applications +share/gnome/applications/totem.desktop +share/gnome/mime-info/totem.keys +share/gnome/pixmaps/media-player-48.png +share/gnome/totem/media-player-48.png +share/gnome/totem/stock_media_next.png +share/gnome/totem/stock_media_previous.png +share/gnome/totem/stock_media_pause.png +share/gnome/totem/stock_media_play.png +share/gnome/totem/playlist-16.png +share/gnome/totem/playlist-24.png +share/gnome/totem/playlist-playing.png +share/gnome/totem/rhythmbox-volume-max.png +share/gnome/totem/rhythmbox-volume-medium.png +share/gnome/totem/rhythmbox-volume-min.png +share/gnome/totem/rhythmbox-volume-zero.png +share/gnome/totem/totem.glade +share/gnome/totem/playlist.glade +share/gnome/totem/totem_logo.mpv +@dirrm share/gnome/totem +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/totem +@dirrm etc/gconf/gconf.xml.defaults/apps/totem |