wok-next rev 21149

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 30 23:32:57 2019 +0200 (2019-01-30)
parents ad6cd69a28d8
children 185843dae3b8
files libssh2/receipt libtasn1/receipt libtheora/.icon.png libtheora/receipt libvorbis/.icon.png libvorbis/receipt
line diff
     1.1 --- a/libssh2/receipt	Sun Jan 27 23:12:55 2019 +0200
     1.2 +++ b/libssh2/receipt	Wed Jan 30 23:32:57 2019 +0200
     1.3 @@ -10,26 +10,21 @@
     1.4  
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WGET_URL="${WEB_SITE}download/$TARBALL"
     1.7 +TARBALL_SHA1="baf2d1fb338eee531ba9b6b121c64235e089e0f5"
     1.8  
     1.9  BUILD_DEPENDS="openssl-dev zlib-dev"
    1.10 -SPLIT="$PACKAGE-dev"
    1.11 +SPLIT="$PACKAGE-dev $PACKAGE"
    1.12 +
    1.13 +COPY_dev="@dev *.so"
    1.14 +
    1.15 +DEPENDS_std="openssl zlib"
    1.16 +DEPENDS_dev="$PACKAGE openssl-dev zlib-dev"
    1.17  
    1.18  compile_rules() {
    1.19 -	./configure $CONFIGURE_ARGS &&
    1.20 +	./configure \
    1.21 +		--disable-static \
    1.22 +		$CONFIGURE_ARGS &&
    1.23  	fix libtool &&
    1.24  	make &&
    1.25  	make install
    1.26  }
    1.27 -
    1.28 -genpkg_rules() {
    1.29 -	case $PACKAGE in
    1.30 -		libssh2)
    1.31 -			copy @std
    1.32 -			DEPENDS="openssl zlib"
    1.33 -			;;
    1.34 -		libssh2-dev)
    1.35 -			copy @dev
    1.36 -			DEPENDS="libssh2 openssl-dev zlib-dev"
    1.37 -			;;
    1.38 -	esac
    1.39 -}
     2.1 --- a/libtasn1/receipt	Sun Jan 27 23:12:55 2019 +0200
     2.2 +++ b/libtasn1/receipt	Wed Jan 30 23:32:57 2019 +0200
     2.3 @@ -11,8 +11,11 @@
     2.4  
     2.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.6  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     2.7 +TARBALL_SHA1="a84afb4cd8187c1fa5901c6bc1cf1486eea66635"
     2.8  
     2.9 -SPLIT="$PACKAGE-dev"
    2.10 +SPLIT="$PACKAGE-dev $PACKAGE"
    2.11 +
    2.12 +COPY_dev="@dev *.so"
    2.13  
    2.14  compile_rules() {
    2.15  	# Package failed to build when optimized for size
    2.16 @@ -27,10 +30,3 @@
    2.17  
    2.18  	make -C doc/reference install-data-local
    2.19  }
    2.20 -
    2.21 -genpkg_rules() {
    2.22 -	case $PACKAGE in
    2.23 -		libtasn1) copy @std;;
    2.24 -		*-dev)    copy @dev;;
    2.25 -	esac
    2.26 -}
     3.1 Binary file libtheora/.icon.png has changed
     4.1 --- a/libtheora/receipt	Sun Jan 27 23:12:55 2019 +0200
     4.2 +++ b/libtheora/receipt	Wed Jan 30 23:32:57 2019 +0200
     4.3 @@ -7,36 +7,34 @@
     4.4  MAINTAINER="devel@slitaz.org"
     4.5  LICENSE="BSD"
     4.6  WEB_SITE="https://www.theora.org/"
     4.7 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libtheora.html"
     4.8  
     4.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    4.10  WGET_URL="http://downloads.xiph.org/releases/theora/$TARBALL"
    4.11 +TARBALL_SHA1="800aa48cf9e59d546c18ecdac1d06d7643cbb2d3"
    4.12  
    4.13  BUILD_DEPENDS="libogg-dev libvorbis-dev libpng-dev"
    4.14  SPLIT="$PACKAGE-enc $PACKAGE-dev"
    4.15  
    4.16 +COPY_std="libtheora.so.*"
    4.17 +COPY_enc="libtheoradec.so.* libtheoraenc.so.*"
    4.18 +COPY_dev="@dev *.so"
    4.19 +
    4.20 +CAT_enc="multimedia|encoding/decoding library"
    4.21 +
    4.22 +DEPENDS_std="libogg"
    4.23 +DEPENDS_enc="libogg"
    4.24 +DEPENDS_dev="$PACKAGE $PACKAGE-enc libogg-dev"
    4.25 +
    4.26 +TAGS_std="Xiph.org"
    4.27 +
    4.28  compile_rules() {
    4.29 -	sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c &&
    4.30 +	sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c
    4.31  
    4.32 -	./configure $CONFIGURE_ARGS &&
    4.33 +	./configure \
    4.34 +		--disable-static \
    4.35 +		$CONFIGURE_ARGS &&
    4.36  	fix libtool &&
    4.37  	make &&
    4.38  	make install
    4.39  }
    4.40 -
    4.41 -genpkg_rules() {
    4.42 -	case $PACKAGE in
    4.43 -		libtheora)
    4.44 -			copy libtheora.so*
    4.45 -			DEPENDS="libogg"
    4.46 -			;;
    4.47 -		*-enc)
    4.48 -			copy libtheoradec.so* libtheoraenc.so*
    4.49 -			CAT="multimedia|encoding/decoding library"
    4.50 -			DEPENDS="libogg"
    4.51 -			;;
    4.52 -		*-dev)
    4.53 -			copy @dev
    4.54 -			DEPENDS="libtheora libtheora-enc libogg-dev"
    4.55 -			;;
    4.56 -	esac
    4.57 -}
     5.1 Binary file libvorbis/.icon.png has changed
     6.1 --- a/libvorbis/receipt	Sun Jan 27 23:12:55 2019 +0200
     6.2 +++ b/libvorbis/receipt	Wed Jan 30 23:32:57 2019 +0200
     6.3 @@ -7,29 +7,27 @@
     6.4  MAINTAINER="devel@slitaz.org"
     6.5  LICENSE="other"
     6.6  WEB_SITE="https://www.xiph.org/"
     6.7 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libvorbis.html"
     6.8  
     6.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.10  WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL"
    6.11 +TARBALL_SHA1="91f140c220d1fe3376d637dc5f3d046263784b1f"
    6.12  
    6.13  BUILD_DEPENDS="libogg-dev"
    6.14 -SPLIT="$PACKAGE-dev"
    6.15 +SPLIT="$PACKAGE-dev $PACKAGE"
    6.16 +
    6.17 +COPY_dev="@dev *.so"
    6.18 +
    6.19 +DEPENDS_std="libogg"
    6.20 +DEPENDS_dev="$PACKAGE libogg-dev"
    6.21 +
    6.22 +TAGS_std="Xiph.org"
    6.23  
    6.24  compile_rules() {
    6.25 -	./configure $CONFIGURE_ARGS &&
    6.26 +	./configure \
    6.27 +		--disable-static \
    6.28 +		$CONFIGURE_ARGS &&
    6.29  	fix libtool &&
    6.30  	make &&
    6.31  	make install
    6.32  }
    6.33 -
    6.34 -genpkg_rules() {
    6.35 -	case $PACKAGE in
    6.36 -		libvorbis)
    6.37 -			copy @std
    6.38 -			DEPENDS="libogg"
    6.39 -			;;
    6.40 -		*-dev)
    6.41 -			copy @dev
    6.42 -			DEPENDS="libvorbis libogg-dev"
    6.43 -			;;
    6.44 -	esac
    6.45 -}