Author: titmuss
Date: Mon Dec 22 05:24:54 2008
New Revision: 3601

URL: http://svn.slimdevices.com?rev=3601&root=Jive&view=rev
Log:
Bug: N/A
Description:
Fix libsdl-pango compiling with poky.


Added:
    
7.4/branches/pango/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-pango_0.1.2.bb
Removed:
    
7.4/branches/pango/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-pango_svn.bb
Modified:
    
7.4/branches/pango/squeezeos/poky/meta-squeezeos/packages/squeezeplay/squeezeplay_svn.bb

Added: 
7.4/branches/pango/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-pango_0.1.2.bb
URL: 
http://svn.slimdevices.com/7.4/branches/pango/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-pango_0.1.2.bb?rev=3601&root=Jive&view=auto
==============================================================================
--- 
7.4/branches/pango/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-pango_0.1.2.bb
 (added)
+++ 
7.4/branches/pango/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-pango_0.1.2.bb
 Mon Dec 22 05:24:54 2008
@@ -1,0 +1,32 @@
+DESCRIPTION = "SDL Pango library"
+SECTION = "libs"
+LICENSE = "LGPL"
+
+PR = "r13"
+
+DEPENDS = "glib-2.0 fontconfig freetype libsdl pango"
+RDEPENDS = "libsdl pango"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/sdlpango/SDL_Pango-${PV}.tar.gz \
+       file://api_additions.patch;patch=1 \
+       file://matrix_declarations.patch;patch=1 \
+       file://fillrect_crash.patch;patch=1 \
+       file://blit_overflow.patch;patch=1 \
+       file://sp-performance1.patch;patch=1"
+
+S = "${WORKDIR}/SDL_Pango-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--enable-explicit-deps=no"
+
+do_configure_append() {
+       for i in $(find ${S} -name Makefile) ; do
+               sed -i -e s:/usr/include/SDL:${STAGING_INCDIR}/SDL:g $i
+               sed -i -e s:-L/usr/lib:-L${STAGING_LIBDIR}:g $i
+       done
+}
+
+do_stage() {
+       autotools_stage_all
+}

Modified: 
7.4/branches/pango/squeezeos/poky/meta-squeezeos/packages/squeezeplay/squeezeplay_svn.bb
URL: 
http://svn.slimdevices.com/7.4/branches/pango/squeezeos/poky/meta-squeezeos/packages/squeezeplay/squeezeplay_svn.bb?rev=3601&root=Jive&r1=3600&r2=3601&view=diff
==============================================================================
--- 
7.4/branches/pango/squeezeos/poky/meta-squeezeos/packages/squeezeplay/squeezeplay_svn.bb
 (original)
+++ 
7.4/branches/pango/squeezeos/poky/meta-squeezeos/packages/squeezeplay/squeezeplay_svn.bb
 Mon Dec 22 05:24:54 2008
@@ -2,17 +2,15 @@
 LICENSE = "Logitech Public Source License"
 
 PV = "${DISTRO_VERSION}+svnr${SRCREV}"
-PR = "r8"
+PR = "r9"
 
 DEPENDS += "libsdl libsdl-ttf libsdl-gfx libsdl-image pango libsdl-pango"
-RDEPENDS += "libsdl libsdl-ttf libsdl-gfx libsdl-image pango libsdl-pango"
+DEPENDS += "lua lua-native luatolua++"
+DEPENDS += "flac libmad tremor"
+
+RDEPENDS += "liblua5.1-socket liblua5.1-json liblua5.1-zipfilter 
liblua5.1-loop liblua5.1-logging liblua5.1-syslog liblua5.1-filesystem 
liblua5.1-profiler liblua5.1-tolua++"
 
 RDEPENDS += "pango-module-arabic-fc pango-module-hangul-fc 
pango-module-hebrew-fc pango-module-indic-fc pango-module-khmer-fc 
pango-module-syriac-fc pango-module-thai-fc pango-module-tibetan-fc"
-
-DEPENDS += "lua lua-native luatolua++"
-RDEPENDS += "liblua5.1-socket liblua5.1-json liblua5.1-zipfilter 
liblua5.1-loop liblua5.1-logging liblua5.1-syslog liblua5.1-filesystem 
liblua5.1-profiler liblua5.1-tolua++"
-
-DEPENDS += "flac libmad tremor"
 
 RDEPENDS += "freefont"
 

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to