b38392e109
for a good reason. One of them being that the gstdebug.so plugin is actually needed by other apps. gstreamer,-main: move some files from -main to -frontend ; fix dependencies Regen all PLISTs and bump all PKGNAMEs.
44 lines
1.0 KiB
Makefile
44 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile.inc,v 1.5 2009/04/11 14:37:21 ajacoutot 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-valgrind \
|
|
--disable-static \
|
|
# --enable-gtk-doc
|
|
|
|
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include \
|
|
-I${LOCALBASE}/include/libpng" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
MODPY_VERSION=${MODPY_VERSION}
|