Initial import of bmp-esound, version 0.9.6:
bmp-esound is an output plugin for the Beep Media Player program that allows it to output sound using the enlightened sound daemon (mainly used by the GNOME desktop).
This commit is contained in:
parent
b56b2d350d
commit
0c8042ec0a
3 changed files with 25 additions and 0 deletions
3
audio/bmp-esound/DESCR
Normal file
3
audio/bmp-esound/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
bmp-esound is an output plugin for the Beep Media Player program that
|
||||
allows it to output sound using the enlightened sound daemon (mainly
|
||||
used by the GNOME desktop).
|
17
audio/bmp-esound/Makefile
Normal file
17
audio/bmp-esound/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/04/11 18:13:11 jmmv Exp $
|
||||
#
|
||||
|
||||
.include "../../audio/bmp/Makefile.common"
|
||||
|
||||
PKGNAME= ${DISTNAME:S/bmp/bmp-esound/}
|
||||
CATEGORIES+= gnome
|
||||
|
||||
DEPENDS+= bmp>=0.9.6:../../audio/bmp
|
||||
|
||||
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-esd/--enable-esd/}
|
||||
|
||||
BUILD_DIRS= ${WRKSRC}/Output/esd
|
||||
INSTALL_DIRS= ${WRKSRC}/Output/esd
|
||||
|
||||
.include "../../audio/esound/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
audio/bmp-esound/PLIST
Normal file
5
audio/bmp-esound/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/11 18:13:11 jmmv Exp $
|
||||
lib/bmp/Output/libesdout.a
|
||||
lib/bmp/Output/libesdout.la
|
||||
lib/bmp/Output/libesdout.so
|
||||
@comment in bmp: @dirrm lib/bmp/Output
|
Loading…
Reference in a new issue