# HG changeset patch # User Hans-G?nter Theisgen # Date 1582697841 -3600 # Node ID 194d28e9008705ae89efed4015c1997252e2803d # Parent e9af2ddc813b16410a90d650ed6a8a72e0913584 updated harfbuzz packages (2.3.1 -> 2.6.4) diff -r e9af2ddc813b -r 194d28e90087 harfbuzz-apps/receipt --- a/harfbuzz-apps/receipt Tue Feb 25 07:04:08 2020 +0100 +++ b/harfbuzz-apps/receipt Wed Feb 26 07:17:21 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="harfbuzz-apps" -VERSION="2.3.1" +VERSION="2.6.4" CATEGORY="system-tools" -SHORT_DESC="OpenType text shaping engine, applications" +SHORT_DESC="OpenType text shaping engine, applications." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz/" +DEPENDS="cairo-gl gcc83-lib-base harfbuzz" WANTED="harfbuzz" -DEPENDS="cairo-gl harfbuzz" + HOST_ARCH="i486 arm" BUGS="hb-view failed when cairo built with slow xlib-xcb" diff -r e9af2ddc813b -r 194d28e90087 harfbuzz-dev/receipt --- a/harfbuzz-dev/receipt Tue Feb 25 07:04:08 2020 +0100 +++ b/harfbuzz-dev/receipt Wed Feb 26 07:17:21 2020 +0100 @@ -1,15 +1,17 @@ # SliTaz package receipt. PACKAGE="harfbuzz-dev" -VERSION="2.3.1" +VERSION="2.6.4" CATEGORY="development" -SHORT_DESC="harfbuzz development files." +SHORT_DESC="Harfbuzz development files." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz/" +DEPENDS="bzip2-dev freetype-dev glib-dev harfbuzz libffi-dev + libpng-dev pcre-dev" WANTED="harfbuzz" -DEPENDS="bzip2-dev freetype-dev glib-dev harfbuzz libffi-dev libpng-dev pcre-dev" + HOST_ARCH="i486 arm" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r e9af2ddc813b -r 194d28e90087 harfbuzz-icu/receipt --- a/harfbuzz-icu/receipt Tue Feb 25 07:04:08 2020 +0100 +++ b/harfbuzz-icu/receipt Wed Feb 26 07:17:21 2020 +0100 @@ -1,25 +1,27 @@ # SliTaz package receipt. PACKAGE="harfbuzz-icu" -VERSION="2.3.1" +VERSION="2.6.4" CATEGORY="system-tools" -SHORT_DESC="OpenType text shaping engine with icu support" +SHORT_DESC="OpenType text shaping engine with icu support." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz" SOURCE="harfbuzz" -TARBALL="$SOURCE-$VERSION.tar.bz2" +TARBALL="$SOURCE-$VERSION.tar.xz" WGET_URL="https://www.freedesktop.org/software/$SOURCE/release/$TARBALL" -DEPENDS="freetype glib icu" -BUILD_DEPENDS="freetype-dev glib-dev icu-dev" PROVIDE="harfbuzz" +DEPENDS="freetype gcc83-lib-base glib icu" +BUILD_DEPENDS="freetype-dev gcc83 glib-dev icu-dev" # Rules to configure and make the package. compile_rules() { ./configure \ + CC=gcc-83 \ + CXX=g++-83 \ --with-freetype \ --with-glib \ --with-gobject \ diff -r e9af2ddc813b -r 194d28e90087 harfbuzz/receipt --- a/harfbuzz/receipt Tue Feb 25 07:04:08 2020 +0100 +++ b/harfbuzz/receipt Wed Feb 26 07:17:21 2020 +0100 @@ -1,24 +1,27 @@ # SliTaz package receipt. PACKAGE="harfbuzz" -VERSION="2.3.1" +VERSION="2.6.4" CATEGORY="system-tools" SHORT_DESC="OpenType text shaping engine." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz/" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="https://www.freedesktop.org/software/$PACKAGE/release/$TARBALL" -DEPENDS="cairo freetype glib libffi pcre" -BUILD_DEPENDS="cairo-dev fontconfig-dev freetype-dev glib-dev" +DEPENDS="cairo freetype gcc83-lib-base glib libffi pcre" +BUILD_DEPENDS="cairo-dev fontconfig-dev freetype-dev gcc83 glib-dev" + HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { ./configure \ + CC=gcc-83 \ + CXX=g++-83 \ --with-freetype \ --with-glib \ --with-gobject \