wok-next rev 21328

updated libraw (0.18.7 -> 0.19.5)
author Hans-G?nter Theisgen
date Thu Dec 12 15:37:38 2019 +0100 (2019-12-12)
parents ff751d5d7768
children 8c7f52579a2e
files libraw/receipt
line diff
     1.1 --- a/libraw/receipt	Thu Dec 12 15:30:55 2019 +0100
     1.2 +++ b/libraw/receipt	Thu Dec 12 15:37:38 2019 +0100
     1.3 @@ -1,10 +1,10 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="libraw"
     1.7 -VERSION="0.18.7"
     1.8 +VERSION="0.19.5"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="RAW image decoder library"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14  WEB_SITE="https://www.libraw.org/"
    1.15  LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libraw.html"
    1.16 @@ -12,23 +12,25 @@
    1.17  TARBALL="LibRaw-$VERSION.tar.gz"
    1.18  WGET_URL="http://www.libraw.org/data/$TARBALL"
    1.19  
    1.20 -BUILD_DEPENDS="libjpeg-turbo-dev lcms2-dev jasper-dev"
    1.21 +BUILD_DEPENDS="jasper-devlcms2-dev libjpeg-turbo-dev"
    1.22  SPLIT="$PACKAGE-dev"
    1.23  
    1.24 -compile_rules() {
    1.25 -	CXX="g++ -Wno-narrowing" \
    1.26 -	./configure \
    1.27 -		--enable-jpeg \
    1.28 -		--enable-jasper \
    1.29 -		--enable-lcms \
    1.30 -		--disable-static \
    1.31 +compile_rules()
    1.32 +{
    1.33 +	CXX="g++ -Wno-narrowing"	\
    1.34 +	./configure			\
    1.35 +		--enable-jpeg		\
    1.36 +		--enable-jasper		\
    1.37 +		--enable-lcms		\
    1.38 +		--disable-static	\
    1.39  		$CONFIGURE_ARGS &&
    1.40  	fix libtool &&
    1.41  	make &&
    1.42  	make install
    1.43  }
    1.44  
    1.45 -genpkg_rules() {
    1.46 +genpkg_rules()
    1.47 +{
    1.48  	case $PACKAGE in
    1.49  		libraw)
    1.50  			copy @std
    1.51 @@ -36,7 +38,7 @@
    1.52  			;;
    1.53  		*-dev)
    1.54  			copy @dev
    1.55 -			DEPENDS="libraw lcms2-dev"
    1.56 +			DEPENDS="lcms2-dev libraw"
    1.57  			;;
    1.58  	esac
    1.59  }