Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-25 | add more alsa configs from OpenElec | Waldemar Brodkorb | |
2015-06-16 | add alsa-files for imx, suggested by oliver | Waldemar Brodkorb | |
2015-03-30 | update to latest stable version | Waldemar Brodkorb | |
2015-01-13 | disable python for the host, reported by Tuguldur | 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-10-17 | add /usr/share/alsa back | Waldemar Brodkorb | |
2014-10-04 | make sound support monolithic | Waldemar Brodkorb | |
It is really hard to get it right, with the dependencies in this case. So if a user wants sound support, he will just get it included in the kernel. If not, just do not activate it. | |||
2014-09-28 | fix perl cross-compile and some modules on Darwin host | Waldemar Brodkorb | |
2014-08-22 | fix package build, after using autoreconf | Waldemar Brodkorb | |
2014-08-15 | fix static linking of alsa-lib. handle -static like -all-static in libtool. ↵ | Waldemar Brodkorb | |
idea from buildroot | |||
2014-06-30 | remove /usr/lib from libs | Waldemar Brodkorb | |
2014-06-25 | update to latest stable version | 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-16 | fix HOST_STYLE stuff, openjdk7 compile problems fixed | 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-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-01-31 | fix host build logic for non-linux | Waldemar Brodkorb | |
2014-01-30 | disable host build for non-Linux buildsystems | Waldemar Brodkorb | |
2014-01-23 | remove jtools/java host dir. use host stuff instead. | Waldemar Brodkorb | |
fix arm building. | |||
2014-01-04 | update firefox and dependencies | Waldemar Brodkorb | |
2013-10-24 | fix m68k allmodconfig build | Waldemar Brodkorb | |
2013-10-21 | automatically create development subpackages, without user interaction, ↵ | Waldemar Brodkorb | |
depend on gcc for the target, simplifies a lot of library packages | |||
2013-10-17 | revert m68k uclibc commit, nptl is not implemented, disable alsa-lib and all ↵ | Waldemar Brodkorb | |
packages that require it | |||
2013-10-15 | enable arm specific optimization in libmad, enable alsa output in madplay | Waldemar Brodkorb | |
2013-10-02 | add a better patch from alpinelinux | Waldemar Brodkorb | |
2013-10-02 | remove musl patch, breaks alsamixer on eglibc/glibc systems with futex deadlock | Waldemar Brodkorb | |
2013-09-17 | fix alsa-lib compile, as usual with ideas and patches from sab0tage | Waldemar Brodkorb | |
2012-09-29 | update alsa | Waldemar Brodkorb | |
2012-03-02 | add missing patches from previous commit | Waldemar Brodkorb | |
2012-03-02 | update apps to latest upstream version | Waldemar Brodkorb | |
2011-04-04 | get all prerequisites for openjdk (cross-compile) right | Waldemar Brodkorb | |
2011-03-08 | fix SSP compile | Waldemar Brodkorb | |
2011-03-08 | update to latest upstream version | Waldemar Brodkorb | |
2011-02-26 | c++ compiler fixes | Waldemar Brodkorb | |
when C++ compiler is disabled by user, do not allow to compile packages , which require a C++ compiler. Older libtool unnecessary checks for c++ tools, so regenerate autotool stuff. | |||
2011-01-17 | fix packages to be compile with stack protector | Waldemar Brodkorb | |
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages | |||
2011-01-06 | remove obsolete SUB_INSTALL stuff. | Waldemar Brodkorb | |
2010-12-18 | add header subpackage | Waldemar Brodkorb | |
2010-04-04 | use nanosleep instead of usleep | Waldemar Brodkorb | |
2010-02-07 | change defaults for CONFIG/BUILD/INSTALL styles | Waldemar Brodkorb | |
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used. | |||
2010-01-10 | update alsa packages | Waldemar Brodkorb | |
2009-12-23 | remove and ignore autogenerated Config.in files | Waldemar Brodkorb | |
2009-11-22 | make bulk build on Debian/lenny x86 complete | Waldemar Brodkorb | |
- fix some menu descriptions - fix gcc package compile | |||
2009-10-18 | update gcc, binutils, gdb, linux kernel, dnsmasq and alsa | Waldemar Brodkorb | |
WARNING: tested only on qemu-x86 | |||
2009-06-27 | update packages, fix rb532 ext2 rootfs | Waldemar Brodkorb | |
- update alsa, asterisk and nfs-utils - fix ext2fs rootfs on rb532 | |||
2009-06-01 | remove unused $Id$ | Waldemar Brodkorb | |
- $id$ substitution is not apropriate for git scm | |||
2009-05-30 | optimize ipkg package management | Waldemar Brodkorb | |
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig | |||
2009-05-23 | - cleanup and document PKG_template, ARCH parameter is not needed anymore | Waldemar Brodkorb | |
- use CPU_ARCH for fake dir and ipkg - enable DEBUG option in menu and rename to ADK_DEBUG | |||
2009-05-17 | Initial import | wbx | |