* [gentoo-commits] gentoo-x86 commit in media-sound/gnomoradio/files: gnomoradio-0.15.1-glib-single-include.patch
@ 2012-07-21 14:43 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2012-07-21 14:43 UTC (permalink / raw
To: gentoo-commits
pacho 12/07/21 14:43:47
Added: gnomoradio-0.15.1-glib-single-include.patch
Log:
Let it compile against glib-2.32
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.1 media-sound/gnomoradio/files/gnomoradio-0.15.1-glib-single-include.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnomoradio/files/gnomoradio-0.15.1-glib-single-include.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnomoradio/files/gnomoradio-0.15.1-glib-single-include.patch?rev=1.1&content-type=text/plain
Index: gnomoradio-0.15.1-glib-single-include.patch
===================================================================
Index: gnomoradio-0.15.1/roboradio/mp3/common.c
===================================================================
--- gnomoradio-0.15.1.orig/roboradio/mp3/common.c
+++ gnomoradio-0.15.1/roboradio/mp3/common.c
@@ -19,7 +19,7 @@
#include "id3.h"
#include "id3_header.h"
-#include <glib/gmem.h>
+#include <glib.h>
/* max = 1728 */
#define MAXFRAMESIZE 1792
Index: gnomoradio-0.15.1/roboradio/mp3/esd-audio.c
===================================================================
--- gnomoradio-0.15.1.orig/roboradio/mp3/esd-audio.c
+++ gnomoradio-0.15.1/roboradio/mp3/esd-audio.c
@@ -2,8 +2,7 @@
#include <config.h>
#include "esd-audio.h"
-#include <glib/gmem.h>
-#include <glib/gstrfuncs.h>
+#include <glib.h>
#include <pthread.h>
#include <stdlib.h>
#include <string.h>
Index: gnomoradio-0.15.1/roboradio/mp3/esd-audio.h
===================================================================
--- gnomoradio-0.15.1.orig/roboradio/mp3/esd-audio.h
+++ gnomoradio-0.15.1/roboradio/mp3/esd-audio.h
@@ -1,7 +1,7 @@
#ifndef ESD_AUDIO_H
#define ESD_AUDIO_H
-#include <glib/gtypes.h>
+#include <glib.h>
#define N_(string) string
Index: gnomoradio-0.15.1/roboradio/mp3/id3.h
===================================================================
--- gnomoradio-0.15.1.orig/roboradio/mp3/id3.h
+++ gnomoradio-0.15.1/roboradio/mp3/id3.h
@@ -28,7 +28,7 @@
#ifndef ID3_H
#define ID3_H
-#include <glib/gtypes.h>
+#include <glib.h>
/*
* Option flags to id3_open_*().
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-21 20:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-21 14:43 [gentoo-commits] gentoo-x86 commit in media-sound/gnomoradio/files: gnomoradio-0.15.1-glib-single-include.patch Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox