diff options
author | drochner <drochner@pkgsrc.org> | 2007-01-26 16:48:19 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-01-26 16:48:19 +0000 |
commit | 1ff6bc4f555bbd164b431082fd0e61364a0414ae (patch) | |
tree | 9aee39d5aa94973441f7d9fe769c5b00b770a0fb /audio/Makefile | |
parent | 49c754d55d1971c03b116389df5e93df6e66d6d1 (diff) | |
download | pkgsrc-1ff6bc4f555bbd164b431082fd0e61364a0414ae.tar.gz |
add spc support pkgs
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index fe4b59266bc..ce676dfa48b 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.345 2007/01/26 07:46:56 wiz Exp $ +# $NetBSD: Makefile,v 1.346 2007/01/26 16:48:19 drochner Exp $ # COMMENT= Audio tools @@ -111,6 +111,7 @@ SUBDIR+= gst-plugins0.10-mad SUBDIR+= gst-plugins0.10-musepack SUBDIR+= gst-plugins0.10-oss SUBDIR+= gst-plugins0.10-sid +SUBDIR+= gst-plugins0.10-spc SUBDIR+= gst-plugins0.10-speex SUBDIR+= gst-plugins0.10-vorbis SUBDIR+= gst-plugins0.8-artsd @@ -163,6 +164,7 @@ SUBDIR+= libmpd SUBDIR+= libmusepack SUBDIR+= libofa SUBDIR+= libopendaap +SUBDIR+= libopenspc SUBDIR+= libsamplerate SUBDIR+= libshout SUBDIR+= libsidplay |