summaryrefslogtreecommitdiff
path: root/package/glib
AgeCommit message (Collapse)Author
2017-02-25kodi: needs liblzma/libbz2, we can not hide it with PKG_BBWaldemar Brodkorb
2017-02-25Revert "glib: update to 2.51.2, fix build on debian9"Waldemar Brodkorb
This reverts commit 9e0e06dca28a3c7e7c313b66e853cf5d6cc0d539.
2017-02-21glib: update to 2.51.2, fix build on debian9Waldemar Brodkorb
2017-01-22remove gettext-tiny, libintl is now included in uClibc-ngWaldemar Brodkorb
2016-10-27glib: remove autoreconfWaldemar Brodkorb
2016-09-03glib: change mirror, parallel builds seems stableWaldemar Brodkorb
2016-08-30glib: update to 2.48.2, disable warningsWaldemar Brodkorb
2016-06-05glib: fix when libiconv is usedWaldemar Brodkorb
2016-05-10glib: update to 2.48.1Waldemar Brodkorb
2016-04-08glib: bugfix for Darwin cross-compileWaldemar Brodkorb
2016-03-25glib: update to version 2.48.0Waldemar Brodkorb
2015-12-13rework prereq checkWaldemar Brodkorb
The new prereq check is completely implemented in POSIX shell in scripts/prereq.sh. It combines the old features from Makefile, scan-tools.sh, scan-pkgs.sh, reloc.sh and some wrappers for tools. The big benefit is to have all portability stuff in one place. Furthermore we can compile GNU make and bash on the fly, for systems lacking the required tools. All changes on the host are detected on the fly, no make prereq required anymore. The build process is separated in following three phases: 1. small wrapper Makefile is used for BSD make or GNU make 2. prereq.sh is called, doing all checking, calling Makefile.adk 3. old logic in Makefile.adk or mk/build.mk is used Tested successfully on Linux, MacOS X, Cygwin, FreeBSD, OpenBSD and NetBSD. An old depmaker bug was fixed, only optional host tools are compiled. For example, even when a host provides xz, a local xz was compiled in the past, because other packages had a build dependency on it. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar Brodkorb
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
2015-07-01first step to rework iconv setupWaldemar Brodkorb
Add a choice to select libiconv, C library iconv or libiconv-tiny.
2015-06-13update glib to latest stable versionWaldemar Brodkorb
2015-01-02finetuneWaldemar Brodkorb
2014-12-30update to latest upstream versionWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-09-19fix buildWaldemar Brodkorb
2014-08-25fix compile on DarwinWaldemar Brodkorb
2014-07-24disable libiconv for hostWaldemar Brodkorb
2014-07-22fix compile with uclibc-ngWaldemar Brodkorb
2014-06-22now add the patch I missed last timeWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-20really fix libsecret compileWaldemar Brodkorb
2014-06-20fix installation of aclocal filesWaldemar Brodkorb
2014-06-19update to latest upstreamWaldemar Brodkorb
2014-06-16remove libiconv-tiny dependency, use uclibc specific dependencyWaldemar Brodkorb
2014-06-15cleanup HOST_STYLE, use SYSROOT feature for pkgconfWaldemar Brodkorb
there are three HOST_STYLE's, not set mean fully automatic installation. auto means prefix is set to /usr and DESTDIR is set to STAGING_HOST_DIR. When using manual, you need to provide your own targets. Instead of using sed to modify *.pc files, use PKG_SYSROOT feature, which does work better and avoids pathcing some pc files. Idea from sh4rm via #musl.
2014-05-31rework static linking support, works with musl/glibc, fails to boot with ↵Waldemar Brodkorb
uclibc (qemu-x86)
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-17use PKG_OPTS noscript to avoid installation in target_*/scriptsWaldemar Brodkorb
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-04-23glib needs python2-hostWaldemar Brodkorb
2014-03-24fix build dependenciesWaldemar Brodkorb
2014-03-20fix dependenciesWaldemar Brodkorb
2014-03-15fix compile, use static linking for host toolWaldemar Brodkorb
2014-01-27disable compiler warnings, triggers an error on Darwin with clangWaldemar Brodkorb
2014-01-10readd needed patchesWaldemar Brodkorb
2014-01-10add upower, polkit and dependenciesWaldemar Brodkorb
2013-12-08fix release build for uClibc raspberry-piWaldemar Brodkorb
2013-12-02update mpdbox package collection, new lighttpd, kernel, php, mpd, mpc, ↵Waldemar Brodkorb
libmpd, ffmpeg
2013-11-15Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2013-11-15fix glib build on Cygwin hostWaldemar Brodkorb
2013-11-14fix orbit2 compile, use libIDL-hostWaldemar Brodkorb
2013-11-13ensure that host-compile is done always before cross-compile, otherwise shit ↵Waldemar Brodkorb
happens. not always required by package build, but for now a limitation of the buildsystem, which reuses WRKDIR
2013-11-04resolve merge conflict, second tryWaldemar Brodkorb
2013-11-02remove dependencies to libiconv,pkg-config and file. use pkgconf and ↵Waldemar Brodkorb
libiconv-tiny instead. fixes glib compile on systems without libiconv/ native iconv implementation
2013-11-01allow gettext-tiny host compile with HOST_STYLE=manualWaldemar Brodkorb
2013-11-01fix macos x host compileWaldemar Brodkorb