Prevent gst-inspect from writing to /root/.gstreamer-0.10/ during

the configure stage.

OK ajacoutot@
This commit is contained in:
dcoppa 2010-06-11 09:40:02 +00:00
parent f3c3de1d7a
commit b5d4510c72
3 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/06/11 08:42:52 landry Exp $
# $OpenBSD: Makefile,v 1.11 2010/06/11 09:40:02 dcoppa Exp $
SHARED_ONLY= Yes
@ -63,7 +63,8 @@ LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
LDFLAGS="-L${LOCALBASE}/lib" \
GST_REGISTRY=${WRKDIR}/registry.${MACHINE_ARCH}.bin
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-static \
--with-default-video-sink=autovideosink \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2009/10/14 12:51:45 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.25 2010/06/11 09:40:43 dcoppa Exp $
SHARED_ONLY= Yes
@ -62,7 +62,8 @@ CONFIGURE_ARGS+=--with-npapi-plugindir=${LOCALBASE}/lib/mozilla-plugins \
--with-libintl-prefix=${LOCALBASE}
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
LDFLAGS="-L${LOCALBASE}/lib" \
GST_REGISTRY=${WRKDIR}/registry.${MACHINE_ARCH}.bin
INSTALL_TARGET= install install-plugins

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.41 2010/05/12 17:28:42 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.42 2010/06/11 09:41:42 dcoppa Exp $
COMMENT= official media player for GNOME
@ -79,7 +79,8 @@ TOTEM_PLUGINS= "galago gromit media-player-keys ontop properties \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include "
CFLAGS="${CFLAGS} -I${LOCALBASE}/include " \
GST_REGISTRY=${WRKDIR}/registry.${MACHINE_ARCH}.bin
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-plugins=${TOTEM_PLUGINS} \
--with-dbus \