Gentoo Archives: gentoo-commits

From: "Thomas Anderson (gentoofan23)" <gentoofan23@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/amarok: ChangeLog amarok-1.90-r1.ebuild amarok-1.90.ebuild
Date: Mon, 13 Oct 2008 13:19:54
Message-Id: E1KpNKy-0001N5-9Y@stork.gentoo.org
1 gentoofan23 08/10/13 13:19:52
2
3 Modified: ChangeLog amarok-1.90-r1.ebuild amarok-1.90.ebuild
4 Log:
5 Depend on a more recent libmtp version; Amarok won't compile with <media-libs/libmtp-0.3.3
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.25.9 x86_64)
7
8 Revision Changes Path
9 1.288 media-sound/amarok/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.288&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.288&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?r1=1.287&r2=1.288
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
18 retrieving revision 1.287
19 retrieving revision 1.288
20 diff -u -r1.287 -r1.288
21 --- ChangeLog 11 Oct 2008 09:59:37 -0000 1.287
22 +++ ChangeLog 13 Oct 2008 13:19:52 -0000 1.288
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-sound/amarok
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.287 2008/10/11 09:59:37 jmbsvicetto Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.288 2008/10/13 13:19:52 gentoofan23 Exp $
28 +
29 + 13 Oct 2008; Thomas Anderson <gentoofan23@g.o> amarok-1.90.ebuild,
30 + amarok-1.90-r1.ebuild:
31 + Depend on a more recent libmtp version; Amarok won't compile with
32 + <media-libs/libmtp-0.3.3
33
34 *amarok-1.90-r1 (11 Oct 2008)
35
36
37
38
39 1.2 media-sound/amarok/amarok-1.90-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-1.90-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-1.90-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-1.90-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: amarok-1.90-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.90-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- amarok-1.90-r1.ebuild 11 Oct 2008 09:59:37 -0000 1.1
52 +++ amarok-1.90-r1.ebuild 13 Oct 2008 13:19:52 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.90-r1.ebuild,v 1.1 2008/10/11 09:59:37 jmbsvicetto Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.90-r1.ebuild,v 1.2 2008/10/13 13:19:52 gentoofan23 Exp $
58
59 EAPI="2"
60
61 @@ -33,7 +33,7 @@
62 mp3tunes? ( net-misc/curl
63 dev-libs/libxml2 )
64 mp4? ( media-libs/libmp4v2 )
65 - mtp? ( >=media-libs/libmtp-0.1.1 )
66 + mtp? ( >=media-libs/libmtp-0.3.3 )
67 mysql? ( >=virtual/mysql-4.0 )
68 njb? ( >=media-libs/libnjb-2.2.4 )
69 opengl? ( virtual/opengl )
70
71
72
73 1.3 media-sound/amarok/amarok-1.90.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-1.90.ebuild?rev=1.3&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-1.90.ebuild?rev=1.3&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-1.90.ebuild?r1=1.2&r2=1.3
78
79 Index: amarok-1.90.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.90.ebuild,v
82 retrieving revision 1.2
83 retrieving revision 1.3
84 diff -u -r1.2 -r1.3
85 --- amarok-1.90.ebuild 10 Oct 2008 12:55:33 -0000 1.2
86 +++ amarok-1.90.ebuild 13 Oct 2008 13:19:52 -0000 1.3
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2008 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.90.ebuild,v 1.2 2008/10/10 12:55:33 gentoofan23 Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.90.ebuild,v 1.3 2008/10/13 13:19:52 gentoofan23 Exp $
92
93 EAPI="2"
94
95 @@ -36,7 +36,7 @@
96 mp3tunes? ( net-misc/curl
97 dev-libs/libxml2 )
98 mp4? ( media-libs/libmp4v2 )
99 - mtp? ( >=media-libs/libmtp-0.1.1 )
100 + mtp? ( >=media-libs/libmtp-0.3.3 )
101 mysql? ( >=virtual/mysql-4.0 )
102 njb? ( >=media-libs/libnjb-2.2.4 )
103 opengl? ( virtual/opengl )