Ticket #42033: 0001-gstreamer010-gst-plugins-bad-Add-dependency-on-rtmpd.patch

File 0001-gstreamer010-gst-plugins-bad-Add-dependency-on-rtmpd.patch, 1.3 KB (added by david@…, 10 years ago)
  • dports/gnome/gstreamer010-gst-plugins-bad/Portfile

    From 1ea5a354b101c15afbdaf0597a61dbe6cdaa4efb Mon Sep 17 00:00:00 2001
    From: David Rothlisberger <david@rothlis.net>
    Date: Thu, 6 Feb 2014 14:07:34 +0000
    Subject: [PATCH] gstreamer010-gst-plugins-bad: Add dependency on rtmpdump
     (#42033)
    
    This is consistent with gstreamer1-gst-plugins-bad.
    
    Without this dependency, the GStreamer element "rtmpsrc" is not built.
    ---
     dports/gnome/gstreamer010-gst-plugins-bad/Portfile | 3 ++-
     1 file changed, 2 insertions(+), 1 deletion(-)
    
    diff --git a/dports/gnome/gstreamer010-gst-plugins-bad/Portfile b/dports/gnome/gstreamer010-gst-plugins-bad/Portfile
    index 26461367..b2ed4f67 100644
    a b PortGroup muniversal 1.0 
    99name                gstreamer010-gst-plugins-bad
    1010set my_name         gst-plugins-bad
    1111version                 0.10.23
    12 revision            6
     12revision            7
    1313description         A set of plug-ins for GStreamer that need more quality.
    1414long_description    \
    1515    GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared \
    depends_lib port:gstreamer010-gst-plugins-base \ 
    5252            port:libvpx \
    5353            port:soundtouch \
    5454            port:neon \
     55            port:rtmpdump \
    5556            port:schroedinger
    5657
    5758#