* [gentoo-commits] gentoo-x86 commit in media-sound/amarok: ChangeLog amarok-2.4.0.90.ebuild
@ 2011-04-20 11:48 Jorge Manuel B. S. Vicetto (jmbsvicetto)
0 siblings, 0 replies; 2+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2011-04-20 11:48 UTC (permalink / raw
To: gentoo-commits
jmbsvicetto 11/04/20 11:48:44
Modified: ChangeLog amarok-2.4.0.90.ebuild
Log:
Added upstream patch to fix the plugin detection at startup.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Revision Changes Path
1.402 media-sound/amarok/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.402&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.402&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/ChangeLog?r1=1.401&r2=1.402
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
retrieving revision 1.401
retrieving revision 1.402
diff -u -r1.401 -r1.402
--- ChangeLog 20 Apr 2011 05:05:10 -0000 1.401
+++ ChangeLog 20 Apr 2011 11:48:44 -0000 1.402
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/amarok
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.401 2011/04/20 05:05:10 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.402 2011/04/20 11:48:44 jmbsvicetto Exp $
+
+ 20 Apr 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ amarok-2.4.0.90.ebuild, +files/amarok-2.4.0.90-fix-plugin-detection.patch:
+ Added upstream patch to fix the plugin detection at startup.
20 Apr 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
files/amarok-2.4.0.90-fix-upnp-dep.patch:
1.2 media-sound/amarok/amarok-2.4.0.90.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/amarok-2.4.0.90.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/amarok-2.4.0.90.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/amarok-2.4.0.90.ebuild?r1=1.1&r2=1.2
Index: amarok-2.4.0.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.4.0.90.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amarok-2.4.0.90.ebuild 19 Apr 2011 02:40:12 -0000 1.1
+++ amarok-2.4.0.90.ebuild 20 Apr 2011 11:48:44 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.4.0.90.ebuild,v 1.1 2011/04/19 02:40:12 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.4.0.90.ebuild,v 1.2 2011/04/20 11:48:44 jmbsvicetto Exp $
EAPI="3"
@@ -82,7 +82,12 @@
player? ( $(add_kdebase_dep phonon-kde) )
"
-PATCHES=( "${FILESDIR}/${P}-fix-upnp-dep.patch" )
+# Upstream patch to fix the plugin detection on startup
+# https://projects.kde.org/projects/extragear/multimedia/amarok/repository/revisions/37eda947bd8181a73ad0fffc88e66c25ddd69f28
+PATCHES=(
+ "${FILESDIR}/${P}-fix-upnp-dep.patch"
+ "${FILESDIR}/${P}-fix-plugin-detection.patch"
+)
src_prepare() {
if ! use player; then
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/amarok: ChangeLog amarok-2.4.0.90.ebuild
@ 2011-04-26 22:03 Jorge Manuel B. S. Vicetto (jmbsvicetto)
0 siblings, 0 replies; 2+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2011-04-26 22:03 UTC (permalink / raw
To: gentoo-commits
jmbsvicetto 11/04/26 22:03:26
Modified: ChangeLog amarok-2.4.0.90.ebuild
Log:
[media-sound/amarok-2.4.0.90] Added keywords back to ebuild.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Revision Changes Path
1.404 media-sound/amarok/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.404&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.404&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/ChangeLog?r1=1.403&r2=1.404
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
retrieving revision 1.403
retrieving revision 1.404
diff -u -r1.403 -r1.404
--- ChangeLog 20 Apr 2011 12:35:50 -0000 1.403
+++ ChangeLog 26 Apr 2011 22:03:26 -0000 1.404
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/amarok
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.403 2011/04/20 12:35:50 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.404 2011/04/26 22:03:26 jmbsvicetto Exp $
+
+ 26 Apr 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ amarok-2.4.0.90.ebuild:
+ [media-sound/amarok-2.4.0.90] Added keywords back to ebuild.
20 Apr 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
amarok-2.3.2-r1.ebuild, amarok-2.4.0.ebuild, amarok-2.4.0.90.ebuild:
1.4 media-sound/amarok/amarok-2.4.0.90.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/amarok-2.4.0.90.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/amarok-2.4.0.90.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/amarok-2.4.0.90.ebuild?r1=1.3&r2=1.4
Index: amarok-2.4.0.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.4.0.90.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- amarok-2.4.0.90.ebuild 20 Apr 2011 12:35:50 -0000 1.3
+++ amarok-2.4.0.90.ebuild 26 Apr 2011 22:03:26 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.4.0.90.ebuild,v 1.3 2011/04/20 12:35:50 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.4.0.90.ebuild,v 1.4 2011/04/26 22:03:26 jmbsvicetto Exp $
EAPI="3"
@@ -9,7 +9,7 @@
KDE_LINGUAS="bg ca cs da de en_GB es et eu fi fr it ja km nb nds nl
pa pl pt pt_BR ru sl sr sr@latin sv th tr uk wa zh_TW"
SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2"
- KEYWORDS=""
+ KEYWORDS="~amd64 ~x86"
else
KDE_SCM="git"
KEYWORDS=""
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-26 22:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-26 22:03 [gentoo-commits] gentoo-x86 commit in media-sound/amarok: ChangeLog amarok-2.4.0.90.ebuild Jorge Manuel B. S. Vicetto (jmbsvicetto)
-- strict thread matches above, loose matches on Subject: below --
2011-04-20 11:48 Jorge Manuel B. S. Vicetto (jmbsvicetto)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox