- move libao from LIB_DEPENDS to RUN_DEPENDS for the -esd and -arts
subpackages, since no libraries are linked against. - while here, move iconv intl to MODULES=devel/gettext with some suggestions from and ok naddy@
This commit is contained in:
parent
9b62567b4d
commit
ec668d6ee4
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.30 2006/01/10 11:14:49 espie Exp $
|
# $OpenBSD: Makefile,v 1.31 2006/02/10 18:26:33 steven Exp $
|
||||||
|
|
||||||
COMMENT= "portable audio output library"
|
COMMENT= "portable audio output library"
|
||||||
COMMENT-arts= "aRts module for portable audio output library"
|
COMMENT-arts= "aRts module for portable audio output library"
|
||||||
@ -7,8 +7,8 @@ COMMENT-esd= "ESounD module for portable audio output library"
|
|||||||
VERSION= 0.8.5
|
VERSION= 0.8.5
|
||||||
DISTNAME= libao-${VERSION}
|
DISTNAME= libao-${VERSION}
|
||||||
FULLPKGNAME= libao-${VERSION}p2
|
FULLPKGNAME= libao-${VERSION}p2
|
||||||
PKGNAME-arts= libao-arts-${VERSION}p1
|
PKGNAME-arts= libao-arts-${VERSION}p2
|
||||||
PKGNAME-esd= libao-esd-${VERSION}p1
|
PKGNAME-esd= libao-esd-${VERSION}p2
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
HOMEPAGE= http://www.xiph.org/ao/
|
HOMEPAGE= http://www.xiph.org/ao/
|
||||||
SHARED_LIBS= ao 3.2
|
SHARED_LIBS= ao 3.2
|
||||||
@ -51,13 +51,13 @@ CONFIGURE_ARGS+= --disable-nas
|
|||||||
|
|
||||||
.if defined(PACKAGING)
|
.if defined(PACKAGING)
|
||||||
. if ${SUBPACKAGE} == "-arts"
|
. if ${SUBPACKAGE} == "-arts"
|
||||||
LIB_DEPENDS= ao.3::audio/libao \
|
LIB_DEPENDS= artsc.0::x11/kde/arts3
|
||||||
artsc.0::x11/kde/arts3
|
RUN_DEPENDS= :libao-${VERSION}:audio/libao
|
||||||
WANTLIB+= glib-2.0.0.0 gmodule-2.0.0.0 gthread-2.0.0.0 \
|
WANTLIB+= glib-2.0.0.0 gmodule-2.0.0.0 gthread-2.0.0.0
|
||||||
iconv intl
|
MODULES= devel/gettext
|
||||||
. elif ${SUBPACKAGE} == "-esd"
|
. elif ${SUBPACKAGE} == "-esd"
|
||||||
LIB_DEPENDS= ao.3::audio/libao \
|
LIB_DEPENDS= esd.2::audio/esound
|
||||||
esd.2::audio/esound
|
RUN_DEPENDS= :libao-${VERSION}:audio/libao
|
||||||
WANTLIB+= audiofile m
|
WANTLIB+= audiofile m
|
||||||
. endif
|
. endif
|
||||||
.else
|
.else
|
||||||
|
Loading…
Reference in New Issue
Block a user