diff options
author | Johannes Huber <johu@gentoo.org> | 2013-10-14 20:52:14 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-10-14 20:52:14 +0000 |
commit | 24c0993be841c0c5301e864d50fcd5919792a7e3 (patch) | |
tree | 090950c607d55eedf6d3b380e9637385bffd67ff /media-sound/cantata | |
parent | Switch to git-r3. Add slot operators. (diff) | |
download | gentoo-2-24c0993be841c0c5301e864d50fcd5919792a7e3.tar.gz gentoo-2-24c0993be841c0c5301e864d50fcd5919792a7e3.tar.bz2 gentoo-2-24c0993be841c0c5301e864d50fcd5919792a7e3.zip |
Version bump wrt bug #487974.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'media-sound/cantata')
-rw-r--r-- | media-sound/cantata/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/cantata/cantata-1.1.3.ebuild (renamed from media-sound/cantata/cantata-1.0.3.ebuild) | 15 |
2 files changed, 13 insertions, 10 deletions
diff --git a/media-sound/cantata/ChangeLog b/media-sound/cantata/ChangeLog index be9f1018498b..e6a2f477a64a 100644 --- a/media-sound/cantata/ChangeLog +++ b/media-sound/cantata/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/cantata # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.21 2013/09/25 18:36:20 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.22 2013/10/14 20:52:14 johu Exp $ + +*cantata-1.1.3 (14 Oct 2013) + + 14 Oct 2013; Johannes Huber <johu@gentoo.org> +cantata-1.1.3.ebuild, + -cantata-1.0.3.ebuild: + Version bump wrt bug #487974. 25 Sep 2013; Johannes Huber <johu@gentoo.org> +files/cantata-1.1.2-no-taglib.patch, cantata-1.1.2.ebuild: diff --git a/media-sound/cantata/cantata-1.0.3.ebuild b/media-sound/cantata/cantata-1.1.3.ebuild index e93495fbb940..9d1bfdc094db 100644 --- a/media-sound/cantata/cantata-1.0.3.ebuild +++ b/media-sound/cantata/cantata-1.1.3.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-1.0.3.ebuild,v 1.2 2013/06/14 23:23:18 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-1.1.3.ebuild,v 1.1 2013/10/14 20:52:14 johu Exp $ EAPI=5 KDE_REQUIRED="optional" +KDE_LINGUAS="cs de en_GB es ko pl ru zh_CN" inherit kde4-base DESCRIPTION="A featureful and configurable Qt4 client for the music player daemon (MPD)" @@ -26,8 +27,11 @@ REQUIRED_USE=" " DEPEND=" + cddb? ( media-libs/libcddb ) + cdparanoia? ( media-sound/cdparanoia ) lame? ( media-sound/lame ) mtp? ( media-libs/libmtp ) + musicbrainz? ( media-libs/musicbrainz:5 ) phonon? ( || ( media-libs/phonon dev-qt/qtphonon:4 ) ) qt5? ( dev-qt/qtconcurrent:5 @@ -52,23 +56,16 @@ DEPEND=" ) dev-libs/qjson sys-libs/zlib + x11-libs/libX11 " RDEPEND="${DEPEND} $(add_kdebase_dep oxygen-icons) " -PATCHES=( - "${FILESDIR}/${P}-audiocd-automagic.patch" - "${FILESDIR}/${P}-system-qjson.patch" -) - src_prepare() { kde4-base_src_prepare rm -rf 3rdparty/qjson/ - - # make desktop file pass validation - sed -e 's/MPD/MPD;/' -i ${PN}.desktop || die } src_configure() { |