Sync WANTLIB.
This commit is contained in:
parent
b4dfd43424
commit
0e7dcec5e1
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2011/10/29 18:44:48 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2012/02/21 11:28:01 ajacoutot Exp $
|
||||
|
||||
COMMENT = Python bindings for GStreamer
|
||||
|
||||
V = 0.10.22
|
||||
DISTNAME = gst-python-$V
|
||||
PKGNAME = py-gstreamer-$V
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = http://gstreamer.freedesktop.org/modules/gst-python.html
|
||||
|
||||
@ -13,7 +14,8 @@ MASTER_SITES = ${MASTER_SITE_GST:=gst-python/}
|
||||
WANTLIB += ffi glib-2.0 gmodule-2.0 gobject-2.0 gstaudio-0.10
|
||||
WANTLIB += gstbase-0.10 gstcontroller-0.10 gstdataprotocol-0.10
|
||||
WANTLIB += gstinterfaces-0.10 gstnet-0.10 gstpbutils-0.10 gstreamer-0.10
|
||||
WANTLIB += gsttag-0.10 gstvideo-0.10 gthread-2.0 m pcre xml2 z
|
||||
WANTLIB += gsttag-0.10 gstvideo-0.10 gthread-2.0 m orc-0.4 pcre
|
||||
WANTLIB += xml2 z
|
||||
|
||||
MODULES = devel/gettext \
|
||||
lang/python
|
||||
|
Loading…
Reference in New Issue
Block a user