diff options
author | wiz <wiz> | 2009-05-20 00:58:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-20 00:58:05 +0000 |
commit | bce310e12c34dd199b2fb13ec720a93538f33642 (patch) | |
tree | e3aafcd3857ac2bdc7ca0607114c79d78e672bae /audio | |
parent | 55b45735af3733e973d267802ccd928f649d883e (diff) | |
download | pkgsrc-bce310e12c34dd199b2fb13ec720a93538f33642.tar.gz |
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.
Reported by Robert Elz in PR 41345.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/SDL_sound/Makefile | 4 | ||||
-rw-r--r-- | audio/amarok/Makefile | 4 | ||||
-rw-r--r-- | audio/csound5/Makefile | 4 | ||||
-rw-r--r-- | audio/fluidsynth/Makefile | 3 | ||||
-rw-r--r-- | audio/fluidsynth/buildlink3.mk | 3 | ||||
-rw-r--r-- | audio/icecast1/Makefile | 4 | ||||
-rw-r--r-- | audio/id3ed/Makefile | 4 | ||||
-rw-r--r-- | audio/jack/Makefile | 3 | ||||
-rw-r--r-- | audio/libtunepimp/Makefile | 4 | ||||
-rw-r--r-- | audio/qsynth/Makefile | 4 | ||||
-rw-r--r-- | audio/rplay/Makefile | 4 | ||||
-rw-r--r-- | audio/rplay/buildlink3.mk | 4 |
12 files changed, 24 insertions, 21 deletions
diff --git a/audio/SDL_sound/Makefile b/audio/SDL_sound/Makefile index 31c3e1fd52c..5d0ed4149b5 100644 --- a/audio/SDL_sound/Makefile +++ b/audio/SDL_sound/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2008/11/08 21:13:27 bjs Exp $ +# $NetBSD: Makefile,v 1.24 2009/05/20 00:58:05 wiz Exp $ # DISTNAME= SDL_sound-1.0.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= http://icculus.org/SDL_sound/downloads/ diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index cce92e2ab61..df5a0b7b4c0 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.71 2009/02/15 11:22:48 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2009/05/20 00:58:05 wiz Exp $ DISTNAME= amarok-${VERSION} VERSION= 1.4.10 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE:=amarok/${VERSION}/src/} EXTRACT_SUFX= .tar.bz2 diff --git a/audio/csound5/Makefile b/audio/csound5/Makefile index 18edd596258..6033b6144e3 100644 --- a/audio/csound5/Makefile +++ b/audio/csound5/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2009/02/21 13:22:43 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2009/05/20 00:58:05 wiz Exp $ # DISTNAME= Csound${CSOUND_VERSION}_src PKGNAME= csound5-${CSOUND_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=csound/} WRKSRC= ${WRKDIR}/Csound${CSOUND_VERSION} diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index 3a16fbf7bdb..2b41ea31e5d 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2009/05/19 08:59:03 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2009/05/20 00:58:05 wiz Exp $ DISTNAME= fluidsynth-1.0.9 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://savannah.nongnu.org/download/fluid/ diff --git a/audio/fluidsynth/buildlink3.mk b/audio/fluidsynth/buildlink3.mk index 1c5cabede4f..45c2998c269 100644 --- a/audio/fluidsynth/buildlink3.mk +++ b/audio/fluidsynth/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2009/03/20 19:23:53 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2009/05/20 00:58:05 wiz Exp $ BUILDLINK_TREE+= fluidsynth @@ -6,6 +6,7 @@ BUILDLINK_TREE+= fluidsynth FLUIDSYNTH_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.fluidsynth+= fluidsynth>=1.0.5 +BUILDLINK_ABI_DEPENDS.fluidsynth?= fluidsynth>=1.0.9nb1 BUILDLINK_PKGSRCDIR.fluidsynth?= ../../audio/fluidsynth .include "../../devel/readline/buildlink3.mk" diff --git a/audio/icecast1/Makefile b/audio/icecast1/Makefile index cfdc362b94f..823931a2777 100644 --- a/audio/icecast1/Makefile +++ b/audio/icecast1/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2009/02/09 22:56:21 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2009/05/20 00:58:05 wiz Exp $ # DISTNAME= icecast-1.3.12 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/icecast/ diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index f032b8467ab..bb2358e7d21 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2009/01/08 22:28:18 adrianp Exp $ +# $NetBSD: Makefile,v 1.30 2009/05/20 00:58:05 wiz Exp $ # DISTNAME= id3ed-1.10.4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= http://users.dakotacom.net/~donut/programs/id3ed/ diff --git a/audio/jack/Makefile b/audio/jack/Makefile index c5808829ef3..219adf709e6 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2009/04/15 12:27:16 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2009/05/20 00:58:05 wiz Exp $ # DISTNAME= jack-audio-connection-kit-${JACK_VERSION} PKGNAME= jack-${JACK_VERSION} +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 diff --git a/audio/libtunepimp/Makefile b/audio/libtunepimp/Makefile index 35a724346c1..9b2748bb03d 100644 --- a/audio/libtunepimp/Makefile +++ b/audio/libtunepimp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2008/07/25 14:03:30 obache Exp $ +# $NetBSD: Makefile,v 1.17 2009/05/20 00:58:06 wiz Exp $ DISTNAME= libtunepimp-0.5.3 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= audio MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ http://ftp.musicbrainz.org/pub/musicbrainz/ diff --git a/audio/qsynth/Makefile b/audio/qsynth/Makefile index 56439ab063d..ead9aaca9dd 100644 --- a/audio/qsynth/Makefile +++ b/audio/qsynth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2008/03/02 06:10:33 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2009/05/20 00:58:06 wiz Exp $ DISTNAME= qsynth-0.2.4 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qsynth/} diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index a66b3b727f6..9f5be23554c 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2009/05/18 05:21:18 dholland Exp $ +# $NetBSD: Makefile,v 1.60 2009/05/20 00:58:06 wiz Exp $ # DISTNAME= rplay-3.3.2 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= audio MASTER_SITES= ftp://rplay.doit.org/pub/rplay/ \ http://rplay.doit.org/dist/ diff --git a/audio/rplay/buildlink3.mk b/audio/rplay/buildlink3.mk index 3a3732c838e..639960d2d37 100644 --- a/audio/rplay/buildlink3.mk +++ b/audio/rplay/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2009/03/20 19:23:59 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2009/05/20 00:58:06 wiz Exp $ BUILDLINK_TREE+= rplay @@ -6,7 +6,7 @@ BUILDLINK_TREE+= rplay RPLAY_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.rplay+= rplay>=3.3.2nb1 -BUILDLINK_ABI_DEPENDS.rplay+= rplay>=3.3.2nb5 +BUILDLINK_ABI_DEPENDS.rplay+= rplay>=3.3.2nb7 BUILDLINK_PKGSRCDIR.rplay?= ../../audio/rplay .include "../../audio/gsm/buildlink3.mk" |