Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/amarok-utils: ChangeLog amarok-utils-2.1.1.ebuild
Date: Fri, 26 Jun 2009 11:05:43
Message-Id: E1MK9FV-0006fg-NR@stork.gentoo.org
1 tampakrap 09/06/26 11:05:41
2
3 Modified: ChangeLog
4 Added: amarok-utils-2.1.1.ebuild
5 Log:
6 Version bump, 275467
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 media-sound/amarok-utils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok-utils/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok-utils/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok-utils/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 5 Jun 2009 11:46:13 -0000 1.3
23 +++ ChangeLog 26 Jun 2009 11:05:41 -0000 1.4
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-sound/amarok-utils
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v 1.3 2009/06/05 11:46:13 tampakrap Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v 1.4 2009/06/26 11:05:41 tampakrap Exp $
29 +
30 +*amarok-utils-2.1.1 (26 Jun 2009)
31 +
32 + 26 Jun 2009; Theo Chatzimichos <tampakrap@g.o>
33 + +amarok-utils-2.1.1.ebuild:
34 + Version bump, bug 275467
35
36 05 Jun 2009; Theo Chatzimichos <tampakrap@g.o>
37 amarok-utils-2.1.ebuild:
38
39
40
41 1.1 media-sound/amarok-utils/amarok-utils-2.1.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: amarok-utils-2.1.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.1.1.ebuild,v 1.1 2009/06/26 11:05:41 tampakrap Exp $
51
52 EAPI="2"
53
54 KMNAME="extragear/multimedia"
55 KMMODULE="amarok"
56 KDE_REQUIRED="never"
57 inherit kde4-base
58
59 DESCRIPTION="Various utility programs for Amarok."
60 HOMEPAGE="http://amarok.kde.org/"
61 SRC_URI="mirror://kde/stable/${PN/-utils/}/${PV}/src/${P/-utils/}.tar.bz2"
62
63 LICENSE="GPL-2"
64 KEYWORDS="~amd64 ~x86"
65 SLOT="4"
66 IUSE="debug"
67
68 DEPEND="
69 >=media-libs/taglib-1.5
70 >=media-libs/taglib-extras-0.1
71 >=x11-libs/qt-core-4.4:4
72 >=x11-libs/qt-dbus-4.4:4
73 "
74 RDEPEND="${DEPEND}
75 !<media-sound/amarok-2.0.90:2
76 !<media-sound/amarok-2.0.90:${SLOT}
77 "
78
79 S="${WORKDIR}/${P/-utils/}"
80
81 src_prepare() {
82 # Disable po processing
83 sed -e "s:include(MacroOptionalAddSubdirectory)::" \
84 -i "${S}/CMakeLists.txt" \
85 || die "Removing include of MacroOptionalAddSubdirectory failed."
86 sed -e "s:macro_optional_add_subdirectory( po )::" \
87 -i "${S}/CMakeLists.txt" \
88 || die "Removing include of MacroOptionalAddSubdirectory failed."
89
90 kde4-base_src_prepare
91 }
92
93 src_configure() {
94 mycmakeargs="${mycmakeargs}
95 -DWITH_PLAYER=OFF
96 -DWITH_UTILITIES=ON"
97
98 kde4-base_src_configure
99 }