Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/subtitlecomposer/files: subtitlecomposer-linkage-patch.patch
Date: Fri, 05 Jun 2009 11:45:48
Message-Id: E1MCXrm-0007Is-J0@stork.gentoo.org
1 yngwin 09/06/05 11:45:46
2
3 Added: subtitlecomposer-linkage-patch.patch
4 Log:
5 Version bump. Thanks to Maciej Mrozowski (reavertm) for developing this 0.5.x version in the kde overlay. Fixes bug 249055.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-video/subtitlecomposer/files/subtitlecomposer-linkage-patch.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/subtitlecomposer/files/subtitlecomposer-linkage-patch.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/subtitlecomposer/files/subtitlecomposer-linkage-patch.patch?rev=1.1&content-type=text/plain
13
14 Index: subtitlecomposer-linkage-patch.patch
15 ===================================================================
16 diff -ru ./src/main/CMakeLists.txt ../new/src/main/CMakeLists.txt
17 --- ./src/main/CMakeLists.txt 2009-04-17 21:09:12.000000000 +0200
18 +++ ../new/src/main/CMakeLists.txt 2009-06-04 01:47:35.000000000 +0200
19 @@ -46,6 +46,8 @@
20 ${KDE4_KDEUI_LIBS}
21 ${KDE4_KHTML_LIBS}
22 ${KDE4_KFILE_LIBS}
23 + ${KDE4_PHONON_LIBS}
24 + ${KDE4_KROSSCORE_LIBS}
25 ${KDE4_KROSSUI_LIBS}
26 ${common_LIBS}
27 ${config_LIBS}