summaryrefslogtreecommitdiff
path: root/package/harfbuzz
AgeCommit message (Collapse)Author
2017-01-25harfbuzz: update to 1.4.2Waldemar Brodkorb
2016-11-10harfbuzz: update to 1.3.3Waldemar Brodkorb
2016-09-09harfbuzz: update to 1.3.1Waldemar Brodkorb
2016-04-06harfbuzz: add patchWaldemar Brodkorb
2016-04-06harfbuzz: host_style autoWaldemar Brodkorb
2016-03-13harfbuzz: update to latest stable versionWaldemar Brodkorb
2015-12-05harfbuzz: update to latest stable versionWaldemar Brodkorb
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-10-25fix pango compile, update to latest. reported by oliverWaldemar Brodkorb
2015-10-24harfbuzz: update to latest stable versionWaldemar Brodkorb
2015-04-04update to latest stable 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-06-25fix some static build stuff, use a pkgconf wrapper, idea from buildrootWaldemar 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-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-29resolve merge conflictWaldemar Brodkorb
2014-05-23fix host compile of librsvg, required for midoriWaldemar Brodkorb
2014-04-30experimental midori supportWaldemar Brodkorb
2013-10-25fix the annoying bug, where c++ apps fail to link for mips n32 or x86_64 systemsWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-10-21disable m68k buildsWaldemar Brodkorb
2013-10-11add latest version of firefox, update dependencies and fix nss package to ↵Waldemar Brodkorb
include all necessary libraries for https support, tested only in qemu-i686 glibc for now
2013-04-22varios fixesWaldemar Brodkorb
2013-04-12allow firefox to compileWaldemar Brodkorb
2013-02-08add harfbuzz, missing in the last commitWaldemar Brodkorb