summaryrefslogtreecommitdiffstats
path: root/multimedia/totem/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-10 03:22:35 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-10 03:22:35 +0800
commit4e49c6bf5a2f29b626554cb39b22e0e0be272ed8 (patch)
tree225b37f197210b066c98674c0f8d08325a7f47ca /multimedia/totem/Makefile
parentd81b080823314fa5355cbcdc3426b7d97edceb25 (diff)
downloadmarcuscom-ports-4e49c6bf5a2f29b626554cb39b22e0e0be272ed8.tar
marcuscom-ports-4e49c6bf5a2f29b626554cb39b22e0e0be272ed8.tar.gz
marcuscom-ports-4e49c6bf5a2f29b626554cb39b22e0e0be272ed8.tar.bz2
marcuscom-ports-4e49c6bf5a2f29b626554cb39b22e0e0be272ed8.tar.lz
marcuscom-ports-4e49c6bf5a2f29b626554cb39b22e0e0be272ed8.tar.xz
marcuscom-ports-4e49c6bf5a2f29b626554cb39b22e0e0be272ed8.tar.zst
marcuscom-ports-4e49c6bf5a2f29b626554cb39b22e0e0be272ed8.zip
- Add note about dbus being enabled for mozilla plugin [1] that only displays
if mozilla plugin is installed - Fix plist from PLIST_SUB in gstreamer section. Obtained from: x11/gnome-screensaver [1] git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5095 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem/Makefile')
-rw-r--r--multimedia/totem/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index 789b51b6b..75f037e26 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -26,6 +26,7 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
INSTALLS_OMF= yes
+PKGMESSAGE= ${WRKDIR}/pkg-message
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXrandr"
@@ -67,10 +68,10 @@ RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-c
CONFIGURE_ARGS+=--enable-gstreamer
USE_GSTREAMER+= gnomevfs core gconf
WITHOUT_DVDNAV= yes
-PLIST_SUB= GSTREAMER=""
+PLIST_SUB+= GSTREAMER=""
.else
LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine
-PLIST_SUB= GSTREAMER="@comment "
+PLIST_SUB+= GSTREAMER="@comment "
.endif
.if defined(WITH_DVDNAV) && !defined(WITHOUT_DVDNAV)
@@ -107,6 +108,11 @@ pre-everything::
@${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'"
post-patch:
+ @${CP} -f ${FILESDIR}/pkg-message.in ${PKGMESSAGE}
+.if defined(WITH_MOZILLA_PLUGIN)
+ @${ECHO} "" >> ${PKGMESSAGE}
+ @${CAT} ${FILESDIR}/pkg-message-mozilla.in >> ${PKGMESSAGE}
+.endif
@${REINPLACE_CMD} -e 's|/plugins||; \
s|@MOZILLA_PLUGINDIR@|${PREFIX}/lib/browser_plugins|' \
${WRKSRC}/src/Makefile.in