diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-10-02 00:44:54 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-10-02 00:44:54 +0000 |
commit | e588ba701c858c0deab3d4219d615281f1364f98 (patch) | |
tree | ec4489212491cbbb653a56bbb52988c68c473e51 /media-libs | |
parent | Bumped taglib to version 1.6 from the kde-testing overlay. Thanks to Maciej M... (diff) | |
download | gentoo-2-e588ba701c858c0deab3d4219d615281f1364f98.tar.gz gentoo-2-e588ba701c858c0deab3d4219d615281f1364f98.tar.bz2 gentoo-2-e588ba701c858c0deab3d4219d615281f1364f98.zip |
Bumped taglib-extras to version 1.0.1 from the kde-testing overlay. Thanks to Maciej Mrozowski (reavertm).
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/taglib-extras/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/taglib-extras/taglib-extras-1.0.1.ebuild | 24 |
2 files changed, 32 insertions, 1 deletions
diff --git a/media-libs/taglib-extras/ChangeLog b/media-libs/taglib-extras/ChangeLog index 0ff48534529d..63a38d530a17 100644 --- a/media-libs/taglib-extras/ChangeLog +++ b/media-libs/taglib-extras/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-libs/taglib-extras # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib-extras/ChangeLog,v 1.6 2009/09/11 01:24:42 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib-extras/ChangeLog,v 1.7 2009/10/02 00:44:54 jmbsvicetto Exp $ + +*taglib-extras-1.0.1 (02 Oct 2009) + + 02 Oct 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +taglib-extras-1.0.1.ebuild: + Bumped taglib-extras to version 1.0.1 from the kde-testing overlay. Thanks + to Maciej Mrozowski (reavertm). *taglib-extras-0.1.7 (11 Sep 2009) diff --git a/media-libs/taglib-extras/taglib-extras-1.0.1.ebuild b/media-libs/taglib-extras/taglib-extras-1.0.1.ebuild new file mode 100644 index 000000000000..ce2504944f72 --- /dev/null +++ b/media-libs/taglib-extras/taglib-extras-1.0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib-extras/taglib-extras-1.0.1.ebuild,v 1.1 2009/10/02 00:44:54 jmbsvicetto Exp $ + +EAPI="2" + +inherit cmake-utils + +DESCRIPTION="Unofficial taglib plugins maintained by the Amarok team" +HOMEPAGE="http://developer.kde.org/~wheeler/taglib.html" +SRC_URI="http://www.kollide.net/~jefferai/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="debug" + +TAGLIB_VERSION="1.6" +RDEPEND=" + >=media-libs/taglib-${TAGLIB_VERSION} +" +DEPEND="${RDEPEND}" + +DOCS="AUTHORS ChangeLog" |