diff options
author | rodent <rodent@pkgsrc.org> | 2013-07-02 12:04:57 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-07-02 12:04:57 +0000 |
commit | 1f5d7e9ededb9a35d354e96ddc02ef9fee11cb16 (patch) | |
tree | ef4337033806ccb5f49ee52dd7a1593cb1fa109a /audio | |
parent | fa9dacff84ad95e4fe7e41e3ac241d97bb993f61 (diff) | |
download | pkgsrc-1f5d7e9ededb9a35d354e96ddc02ef9fee11cb16.tar.gz |
+tap-plugins; MAINTAINER=me
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 3 | ||||
-rw-r--r-- | audio/tap-plugins/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/audio/Makefile b/audio/Makefile index 9c9987a625f..e2a367e50dc 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.485 2013/05/09 00:43:37 rodent Exp $ +# $NetBSD: Makefile,v 1.486 2013/07/02 12:04:57 rodent Exp $ # COMMENT= Audio tools @@ -407,6 +407,7 @@ SUBDIR+= streamtuner SUBDIR+= sweep SUBDIR+= taglib SUBDIR+= taglib-extras +SUBDIR+= tap-plugins SUBDIR+= tcd SUBDIR+= tcl-snack SUBDIR+= terminatorx diff --git a/audio/tap-plugins/Makefile b/audio/tap-plugins/Makefile index 1441a2b92a5..9141f02e99f 100644 --- a/audio/tap-plugins/Makefile +++ b/audio/tap-plugins/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2013/07/02 12:03:24 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2013/07/02 12:04:57 rodent Exp $ # DISTNAME= tap-plugins-0.7.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tap-plugins/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rodent@NetBSD.org HOMEPAGE= http://tap-plugins.sourceforge.net/ladspa.html COMMENT= Tom's Audio Processing plugins LICENSE= gnu-gpl-v2 |