parent
7bb3830232
commit
07fa7be0ce
3 changed files with 32 additions and 0 deletions
|
@ -3076,3 +3076,4 @@ libzuluCryptPluginManager.so.1.0.0 zulucrypt-5.2.0_1
|
|||
libzuluCrypt-exe.so.1.2.0 zulucrypt-5.2.0_1
|
||||
libzuluCrypt.so.1.2.0 zulucrypt-5.2.0_1
|
||||
libnfdump-1.6.15.so nfdump-1.6.15_1
|
||||
libttfautohint.so.1 ttfautohint-1.8.1_1
|
||||
|
|
14
srcpkgs/ttfautohint/patches/musl_bool.patch
Normal file
14
srcpkgs/ttfautohint/patches/musl_bool.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- lib/llrb.h.orig 2018-01-13 08:59:09.826617752 -0800
|
||||
+++ lib/llrb.h 2018-01-13 09:19:04.165564680 -0800
|
||||
@@ -52,6 +52,11 @@
|
||||
#ifndef LLRB_H
|
||||
#define LLRB_H
|
||||
|
||||
+#ifndef _Bool
|
||||
+#include <stdbool.h>
|
||||
+#define _Bool bool
|
||||
+#endif
|
||||
+
|
||||
#define LLRB_VENDOR "william@25thandClement.com"
|
||||
#define LLRB_VERSION 0x20130925
|
||||
|
17
srcpkgs/ttfautohint/template
Normal file
17
srcpkgs/ttfautohint/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'ttfautohint'
|
||||
pkgname=ttfautohint
|
||||
version=1.8.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="freetype-devel harfbuzz-devel qt-devel"
|
||||
short_desc="Tools for automated hinting process and finely hand-hinting"
|
||||
maintainer="Renato Aguiar <renato@renag.me>"
|
||||
license="GPL-2"
|
||||
homepage="https://www.freetype.org/ttfautohint/"
|
||||
distfiles="http://download.savannah.gnu.org/releases/freetype/ttfautohint-${version}.tar.gz"
|
||||
checksum=12df5120be194d2731e2a3c596892aa218681614c4f924e24279baf69bb7d4f9
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt-host-tools qt-devel"
|
||||
fi
|
Loading…
Reference in a new issue