wok diff imlib2/receipt @ rev 25420

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 08 07:39:58 2022 +0000 (22 months ago)
parents ba7cbdb5749c
children 00bff3684d8a
line diff
     1.1 --- a/imlib2/receipt	Wed Feb 09 21:05:34 2022 +0000
     1.2 +++ b/imlib2/receipt	Mon Aug 08 07:39:58 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="imlib2"
     1.7 -VERSION="1.6.1"
     1.8 +VERSION="1.8.0"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="Imlib graphic library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -11,12 +11,12 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="$SF_MIRROR/enlightenment/$TARBALL"
    1.15  
    1.16 -DEPENDS="bzlib freetype giflib jpeg libid3tag libpng tiff \
    1.17 -	xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \
    1.18 +DEPENDS="bzlib freetype giflib jpeg libid3tag libpng tiff
    1.19 +	xorg-libICE xorg-libSM xorg-libX11 xorg-libXau
    1.20  	xorg-libXdmcp xorg-libXext xorg-libXpm"
    1.21 -BUILD_DEPENDS="bzip2-dev freetype-dev gcc83 giflib-dev jpeg-dev \
    1.22 -	libid3tag-dev libpng-dev pkg-config tiff-dev \
    1.23 -	util-linux-uuid-dev xorg-libXpm-dev xorg-xextproto \
    1.24 +BUILD_DEPENDS="bzip2-dev freetype-dev giflib-dev jpeg-dev
    1.25 +	libid3tag-dev libpng-dev pkg-config tiff-dev
    1.26 +	util-linux-uuid-dev xorg-libXpm-dev xorg-xextproto
    1.27  	zlib-dev"
    1.28  
    1.29  HOST_ARCH="i486 arm"
    1.30 @@ -40,10 +40,11 @@
    1.31  		--mandir=/usr/share/man		\
    1.32  		--with-x			\
    1.33  		$CONFIGURE_ARGS &&
    1.34 -	make -j 1 &&
    1.35 +	make &&
    1.36  	make install
    1.37  
    1.38 -	sed -i 's| @my_libs@||' $install/usr/bin/imlib2-config
    1.39 +	# 1.8.0 not created
    1.40 +#	sed -i 's| @my_libs@||' $install/usr/bin/imlib2-config
    1.41  }
    1.42  
    1.43  # Rules to gen a SliTaz package suitable for Tazpkg.