Subject: pkg/31521: Wrong one-line description of audio/bmp-esound
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <fgonieaux@free.fr>
List: pkgsrc-bugs
Date: 10/09/2005 04:05:00
>Number: 31521
>Category: pkg
>Synopsis: Wrong one-line description of audio/bmp-esound
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Oct 09 04:05:00 +0000 2005
>Originator: Frederic Gonieaux
>Release:
>Organization:
>Environment:
>Description:
As there is no COMMENT defined, COMMENT from audio/bmp is used.
>How-To-Repeat:
>Fix:
--- Makefile.orig 2005-10-09 05:52:04.000000000 +0200
+++ Makefile 2005-10-09 05:56:41.000000000 +0200
@@ -6,6 +6,8 @@
PKGNAME= ${DISTNAME:S/bmp/bmp-esound/}
CATEGORIES+= gnome
+COMMENT= BMP plugin to output sound through the esound daemon
+
DEPENDS+= bmp>=0.9.7:../../audio/bmp
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-esd/--enable-esd/}