1865c638b7
- regen plist to reduce the update diff a bit
28 lines
924 B
Makefile
28 lines
924 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/09/27 15:11:08 jasper Exp $
|
|
|
|
COMMENT= clutter GStreamer integration library
|
|
|
|
DISTNAME= clutter-gst-${API_VERSION}.0
|
|
REVISION= 0
|
|
SHARED_LIBS += clutter-gst-0.10 0.0 # .1000.0
|
|
|
|
MASTER_SITES= ${MASTER_SITES_CLUTTER:=clutter-gst/${MAJOR}/}
|
|
|
|
MODULES= devel/gettext
|
|
|
|
WANTLIB += GL X11 Xau Xcomposite Xdamage Xdmcp Xext Xfixes Xxf86vm drm
|
|
WANTLIB += Xrender cairo expat fontconfig freetype gdk_pixbuf-2.0
|
|
WANTLIB += gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 gstbase-0.10
|
|
WANTLIB += gstreamer-0.10 gthread-2.0 json-glib-1.0 m pango-1.0
|
|
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread-stubs
|
|
WANTLIB += xcb xml2 z clutter-glx-1.0 gstaudio-0.10 gstinterfaces-0.10
|
|
WANTLIB += gstvideo-0.10
|
|
|
|
LIB_DEPENDS= ::graphics/clutter/core \
|
|
::multimedia/gstreamer-0.10/plugins-base
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--enable-introspection=no
|
|
|
|
.include <bsd.port.mk>
|