wok rev 16218

ARM: add some libs for mupdf
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 31 22:14:07 2014 +0200 (2014-03-31)
parents 17c6c18bbb46
children 7954f71fdefc
files djvulibre-dev/receipt djvulibre/receipt fbcat/receipt jbig2dec-dev/receipt jbig2dec/receipt openjpeg-dev/receipt openjpeg/receipt xdg-utils/receipt ympd/receipt
line diff
     1.1 --- a/djvulibre-dev/receipt	Mon Mar 31 19:54:12 2014 +0000
     1.2 +++ b/djvulibre-dev/receipt	Mon Mar 31 22:14:07 2014 +0200
     1.3 @@ -3,11 +3,12 @@
     1.4  PACKAGE="djvulibre-dev"
     1.5  VERSION="3.5.25.3"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="A web-centric format and software platform for distributing documents and images, development files."
     1.8 +SHORT_DESC="djvulibre development files."
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  WEB_SITE="http://djvu.sourceforge.net/"
    1.12  WANTED="djvulibre"
    1.13 +HOST_ARCH="i486 arm"
    1.14  
    1.15  DEPENDS="djvulibre pkg-config"
    1.16  
     2.1 --- a/djvulibre/receipt	Mon Mar 31 19:54:12 2014 +0000
     2.2 +++ b/djvulibre/receipt	Mon Mar 31 22:14:07 2014 +0200
     2.3 @@ -9,10 +9,16 @@
     2.4  WEB_SITE="http://djvu.sourceforge.net/"
     2.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.6  WGET_URL="$SF_MIRROR/djvu/$TARBALL"
     2.7 +HOST_ARCH="i486 arm"
     2.8  
     2.9  DEPENDS="gcc-lib-base tiff jpeg"
    2.10  BUILD_DEPENDS="tiff-dev jpeg-dev xdg-utils bash librsvg-apps"
    2.11  
    2.12 +# Handle cross compilation. Build host must have: xdg-utils bash librsvg-apps
    2.13 +case "$ARCH" in
    2.14 +	arm*) BUILD_DEPENDS="tiff-dev jpeg-dev " ;;
    2.15 +esac
    2.16 +
    2.17  # Rules to configure and make the package.
    2.18  compile_rules()
    2.19  {
     3.1 --- a/fbcat/receipt	Mon Mar 31 19:54:12 2014 +0000
     3.2 +++ b/fbcat/receipt	Mon Mar 31 22:14:07 2014 +0200
     3.3 @@ -9,9 +9,9 @@
     3.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.5  WEB_SITE="https://code.google.com/p/$PACKAGE/"
     3.6  WGET_URL="https://$PACKAGE.googlecode.com/files/$TARBALL"
     3.7 +HOST_ARCH="i486 arm"
     3.8 +
     3.9  SUGGESTED="imagemagick"
    3.10 -
    3.11 -DEPENDS=""
    3.12  BUILD_DEPENDS="wget"
    3.13  
    3.14  # Rules to configure and make the package.
     4.1 --- a/jbig2dec-dev/receipt	Mon Mar 31 19:54:12 2014 +0000
     4.2 +++ b/jbig2dec-dev/receipt	Mon Mar 31 22:14:07 2014 +0200
     4.3 @@ -8,6 +8,7 @@
     4.4  LICENSE="GPL3"
     4.5  WEB_SITE="http://jbig2dec.sourceforge.net/"
     4.6  WANTED="jbig2dec"
     4.7 +HOST_ARCH="i486 arm"
     4.8  
     4.9  DEPENDS="jbig2dec"
    4.10  
     5.1 --- a/jbig2dec/receipt	Mon Mar 31 19:54:12 2014 +0000
     5.2 +++ b/jbig2dec/receipt	Mon Mar 31 22:14:07 2014 +0200
     5.3 @@ -3,25 +3,20 @@
     5.4  PACKAGE="jbig2dec"
     5.5  VERSION="0.11"
     5.6  CATEGORY="development"
     5.7 -SHORT_DESC="decoder implementation of the JBIG2 image compressiong format"
     5.8 +SHORT_DESC="Decoder implementation of the JBIG2 image compressiong format"
     5.9  MAINTAINER="slaxemulator@gmail.com"
    5.10  LICENSE="GPL3"
    5.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.12  WEB_SITE="http://jbig2dec.sourceforge.net/"
    5.13  WGET_URL="http://ghostscript.com/~giles/jbig2/$PACKAGE/$TARBALL"
    5.14 -
    5.15 -DEPENDS="glibc-base"
    5.16 +HOST_ARCH="i486 arm"
    5.17  
    5.18  # Rules to configure and make the package.
    5.19  compile_rules()
    5.20  {
    5.21 -	cd $src
    5.22  	./configure \
    5.23 -		--prefix=/usr \
    5.24 -		--infodir=/usr/share/info \
    5.25 -		--mandir=/usr/share/man \
    5.26  		$CONFIGURE_ARGS &&
    5.27 -	make && make DESTDIR=$DESTDIR install
    5.28 +	make && make install
    5.29  }
    5.30  
    5.31  # Rules to gen a SliTaz package suitable for Tazpkg.
     6.1 --- a/openjpeg-dev/receipt	Mon Mar 31 19:54:12 2014 +0000
     6.2 +++ b/openjpeg-dev/receipt	Mon Mar 31 22:14:07 2014 +0200
     6.3 @@ -7,9 +7,10 @@
     6.4  MAINTAINER="slaxemulator@gmail.com"
     6.5  LICENSE="BSD"
     6.6  WEB_SITE="http://www.openjpeg.org/"
     6.7 +HOST_ARCH="i486 arm"
     6.8  
     6.9 -DEPENDS="openjpeg pkg-config"
    6.10  WANTED="openjpeg"
    6.11 +DEPENDS="openjpeg"
    6.12  
    6.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.14  genpkg_rules()
     7.1 --- a/openjpeg/receipt	Mon Mar 31 19:54:12 2014 +0000
     7.2 +++ b/openjpeg/receipt	Mon Mar 31 22:14:07 2014 +0200
     7.3 @@ -9,14 +9,19 @@
     7.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     7.5  WEB_SITE="http://www.openjpeg.org/"
     7.6  WGET_URL="http://openjpeg.googlecode.com/files/$TARBALL"
     7.7 +HOST_ARCH="i486 arm"
     7.8  
     7.9  DEPENDS="glibc-base"
    7.10 -BUILD_DEPENDS="zlib-dev tiff-dev coreutils-directory"
    7.11 +BUILD_DEPENDS="zlib-dev tiff-dev"
    7.12 +
    7.13 +# Handle cross compilation.
    7.14 +case "$ARCH" in
    7.15 +	i?86) BUILD_DEPENDS="$BUILD_DEPENDS coreutils-directory" ;;
    7.16 +esac
    7.17  
    7.18  # Rules to configure and make the package.
    7.19  compile_rules()
    7.20  {
    7.21 -	cd $src
    7.22  	# make sure we use system libs
    7.23  	[ -d thirtparty ] && rm -rf thirtparty
    7.24  	./configure --enable-lcms2=no \
     8.1 --- a/xdg-utils/receipt	Mon Mar 31 19:54:12 2014 +0000
     8.2 +++ b/xdg-utils/receipt	Mon Mar 31 22:14:07 2014 +0200
     8.3 @@ -6,29 +6,17 @@
     8.4  SHORT_DESC="Assists desktop integration tasks."
     8.5  MAINTAINER="paul@slitaz.org"
     8.6  LICENSE="MIT"
     8.7 -DEPENDS=""
     8.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     8.9  WEB_SITE="http://portland.freedesktop.org/wiki/"
    8.10  WGET_URL="http://portland.freedesktop.org/download/$TARBALL"
    8.11 +HOST_ARCH="i486 arm"
    8.12  
    8.13  # Rules to configure and make the package.
    8.14  compile_rules()
    8.15  {
    8.16 -	cd $src
    8.17 -    #while read file; do
    8.18 -        #[ -f done.$file ] && continue
    8.19 -        #echo "Apply $file..."
    8.20 -        #patch -p1 < $stuff/$file || return 1
    8.21 -        #touch done.$file
    8.22 -    #done <<EOT
    8.23 -#xdg-open-chrome.patch
    8.24 -#EOT
    8.25  	./configure \
    8.26 -		--prefix=/usr \
    8.27 -		--infodir=/usr/share/info \
    8.28 -		--mandir=/usr/share/man \
    8.29  		$CONFIGURE_ARGS &&
    8.30 -	make && make DESTDIR=$DESTDIR install
    8.31 +	make && make install
    8.32  }
    8.33  
    8.34  # Rules to gen a SliTaz package suitable for Tazpkg.
     9.1 --- a/ympd/receipt	Mon Mar 31 19:54:12 2014 +0000
     9.2 +++ b/ympd/receipt	Mon Mar 31 22:14:07 2014 +0200
     9.3 @@ -9,7 +9,7 @@
     9.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     9.5  WEB_SITE="http://www.ympd.org/"
     9.6  WGET_URL="git|git://github.com/notandy/ympd.git"
     9.7 -HOST_ARCH="i486 arm"
     9.8 +#HOST_ARCH="i486 arm"
     9.9  
    9.10  DEPENDS="mpd libmpdclient"
    9.11  BUILD_DEPENDS="libmpdclient-dev git cmake"