summaryrefslogtreecommitdiffstats
path: root/multimedia/totem3
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
commitd9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch)
tree0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /multimedia/totem3
parent7c7d7065529de83ad11e25e81432355d363a367e (diff)
downloadmarcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.bz2
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.lz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.xz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem3')
-rw-r--r--multimedia/totem3/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/multimedia/totem3/Makefile b/multimedia/totem3/Makefile
index a1a3b59be..697f0373b 100644
--- a/multimedia/totem3/Makefile
+++ b/multimedia/totem3/Makefile
@@ -13,12 +13,12 @@ COMMENT= A gstreamer-based video player for the GNOME 3 Desktop
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
-LIB_DEPENDS= gdata.13:${PORTSDIR}/devel/libgdata \
- dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
- clutter-gst-2.0:${PORTSDIR}/multimedia/clutter-gst \
- clutter-gtk-1.0:${PORTSDIR}/graphics/clutter-gtk3 \
- peas-1.0:${PORTSDIR}/devel/libpeas \
- totem-plparser:${PORTSDIR}/multimedia/totem-pl-parser
+LIB_DEPENDS= libgdata.so.13:${PORTSDIR}/devel/libgdata \
+ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libclutter-gst-2.0.so:${PORTSDIR}/multimedia/clutter-gst \
+ libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \
+ libpeas-1.0.so:${PORTSDIR}/devel/libpeas \
+ libtotem-plparser.so:${PORTSDIR}/multimedia/totem-pl-parser
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme \
gnome-settings-daemon>=2.91.0:${PORTSDIR}/sysutils/gnome-settings-daemon3 \
@@ -26,6 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co
CONFLICTS= totem-2.[0-9]*
+NO_STAGE= yes
LATEST_LINK= totem3
USE_PYTHON= yes
USE_XORG= x11 xproto xtst ice sm
@@ -71,7 +72,7 @@ TOTEM_PLUGINS= brasero-disc-recorder chapters dbusservice im-status gromit \
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPUBLISH}
-LIB_DEPENDS+= epc-1.0:${PORTSDIR}/www/libepc
+LIB_DEPENDS+= libepc-1.0.so:${PORTSDIR}/www/libepc
PLIST_SUB+= PUBLISH=""
TOTEM_PLUGINS:= ${TOTEM_PLUGINS} publish
GLIB_SCHEMAS= org.gnome.totem.enums.xml \
@@ -91,7 +92,7 @@ PLIST_SUB+= TRACKER="@comment "
#.endif
.if ${PORT_OPTIONS:MLIRC}
-LIB_DEPENDS+= lirc_client:${PORTSDIR}/comms/lirc
+LIB_DEPENDS+= liblirc_client.so:${PORTSDIR}/comms/lirc
PLIST_SUB+= LIRC=""
TOTEM_PLUGINS:= ${TOTEM_PLUGINS} lirc
.else