mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
glib: update to glib-2.25.13, add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
91db844c44
commit
518cba5d59
@ -2,11 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build zlib
|
||||
$SCRIPTS/build dbus
|
||||
$SCRIPTS/build glib-host
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
mkdir -p .build-target
|
||||
@ -39,7 +34,7 @@ make
|
||||
|
||||
$MAKEINSTALL
|
||||
|
||||
mkdir -p $SYSROOT_PREFIX/usr/include/glib-2.0
|
||||
cp glibconfig.h $SYSROOT_PREFIX/usr/include/glib-2.0
|
||||
#mkdir -p $SYSROOT_PREFIX/usr/include/glib-2.0
|
||||
# cp glib/glibconfig.h $SYSROOT_PREFIX/usr/include/glib-2.0
|
||||
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||
cp g*-2.0.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install zlib
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/.build-target/glib/.libs/libglib*.so* $INSTALL/usr/lib
|
||||
rm -rf $INSTALL/usr/lib/libglib*.so*T
|
||||
|
14
packages/devel/glib/meta
Normal file
14
packages/devel/glib/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="glib"
|
||||
PKG_VERSION="2.25.13"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="LGPL"
|
||||
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_DEPENDS="zlib dbus"
|
||||
PKG_BUILD_DEPENDS="toolchain zlib dbus glib-host"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="devel"
|
||||
PKG_SHORTDESC="glib: C support library"
|
||||
PKG_LONGDESC="GLib is a library which includes support routines for C such as lists, trees, hashes, memory allocation, and many other things."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://ftp.gnome.org/pub/GNOME/sources/glib/2.25/glib-2.25.11.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user