Require libvpx 1.3.0 so GStreamer builds the VP9 support within

its vpx plugin.

ok ajacotout@
This commit is contained in:
brad 2014-04-30 06:13:49 +00:00
parent 5ef994ddab
commit 09b419300b

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2014/04/19 17:47:13 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.27 2014/04/30 06:13:49 brad Exp $
# XXX ossaudio(3) is only enabled to be used as a mixing device by
# x11/xfce4/xfce4-mixer
@ -12,6 +12,8 @@ PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-good-${V}
PKGNAME-main= ${PKGNAME}
PKGNAME-pulse= ${GST_PKGNAME_PREFIX}-plugins-pulse-${V}
REVISION-main= 0
WANTLIB += ffi glib-2.0 gmodule-2.0 gobject-2.0 gstaudio-1.0 gstbase-1.0
WANTLIB += gstpbutils-1.0 gstreamer-1.0 gsttag-1.0 gstvideo-1.0
WANTLIB += m orc-0.4 pcre pthread z ICE SM X11 Xext xcb
@ -21,7 +23,7 @@ WANTLIB-main += FLAC Xdamage Xfixes bz2 xml2 pthread-stubs
WANTLIB-main += gdk_pixbuf-2.0 gio-2.0 gstcontroller-1.0
WANTLIB-main += gstfft-1.0 gstnet-1.0 gstriff-1.0 gstrtp-1.0 gstrtsp-1.0 xcb-render
WANTLIB-main += gstsdp-1.0 jpeg ogg ossaudio png shout soup-2.4
WANTLIB-main += speex sqlite3 stdc++ tag theora vorbis vpx wavpack xcb-shm
WANTLIB-main += speex sqlite3 stdc++ tag theora vorbis vpx>=5 wavpack xcb-shm
WANTLIB-main += Xrender cairo cairo-gobject expat fontconfig freetype pixman-1
WANTLIB-pulse += ${WANTLIB}
@ -42,7 +44,7 @@ LIB_DEPENDS-main= ${LIB_DEPENDS} \
audio/wavpack \
devel/libsoup \
graphics/gdk-pixbuf2 \
multimedia/libvpx \
multimedia/libvpx>=1.3.0 \
net/libshout
LIB_DEPENDS-pulse= ${LIB_DEPENDS} \