summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 03:45:05 +0000
committerrodent <rodent>2013-04-06 03:45:05 +0000
commit8e343fb12c3fa5098323af08d53462cc0a6e9c29 (patch)
tree058a5d7dbd4e2830d044e3fb78162276979aef46 /audio
parent8e860272a76dfa1cd33023759f6e301cb8a7827e (diff)
downloadpkgsrc-8e343fb12c3fa5098323af08d53462cc0a6e9c29.tar.gz
Fixes:
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
Diffstat (limited to 'audio')
-rw-r--r--audio/ario/Makefile4
-rw-r--r--audio/emixer/Makefile4
-rw-r--r--audio/libvisual/Makefile25
-rw-r--r--audio/libvisual0.2/Makefile18
-rw-r--r--audio/mp3_check/Makefile4
-rw-r--r--audio/mp3val/Makefile4
6 files changed, 30 insertions, 29 deletions
diff --git a/audio/ario/Makefile b/audio/ario/Makefile
index a6f85c23de8..778d30cc678 100644
--- a/audio/ario/Makefile
+++ b/audio/ario/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2013/02/16 11:20:03 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2013/04/06 03:45:06 rodent Exp $
#
DISTNAME= ario-1.5.1
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ario-player/1.5.1/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ario-player.sourceforge.net/
-COMMENT= mpd client
+COMMENT= Client for mpd
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
diff --git a/audio/emixer/Makefile b/audio/emixer/Makefile
index 31d2945f061..b168a47eaff 100644
--- a/audio/emixer/Makefile
+++ b/audio/emixer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2012/09/11 23:59:30 asau Exp $
+# $NetBSD: Makefile,v 1.31 2013/04/06 03:45:06 rodent Exp $
#
DISTNAME= emixer-0.05.5
@@ -9,7 +9,7 @@ MASTER_SITES= # http://emixer.linuxbox.com/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://toaster.muc-t-systems.com/~emixer/
-COMMENT= mpg123-frontend that can mix two mp3 streams, and fade between them
+COMMENT= Frontend for mpg123 that can mix two mp3 streams and fade between them
DEPENDS+= mpg123-1.*:../../audio/mpg123
diff --git a/audio/libvisual/Makefile b/audio/libvisual/Makefile
index 6c15337e4cd..d5cbbcb4e1c 100644
--- a/audio/libvisual/Makefile
+++ b/audio/libvisual/Makefile
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.22 2012/09/12 00:24:44 asau Exp $
+# $NetBSD: Makefile,v 1.23 2013/04/06 03:45:06 rodent Exp $
#
-DISTNAME= libvisual-0.4.0
-PKGREVISION= 3
-CATEGORIES= audio graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/}
+DISTNAME= libvisual-0.4.0
+PKGREVISION= 3
+CATEGORIES= audio graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/}
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://localhost.nl/~synap/libvisual-wiki/
-COMMENT= Abstraction library between applications and audio visualisation plugins
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://localhost.nl/~synap/libvisual-wiki/
+COMMENT= Abstraction library for applications and audio visualisation plugins
+
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config msgfmt
-USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libvisual.pc.in
-GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config msgfmt
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" && exists(/usr/include/sys/pset.h)
diff --git a/audio/libvisual0.2/Makefile b/audio/libvisual0.2/Makefile
index 21696dcc0b3..1dd5f5cc3d5 100644
--- a/audio/libvisual0.2/Makefile
+++ b/audio/libvisual0.2/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.5 2012/09/12 00:24:45 asau Exp $
+# $NetBSD: Makefile,v 1.6 2013/04/06 03:45:07 rodent Exp $
#
-DISTNAME= libvisual-0.2.0
-PKGNAME= libvisual0.2-0.2.0
-PKGREVISION= 1
-CATEGORIES= audio graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/}
+DISTNAME= libvisual-0.2.0
+PKGNAME= libvisual0.2-0.2.0
+PKGREVISION= 1
+CATEGORIES= audio graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/}
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://localhost.nl/~synap/libvisual-wiki/
-COMMENT= Abstraction library between applications and audio visualisation plugins (0.2 branch)
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://localhost.nl/~synap/libvisual-wiki/
+COMMENT= Abstraction library for applications and audio visualisation plugins
CONFLICTS+= libvisual<0.4.0
diff --git a/audio/mp3_check/Makefile b/audio/mp3_check/Makefile
index 402998786f0..59df7e9853f 100644
--- a/audio/mp3_check/Makefile
+++ b/audio/mp3_check/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2012/10/02 23:47:58 asau Exp $
+# $NetBSD: Makefile,v 1.14 2013/04/06 03:45:07 rodent Exp $
#
DISTNAME= mp3_check-1.98
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3check/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mp3check.sourceforge.net/
-COMMENT= mp3 file checker
+COMMENT= File checker for mp3 files
INSTALLATION_DIRS= bin
diff --git a/audio/mp3val/Makefile b/audio/mp3val/Makefile
index ead5ae5d2e9..4d9f4612b54 100644
--- a/audio/mp3val/Makefile
+++ b/audio/mp3val/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/10/02 23:47:59 asau Exp $
+# $NetBSD: Makefile,v 1.4 2013/04/06 03:45:07 rodent Exp $
#
DISTNAME= mp3val-0.1.8-src
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3val/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mp3val.sourceforge.net/
-COMMENT= mp3 checker
+COMMENT= Checker for mp3
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c++