wok-next rev 20232

enna, libsdl2-ttf, linphone: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 06 08:50:36 2017 +0100 (2017-11-06)
parents f28a3772c252
children 6ff3a3889626
files enna/receipt libsdl2-ttf/receipt linphone/receipt verbiste/receipt xv/receipt
line diff
     1.1 --- a/enna/receipt	Mon Nov 06 06:41:07 2017 +0200
     1.2 +++ b/enna/receipt	Mon Nov 06 08:50:36 2017 +0100
     1.3 @@ -19,7 +19,7 @@
     1.4  edbus-dev emotion-dev ethumb-dev elementary-dev embryo-dev curl-dev eio-dev \
     1.5  xine-lib-dev libexif-dev alsa-lib-dev libplayer-dev libxml2-dev libtool \
     1.6  expat-dev jpeg-dev glib-dev ffmpeg-dev libvalhalla-dev libelementary \
     1.7 -xorg-libXrandr-dev ffmpeg-compat-dev eeze-dev lua-dev"
     1.8 +xorg-libXrandr-dev ffmpeg-compat-dev eeze-dev lua-dev gettext"
     1.9  
    1.10  # Handle cross compilation
    1.11  case "$ARCH" in
     2.1 --- a/libsdl2-ttf/receipt	Mon Nov 06 06:41:07 2017 +0200
     2.2 +++ b/libsdl2-ttf/receipt	Mon Nov 06 08:50:36 2017 +0100
     2.3 @@ -13,7 +13,7 @@
     2.4  HOST_ARCH="i486 arm"
     2.5  
     2.6  DEPENDS="libsdl2 freetype zlib"
     2.7 -BUILD_DEPENDS="libsdl2-dev freetype-dev"
     2.8 +BUILD_DEPENDS="libsdl2-dev freetype-dev mesa"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
     3.1 --- a/linphone/receipt	Mon Nov 06 06:41:07 2017 +0200
     3.2 +++ b/linphone/receipt	Mon Nov 06 08:50:36 2017 +0100
     3.3 @@ -13,12 +13,11 @@
     3.4  
     3.5  DEPENDS="osip exosip speex ffmpeg xorg-libXv libv4l libglade gtk+ glib"
     3.6  BUILD_DEPENDS="intltool libsdl-dev ffmpeg-dev osip-dev exosip-dev speex-dev \
     3.7 -xorg-libXv-dev libv4l-dev libglade-dev gtk+-dev glib-dev"
     3.8 +xorg-libXv-dev libv4l-dev libglade-dev gtk+-dev glib-dev speex-dev"
     3.9  
    3.10  # Rules to configure and make the package.
    3.11  compile_rules()
    3.12  {
    3.13 -	cd $src
    3.14  	sed -i	-e 's/CodecID/AV&/' -e 's/avcodec_init();//' \
    3.15  		-e 's/avcodec_open(\([^)]*\)/avcodec_open2(\1, NULL/' \
    3.16  		-e 's/avcodec_get_context_defaults(\([^)]*\)/avcodec_get_context_defaults3(\1, NULL/' \
     4.1 --- a/verbiste/receipt	Mon Nov 06 06:41:07 2017 +0200
     4.2 +++ b/verbiste/receipt	Mon Nov 06 08:50:36 2017 +0100
     4.3 @@ -11,7 +11,7 @@
     4.4  WGET_URL="http://perso.b2b2c.ca/sarrazip/dev/$TARBALL"
     4.5  
     4.6  DEPENDS="gtk+ libxml2"
     4.7 -BUILD_DEPENDS="gtk+-dev libxml2-dev"
     4.8 +BUILD_DEPENDS="gtk+-dev libxml2-dev perl-xml-parser"
     4.9  
    4.10  # Rules to configure and make the package.
    4.11  compile_rules()
     5.1 --- a/xv/receipt	Mon Nov 06 06:41:07 2017 +0200
     5.2 +++ b/xv/receipt	Mon Nov 06 08:50:36 2017 +0100
     5.3 @@ -19,7 +19,6 @@
     5.4  # Rules to configure and make the package.
     5.5  compile_rules()
     5.6  {
     5.7 -	cd $src
     5.8  	for i in $PATCH1 $PATCH2 ; do
     5.9  		[ -s $SOURCES_REPOSITORY/$(basename $i) ] || 
    5.10  		wget -P $SOURCES_REPOSITORY $i
    5.11 @@ -38,6 +37,7 @@
    5.12  	sed -i -e 's|undef USE_GUNZIP|define USE_GUNZIP\n#define USE_GETCWD|' \
    5.13  		-e 's|/usr/local/bin/gunzip -q|/bin/gunzip|' config.h
    5.14  	make jpeg/libjpeg.a &&
    5.15 +	make tiff/libtiff.a &&
    5.16  	make
    5.17  }
    5.18