diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-24 04:33:52 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-24 04:33:52 +0800 |
commit | 5ac5b2e807fee85db25fd40ff1bdf1455bc01cc1 (patch) | |
tree | 8e81cd71754d244cf2b4c0b82fc285605ea1edc5 /Mk | |
parent | 298ce7f0f6b748e0624837a2002672d3943712a7 (diff) | |
download | marcuscom-ports-5ac5b2e807fee85db25fd40ff1bdf1455bc01cc1.tar marcuscom-ports-5ac5b2e807fee85db25fd40ff1bdf1455bc01cc1.tar.gz marcuscom-ports-5ac5b2e807fee85db25fd40ff1bdf1455bc01cc1.tar.bz2 marcuscom-ports-5ac5b2e807fee85db25fd40ff1bdf1455bc01cc1.tar.lz marcuscom-ports-5ac5b2e807fee85db25fd40ff1bdf1455bc01cc1.tar.xz marcuscom-ports-5ac5b2e807fee85db25fd40ff1bdf1455bc01cc1.tar.zst marcuscom-ports-5ac5b2e807fee85db25fd40ff1bdf1455bc01cc1.zip |
- Add support for USE_GSTREAMER[80]=python, ports need USE_PYTHON=yes
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6312 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gstreamer.mk | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index cd817680b..d4faae95b 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -7,7 +7,7 @@ # Date: 4 Oct 2004 # # $FreeBSD: ports/Mk/bsd.gstreamer.mk,v 1.18 2006/05/16 01:43:00 ahze Exp $ -# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.26 2006/05/17 12:29:05 ahze Exp $ +# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.27 2006/05/17 14:36:12 ahze Exp $ .if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include) @@ -64,7 +64,7 @@ _USE_GSTREAMER_ALL= a52dec aalib bad cairo cdparanoia dts \ dv dvd esound faac faad ffmpeg flac gconf gnomevfs \ gnonlin good gsm hal ivorbis jpeg ladspa lame libcaca \ libmms libpng libvisual mad mpeg2dec \ - musepack ogg pango sdl shout2 sidplay \ + musepack ogg pango python sdl shout2 sidplay \ speex theora ugly vorbis wavpack xvid _USE_GSTREAMER80_ALL= a52dec aalib artsd audiofile cairo cdaudio cdio cdparanoia \ dirac dts dv dvd esound faac faad ffmpeg flac \ @@ -73,7 +73,7 @@ _USE_GSTREAMER80_ALL= a52dec aalib artsd audiofile cairo cdaudio cdio cdparanoia libpng libvisual mad mikmod mpeg2dec mpeg2enc mplex \ musepack musicbrainz nas sdl shout shout2 sidplay \ smoothwave sndfile speex theora ogg pango polyp \ - swfdec vorbis wavpack x264 xvid + python swfdec vorbis wavpack x264 xvid # other plugins OTHER_GSTREAMER_PLUGINS+= core yes OTHER_GSTREAMER80_PLUGINS+= ${OTHER_GSTREAMER_PLUGINS} @@ -212,6 +212,15 @@ mpeg2enc_DEPENDS= multimedia/gstreamer-plugins-mpeg2enc mplex_DEPENDS= multimedia/gstreamer-plugins-mplex +python_DEPENDS= multimedia/py-gstreamer +python_NAME= gstreamer +python_GST80_SUFX= 80 +python_GST80_PREFIX= ${PYTHON_PKGNAMEPREFIX} +python_GST_PREFIX= ${PYTHON_PKGNAMEPREFIX} +python_GST_SUFX= # empty +python_GST80_VERSION= 0.8.2 +python_GST_VERSION= 0.10.4 + theora_DEPENDS= multimedia/gstreamer-plugins-theora ugly_DEPENDS= multimedia/gstreamer-plugins-ugly |