diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 13:01:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 13:01:40 +0000 |
commit | 661a3f91f893888899dfb2f03b9ee4645d2bae7d (patch) | |
tree | 4001d5f3f8ce7ed1c00ed7855c9522129d5a9fe7 /multimedia | |
parent | 47ad8ca013b754e0d4c58be53bf2766b82dff920 (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/assimp/Makefile | 2 | ||||
-rw-r--r-- | multimedia/cclive/Makefile | 8 | ||||
-rw-r--r-- | multimedia/flvtool++/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-qt4/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vdr-plugin-upnp/Makefile | 6 | ||||
-rw-r--r-- | multimedia/xbmc-pvr/Makefile | 78 |
6 files changed, 49 insertions, 49 deletions
diff --git a/multimedia/assimp/Makefile b/multimedia/assimp/Makefile index 177de0c19929..7e756c87a951 100644 --- a/multimedia/assimp/Makefile +++ b/multimedia/assimp/Makefile @@ -14,7 +14,7 @@ COMMENT= Library to import various 3D model formats in a uniform manner LICENSE= BSD -LIB_DEPENDS= boost_filesystem:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs USE_ZIP= yes USES= cmake pkgconfig diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile index ca0da1065cbe..08c69c88f95b 100644 --- a/multimedia/cclive/Makefile +++ b/multimedia/cclive/Makefile @@ -13,10 +13,10 @@ COMMENT= Lightweight command line video extraction tool LICENSE= GPLv3 -LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \ - curl:${PORTSDIR}/ftp/curl \ - pcre.3:${PORTSDIR}/devel/pcre \ - quvi.7:${PORTSDIR}/multimedia/libquvi +LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libquvi.so:${PORTSDIR}/multimedia/libquvi GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-boost=${LOCALBASE} diff --git a/multimedia/flvtool++/Makefile b/multimedia/flvtool++/Makefile index a9b778794f3b..21b604f1ecc8 100644 --- a/multimedia/flvtool++/Makefile +++ b/multimedia/flvtool++/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://mirror.facebook.net/facebook/flvtool++/ MAINTAINER= gslin@gslin.org COMMENT= Tool for hinting and manipulating the metadata of FLV files -LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs CFLAGS+= -I${LOCALBASE}/include/boost NO_WRKSUBDIR= yes diff --git a/multimedia/gstreamer-qt4/Makefile b/multimedia/gstreamer-qt4/Makefile index b112d90f2764..0ba355bfdf39 100644 --- a/multimedia/gstreamer-qt4/Makefile +++ b/multimedia/gstreamer-qt4/Makefile @@ -14,7 +14,7 @@ COMMENT= Qt4 bindings for GStreamer multimedia library LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} -LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs USES= bison cmake gmake pkgconfig USE_BZIP2= yes diff --git a/multimedia/vdr-plugin-upnp/Makefile b/multimedia/vdr-plugin-upnp/Makefile index 07202d25ec75..3dde8b4376ba 100644 --- a/multimedia/vdr-plugin-upnp/Makefile +++ b/multimedia/vdr-plugin-upnp/Makefile @@ -13,9 +13,9 @@ MAINTAINER= nox@FreeBSD.org COMMENT= Video Disk Recorder - UPnP/DLNA plugin (alpha!) LIB_DEPENDS+= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 \ - boost_system:${PORTSDIR}/devel/boost-libs \ - upnp:${PORTSDIR}/devel/upnp \ - sqlite3:${PORTSDIR}/databases/sqlite3 + libboost_system.so:${PORTSDIR}/devel/boost-libs \ + libupnp.so:${PORTSDIR}/devel/upnp \ + libsqlite3.so:${PORTSDIR}/databases/sqlite3 DIST_SUBDIR= vdr PATCH_STRIP= -p1 diff --git a/multimedia/xbmc-pvr/Makefile b/multimedia/xbmc-pvr/Makefile index 3c56bca703a1..5efb50c80e1e 100644 --- a/multimedia/xbmc-pvr/Makefile +++ b/multimedia/xbmc-pvr/Makefile @@ -23,35 +23,35 @@ BUILD_DEPENDS= enca:${PORTSDIR}/converters/enca \ nasm:${PORTSDIR}/devel/nasm \ dvdread-config:${PORTSDIR}/multimedia/libdvdread -LIB_DEPENDS= asound:${PORTSDIR}/audio/alsa-lib \ - boost_thread:${PORTSDIR}/devel/boost-libs \ - cdio:${PORTSDIR}/sysutils/libcdio \ - curl:${PORTSDIR}/ftp/curl \ - dbus-1:${PORTSDIR}/devel/dbus \ - enca:${PORTSDIR}/converters/enca \ - GLEW:${PORTSDIR}/graphics/glew \ - avcodec0:${PORTSDIR}/multimedia/ffmpeg0 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - freetype:${PORTSDIR}/print/freetype2 \ - fribidi:${PORTSDIR}/converters/fribidi \ - lzo2:${PORTSDIR}/archivers/lzo2 \ - jasper:${PORTSDIR}/graphics/jasper \ - jpeg:${PORTSDIR}/graphics/jpeg \ - faad:${PORTSDIR}/audio/faad \ - mad:${PORTSDIR}/audio/libmad \ - modplug:${PORTSDIR}/audio/libmodplug \ - mpeg2:${PORTSDIR}/multimedia/libmpeg2 \ - ogg:${PORTSDIR}/audio/libogg \ - pcre:${PORTSDIR}/devel/pcre \ - png15:${PORTSDIR}/graphics/png \ - samplerate:${PORTSDIR}/audio/libsamplerate \ - smbclient:${PORTSDIR}/net/samba-libsmbclient \ - sqlite3:${PORTSDIR}/databases/sqlite3 \ - vorbis:${PORTSDIR}/audio/libvorbis \ - ass:${PORTSDIR}/multimedia/libass \ - wavpack:${PORTSDIR}/audio/wavpack \ - yajl:${PORTSDIR}/devel/yajl \ - plist:${PORTSDIR}/devel/libplist +LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib \ + libboost_thread.so:${PORTSDIR}/devel/boost-libs \ + libcdio.so:${PORTSDIR}/sysutils/libcdio \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libdbus-1.so:${PORTSDIR}/devel/dbus \ + libenca.so:${PORTSDIR}/converters/enca \ + libGLEW.so:${PORTSDIR}/graphics/glew \ + libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libfribidi.so:${PORTSDIR}/converters/fribidi \ + liblzo2.so:${PORTSDIR}/archivers/lzo2 \ + libjasper.so:${PORTSDIR}/graphics/jasper \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libfaad.so:${PORTSDIR}/audio/faad \ + libmad.so:${PORTSDIR}/audio/libmad \ + libmodplug.so:${PORTSDIR}/audio/libmodplug \ + libmpeg2.so:${PORTSDIR}/multimedia/libmpeg2 \ + libogg.so:${PORTSDIR}/audio/libogg \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libpng15.so:${PORTSDIR}/graphics/png \ + libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ + libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient \ + libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libass.so:${PORTSDIR}/multimedia/libass \ + libwavpack.so:${PORTSDIR}/audio/wavpack \ + libyajl.so:${PORTSDIR}/devel/yajl \ + libplist.so:${PORTSDIR}/devel/libplist RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ @@ -121,28 +121,28 @@ PLIST_SUB+= ARCH="x86_64" .if ${PORT_OPTIONS:MAVAHI} CONFIGURE_ARGS+= --enable-avahi -LIB_DEPENDS+= avahi-common:${PORTSDIR}/net/avahi-app +LIB_DEPENDS+= libavahi-common.so:${PORTSDIR}/net/avahi-app .else CONFIGURE_ARGS+= --disable-avahi .endif .if ${PORT_OPTIONS:MLIBBLURAY} CONFIGURE_ARGS+= --enable-libbluray -LIB_DEPENDS+= bluray:${PORTSDIR}/multimedia/libbluray +LIB_DEPENDS+= libbluray.so:${PORTSDIR}/multimedia/libbluray .else CONFIGURE_ARGS+= --disable-libbluray .endif .if ${PORT_OPTIONS:MFAAC} CONFIGURE_ARGS+= --enable-faac -LIB_DEPENDS+= faac:${PORTSDIR}/audio/faac +LIB_DEPENDS+= libfaac.so:${PORTSDIR}/audio/faac .else CONFIGURE_ARGS+= --disable-faac .endif .if ${PORT_OPTIONS:MHAL} CONFIGURE_ARGS+= --enable-hal -LIB_DEPENDS+= hal:${PORTSDIR}/sysutils/hal +LIB_DEPENDS+= libhal.so:${PORTSDIR}/sysutils/hal .else CONFIGURE_ARGS+= --disable-hal .endif @@ -153,7 +153,7 @@ RUN_DEPENDS+= lircd:${PORTSDIR}/comms/lirc .if ${PORT_OPTIONS:MMMS} CONFIGURE_ARGS+= --enable-libmms -LIB_DEPENDS+= mms:${PORTSDIR}/net/libmms +LIB_DEPENDS+= libmms.so:${PORTSDIR}/net/libmms .else CONFIGURE_ARGS+= --disable-libmms .endif @@ -168,27 +168,27 @@ CONFIGURE_ARGS+= --disable-non-free .if ${PORT_OPTIONS:MPULSEAUDIO} CONFIGURE_ARGS+= --enable-pulse -LIB_DEPENDS+= pulse:${PORTSDIR}/audio/pulseaudio +LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio .else CONFIGURE_ARGS+= --disable-pulse .endif .if ${PORT_OPTIONS:MRTMP} CONFIGURE_ARGS+= --enable-rtmp -LIB_DEPENDS+= rtmp:${PORTSDIR}/multimedia/librtmp +LIB_DEPENDS+= librtmp.so:${PORTSDIR}/multimedia/librtmp .else CONFIGURE_ARGS+= --disable-rtmp .endif .if ${PORT_OPTIONS:MVAAPI} -LIB_DEPENDS+= va:${PORTSDIR}/multimedia/libva +LIB_DEPENDS+= libva.so:${PORTSDIR}/multimedia/libva CONFIGURE_ARGS+= --enable-vaapi .else CONFIGURE_ARGS+= --disable-vaapi .endif .if ${PORT_OPTIONS:MVDPAU} -LIB_DEPENDS+= vdpau:${PORTSDIR}/multimedia/libvdpau +LIB_DEPENDS+= libvdpau.so:${PORTSDIR}/multimedia/libvdpau CONFIGURE_ARGS+= --enable-vdpau .else CONFIGURE_ARGS+= --disable-vdpau @@ -196,7 +196,7 @@ CONFIGURE_ARGS+= --disable-vdpau .if ${PORT_OPTIONS:MWEBSERVER} CONFIGURE_ARGS+= --enable-webserver -LIB_DEPENDS+= microhttpd:${PORTSDIR}/www/libmicrohttpd +LIB_DEPENDS+= libmicrohttpd.so:${PORTSDIR}/www/libmicrohttpd PLIST_SUB+= HTTPD="" .else CONFIGURE_ARGS+= --disable-webserver |