summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-07-25 01:46:42 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-07-25 01:46:42 +0000
commitf12c45ccc65dd1bdfb5457a2145db334c6496487 (patch)
tree0e16184a7d949c1aeefe09fcbfc6389f325aa8ed /media-libs
parentRemove broken patch and revision bump. Bakefile presets are controlled by es... (diff)
downloadgentoo-2-f12c45ccc65dd1bdfb5457a2145db334c6496487.tar.gz
gentoo-2-f12c45ccc65dd1bdfb5457a2145db334c6496487.tar.bz2
gentoo-2-f12c45ccc65dd1bdfb5457a2145db334c6496487.zip
Bumped taglib-extras to 0.1.5.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/taglib-extras/ChangeLog8
-rw-r--r--media-libs/taglib-extras/taglib-extras-0.1.5.ebuild30
2 files changed, 37 insertions, 1 deletions
diff --git a/media-libs/taglib-extras/ChangeLog b/media-libs/taglib-extras/ChangeLog
index a317bb194ef3..494aeacb4539 100644
--- a/media-libs/taglib-extras/ChangeLog
+++ b/media-libs/taglib-extras/ChangeLog
@@ -1,6 +1,12 @@
# 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.3 2009/06/26 11:01:29 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib-extras/ChangeLog,v 1.4 2009/07/25 01:46:42 jmbsvicetto Exp $
+
+*taglib-extras-0.1.5 (24 Jul 2009)
+
+ 24 Jul 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ +taglib-extras-0.1.5.ebuild:
+ Bumped taglib-extras to 0.1.5.
*taglib-extras-0.1.4 (26 Jun 2009)
diff --git a/media-libs/taglib-extras/taglib-extras-0.1.5.ebuild b/media-libs/taglib-extras/taglib-extras-0.1.5.ebuild
new file mode 100644
index 000000000000..5b188ce01f8a
--- /dev/null
+++ b/media-libs/taglib-extras/taglib-extras-0.1.5.ebuild
@@ -0,0 +1,30 @@
+# 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-0.1.5.ebuild,v 1.1 2009/07/25 01:46:42 jmbsvicetto Exp $
+
+EAPI="2"
+
+KMNAME="kdesupport"
+KDE_REQUIRED="optional"
+inherit kde4-base
+
+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"
+
+RDEPEND="
+ >=media-libs/taglib-${PV}
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ mycmakeargs="${mycmakeargs}
+ $(cmake-utils_use_with kde)"
+
+ kde4-base_src_configure
+}