glib: update to glib-2.26.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-09-29 11:34:59 +02:00
parent 993a9598df
commit e7e536e239
2 changed files with 6 additions and 2 deletions

View File

@ -27,6 +27,10 @@ glib_cv_stack_grows='no' \
--with-gnu-ld \ --with-gnu-ld \
--with-threads=posix \ --with-threads=posix \
--disable-man \ --disable-man \
--disable-dtrace \
--disable-systemtap \
--disable-gcov \
--enable-Bsymbolic \
--disable-rebuilds \ --disable-rebuilds \
--disable-gtk-doc \ --disable-gtk-doc \

View File

@ -1,10 +1,10 @@
PKG_NAME="glib" PKG_NAME="glib"
PKG_VERSION="2.25.13" PKG_VERSION="2.26.0"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="LGPL" PKG_LICENSE="LGPL"
PKG_SITE="http://www.gtk.org/" PKG_SITE="http://www.gtk.org/"
PKG_URL="http://ftp.gnome.org/pub/gnome/sources/glib/2.25/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_URL="http://ftp.gnome.org/pub/gnome/sources/glib/2.26/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="zlib dbus" PKG_DEPENDS="zlib dbus"
PKG_BUILD_DEPENDS="toolchain zlib dbus glib-host" PKG_BUILD_DEPENDS="toolchain zlib dbus glib-host"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"