2bc2ac79be
be dealt with afterwards.
45 lines
1.0 KiB
Makefile
45 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile.inc,v 1.4 2008/05/13 15:11:51 espie Exp $
|
|
|
|
CATEGORIES ?= multimedia devel
|
|
|
|
HOMEPAGE ?= http://www.gstreamer.net/
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM ?= Yes
|
|
PERMIT_PACKAGE_FTP ?= Yes
|
|
PERMIT_DISTFILES_CDROM ?= Yes
|
|
PERMIT_DISTFILES_FTP ?= Yes
|
|
|
|
MASTER_SITE_GST = http://gstreamer.freedesktop.org/src/
|
|
EXTRACT_SUFX ?= .tar.bz2
|
|
VERSION = 0.10
|
|
SUBST_VARS += VERSION
|
|
SHARED_ONLY = Yes
|
|
SEPARATE_BUILD ?= simple
|
|
P = multimedia/gstreamer-${VERSION}
|
|
|
|
USE_GMAKE ?= Yes
|
|
USE_LIBTOOL ?= Yes
|
|
# avoid compiling plugins as static libraries
|
|
LIBTOOL_FLAGS ?= --tag=disable-static
|
|
|
|
MODULES += lang/python
|
|
|
|
BUILD_DEPENDS += :bison-*:devel/bison
|
|
|
|
AUTOCONF_VERSION ?= 2.61
|
|
CONFIGURE_STYLE ?= autoconf
|
|
|
|
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
|
|
--localstatedir=/var/db \
|
|
--with-cachedir=/var/db/gstreamer-${VERSION} \
|
|
--disable-debug \
|
|
--disable-valgrind \
|
|
--disable-static \
|
|
# --enable-gtk-doc
|
|
|
|
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include \
|
|
-I${LOCALBASE}/include/libpng" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
MODPY_VERSION=${MODPY_VERSION}
|