wok-6.x rev 22922
updated harfbuzz packages (2.3.1 -> 2.6.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 26 07:17:21 2020 +0100 (2020-02-26) |
parents | e9af2ddc813b |
children | 034f0bc3a3ec |
files | harfbuzz-apps/receipt harfbuzz-dev/receipt harfbuzz-icu/receipt harfbuzz/receipt |
line diff
1.1 --- a/harfbuzz-apps/receipt Tue Feb 25 07:04:08 2020 +0100 1.2 +++ b/harfbuzz-apps/receipt Wed Feb 26 07:17:21 2020 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="harfbuzz-apps" 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, applications" 1.11 +SHORT_DESC="OpenType text shaping engine, applications." 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 +DEPENDS="cairo-gl gcc83-lib-base harfbuzz" 1.17 WANTED="harfbuzz" 1.18 -DEPENDS="cairo-gl harfbuzz" 1.19 + 1.20 HOST_ARCH="i486 arm" 1.21 1.22 BUGS="hb-view failed when cairo built with slow xlib-xcb"
2.1 --- a/harfbuzz-dev/receipt Tue Feb 25 07:04:08 2020 +0100 2.2 +++ b/harfbuzz-dev/receipt Wed Feb 26 07:17:21 2020 +0100 2.3 @@ -1,15 +1,17 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="harfbuzz-dev" 2.7 -VERSION="2.3.1" 2.8 +VERSION="2.6.4" 2.9 CATEGORY="development" 2.10 -SHORT_DESC="harfbuzz development files." 2.11 +SHORT_DESC="Harfbuzz development files." 2.12 MAINTAINER="pankso@slitaz.org" 2.13 LICENSE="GPL2" 2.14 WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz/" 2.15 2.16 +DEPENDS="bzip2-dev freetype-dev glib-dev harfbuzz libffi-dev 2.17 + libpng-dev pcre-dev" 2.18 WANTED="harfbuzz" 2.19 -DEPENDS="bzip2-dev freetype-dev glib-dev harfbuzz libffi-dev libpng-dev pcre-dev" 2.20 + 2.21 HOST_ARCH="i486 arm" 2.22 2.23 # Rules to gen a SliTaz package suitable for Tazpkg.
3.1 --- a/harfbuzz-icu/receipt Tue Feb 25 07:04:08 2020 +0100 3.2 +++ b/harfbuzz-icu/receipt Wed Feb 26 07:17:21 2020 +0100 3.3 @@ -1,25 +1,27 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="harfbuzz-icu" 3.7 -VERSION="2.3.1" 3.8 +VERSION="2.6.4" 3.9 CATEGORY="system-tools" 3.10 -SHORT_DESC="OpenType text shaping engine with icu support" 3.11 +SHORT_DESC="OpenType text shaping engine with icu support." 3.12 MAINTAINER="pankso@slitaz.org" 3.13 LICENSE="GPL2" 3.14 WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz" 3.15 3.16 SOURCE="harfbuzz" 3.17 -TARBALL="$SOURCE-$VERSION.tar.bz2" 3.18 +TARBALL="$SOURCE-$VERSION.tar.xz" 3.19 WGET_URL="https://www.freedesktop.org/software/$SOURCE/release/$TARBALL" 3.20 3.21 -DEPENDS="freetype glib icu" 3.22 -BUILD_DEPENDS="freetype-dev glib-dev icu-dev" 3.23 PROVIDE="harfbuzz" 3.24 +DEPENDS="freetype gcc83-lib-base glib icu" 3.25 +BUILD_DEPENDS="freetype-dev gcc83 glib-dev icu-dev" 3.26 3.27 # Rules to configure and make the package. 3.28 compile_rules() 3.29 { 3.30 ./configure \ 3.31 + CC=gcc-83 \ 3.32 + CXX=g++-83 \ 3.33 --with-freetype \ 3.34 --with-glib \ 3.35 --with-gobject \
4.1 --- a/harfbuzz/receipt Tue Feb 25 07:04:08 2020 +0100 4.2 +++ b/harfbuzz/receipt Wed Feb 26 07:17:21 2020 +0100 4.3 @@ -1,24 +1,27 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="harfbuzz" 4.7 -VERSION="2.3.1" 4.8 +VERSION="2.6.4" 4.9 CATEGORY="system-tools" 4.10 SHORT_DESC="OpenType text shaping engine." 4.11 MAINTAINER="pankso@slitaz.org" 4.12 LICENSE="GPL2" 4.13 WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz/" 4.14 4.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.16 +TARBALL="$PACKAGE-$VERSION.tar.xz" 4.17 WGET_URL="https://www.freedesktop.org/software/$PACKAGE/release/$TARBALL" 4.18 4.19 -DEPENDS="cairo freetype glib libffi pcre" 4.20 -BUILD_DEPENDS="cairo-dev fontconfig-dev freetype-dev glib-dev" 4.21 +DEPENDS="cairo freetype gcc83-lib-base glib libffi pcre" 4.22 +BUILD_DEPENDS="cairo-dev fontconfig-dev freetype-dev gcc83 glib-dev" 4.23 + 4.24 HOST_ARCH="i486 arm" 4.25 4.26 # Rules to configure and make the package. 4.27 compile_rules() 4.28 { 4.29 ./configure \ 4.30 + CC=gcc-83 \ 4.31 + CXX=g++-83 \ 4.32 --with-freetype \ 4.33 --with-glib \ 4.34 --with-gobject \