Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/amarok/files: amarok-2.2-mysql-libs.patch
Date: Tue, 01 Dec 2009 01:58:40
Message-Id: E1NFI0h-0001bO-GK@stork.gentoo.org
1 jmbsvicetto 09/12/01 01:58:35
2
3 Added: amarok-2.2-mysql-libs.patch
4 Log:
5 Updated taglib dependency - fixes bug 293950.
6 Patched mysqlecollection to fix the build with >=binutils-2.20 - fixes bug 290662.
7 Should fix bug 277785.
8 (Portage version: 2.2_rc52/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 media-sound/amarok/files/amarok-2.2-mysql-libs.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/files/amarok-2.2-mysql-libs.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/files/amarok-2.2-mysql-libs.patch?rev=1.1&content-type=text/plain
15
16 Index: amarok-2.2-mysql-libs.patch
17 ===================================================================
18 diff -ur amarok-2.2.1-old/src/collection/mysqlecollection/CMakeLists.txt amarok-2.2.1/src/collection/mysqlecollection/CMakeLists.txt
19 --- amarok-2.2.1-old/src/collection/mysqlecollection/CMakeLists.txt 2009-11-30 23:31:05.000000000 -0100
20 +++ amarok-2.2.1/src/collection/mysqlecollection/CMakeLists.txt 2009-11-30 23:31:32.000000000 -0100
21 @@ -64,7 +64,6 @@
22 ${KDE4_KIO_LIBS}
23 ${KDE4_THREADWEAVER_LIBRARIES}
24 ${MYSQL_EMBEDDED_LIBRARIES}
25 - ${MYSQL_LIBRARIES}
26 ${CMAKE_DL_LIBS}
27 ${ZLIB_LIBRARIES}
28 ${TAGLIB_LIBRARIES}