diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-11-14 19:47:13 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-11-14 19:47:13 +0000 |
commit | 0cc267fd0b7e7d1b80774dbcc01b3bd0ea9260ff (patch) | |
tree | eab99aa02f7ed20d35c284e279f38b143262975d /audio/Makefile | |
parent | b102663dd2fbe590623aa9ef96af24881852ba9e (diff) | |
download | pkgsrc-0cc267fd0b7e7d1b80774dbcc01b3bd0ea9260ff.tar.gz |
Add alacconvert and libalac
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 3128591dabd..ed716158bdb 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.459 2011/10/06 11:53:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.460 2011/11/14 19:47:13 ryoon Exp $ # COMMENT= Audio tools @@ -8,6 +8,7 @@ SUBDIR+= SDL_sound SUBDIR+= abcde SUBDIR+= abcmidi SUBDIR+= adplug +SUBDIR+= alacconvert SUBDIR+= akode SUBDIR+= akode-plugins-alsa SUBDIR+= akode-plugins-ffmpeg @@ -184,6 +185,7 @@ SUBDIR+= kmp SUBDIR+= ladspa SUBDIR+= lame SUBDIR+= liba52 +SUBDIR+= libalac SUBDIR+= libao SUBDIR+= libao-alsa SUBDIR+= libao-arts |