freetype rebuild
This commit is contained in:
@@ -10,10 +10,18 @@ from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static \
|
||||
--with-harfbuzz=no \
|
||||
--without-brotli \
|
||||
--enable-freetype-config")
|
||||
options = "--disable-static \
|
||||
--with-harfbuzz=no \
|
||||
--enable-freetype-config \
|
||||
"
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
options += " --libdir=/usr/lib32 \
|
||||
"
|
||||
|
||||
else:
|
||||
options += " --with-brotli=yes \
|
||||
"
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -22,4 +30,7 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
return
|
||||
|
||||
pisitools.dodoc("ChangeLog", "README")
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<!--blender-->
|
||||
<Dependency>brotli-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">arch/0001-Enable-table-validation-modules.patch</Patch>
|
||||
@@ -32,6 +34,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>brotli</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -78,6 +81,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="16">
|
||||
<Date>2023-10-23</Date>
|
||||
<Version>2.13.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="15">
|
||||
<Date>2023-09-04</Date>
|
||||
<Version>2.13.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user