glib: update to glib-2.30.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-10-02 20:21:44 +02:00
parent 50d7940454
commit 0bbdefd0a8
3 changed files with 6 additions and 5 deletions

View File

@ -26,7 +26,7 @@ PKG_LICENSE="LGPL"
PKG_SITE="http://www.gtk.org/" PKG_SITE="http://www.gtk.org/"
PKG_URL="" PKG_URL=""
PKG_DEPENDS="" PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain gtk-doc zlib-host" PKG_BUILD_DEPENDS="toolchain libffi-host zlib-host"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="devel" PKG_SECTION="devel"
PKG_SHORTDESC="glib-host: C support library" PKG_SHORTDESC="glib-host: C support library"

View File

@ -33,6 +33,7 @@ ac_cv_func_mmap_fixed_mapped='yes' \
ac_cv_func_posix_getpwuid_r='yes' \ ac_cv_func_posix_getpwuid_r='yes' \
ac_cv_func_posix_getgrgid_r='yes' \ ac_cv_func_posix_getgrgid_r='yes' \
ac_cv_func_printf_unix98='yes' \ ac_cv_func_printf_unix98='yes' \
ac_cv_func_qsort_r='no' \
ac_cv_func_snprintf_c99='yes' \ ac_cv_func_snprintf_c99='yes' \
ac_cv_func_vsnprintf_c99='yes' \ ac_cv_func_vsnprintf_c99='yes' \
glib_cv_stack_grows='no' \ glib_cv_stack_grows='no' \

View File

@ -19,14 +19,14 @@
################################################################################ ################################################################################
PKG_NAME="glib" PKG_NAME="glib"
PKG_VERSION="2.28.8" PKG_VERSION="2.30.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.28/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_URL="http://ftp.gnome.org/pub/gnome/sources/glib/2.30/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="zlib libiconv pcre" PKG_DEPENDS="zlib libiconv libffi pcre"
PKG_BUILD_DEPENDS="toolchain zlib libiconv pcre gtk-doc glib-host" PKG_BUILD_DEPENDS="toolchain zlib libiconv libffi pcre glib-host gtk-doc"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="devel" PKG_SECTION="devel"
PKG_SHORTDESC="glib: C support library" PKG_SHORTDESC="glib: C support library"