Date: Thu, 24 Apr 2014 07:52:31 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351985 - in head/multimedia: gmerlin-avdecoder gstreamer-plugins gstreamer1-plugins transcode y4mscaler Message-ID: <201404240752.s3O7qV17007392@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Apr 24 07:52:30 2014 New Revision: 351985 URL: http://svnweb.freebsd.org/changeset/ports/351985 QAT: https://qat.redports.org/buildarchive/r351985/ Log: Fix LIB_DEPENDS on mjpegtools. Reported by: jenkins (swills) Modified: head/multimedia/gmerlin-avdecoder/Makefile head/multimedia/gstreamer-plugins/Makefile.common head/multimedia/gstreamer1-plugins/Makefile.common head/multimedia/transcode/Makefile head/multimedia/y4mscaler/Makefile Modified: head/multimedia/gmerlin-avdecoder/Makefile ============================================================================== --- head/multimedia/gmerlin-avdecoder/Makefile Thu Apr 24 04:15:46 2014 (r351984) +++ head/multimedia/gmerlin-avdecoder/Makefile Thu Apr 24 07:52:30 2014 (r351985) @@ -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 Modified: head/multimedia/gstreamer-plugins/Makefile.common ============================================================================== --- head/multimedia/gstreamer-plugins/Makefile.common Thu Apr 24 04:15:46 2014 (r351984) +++ head/multimedia/gstreamer-plugins/Makefile.common Thu Apr 24 07:52:30 2014 (r351985) @@ -391,7 +391,7 @@ gst_mad_PLIST_FILES= ${GST_LIB_DIR}/libg 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 Modified: head/multimedia/gstreamer1-plugins/Makefile.common ============================================================================== --- head/multimedia/gstreamer1-plugins/Makefile.common Thu Apr 24 04:15:46 2014 (r351984) +++ head/multimedia/gstreamer1-plugins/Makefile.common Thu Apr 24 07:52:30 2014 (r351985) @@ -300,7 +300,7 @@ gst_mad_LIB_DEPENDS= libmad.so:${PORTSDI 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 Modified: head/multimedia/transcode/Makefile ============================================================================== --- head/multimedia/transcode/Makefile Thu Apr 24 04:15:46 2014 (r351984) +++ head/multimedia/transcode/Makefile Thu Apr 24 07:52:30 2014 (r351985) @@ -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 Modified: head/multimedia/y4mscaler/Makefile ============================================================================== --- head/multimedia/y4mscaler/Makefile Thu Apr 24 04:15:46 2014 (r351984) +++ head/multimedia/y4mscaler/Makefile Thu Apr 24 07:52:30 2014 (r351985) @@ -14,7 +14,7 @@ COMMENT= Y4mscaler scales, crops, and sh 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404240752.s3O7qV17007392>