diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-09 13:34:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-09 13:34:05 +0000 |
commit | f6cdce9ceb344f0f52088e1cf5623ad271f2ab1b (patch) | |
tree | 9f1989b459d52d63a9adf60d7ff7a4a1f3233f67 /media-libs/libreplaygain | |
parent | Version bump. Cleanup (diff) | |
download | gentoo-2-f6cdce9ceb344f0f52088e1cf5623ad271f2ab1b.tar.gz gentoo-2-f6cdce9ceb344f0f52088e1cf5623ad271f2ab1b.tar.bz2 gentoo-2-f6cdce9ceb344f0f52088e1cf5623ad271f2ab1b.zip |
Version bump.
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libreplaygain')
-rw-r--r-- | media-libs/libreplaygain/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libreplaygain/libreplaygain-458.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/media-libs/libreplaygain/ChangeLog b/media-libs/libreplaygain/ChangeLog index bb9c2b5e001f..eae9c3867e2e 100644 --- a/media-libs/libreplaygain/ChangeLog +++ b/media-libs/libreplaygain/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libreplaygain # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libreplaygain/ChangeLog,v 1.13 2009/10/01 16:07:10 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libreplaygain/ChangeLog,v 1.14 2009/12/09 13:34:05 ssuominen Exp $ + +*libreplaygain-458 (09 Dec 2009) + + 09 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> + +libreplaygain-458.ebuild: + Version bump. 01 Oct 2009; Tobias Klausmann <klausman@gentoo.org> libreplaygain-444.ebuild: diff --git a/media-libs/libreplaygain/libreplaygain-458.ebuild b/media-libs/libreplaygain/libreplaygain-458.ebuild new file mode 100644 index 000000000000..0b5638481e5a --- /dev/null +++ b/media-libs/libreplaygain/libreplaygain-458.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libreplaygain/libreplaygain-458.ebuild,v 1.1 2009/12/09 13:34:05 ssuominen Exp $ + +inherit cmake-utils + +# svn co http://svn.musepack.net/libreplaygain libreplaygain-${PV} +# find ./libreplaygain-${PV} -type d -name .svn | xargs rm -rf +# tar -cjf libreplaygain-${PV}.tar.bz2 libreplaygain-${PV} + +DESCRIPTION="Replay Gain library from Musepack" +HOMEPAGE="http://www.musepack.net" +SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2" +#SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="" + +src_install() { + cmake-utils_src_install + insinto /usr/include + doins -r include/replaygain || die +} |