diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-11-09 19:58:37 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-11-09 19:58:37 +0800 |
commit | 9dc1b07c6fe03178b21e68cf006c3348ade20de5 (patch) | |
tree | ca6cd2899b78140fef04a8ceb84cfd462a008e6e /multimedia | |
parent | 2f373f437a64eb8446079b15bd1a9fb850338331 (diff) | |
download | marcuscom-ports-9dc1b07c6fe03178b21e68cf006c3348ade20de5.tar.gz marcuscom-ports-9dc1b07c6fe03178b21e68cf006c3348ade20de5.tar.zst marcuscom-ports-9dc1b07c6fe03178b21e68cf006c3348ade20de5.zip |
Remove conflict with totem-gstreamer it doesn't exist anymore.
Show pkg-message when installing from ports.
Add some '*' to pkg-message.in so it stands out more.
pkg-message changes taken from xine port.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11757 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/totem/Makefile | 5 | ||||
-rw-r--r-- | multimedia/totem/files/pkg-message.in | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index db79db4ce..dfdf26a70 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -3,7 +3,7 @@ # Whom: Hendrik Scholz <hendrik@scholz.net> # # $FreeBSD$ -# $MCom: ports/multimedia/totem/Makefile,v 1.116 2008/10/07 15:45:24 kwm Exp $ +# $MCom: ports/multimedia/totem/Makefile,v 1.117 2008/10/28 20:25:06 mezz Exp $ # PORTNAME= totem @@ -44,7 +44,7 @@ CONFIGURE_ARGS= --with-plugins="${TOTEM_PLUGINS}" MAN1= totem.1 totem-video-thumbnailer.1 GCONF_SCHEMAS= totem-handlers.schemas totem-video-thumbnail.schemas \ totem.schemas -CONFLICTS?= totem-gstreamer-[0-9]* totem-xine-[0-9]* +CONFLICTS?= totem-xine-[0-9]* OPTIONS= LIRC "Enable lirc support" off \ GALAGO "Enable Galago support" off \ @@ -152,5 +152,6 @@ post-install: ${MKDIR} ${PREFIX}/share/vala/vapi ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.vapi ${PREFIX}/share/vala/vapi ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.deps ${PREFIX}/share/vala/vapi + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff --git a/multimedia/totem/files/pkg-message.in b/multimedia/totem/files/pkg-message.in index 05d7f5b20..5c4332981 100644 --- a/multimedia/totem/files/pkg-message.in +++ b/multimedia/totem/files/pkg-message.in @@ -1,4 +1,6 @@ -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 +******************************************************** +* 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 * +******************************************************** |