diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/cheese/Makefile | 5 | ||||
-rw-r--r-- | multimedia/cheese3/Makefile | 11 | ||||
-rw-r--r-- | multimedia/clutter-gst/Makefile | 3 | ||||
-rw-r--r-- | multimedia/libgnome-media-profiles/Makefile | 1 | ||||
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 7 | ||||
-rw-r--r-- | multimedia/totem/Makefile | 13 | ||||
-rw-r--r-- | multimedia/totem3/Makefile | 17 |
7 files changed, 32 insertions, 25 deletions
diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile index ee73dcd18..823e05a50 100644 --- a/multimedia/cheese/Makefile +++ b/multimedia/cheese/Makefile @@ -13,11 +13,12 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A Photobooth-inspired app for taking pictures and videos from webcam BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS= canberra-gtk:${PORTSDIR}/audio/libcanberra \ - hal:${PORTSDIR}/sysutils/hal +LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ + libhal.so:${PORTSDIR}/sysutils/hal CONFLICTS= cheese-3.[0-9]* +NO_STAGE= yes USE_XORG= xxf86vm USE_BZIP2= yes USE_GNOME= gnomeprefix intlhack evolutiondataserver librsvg2 \ diff --git a/multimedia/cheese3/Makefile b/multimedia/cheese3/Makefile index b486526aa..38ac58fe7 100644 --- a/multimedia/cheese3/Makefile +++ b/multimedia/cheese3/Makefile @@ -14,15 +14,16 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_ ${LOCALBASE}/libdata/pkgconfig/gnome-video-effects.pc:${PORTSDIR}/graphics/gnome-video-effects \ vala>=0.14.0:${PORTSDIR}/lang/vala \ itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= canberra-gtk3:${PORTSDIR}/audio/libcanberra-gtk3 \ - hal:${PORTSDIR}/sysutils/hal \ - gee.2:${PORTSDIR}/devel/libgee06 \ - clutter-gtk-1.0:${PORTSDIR}/graphics/clutter-gtk3 \ - clutter-gst-2.0:${PORTSDIR}/multimedia/clutter-gst +LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \ + libhal.so:${PORTSDIR}/sysutils/hal \ + libgee.so.2:${PORTSDIR}/devel/libgee06 \ + libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \ + libclutter-gst-2.0.so:${PORTSDIR}/multimedia/clutter-gst RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-video-effects.pc:${PORTSDIR}/graphics/gnome-video-effects CONFLICTS= cheese-2.[0-9]* +NO_STAGE= yes LATEST_LINK= cheese3 USE_XORG= xxf86vm x11 USE_XZ= yes diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile index 34ce75ad5..895e93d9c 100644 --- a/multimedia/clutter-gst/Makefile +++ b/multimedia/clutter-gst/Makefile @@ -10,8 +10,9 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Clutter GStreamer integration -LIB_DEPENDS= clutter-1.0:${PORTSDIR}/graphics/clutter +LIB_DEPENDS= libclutter-1.0.so:${PORTSDIR}/graphics/clutter +NO_STAGE= yes USE_XZ= yes USE_AUTOTOOLS= libtool USE_GL= gl diff --git a/multimedia/libgnome-media-profiles/Makefile b/multimedia/libgnome-media-profiles/Makefile index f88411bd1..1a45190b0 100644 --- a/multimedia/libgnome-media-profiles/Makefile +++ b/multimedia/libgnome-media-profiles/Makefile @@ -12,6 +12,7 @@ COMMENT= Library that contains code to manage media profiles CONFLICTS= gnome-media-2.[0-9]* +NO_STAGE= yes USE_GNOME= gtk30 gconf2 intlhack gnomedocutils GNU_CONFIGURE= yes USE_GSTREAMER= yes diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index f55585cbd..88b59b87f 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -11,9 +11,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GObject-based library to parse a host of playlist formats -LIB_DEPENDS= gmime-2.6:${PORTSDIR}/mail/gmime26 \ - soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome +LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \ + libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome +NO_STAGE= yes USE_XZ= yes USES= gettext gmake pathfix USE_GNOME= gnomeprefix glib20 libxml2 intlhack ltverhack gnomehier \ @@ -33,7 +34,7 @@ QUVI_DESC= Flash media stream URL support .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MQUVI} -LIB_DEPENDS+= quvi:${PORTSDIR}/multimedia/libquvi +LIB_DEPENDS+= libquvi.so:${PORTSDIR}/multimedia/libquvi CONFIGURE_ARGS+=--enable-quvi .else CONFIGURE_ARGS+=--enable-quvi=no diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 3def9bc43..60ec47aee 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -10,18 +10,19 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org -COMMENT?= A gstreamer-based video player for the GNOME 2 Desktop +COMMENT?= Gstreamer-based video player for the GNOME 2 Desktop BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= gdata.7:${PORTSDIR}/devel/libgdata06 \ - unique-1.0:${PORTSDIR}/x11-toolkits/unique \ - totem-plparser:${PORTSDIR}/multimedia/totem-pl-parser +LIB_DEPENDS= libgdata.so.7:${PORTSDIR}/devel/libgdata06 \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libtotem-plparser.so:${PORTSDIR}/multimedia/totem-pl-parser RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ ${PYTHON_SITELIBDIR}/atom/__init__.py:${PORTSDIR}/devel/py-gdata CONFLICTS= totem-3.[0-9]* +NO_STAGE= yes USE_PYTHON= yes USE_BZIP2= yes USES= desktop-file-utils gettext gmake pathfix pkgconfig @@ -68,7 +69,7 @@ PLIST_SUB+= TRACKER="@comment " #.endif .if ${PORT_OPTIONS:MLIRC} -LIB_DEPENDS+= lirc_client.2:${PORTSDIR}/comms/lirc +LIB_DEPENDS+= liblirc_client.so:${PORTSDIR}/comms/lirc PLIST_SUB+= LIRC="" TOTEM_PLUGINS:= ${TOTEM_PLUGINS} lirc .else @@ -76,7 +77,7 @@ PLIST_SUB+= LIRC="@comment " .endif .if ${PORT_OPTIONS:MGALAGO} -LIB_DEPENDS+= galago.3:${PORTSDIR}/devel/libgalago +LIB_DEPENDS+= libgalago.so:${PORTSDIR}/devel/libgalago PLIST_SUB+= GALAGO="" TOTEM_PLUGINS:= ${TOTEM_PLUGINS} galago .else 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 |