diff options
author | oliver <oliver@FreeBSD.org> | 2009-05-21 15:47:01 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2009-05-21 15:47:01 +0800 |
commit | 0c2e875b4259bbe7ea0267e82b9e72e1e01e6765 (patch) | |
tree | 26f5abd93e0d73326262a8998ea792a0436351d7 /audio | |
parent | ed8b4c417f9858310b43b78c1c162aca91659812 (diff) | |
download | freebsd-ports-gnome-0c2e875b4259bbe7ea0267e82b9e72e1e01e6765.tar.gz freebsd-ports-gnome-0c2e875b4259bbe7ea0267e82b9e72e1e01e6765.tar.zst freebsd-ports-gnome-0c2e875b4259bbe7ea0267e82b9e72e1e01e6765.zip |
update audacious to 2.0.1
bump portrevision on dependant ports
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}/ |