svn commit: r409826 - in head/multimedia: gstreamer1-plugins gstreamer1-plugins-rtmp

Hiroki Sato hrs at FreeBSD.org
Mon Feb 29 21:03:15 UTC 2016


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


More information about the svn-ports-all mailing list