wok-next rev 21665

updated freetype (2.9.1 -> 2.10.2)
author Hans-G?nter Theisgen
date Sat Jun 27 15:37:35 2020 +0100 (2020-06-27)
parents 1cd7384e147d
children 1373ba88de7e
files freetype/receipt
line diff
     1.1 --- a/freetype/receipt	Sat Jun 27 15:04:19 2020 +0100
     1.2 +++ b/freetype/receipt	Sat Jun 27 15:37:35 2020 +0100
     1.3 @@ -1,21 +1,21 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="freetype"
     1.7 -VERSION="2.9.1"
     1.8 +VERSION="2.10.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="A free, high-quality, and portable font engine"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="FTL GPL2"
    1.14  WEB_SITE="https://www.freetype.org/"
    1.15  LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/freetype2.html"
    1.16  
    1.17 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.19  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.20 -TARBALL_SHA1="220c82062171c513e4017c523d196933c9de4a7d"
    1.21 +# 2.9.1 TARBALL_SHA1="220c82062171c513e4017c523d196933c9de4a7d"
    1.22  
    1.23  COOKOPTS="force-arch" # different configs, .h
    1.24  
    1.25 -BUILD_DEPENDS="automake libtool autoconf zlib-dev bzip2-dev libpng-dev"
    1.26 +BUILD_DEPENDS="autoconf automake bzip2-dev libpng-dev libtool zlib-dev"
    1.27  SPLIT="$PACKAGE-dev"
    1.28  
    1.29  DEPENDS_std="libbzip2 libharfbuzz libpng zlib"
    1.30 @@ -24,17 +24,19 @@
    1.31  # Option "--harfbuzz" used in the task to install build dependency harfbuzz-dev
    1.32  [ -n "$harfbuzz" ] && BUILD_DEPENDS="$BUILD_DEPENDS harfbuzz-dev"
    1.33  
    1.34 -compile_rules() {
    1.35 -	sed -ri "s:.*(AUX_MODULES.*valid):\1:" modules.cfg
    1.36 +compile_rules()
    1.37 +{
    1.38 +	sed -ri "s:.*(AUX_MODULES.*valid):\1:" \
    1.39 +		modules.cfg
    1.40  	sed -ri "s:.*(#.*SUBPIXEL_RENDERING) .*:\1:g" \
    1.41  		include/freetype/config/ftoption.h
    1.42  
    1.43  #	./autogen.sh &&
    1.44 -	./configure \
    1.45 -		--disable-static \
    1.46 -		--with-bzip2 \
    1.47 -		--with-png \
    1.48 -		--enable-freetype-config \
    1.49 +	./configure				\
    1.50 +		--disable-static		\
    1.51 +		--with-bzip2			\
    1.52 +		--with-png			\
    1.53 +		--enable-freetype-config	\
    1.54  		$CONFIGURE_ARGS &&
    1.55  	make &&
    1.56  	make install