After update of librtmp to librtmp.so.0 - not found multimedia/gstreamer1-plugins-trmp failes with gstreamer1-plugins-rtmp-1.6.3 depends on shared library: librtmp.so.0 - not found *** Error code 1
The line 365 in multimedia/gstreamer1-plugins/Makefile.common had to changed from gst_rtmp_LIB_DEPENDS= librtmp.so.0:${PORTSDIR}/multimedia/librtmp to gst_rtmp_LIB_DEPENDS= librtmp.so.1:${PORTSDIR}/multimedia/librtmp
Created attachment 167571 [details] patch-gstreamer1_plugins_Makefile.common
A commit references this bug: Author: hrs Date: Mon Feb 29 21:03:14 UTC 2016 New revision: 409826 URL: https://svnweb.freebsd.org/changeset/ports/409826 Log: Fix broken dependency due to librtmp version bump. PR: 207594 Changes: head/multimedia/gstreamer1-plugins/Makefile.common head/multimedia/gstreamer1-plugins-rtmp/Makefile
Committed. Thank you for your report!