diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-06-04 19:06:13 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-06-04 19:06:13 +0000 |
commit | db3d22a1a71720a05e1cfa2dbfd54b7348e18518 (patch) | |
tree | 44d44f345b6a5d3c54edd75b9fa3dfe8509ac0f6 /media-libs/libbs2b | |
parent | old (diff) | |
download | gentoo-2-db3d22a1a71720a05e1cfa2dbfd54b7348e18518.tar.gz gentoo-2-db3d22a1a71720a05e1cfa2dbfd54b7348e18518.tar.bz2 gentoo-2-db3d22a1a71720a05e1cfa2dbfd54b7348e18518.zip |
Version bump, incorporates the BSD portability patch by Flameeyes. More compilation warnings have been assasinated.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libbs2b')
-rw-r--r-- | media-libs/libbs2b/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libbs2b/libbs2b-3.1.0.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/media-libs/libbs2b/ChangeLog b/media-libs/libbs2b/ChangeLog index 6e3480df9404..7051fc8058c3 100644 --- a/media-libs/libbs2b/ChangeLog +++ b/media-libs/libbs2b/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libbs2b # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libbs2b/ChangeLog,v 1.5 2009/05/20 05:09:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libbs2b/ChangeLog,v 1.6 2009/06/04 19:06:13 chainsaw Exp $ + +*libbs2b-3.1.0 (04 Jun 2009) + + 04 Jun 2009; <chainsaw@gentoo.org> +libbs2b-3.1.0.ebuild: + Version bump, incorporates the BSD portability patch by Flameeyes. More + compilation warnings have been assasinated. 20 May 2009; Jeroen Roovers <jer@gentoo.org> libbs2b-3.0.0.ebuild: Marked ~hppa (bug #270203). diff --git a/media-libs/libbs2b/libbs2b-3.1.0.ebuild b/media-libs/libbs2b/libbs2b-3.1.0.ebuild new file mode 100644 index 000000000000..f34799c5d32f --- /dev/null +++ b/media-libs/libbs2b/libbs2b-3.1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libbs2b/libbs2b-3.1.0.ebuild,v 1.1 2009/06/04 19:06:13 chainsaw Exp $ + +DESCRIPTION="Bauer stereophonic-to-binaural DSP library" +HOMEPAGE="http://bs2b.sourceforge.net/" +SRC_URI="mirror://sourceforge/bs2b/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="media-libs/libsndfile" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() +{ + emake install DESTDIR="${D}" || die "emake install failed" +} |