summaryrefslogtreecommitdiff
path: root/package/glib
AgeCommit message (Collapse)Author
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
2013-10-28fix host build stuff and update-patches, convert cifs-utils and libaudiofile ↵Waldemar Brodkorb
to new autotool infrastructure
2013-10-24add host build infrastructure; convert file, ncurses, glib and ruby to it. ↵Waldemar Brodkorb
remove unneeded hacks for openldap and mesalib
2013-10-21automatically create development subpackages, without user interaction, ↵Waldemar Brodkorb
depend on gcc for the target, simplifies a lot of library packages
2013-10-04use gettext-tiny instead of gettextWaldemar Brodkorb
2013-03-04resolve various build failuresWaldemar Brodkorb
2013-02-18mips64 fixesWaldemar Brodkorb
2013-02-08update pango and all dependenciesWaldemar Brodkorb
2013-01-31fix glib build on Linux with missing glib-compile-schemaWaldemar Brodkorb
2012-10-05make firefox work again on lemote yeelongWaldemar Brodkorb
2012-10-04update to latest upstreamWaldemar Brodkorb
2012-09-30glib compiles fine without pre-configure step nowWaldemar Brodkorb
2011-11-19revert some BSD fixes, not working on Linux hostWaldemar Brodkorb
2011-11-17revert pre-configure changes for Linux build hostWaldemar Brodkorb
2011-11-08no need for pre-configure anymoreWaldemar Brodkorb
2011-10-22some more FreeBSD fixesWaldemar Brodkorb
2011-04-13install glib-genmarshalWaldemar Brodkorb
2011-03-31I am to tupid for git, today.Waldemar Brodkorb
Revert "Revert "fix conflict, autoseect libgcj"" This reverts commit c2bd3a43342e37a05a97e12581dd2bd52993877a.
2011-03-31Revert "fix conflict, autoseect libgcj"Waldemar Brodkorb
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04.
2011-03-31fix conflict, autoseect libgcjWaldemar Brodkorb
2011-03-31fix lto compileWaldemar Brodkorb
2011-03-28add first step to get java workingWaldemar Brodkorb
2011-03-28add build dependencyWaldemar Brodkorb
2011-02-26another round of native compile fixesWaldemar Brodkorb
2011-02-24resolve conflictWaldemar Brodkorb
2011-02-24allow native build of a lot of packagesWaldemar Brodkorb
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used.
2011-02-24update to latest upstream versionWaldemar Brodkorb
* fix compile for cris architecture * fix compile under Cygwin. A full glib host build is required for glib-compile-schema and glib-genmarshal
2011-02-05fix build and runtime dependenciesWaldemar Brodkorb
2011-01-17fix packages to be compile with stack protectorWaldemar 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-12do not depend on host glib installationWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-03-06update to latest upstream versionWaldemar Brodkorb
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar 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.
2009-12-23remove and ignore autogenerated Config.in filesWaldemar Brodkorb