Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/amarok/files: amarok-1.4.7+xine-lib-1.1.8-lastfm.patch digest-amarok-1.4.7-r1 digest-amarok-1.4.6 digest-amarok-1.4.5-r1 amarok-1.4.5-magnatune.patch
Date: Sat, 10 Nov 2007 16:27:44
Message-Id: E1IqtBK-0003pH-6H@stork.gentoo.org
1 flameeyes 07/11/10 16:27:38
2
3 Added: amarok-1.4.7+xine-lib-1.1.8-lastfm.patch
4 digest-amarok-1.4.7-r1
5 Removed: digest-amarok-1.4.6 digest-amarok-1.4.5-r1
6 amarok-1.4.5-magnatune.patch
7 Log:
8 Remove old version, revision bump to blacklist xine-lib-1.1.8 direct last.fm playback as it's broken by server change, 1.1.9 will work again.
9 (Portage version: 2.1.3.19)
10
11 Revision Changes Path
12 1.1 media-sound/amarok/files/amarok-1.4.7+xine-lib-1.1.8-lastfm.patch
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/files/amarok-1.4.7+xine-lib-1.1.8-lastfm.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/files/amarok-1.4.7+xine-lib-1.1.8-lastfm.patch?rev=1.1&content-type=text/plain
16
17 Index: amarok-1.4.7+xine-lib-1.1.8-lastfm.patch
18 ===================================================================
19 last.fm streaming servers changed the Server field in their HTTP response,
20 so xine last.fm stream detection does not properly work with them anymore.
21
22 The bug is fixed in xine-lib repository and will be released in xine-lib
23 1.1.9, so disable the xine detection for all the previous versions.
24
25 Index: amarok-1.4.7/amarok/src/engine/xine/xine-engine.cpp
26 ===================================================================
27 --- amarok-1.4.7.orig/amarok/src/engine/xine/xine-engine.cpp
28 +++ amarok-1.4.7/amarok/src/engine/xine/xine-engine.cpp
29 @@ -1167,7 +1167,7 @@ bool XineEngine::flushBuffer()
30
31 bool XineEngine::lastFmProxyRequired()
32 {
33 - return !( xine_check_version(1,1,8) );
34 + return !( xine_check_version(1,1,9) );
35 }
36
37 //////////////////////////////////////////////////////////////////////////////
38
39
40
41 1.1 media-sound/amarok/files/digest-amarok-1.4.7-r1
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/files/digest-amarok-1.4.7-r1?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/files/digest-amarok-1.4.7-r1?rev=1.1&content-type=text/plain
45
46 Index: digest-amarok-1.4.7-r1
47 ===================================================================
48 MD5 f1299e142da8a69bc3cff5d585e38d43 amarok-1.4.7.tar.bz2 12723499
49 RMD160 fc5f5182b488f629cc608aee16aa84a0c4978dcd amarok-1.4.7.tar.bz2 12723499
50 SHA256 7ef2691d0cda238696e021421052a04b3cfb068ea0d9854e0c617b33216340f8 amarok-1.4.7.tar.bz2 12723499
51
52
53
54 --
55 gentoo-commits@g.o mailing list