diff options
author | tijl <tijl@FreeBSD.org> | 2014-04-24 15:52:30 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-04-24 15:52:30 +0800 |
commit | a1433f3df1649e4eb022c6d44e517953d4169a18 (patch) | |
tree | aba0978c1737dd1d6f50b11a4334d70a3359f0a2 /multimedia | |
parent | 9cb80421c37e537cee14102a890d2b11ed8b9cc4 (diff) | |
download | freebsd-ports-gnome-a1433f3df1649e4eb022c6d44e517953d4169a18.tar.gz freebsd-ports-gnome-a1433f3df1649e4eb022c6d44e517953d4169a18.tar.zst freebsd-ports-gnome-a1433f3df1649e4eb022c6d44e517953d4169a18.zip |
Fix LIB_DEPENDS on mjpegtools.
Reported by: jenkins (swills)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gmerlin-avdecoder/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins/Makefile.common | 2 | ||||
-rw-r--r-- | multimedia/transcode/Makefile | 2 | ||||
-rw-r--r-- | multimedia/y4mscaler/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/gmerlin-avdecoder/Makefile b/multimedia/gmerlin-avdecoder/Makefile index 0d156a3b67ad..4a5cfacd4a77 100644 --- a/multimedia/gmerlin-avdecoder/Makefile +++ b/multimedia/gmerlin-avdecoder/Makefile @@ -62,7 +62,7 @@ CONFIGURE_ARGS+=--disable-speex .endif .if ${PORT_OPTIONS:MMJPEGTOOLS} -LIB_DEPENDS+= liblavjpeg-2.0.so:${PORTSDIR}/multimedia/mjpegtools +LIB_DEPENDS+= liblavjpeg.so:${PORTSDIR}/multimedia/mjpegtools .else CONFIGURE_ARGS+=--disable-mjpegtools .endif diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index cc119b87a7ba..4fba7d37fbad 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -391,7 +391,7 @@ gst_mad_PLIST_FILES= ${GST_LIB_DIR}/libgstmad.la \ gst_mad_DIST= ugly # mpeg2enc -gst_mpeg2enc_LIB_DEPENDS+= libmjpegutils-2.0.so:${PORTSDIR}/multimedia/mjpegtools +gst_mpeg2enc_LIB_DEPENDS+= libmjpegutils.so:${PORTSDIR}/multimedia/mjpegtools gst_mpeg2enc_PLIST_FILES= ${GST_LIB_DIR}/libgstmpeg2enc.la \ ${GST_LIB_DIR}/libgstmpeg2enc.so gst_mpeg2enc_DIST= bad diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common index 0f3c21b06e44..dee89b3614e3 100644 --- a/multimedia/gstreamer1-plugins/Makefile.common +++ b/multimedia/gstreamer1-plugins/Makefile.common @@ -300,7 +300,7 @@ gst_mad_LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad gst_modplug_LIB_DEPENDS= libmodplug.so:${PORTSDIR}/audio/libmodplug # mpeg2enc -gst_mpeg2enc_LIB_DEPENDS= libmjpegutils-2.0.so:${PORTSDIR}/multimedia/mjpegtools +gst_mpeg2enc_LIB_DEPENDS= libmjpegutils.so:${PORTSDIR}/multimedia/mjpegtools # mpeg2dec gst_mpeg2dec_LIB_DEPENDS= libmpeg2.so:${PORTSDIR}/multimedia/libmpeg2 diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 871b67c7fab5..c7f9a6107c31 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -165,7 +165,7 @@ CONFIGURE_ARGS+= --disable-libxml2 .endif .if ${PORT_OPTIONS:MMJPEGTOOLS} -LIB_DEPENDS+= liblavjpeg-2.0.so:${PORTSDIR}/multimedia/mjpegtools +LIB_DEPENDS+= liblavjpeg.so:${PORTSDIR}/multimedia/mjpegtools CONFIGURE_ARGS+= --enable-mjpegtools .else CONFIGURE_ARGS+= --disable-mjpegtools diff --git a/multimedia/y4mscaler/Makefile b/multimedia/y4mscaler/Makefile index 2254dc0f7abe..23b4b8523fd8 100644 --- a/multimedia/y4mscaler/Makefile +++ b/multimedia/y4mscaler/Makefile @@ -14,7 +14,7 @@ COMMENT= Y4mscaler scales, crops, and shifts Y'CbCr video BROKEN= Conflicts with mjpegtools on /usr/local/bin/y4mscaler -LIB_DEPENDS= liblavjpeg-2.0.so:${PORTSDIR}/multimedia/mjpegtools +LIB_DEPENDS= liblavjpeg.so:${PORTSDIR}/multimedia/mjpegtools USES= gmake |