CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
e17: Bumped all ports to 20100217
[attic/ports/e17-cross.git] / evas / Pkgfile
index aca3b293649ac83d0a6464ebf77508abf0b65912..0db5dea57b6f216292378b55e987da18218f9ae8 100644 (file)
@@ -2,10 +2,10 @@
 # URL: http://www.enlightenment.org/
 # Maintainer: Victor Martinez, pitillo at ono dot com
 # Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
-# Depends on: eet xorg-libxrender fontconfig x11-fonts-dejavu libsdl
+# Depends on: eet xorg-libxrender fontconfig x11-fonts-dejavu libsdl xorg-xcb-util
 
 name=evas
-version=20100202
+version=20100217
 release=1
 source=(http://lokalix.dyndns.org/crux/distfiles/e17/$name-$version.tar.bz2) 
 
@@ -17,6 +17,8 @@ build()
   export EINA_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/eina-0 -I$CLFS/usr/include/eina-0/eina"
   export EET_LIBS="-L$CLFS/usr/lib -leet"
   export EET_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/eina-0 -I$CLFS/usr/include/eina-0/eina"
+  export FONTCONFIG_LIBS="-L$CLFS/usr/lib -lfontconfig"
+  export FONTCONFIG_CFLAGS="-I$CLFS/usr/include"
   export FREETYPE_LIBS="-L$CLFS/usr/lib -lfreetype"
   export FREETYPE_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/freetype2"
   export XCB_LIBS="-L$CLFS/usr/lib -lxcb -lpixman-1 -lxcb-image -lxcb-shm"
@@ -25,7 +27,7 @@ build()
   export XCBRENDER_CFLAGS="-I$CLFS/usr/include" 
   export SDL_LIBS="-L$CLFS/usr/lib -lSDL -lpthread"
   export SDL_CFLAGS="-L$CLFS/usr/lib -I$CLFS/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT"
-  export PNG_LIBS="-L$CLFS/usr/lib"
+  export PNG_LIBS="-L$CLFS/usr/lib -lpng12"
   export PNG_CFLAGS="-I$CLFS/usr/include"
   export CFLAGS="$CFLAGS -I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions"
   export LIBS="-L$CLFS/usr/lib -lXrender -lX11 -lXext"
@@ -37,8 +39,8 @@ build()
               --enable-software-xcb \
               --enable-xrender-xcb \
               --enable-software-sdl \
-              --enable-xrender-x11 
-  
+              --enable-xrender-x11 \
+              --enable-fb 
   make
   make install DESTDIR=$PKG
 }