OpenBricks / openbricks

Embedded Linux Framework
http://www.geexbox.org/
GNU General Public License v2.0
82 stars 42 forks source link

gdk-pixbuf don't build #18

Closed unixer closed 9 years ago

unixer commented 9 years ago

Hi, VM Ubuntu 14.04 32bit openbricks latest commit i386 don't build gdk-pixbuf

these is patch for build

diff --git a/packages/libs/gdk-pixbuf/build b/packages/libs/gdk-pixbuf/build index c7a9358..24ae3ca 100755 --- a/packages/libs/gdk-pixbuf/build +++ b/packages/libs/gdk-pixbuf/build @@ -6,7 +6,8 @@ cd $BUILD/$1*

mkdir -p objdir-host cd objdir-host -export LIBJPEG=$ROOT/$TOOLCHAIN/lib/libjpeg.la +export LIBJPEG=$ROOT/$TOOLCHAIN/lib/libjpeg.la +export LIBTIFF=$ROOT/$TOOLCHAIN/lib/libtiff.la do_configure host \ --disable-dependency-tracking \ --enable-silent-rules \ @@ -27,6 +28,10 @@ export gio_can_sniff=yes

mkdir -p objdir-target cd objdir-target +export gio_can_sniff=yes +export LIBJPEG=$SYSROOT_PREFIX/usr/local/lib/libjpeg.la +export LIBTIFF=$SYSROOT_PREFIX/usr/local/lib/libtiff.la + do_configure target \ --disable-dependency-tracking \ --enable-silent-rules \ diff --git a/packages/libs/gdk-pixbuf/meta b/packages/libs/gdk-pixbuf/meta index c1af3e7..41bb189 100644 --- a/packages/libs/gdk-pixbuf/meta +++ b/packages/libs/gdk-pixbuf/meta @@ -1,6 +1,7 @@ PKG_NAME=gdk-pixbuf -PKG_VERSION=2.25.0 -PKG_URL="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.25/gdk-pixbuf-${PKG_VERSION}.tar.xz" +#PKG_VERSION=2.25.0 +PKG_VERSION=2.31.1 +PKG_URL="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.31/gdk-pixbuf-${PKG_VERSION}.tar.xz" PKG_REV=1 PKG_DEPENDS="GLib libpng libjpeg-turbo tiff" PKG_RUN_DEPENDS="$TARGET_LIBC"

tomlohave commented 9 years ago

Le 22/10/2014 15:54, Unixer a écrit :

Hi, Hello, VM Ubuntu 14.04 32bit openbricks latest commit i386 don't build gdk-pixbuf

these is patch for build

Can you submit it directly via a pull request ?

Cheers

Tom

diff --git a/packages/libs/gdk-pixbuf/build b/packages/libs/gdk-pixbuf/build index c7a9358..24ae3ca 100755 --- a/packages/libs/gdk-pixbuf/build +++ b/packages/libs/gdk-pixbuf/build @@ -6,7 +6,8 @@ cd $BUILD/$1*

mkdir -p objdir-host cd objdir-host -export LIBJPEG=$ROOT/$TOOLCHAIN/lib/libjpeg.la +export LIBJPEG=$ROOT/$TOOLCHAIN/lib/libjpeg.la +export LIBTIFF=$ROOT/$TOOLCHAIN/lib/libtiff.la do_configure host \ --disable-dependency-tracking \ --enable-silent-rules \ @@ -27,6 +28,10 @@ export gio_can_sniff=yes

mkdir -p objdir-target cd objdir-target +export gio_can_sniff=yes +export LIBJPEG=$SYSROOT_PREFIX/usr/local/lib/libjpeg.la +export LIBTIFF=$SYSROOT_PREFIX/usr/local/lib/libtiff.la + do_configure target \ --disable-dependency-tracking \ --enable-silent-rules \ diff --git a/packages/libs/gdk-pixbuf/meta b/packages/libs/gdk-pixbuf/meta index c1af3e7..41bb189 100644 --- a/packages/libs/gdk-pixbuf/meta +++ b/packages/libs/gdk-pixbuf/meta @@ -1,6 +1,7 @@ PKG_NAME=gdk-pixbuf -PKG_VERSION=2.25.0 -PKG_URL="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.25/gdk-pixbuf-${PKG_VERSION}.tar.xz http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.25/gdk-pixbuf-%24%7BPKG_VERSION%7D.tar.xz" +#PKG_VERSION=2.25.0 +PKG_VERSION=2.31.1 +PKG_URL="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.31/gdk-pixbuf-${PKG_VERSION}.tar.xz http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.31/gdk-pixbuf-%24%7BPKG_VERSION%7D.tar.xz" PKG_REV=1 PKG_DEPENDS="GLib libpng libjpeg-turbo tiff" PKG_RUN_DEPENDS="$TARGET_LIBC"

— Reply to this email directly or view it on GitHub https://github.com/OpenBricks/openbricks/issues/18.

unixer commented 9 years ago

do not know the instructions :(

unixer commented 9 years ago

i created the pull-request but don't sure is ok

tomlohave commented 9 years ago

Le 22/10/2014 17:11, Unixer a écrit :

i created the pull-request but don't sure is ok I confirm it is not :) We should continue to discuss that off line

— Reply to this email directly or view it on GitHub https://github.com/OpenBricks/openbricks/issues/18#issuecomment-60100564.

www.geexbox.org mailto:tomlohave@openbricks.org