Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/monkey-bubble/files: monkey-bubble-0.4.0-noesound.patch monkey-bubble-0.4.0-asneeded.patch
Date: Sat, 07 Jan 2012 16:39:12
Message-Id: 20120107163847.6384C2004C@flycatcher.gentoo.org
1 mr_bones_ 12/01/07 16:38:47
2
3 Modified: monkey-bubble-0.4.0-asneeded.patch
4 Added: monkey-bubble-0.4.0-noesound.patch
5 Log:
6 avoid esound dep with patch from Martin von Gagern (bug #397997)
7
8 (Portage version: 2.1.10.41/cvs/Linux i686)
9
10 Revision Changes Path
11 1.2 games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-asneeded.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-asneeded.patch?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-asneeded.patch?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-asneeded.patch?r1=1.1&r2=1.2
16
17 Index: monkey-bubble-0.4.0-asneeded.patch
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-asneeded.patch,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- monkey-bubble-0.4.0-asneeded.patch 28 Sep 2006 23:27:45 -0000 1.1
24 +++ monkey-bubble-0.4.0-asneeded.patch 7 Jan 2012 16:38:47 -0000 1.2
25 @@ -1,5 +1,5 @@
26 ---- monkey-bubble-0.3.2/src/net/Makefile.am.orig 2006-04-30 17:29:36.000000000 +0200
27 -+++ monkey-bubble-0.3.2/src/net/Makefile.am 2006-04-30 17:30:00.000000000 +0200
28 +--- monkey-bubble-0.3.2/src/net/Makefile.am.orig
29 ++++ monkey-bubble-0.3.2/src/net/Makefile.am
30 @@ -28,10 +28,10 @@
31 monkey_srv_LDFLAGS =
32
33 @@ -13,8 +13,8 @@
34
35 $(libmonkeynet_a_OBJECTS): $(marshal_sources)
36
37 ---- monkey-bubble-0.3.2/src/ui/Makefile.am.orig 2006-04-30 17:41:27.000000000 +0200
38 -+++ monkey-bubble-0.3.2/src/ui/Makefile.am 2006-04-30 17:41:52.000000000 +0200
39 +--- monkey-bubble-0.3.2/src/ui/Makefile.am.orig
40 ++++ monkey-bubble-0.3.2/src/ui/Makefile.am
41 @@ -50,10 +50,10 @@
42
43
44
45
46
47 1.1 games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-noesound.patch
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-noesound.patch?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-noesound.patch?rev=1.1&content-type=text/plain
51
52 Index: monkey-bubble-0.4.0-noesound.patch
53 ===================================================================
54 monkey-bubble-0.4.0: don't require the esd header.
55
56 2010-07-12 Sven Herzberg
57 2012-01-07 Martin von Gagern
58
59 References:
60 https://github.com/mquinson/monkey-bubble/commit/299623f8e6b0b6090e98
61 https://bugs.gentoo.org/397997
62
63 --- monkey-bubble-0.4.0.orig/src/ui/main.c
64 +++ monkey-bubble-0.4.0/src/ui/main.c
65 @@ -11,7 +11,6 @@
66 #include "ui-main.h"
67 #include "input-manager.h"
68
69 -#include <esd.h>
70 #include <gtk/gtk.h>
71 #include <gst/gst.h>
72 #include <bonobo/bonobo-i18n.h>