* gstreamer1-libav now uses ffmpeg from ports. * New ports: * gstreamer1-validate: Tools to detect if elements are not behaving as expected, mainly aimed at developers, or advanced debugging. * gstreamer1-rtsp-server: Base foundation for building a rtsp server ontop of GStreamer * Bunch of new plugins like: mpg123, rsvg, libde265, openh264, x265 and dtls. Release announcement: http://lists.freedesktop.org/archives/gstreamer-announce/2015-September/000357.html Obtained from: gnome devel repo
11 lines
471 B
Text
11 lines
471 B
Text
--- Makefile.in.orig 2015-06-07 12:59:34.071555000 +0200
|
|
+++ Makefile.in 2015-06-07 13:00:02.869339000 +0200
|
|
@@ -564,7 +564,7 @@
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-docbook
|
|
aclocaldir = $(datadir)/aclocal
|
|
aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
|
|
-SUBDIRS = pkgconfig gst libs plugins tests docs po m4 common data \
|
|
+SUBDIRS = pkgconfig gst libs plugins tests po m4 common data \
|
|
$(am__append_1)
|
|
|
|
# These are all the possible subdirs
|