diff options
author | ahze <ahze@FreeBSD.org> | 2006-12-23 07:35:43 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-12-23 07:35:43 +0800 |
commit | 4e4d3361c36740f19d4d388fe4a942ee1cce8e00 (patch) | |
tree | f0783b965e7b86ff7d4c682eee42647dc10122ad /Mk | |
parent | 893137910ff0828ff09c6b50b3941119b9621f4e (diff) | |
download | freebsd-ports-gnome-4e4d3361c36740f19d4d388fe4a942ee1cce8e00.tar.gz freebsd-ports-gnome-4e4d3361c36740f19d4d388fe4a942ee1cce8e00.tar.zst freebsd-ports-gnome-4e4d3361c36740f19d4d388fe4a942ee1cce8e00.zip |
- Add spc support in bsd.gstreamer.mk
- Bump PORTREVISION in gstreamer-plugins-all for all the new gstreamer-plugins
ports
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gstreamer.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index 3c3524a85dd7..b51dea1cd2ed 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -65,7 +65,7 @@ _USE_GSTREAMER_ALL= a52dec aalib annodex bad bz2 cairo cdaudio cdparanoia dts \ gnonlin good gsm hal ivorbis jack jpeg ladspa lame \ libcaca libmms libpng libvisual mad mpeg2enc mpeg2dec \ musepack neon ogg pango pulse python sdl shout2 sidplay \ - speex theora ugly vorbis wavpack xvid + spc speex theora ugly vorbis wavpack xvid _USE_GSTREAMER80_ALL= a52dec aalib artsd audiofile cairo cdaudio cdio cdparanoia \ dts dv dvd esound faac faad ffmpeg flac \ gconf gdkpixbuf gnomevfs gsm hermes ivorbis jack jpeg \ @@ -152,6 +152,8 @@ smoothwave_DEPENDS= audio/gstreamer-plugins-smoothwave sndfile_DEPENDS= audio/gstreamer-plugins-sndfile +spc_DEPENDS= audio/gstreamer-plugins-spc + speex_DEPENDS= audio/gstreamer-plugins-speex vorbis_DEPENDS= audio/gstreamer-plugins-vorbis |