pkgsrc/multimedia/gst-plugins1-base/Makefile.common
wiz 3c891c5bd0 Update gstreamer1 and its plugins to 1.10.4.
### 1.10.4

The third 1.10 bug-fix release (1.10.4) was released on 23 February 2017.
This release only contains bugfixes and it should be safe to update from 1.10.x.

#### Major bugfixes in 1.10.4

 - Various fixes for crashes, assertions, deadlocks and memory leaks on fuzzed
   input files and in other situations (CVE-2017-5847, CVE-2017-5848)
 - More regression fixes for souphttpsrc redirection tracking
 - Regression fix for gmodule on 32 bit Android, which was introduced as part
   of the 64 bit Android fix in 1.10.3 and broke the androidmedia plugin
 - Various bugfixes for regressions and other problems in the V4L2 plugin
 - Fix for 5.1, 6.1 and 7.1 channel layouts for Vorbis
 - Fixes for timestamp generation of Android video encoder element
 - gst-libav was updated to ffmpeg 3.2.4, fixing a couple of CVEs
 - ... and many, many more!
2017-03-16 14:35:22 +00:00

38 lines
957 B
Text

# $NetBSD: Makefile.common,v 1.22 2017/03/16 14:35:22 wiz Exp $
#
# used by audio/gst-plugins1-alsa/Makefile
# used by audio/gst-plugins1-cdparanoia/Makefile
# used by audio/gst-plugins1-opus/Makefile
# used by sysutils/gst-plugins1-gio/Makefile
# used by audio/gst-plugins1-libvisual/Makefile
# used by multimedia/gst-plugins1-ogg/Makefile
# used by devel/gst-plugins1-pango/Makefile
# used by multimedia/gst-plugins1-theora/Makefile
# used by audio/gst-plugins1-vorbis/Makefile
# used by x11/gst-plugins1-x11/Makefile
#
GST_PLUGINS1_TYPE= base
GST_PLUGINS1_VER= 1.10.4
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.10.0
LICENSE= gnu-lgpl-v2
# Disable all drivers and features by default.
.for driver in alsa \
cdparanoia \
freetypetest \
gio \
ivorbis \
libvisual \
ogg \
pango \
theora \
vorbis \
x \
xshm \
xvideo
CONFIGURE_ARGS+= --disable-${driver}
.endfor
.include "../../devel/orc/buildlink3.mk"
.include "plugins.mk"