From owner-svn-ports-all@FreeBSD.ORG Thu Apr 24 07:52:32 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 653FE2F6; Thu, 24 Apr 2014 07:52:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 502971535; Thu, 24 Apr 2014 07:52:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3O7qWxD007397; Thu, 24 Apr 2014 07:52:32 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3O7qV17007392; Thu, 24 Apr 2014 07:52:31 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201404240752.s3O7qV17007392@svn.freebsd.org> From: Tijl Coosemans Date: Thu, 24 Apr 2014 07:52:31 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 07:52:32 -0000 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