wok diff harfbuzz-icu/receipt @ rev 24067
linld: add cpu detection
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 05 15:05:16 2021 +0000 (2021-07-05) |
parents | e23654a687fe |
children | af8d823a3077 |
line diff
1.1 --- a/harfbuzz-icu/receipt Sun Mar 10 16:59:15 2019 +0100 1.2 +++ b/harfbuzz-icu/receipt Mon Jul 05 15:05:16 2021 +0000 1.3 @@ -1,25 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="harfbuzz-icu" 1.7 -VERSION="2.3.1" 1.8 +VERSION="2.6.4" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="OpenType text shaping engine with icu support" 1.11 +SHORT_DESC="OpenType text shaping engine with icu support." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz" 1.15 1.16 SOURCE="harfbuzz" 1.17 -TARBALL="$SOURCE-$VERSION.tar.bz2" 1.18 +TARBALL="$SOURCE-$VERSION.tar.xz" 1.19 WGET_URL="https://www.freedesktop.org/software/$SOURCE/release/$TARBALL" 1.20 1.21 -DEPENDS="freetype glib icu" 1.22 -BUILD_DEPENDS="freetype-dev glib-dev icu-dev" 1.23 PROVIDE="harfbuzz" 1.24 +DEPENDS="freetype gcc83-lib-base glib icu" 1.25 +BUILD_DEPENDS="freetype-dev gcc83 glib-dev icu-dev" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 ./configure \ 1.31 + CC=gcc-83 \ 1.32 + CXX=g++-83 \ 1.33 --with-freetype \ 1.34 --with-glib \ 1.35 --with-gobject \