* [Buildroot] [PATCH 1/3] sdl_gfx: fix assignments
@ 2012-06-02 22:08 Samuel Martin
2012-06-02 22:08 ` [Buildroot] [PATCH 2/3] sdl_sound: " Samuel Martin
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Samuel Martin @ 2012-06-02 22:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
diff --git a/package/sdl_gfx/sdl_gfx.mk b/package/sdl_gfx/sdl_gfx.mk
index a25987d..5503bbd 100644
--- a/package/sdl_gfx/sdl_gfx.mk
+++ b/package/sdl_gfx/sdl_gfx.mk
@@ -3,11 +3,11 @@
# SDL_gfx addon for SDL
#
#############################################################
-SDL_GFX_VERSION:=2.0.19
-SDL_GFX_SOURCE:=SDL_gfx-$(SDL_GFX_VERSION).tar.gz
-SDL_GFX_SITE:=http://www.ferzkopp.net/Software/SDL_gfx-2.0/
-SDL_GFX_INSTALL_STAGING:=YES
-SDL_GFX_DEPENDENCIES:=sdl
+SDL_GFX_VERSION = 2.0.19
+SDL_GFX_SOURCE = SDL_gfx-$(SDL_GFX_VERSION).tar.gz
+SDL_GFX_SITE = http://www.ferzkopp.net/Software/SDL_gfx-2.0/
+SDL_GFX_INSTALL_STAGING = YES
+SDL_GFX_DEPENDENCIES = sdl
SDL_GFX_CONF_OPT = \
--with-sdl-prefix=$(STAGING_DIR)/usr \
--disable-sdltest \
--
1.7.10.3
^ permalink raw reply related [flat|nested] 7+ messages in thread* [Buildroot] [PATCH 2/3] sdl_sound: fix assignments
2012-06-02 22:08 [Buildroot] [PATCH 1/3] sdl_gfx: fix assignments Samuel Martin
@ 2012-06-02 22:08 ` Samuel Martin
2012-06-02 22:22 ` Thomas Petazzoni
2012-06-05 6:55 ` Peter Korsgaard
2012-06-02 22:08 ` [Buildroot] [PATCH 3/3] libplayer: fix CFLAGS Samuel Martin
` (2 subsequent siblings)
3 siblings, 2 replies; 7+ messages in thread
From: Samuel Martin @ 2012-06-02 22:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
diff --git a/package/sdl_sound/sdl_sound.mk b/package/sdl_sound/sdl_sound.mk
index f95d6bc..a5d9a26 100644
--- a/package/sdl_sound/sdl_sound.mk
+++ b/package/sdl_sound/sdl_sound.mk
@@ -3,10 +3,10 @@
# sdl_sound addon for SDL
#
#############################################################
-SDL_SOUND_VERSION:=1.0.3
-SDL_SOUND_SOURCE:=SDL_sound-$(SDL_SOUND_VERSION).tar.gz
-SDL_SOUND_SITE:=http://icculus.org/SDL_sound/downloads/
-SDL_SOUND_INSTALL_STAGING:=YES
+SDL_SOUND_VERSION = 1.0.3
+SDL_SOUND_SOURCE = SDL_sound-$(SDL_SOUND_VERSION).tar.gz
+SDL_SOUND_SITE = http://icculus.org/SDL_sound/downloads/
+SDL_SOUND_INSTALL_STAGING = YES
SDL_SOUND_DEPENDENCIES = sdl
ifneq ($(BR2_ENABLE_LOCALE),y)
--
1.7.10.3
^ permalink raw reply related [flat|nested] 7+ messages in thread* [Buildroot] [PATCH 2/3] sdl_sound: fix assignments
2012-06-02 22:08 ` [Buildroot] [PATCH 2/3] sdl_sound: " Samuel Martin
@ 2012-06-02 22:22 ` Thomas Petazzoni
2012-06-05 6:55 ` Peter Korsgaard
1 sibling, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2012-06-02 22:22 UTC (permalink / raw)
To: buildroot
Le Sun, 3 Jun 2012 00:08:47 +0200,
Samuel Martin <s.martin49@gmail.com> a ?crit :
> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 2/3] sdl_sound: fix assignments
2012-06-02 22:08 ` [Buildroot] [PATCH 2/3] sdl_sound: " Samuel Martin
2012-06-02 22:22 ` Thomas Petazzoni
@ 2012-06-05 6:55 ` Peter Korsgaard
1 sibling, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2012-06-05 6:55 UTC (permalink / raw)
To: buildroot
>>>>> "Samuel" == Samuel Martin <s.martin49@gmail.com> writes:
Samuel> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 3/3] libplayer: fix CFLAGS
2012-06-02 22:08 [Buildroot] [PATCH 1/3] sdl_gfx: fix assignments Samuel Martin
2012-06-02 22:08 ` [Buildroot] [PATCH 2/3] sdl_sound: " Samuel Martin
@ 2012-06-02 22:08 ` Samuel Martin
2012-06-02 22:22 ` [Buildroot] [PATCH 1/3] sdl_gfx: fix assignments Thomas Petazzoni
2012-06-05 6:55 ` Peter Korsgaard
3 siblings, 0 replies; 7+ messages in thread
From: Samuel Martin @ 2012-06-02 22:08 UTC (permalink / raw)
To: buildroot
Because libplayer is not a "real" AUTOTARGET, pkg-config magic is not
handled as expected, so some headers cannot be found.
This patch provides the include directory for the following unfound
headers:
- glib.h
- glibconfig.h
- gst/gst.h
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
diff --git a/package/libplayer/libplayer.mk b/package/libplayer/libplayer.mk
index 093821e..f744361 100644
--- a/package/libplayer/libplayer.mk
+++ b/package/libplayer/libplayer.mk
@@ -32,6 +32,10 @@ endif
ifeq ($(BR2_PACKAGE_LIBPLAYER_GSTREAMER),y)
LIBPLAYER_DEPENDENCIES += gstreamer
LIBPLAYER_CONF_OPT += --enable-gstreamer
+ LIBPLAYER_MAKE_OPT += \
+ CFLAGS+="-I$(STAGING_DIR)/usr/include/glib-2.0 \
+ -I$(STAGING_DIR)/usr/lib/glib-2.0/include \
+ -I$(STAGING_DIR)/usr/include/gstreamer-0.10"
else
LIBPLAYER_CONF_OPT += --disable-gstreamer
endif
--
1.7.10.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 1/3] sdl_gfx: fix assignments
2012-06-02 22:08 [Buildroot] [PATCH 1/3] sdl_gfx: fix assignments Samuel Martin
2012-06-02 22:08 ` [Buildroot] [PATCH 2/3] sdl_sound: " Samuel Martin
2012-06-02 22:08 ` [Buildroot] [PATCH 3/3] libplayer: fix CFLAGS Samuel Martin
@ 2012-06-02 22:22 ` Thomas Petazzoni
2012-06-05 6:55 ` Peter Korsgaard
3 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2012-06-02 22:22 UTC (permalink / raw)
To: buildroot
Le Sun, 3 Jun 2012 00:08:46 +0200,
Samuel Martin <s.martin49@gmail.com> a ?crit :
> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 1/3] sdl_gfx: fix assignments
2012-06-02 22:08 [Buildroot] [PATCH 1/3] sdl_gfx: fix assignments Samuel Martin
` (2 preceding siblings ...)
2012-06-02 22:22 ` [Buildroot] [PATCH 1/3] sdl_gfx: fix assignments Thomas Petazzoni
@ 2012-06-05 6:55 ` Peter Korsgaard
3 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2012-06-05 6:55 UTC (permalink / raw)
To: buildroot
>>>>> "Samuel" == Samuel Martin <s.martin49@gmail.com> writes:
Samuel> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-06-05 6:55 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-02 22:08 [Buildroot] [PATCH 1/3] sdl_gfx: fix assignments Samuel Martin
2012-06-02 22:08 ` [Buildroot] [PATCH 2/3] sdl_sound: " Samuel Martin
2012-06-02 22:22 ` Thomas Petazzoni
2012-06-05 6:55 ` Peter Korsgaard
2012-06-02 22:08 ` [Buildroot] [PATCH 3/3] libplayer: fix CFLAGS Samuel Martin
2012-06-02 22:22 ` [Buildroot] [PATCH 1/3] sdl_gfx: fix assignments Thomas Petazzoni
2012-06-05 6:55 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox