diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-05-21 07:47:01 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-05-21 07:47:01 +0000 |
commit | 3b298f63e2a0b108163eb40bef94a92cf61c01f8 (patch) | |
tree | cfb37372049a1519d3675c6afcf307f2e53afaea /audio | |
parent | 57ba50801d1f3def96bd6f0a4a8fe3c7f7e704b9 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacious-crossfade/Makefile | 2 | ||||
-rw-r--r-- | audio/audacious-dumb/Makefile | 6 | ||||
-rw-r--r-- | audio/wmauda/Makefile | 6 | ||||
-rw-r--r-- | audio/xmms-crossfade/Makefile | 5 |
4 files changed, 10 insertions, 9 deletions
diff --git a/audio/audacious-crossfade/Makefile b/audio/audacious-crossfade/Makefile index 6c5af8ab76fb..f279b6f04622 100644 --- a/audio/audacious-crossfade/Makefile +++ b/audio/audacious-crossfade/Makefile @@ -6,7 +6,7 @@ # APP= audacious -LIB_DEPENDS= audclient.1:${PORTSDIR}/multimedia/audacious +LIB_DEPENDS= audclient.2:${PORTSDIR}/multimedia/audacious BUILD_DEPENDS= ${LOCALBASE}/lib/audacious/General/alarm.so:${PORTSDIR}/multimedia/audacious-plugins CPPFLAGS+= -I${LOCALBASE}/include/glib-2.0 -I${LOCALBASE}/include/gtk-2.0 \ -I${LOCALBASE}/include/cairo -I${LOCALBASE}/include/pango-1.0 \ diff --git a/audio/audacious-dumb/Makefile b/audio/audacious-dumb/Makefile index 3b9b75a9beb1..acd555b7e979 100644 --- a/audio/audacious-dumb/Makefile +++ b/audio/audacious-dumb/Makefile @@ -7,7 +7,7 @@ PORTNAME= audacious-dumb PORTVERSION= 0.57 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.netswarm.net/misc/ \ CRITICAL @@ -15,8 +15,8 @@ MASTER_SITES= http://www.netswarm.net/misc/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Audacious plugin that support the IT, XM, S3M or MOD formats -RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious -BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \ +RUN_DEPENDS= audacious2:${PORTSDIR}/multimedia/audacious +BUILD_DEPENDS= audacious2:${PORTSDIR}/multimedia/audacious \ ${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb USE_GMAKE= yes diff --git a/audio/wmauda/Makefile b/audio/wmauda/Makefile index 35c424f68448..5d7a62aa0d7f 100644 --- a/audio/wmauda/Makefile +++ b/audio/wmauda/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmauda PORTVERSION= 0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio windowmaker MASTER_SITES= http://www.netswarm.net/misc/ \ ${MASTER_SITE_GENTOO} @@ -16,8 +16,8 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= garga@FreeBSD.org COMMENT= A port of wmxmms to GTK 2.x and Audacious -BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious -RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious +BUILD_DEPENDS= audacious2:${PORTSDIR}/multimedia/audacious +RUN_DEPENDS= audacious2:${PORTSDIR}/multimedia/audacious LIB_DEPENDS= mowgli.2:${PORTSDIR}/devel/libmowgli USE_GMAKE= yes diff --git a/audio/xmms-crossfade/Makefile b/audio/xmms-crossfade/Makefile index 0db75d10952d..86a20f6e916f 100644 --- a/audio/xmms-crossfade/Makefile +++ b/audio/xmms-crossfade/Makefile @@ -7,7 +7,7 @@ PORTNAME= crossfade PORTVERSION= 0.3.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.eisenlohr.org/xmms-crossfade/ CENKES PKGNAMEPREFIX= ${APP}- @@ -39,7 +39,8 @@ CONFIGURE_ARGS+=--enable-samplerate .endif post-patch: - @${REINPLACE_CMD} -e '/objformat=/s|aout|elf|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/objformat=/s|aout|elf|; \ + s|dummy audacious|&2|g' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/.libs/libcrossfade.so ${PREFIX}/${PLUGDIR}/ |