diff options
author | Johannes Huber <johu@gentoo.org> | 2012-07-26 22:10:34 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-07-26 22:10:34 +0000 |
commit | 66afc8209e376c3036234e32f53700a3cb0e4798 (patch) | |
tree | 2b85ed82baa08e1562c0c7901fd2220855120bcd /media-sound/cantata | |
parent | Improved test_probes_process.patch for bug #423057.Thanks to corentin.labbe@g... (diff) | |
download | gentoo-2-66afc8209e376c3036234e32f53700a3cb0e4798.tar.gz gentoo-2-66afc8209e376c3036234e32f53700a3cb0e4798.tar.bz2 gentoo-2-66afc8209e376c3036234e32f53700a3cb0e4798.zip |
Version bump wrt bug #427918, remove old.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/cantata')
-rw-r--r-- | media-sound/cantata/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/cantata/cantata-0.8.1.ebuild (renamed from media-sound/cantata/cantata-0.6.1.ebuild) | 12 |
2 files changed, 16 insertions, 5 deletions
diff --git a/media-sound/cantata/ChangeLog b/media-sound/cantata/ChangeLog index de80a5f7416a..ca01cf351a7f 100644 --- a/media-sound/cantata/ChangeLog +++ b/media-sound/cantata/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/cantata # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.4 2012/07/08 14:47:56 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.5 2012/07/26 22:10:34 johu Exp $ + +*cantata-0.8.1 (26 Jul 2012) + + 26 Jul 2012; Johannes Huber <johu@gentoo.org> +cantata-0.8.1.ebuild, + -cantata-0.6.1.ebuild: + Version bump wrt bug #427918, remove old. 08 Jul 2012; Ian Whyman <thev00d00@gentoo.org> cantata-0.6.1.ebuild, cantata-0.7.1.ebuild: @@ -22,4 +28,3 @@ 25 Mar 2012; Andreas K. Huettel <dilfridge@gentoo.org> +cantata-0.5.1.ebuild, +metadata.xml: New application, bug 408051. Ebuild by Pavlos Ratis. - diff --git a/media-sound/cantata/cantata-0.6.1.ebuild b/media-sound/cantata/cantata-0.8.1.ebuild index d48cfba0451d..67b147d7df55 100644 --- a/media-sound/cantata/cantata-0.6.1.ebuild +++ b/media-sound/cantata/cantata-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.6.1.ebuild,v 1.2 2012/07/08 14:47:56 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.8.1.ebuild,v 1.1 2012/07/26 22:10:34 johu Exp $ EAPI=4 @@ -9,14 +9,20 @@ inherit kde4-base DESCRIPTION="Cantata is a client for the music player daemon (MPD)" HOMEPAGE="http://kde-apps.org/content/show.php?content=147733" -SRC_URI="http://kde-apps.org/CONTENT/content-files/147733-${P}.tar.bz2" +SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="kde" -DEPEND="media-libs/taglib" +DEPEND=" + media-libs/speex + media-libs/taglib + media-libs/taglib-extras + media-sound/mpg123 + virtual/ffmpeg +" RDEPEND=${DEPEND} src_configure() { |