Bug 207594 - multimedia/gstreamer1-plugins-rtmp - librtmp.so.0 - not found
Summary: multimedia/gstreamer1-plugins-rtmp - librtmp.so.0 - not found
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-29 15:04 UTC by w.schwarzenfeld
Modified: 2016-02-29 21:06 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (multimedia)


Attachments
patch-gstreamer1_plugins_Makefile.common (395 bytes, patch)
2016-02-29 15:22 UTC, w.schwarzenfeld
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description w.schwarzenfeld 2016-02-29 15:04:06 UTC
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
Comment 1 w.schwarzenfeld 2016-02-29 15:19:37 UTC
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
Comment 2 w.schwarzenfeld 2016-02-29 15:22:40 UTC
Created attachment 167571 [details]
patch-gstreamer1_plugins_Makefile.common
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-02-29 21:03:55 UTC
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
Comment 4 Hiroki Sato freebsd_committer freebsd_triage 2016-02-29 21:06:46 UTC
Committed.  Thank you for your report!