diff options
author | 2012-01-20 18:26:23 +0000 | |
---|---|---|
committer | 2012-01-20 18:26:23 +0000 | |
commit | 34a9d769f87bfd8d8b7b3055fb6f64eaca1b2db3 (patch) | |
tree | 8fe84ba5c1443e8f6824754cfd22c859af9c50ed /media-libs/libsidplayfp | |
parent | Added stdout echoing of most executed phase commands. Added stub for CABAL_US... (diff) | |
download | gentoo-2-34a9d769f87bfd8d8b7b3055fb6f64eaca1b2db3.tar.gz gentoo-2-34a9d769f87bfd8d8b7b3055fb6f64eaca1b2db3.tar.bz2 gentoo-2-34a9d769f87bfd8d8b7b3055fb6f64eaca1b2db3.zip |
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libsidplayfp')
-rw-r--r-- | media-libs/libsidplayfp/ChangeLog | 10 | ||||
-rw-r--r-- | media-libs/libsidplayfp/libsidplayfp-0.3.2.ebuild | 23 |
2 files changed, 31 insertions, 2 deletions
diff --git a/media-libs/libsidplayfp/ChangeLog b/media-libs/libsidplayfp/ChangeLog index c3fbf2468e83..42efe9693281 100644 --- a/media-libs/libsidplayfp/ChangeLog +++ b/media-libs/libsidplayfp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libsidplayfp -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsidplayfp/ChangeLog,v 1.1 2011/12/09 17:57:33 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsidplayfp/ChangeLog,v 1.2 2012/01/20 18:26:23 ssuominen Exp $ + +*libsidplayfp-0.3.2 (20 Jan 2012) + + 20 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> + +libsidplayfp-0.3.2.ebuild: + Version bump. *libsidplayfp-0.3.1 (09 Dec 2011) diff --git a/media-libs/libsidplayfp/libsidplayfp-0.3.2.ebuild b/media-libs/libsidplayfp/libsidplayfp-0.3.2.ebuild new file mode 100644 index 000000000000..229a8da1a303 --- /dev/null +++ b/media-libs/libsidplayfp/libsidplayfp-0.3.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsidplayfp/libsidplayfp-0.3.2.ebuild,v 1.1 2012/01/20 18:26:23 ssuominen Exp $ + +EAPI=4 +inherit autotools-utils + +DESCRIPTION="A library for the sidplay2 fork with resid-fp" +HOMEPAGE="http://sourceforge.net/projects/sidplay-residfp/" +SRC_URI="mirror://sourceforge/sidplay-residfp/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="static-libs" + +DOCS=( AUTHORS NEWS README TODO ) + +src_prepare() { + # fix automagic. warning: modifying .ac triggers maintainer mode. + sed -i -e 's:doxygen:dIsAbLe&:' configure || die + autotools-utils_src_prepare +} |