Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-03 | remove midori, it needs libpeas, which needs gobject-introspection | Waldemar Brodkorb | |
I am not able to cross-compile gobject-introspection and not ever willing to try it again. It's a mess. Update all packages required on the way to midori, which now will be removed. sorry. | |||
2019-10-08 | glib: disable selinux, add libffi dependency | Waldemar Brodkorb | |
2019-10-08 | glib: fix compile | Waldemar Brodkorb | |
2018-08-13 | Remove glib dependency to libelf | stk | |
It looks like libelf is not used at all by glib, the way it's configured, so remove it. The problem was that libelf would create a libelf.so.0 file that was then mistankenly used by perf (instead of the libelf.so.1 file coming from the elfutils package that it is really supposed to use). This is just the minimal fix that works for us, because we are not using any other packages that depend on libelf; to really fix the problem properly, one would have to do what's mentioned in 2c333655f1 (get rid of libelf by porting existing users to elfutils). | |||
2018-05-21 | glib: fix compile under Linux | Waldemar Brodkorb | |
2018-05-21 | glib: update to 2.56.1 | Waldemar Brodkorb | |
2018-01-17 | fix some bugs, while trying to use new gentoo laptop | Waldemar Brodkorb | |
2018-01-12 | libiconv fix | Waldemar Brodkorb | |
2018-01-12 | Revert "libiconv symbol was removed" | Waldemar Brodkorb | |
This reverts commit 9ca35e7ead58b872cca3ff9d7e3976863f8f8715. | |||
2018-01-11 | libiconv symbol was removed | Waldemar Brodkorb | |
2017-07-04 | glib: needs iconv, reported by Martin T. | Waldemar Brodkorb | |
2017-02-25 | kodi: needs liblzma/libbz2, we can not hide it with PKG_BB | Waldemar Brodkorb | |
2017-02-25 | Revert "glib: update to 2.51.2, fix build on debian9" | Waldemar Brodkorb | |
This reverts commit 9e0e06dca28a3c7e7c313b66e853cf5d6cc0d539. | |||
2017-02-21 | glib: update to 2.51.2, fix build on debian9 | Waldemar Brodkorb | |
2017-01-22 | remove gettext-tiny, libintl is now included in uClibc-ng | Waldemar Brodkorb | |
2016-10-27 | glib: remove autoreconf | Waldemar Brodkorb | |
2016-09-03 | glib: change mirror, parallel builds seems stable | Waldemar Brodkorb | |
2016-08-30 | glib: update to 2.48.2, disable warnings | Waldemar Brodkorb | |
2016-06-05 | glib: fix when libiconv is used | Waldemar Brodkorb | |
2016-05-10 | glib: update to 2.48.1 | Waldemar Brodkorb | |
2016-04-08 | glib: bugfix for Darwin cross-compile | Waldemar Brodkorb | |
2016-03-25 | glib: update to version 2.48.0 | Waldemar Brodkorb | |
2015-12-13 | rework prereq check | Waldemar 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-15 | add new ADK Symbol PKG_NEEDS | Waldemar 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-01 | first step to rework iconv setup | Waldemar Brodkorb | |
Add a choice to select libiconv, C library iconv or libiconv-tiny. | |||
2015-06-13 | update glib to latest stable version | Waldemar Brodkorb | |
2015-01-02 | finetune | Waldemar Brodkorb | |
2014-12-30 | update to latest upstream version | Waldemar Brodkorb | |
2014-12-27 | convert checksum check to sha256 | Waldemar 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-19 | fix build | Waldemar Brodkorb | |
2014-08-25 | fix compile on Darwin | Waldemar Brodkorb | |
2014-07-24 | disable libiconv for host | Waldemar Brodkorb | |
2014-07-22 | fix compile with uclibc-ng | Waldemar Brodkorb | |
2014-06-22 | now add the patch I missed last time | Waldemar Brodkorb | |
2014-06-21 | s/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-20 | really fix libsecret compile | Waldemar Brodkorb | |
2014-06-20 | fix installation of aclocal files | Waldemar Brodkorb | |
2014-06-19 | update to latest upstream | Waldemar Brodkorb | |
2014-06-16 | remove libiconv-tiny dependency, use uclibc specific dependency | Waldemar Brodkorb | |
2014-06-15 | cleanup HOST_STYLE, use SYSROOT feature for pkgconf | Waldemar 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-31 | rework static linking support, works with musl/glibc, fails to boot with ↵ | Waldemar Brodkorb | |
uclibc (qemu-x86) | |||
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-17 | use PKG_OPTS noscript to avoid installation in target_*/scripts | Waldemar Brodkorb | |
2014-04-26 | use XZ tarballs as default | Waldemar Brodkorb | |
2014-04-23 | glib needs python2-host | Waldemar Brodkorb | |
2014-03-24 | fix build dependencies | Waldemar Brodkorb | |
2014-03-20 | fix dependencies | Waldemar Brodkorb | |
2014-03-15 | fix compile, use static linking for host tool | Waldemar Brodkorb | |
2014-01-27 | disable compiler warnings, triggers an error on Darwin with clang | Waldemar Brodkorb | |
2014-01-10 | add upower, polkit and dependencies | Waldemar Brodkorb | |