Date: Mon, 29 Feb 2016 21:03:14 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409826 - in head/multimedia: gstreamer1-plugins gstreamer1-plugins-rtmp Message-ID: <201602292103.u1TL3EiX092846@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Mon Feb 29 21:03:14 2016 New Revision: 409826 URL: https://svnweb.freebsd.org/changeset/ports/409826 Log: Fix broken dependency due to librtmp version bump. PR: 207594 Modified: head/multimedia/gstreamer1-plugins-rtmp/Makefile head/multimedia/gstreamer1-plugins/Makefile.common Modified: head/multimedia/gstreamer1-plugins-rtmp/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-rtmp/Makefile Mon Feb 29 19:53:22 2016 (r409825) +++ head/multimedia/gstreamer1-plugins-rtmp/Makefile Mon Feb 29 21:03:14 2016 (r409826) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= GStreamer RTMP stream source and sink plugin Modified: head/multimedia/gstreamer1-plugins/Makefile.common ============================================================================== --- head/multimedia/gstreamer1-plugins/Makefile.common Mon Feb 29 19:53:22 2016 (r409825) +++ head/multimedia/gstreamer1-plugins/Makefile.common Mon Feb 29 21:03:14 2016 (r409826) @@ -362,7 +362,7 @@ gst_resindvd_BUILD_DEPENDS= libdvdnav>=4 gst_resindvd_RUN_DEPENDS= libdvdnav>=4.1.2:${PORTSDIR}/multimedia/libdvdnav # rtmp xxx -gst_rtmp_LIB_DEPENDS= librtmp.so.0:${PORTSDIR}/multimedia/librtmp +gst_rtmp_LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp # rsvg gst_rsvg_USE_GNOME= librsvg2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602292103.u1TL3EiX092846>