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 | 653d68093c6d1da0e8fcf20de2cfddd79c21a2f2 (patch) | |
tree | 9aee39d5aa94973441f7d9fe769c5b00b770a0fb /audio/Makefile | |
parent | 80945e5525c3b5d3fd1633adff7276d2b9197256 (diff) | |
download | pkgsrc-653d68093c6d1da0e8fcf20de2cfddd79c21a2f2.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 |