Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/koverartist/files: koverartist-0.5-gcc43.patch
Date: Sat, 07 Jun 2008 12:11:27
Message-Id: E1K4xGT-00048T-U1@stork.gentoo.org
1 drac 08/06/07 12:11:21
2
3 Added: koverartist-0.5-gcc43.patch
4 Log:
5 Fix building with GCC 4.3 and partly fix desktop entry, at least point to correct Category.
6 (Portage version: 2.1.5.4)
7
8 Revision Changes Path
9 1.1 app-cdr/koverartist/files/koverartist-0.5-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/koverartist/files/koverartist-0.5-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/koverartist/files/koverartist-0.5-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: koverartist-0.5-gcc43.patch
15 ===================================================================
16 diff -ur koverartist.orig/src/cddbquery.cpp koverartist/src/cddbquery.cpp
17 --- koverartist.orig/src/cddbquery.cpp 2006-11-01 12:42:59.000000000 +0200
18 +++ koverartist/src/cddbquery.cpp 2008-06-07 14:56:35.000000000 +0300
19 @@ -34,7 +34,7 @@
20 #include <iostream>
21 #include <errno.h>
22 #include <string.h>
23 -
24 +#include <stdlib.h>
25
26
27 #ifdef ENABLE_AUDIOCD
28 diff -ur koverartist.orig/src/koverartist.desktop koverartist/src/koverartist.desktop
29 --- koverartist.orig/src/koverartist.desktop 2006-03-15 16:05:27.000000000 +0200
30 +++ koverartist/src/koverartist.desktop 2008-06-07 14:55:28.000000000 +0300
31 @@ -1,5 +1,4 @@
32 [Desktop Entry]
33 -Encoding=UTF-8
34 Name=KoverArtist
35 Name[xx]=xxKoverArtistxx
36 Exec=koverartist %i %m -caption "%c"
37 @@ -41,3 +40,4 @@
38 Comment[xx]=xxA KDE KPart Applicationxx
39 Comment[zh_CN]=一个 KDE KPart 应用程序
40 Terminal=false
41 +Categories=DiscBurning;
42
43
44
45 --
46 gentoo-commits@l.g.o mailing list