# HG changeset patch # User Pascal Bellard # Date 1509954636 -3600 # Node ID b7594677cf1c5b69e5ab84108f18107228fd302f # Parent f28a3772c2520c4a1e9e2289b65015ac400d84f0 enna, libsdl2-ttf, linphone: update bdeps diff -r f28a3772c252 -r b7594677cf1c enna/receipt --- a/enna/receipt Mon Nov 06 06:41:07 2017 +0200 +++ b/enna/receipt Mon Nov 06 08:50:36 2017 +0100 @@ -19,7 +19,7 @@ edbus-dev emotion-dev ethumb-dev elementary-dev embryo-dev curl-dev eio-dev \ xine-lib-dev libexif-dev alsa-lib-dev libplayer-dev libxml2-dev libtool \ expat-dev jpeg-dev glib-dev ffmpeg-dev libvalhalla-dev libelementary \ -xorg-libXrandr-dev ffmpeg-compat-dev eeze-dev lua-dev" +xorg-libXrandr-dev ffmpeg-compat-dev eeze-dev lua-dev gettext" # Handle cross compilation case "$ARCH" in diff -r f28a3772c252 -r b7594677cf1c libsdl2-ttf/receipt --- a/libsdl2-ttf/receipt Mon Nov 06 06:41:07 2017 +0200 +++ b/libsdl2-ttf/receipt Mon Nov 06 08:50:36 2017 +0100 @@ -13,7 +13,7 @@ HOST_ARCH="i486 arm" DEPENDS="libsdl2 freetype zlib" -BUILD_DEPENDS="libsdl2-dev freetype-dev" +BUILD_DEPENDS="libsdl2-dev freetype-dev mesa" # Rules to configure and make the package. compile_rules() diff -r f28a3772c252 -r b7594677cf1c linphone/receipt --- a/linphone/receipt Mon Nov 06 06:41:07 2017 +0200 +++ b/linphone/receipt Mon Nov 06 08:50:36 2017 +0100 @@ -13,12 +13,11 @@ DEPENDS="osip exosip speex ffmpeg xorg-libXv libv4l libglade gtk+ glib" BUILD_DEPENDS="intltool libsdl-dev ffmpeg-dev osip-dev exosip-dev speex-dev \ -xorg-libXv-dev libv4l-dev libglade-dev gtk+-dev glib-dev" +xorg-libXv-dev libv4l-dev libglade-dev gtk+-dev glib-dev speex-dev" # Rules to configure and make the package. compile_rules() { - cd $src sed -i -e 's/CodecID/AV&/' -e 's/avcodec_init();//' \ -e 's/avcodec_open(\([^)]*\)/avcodec_open2(\1, NULL/' \ -e 's/avcodec_get_context_defaults(\([^)]*\)/avcodec_get_context_defaults3(\1, NULL/' \ diff -r f28a3772c252 -r b7594677cf1c verbiste/receipt --- a/verbiste/receipt Mon Nov 06 06:41:07 2017 +0200 +++ b/verbiste/receipt Mon Nov 06 08:50:36 2017 +0100 @@ -11,7 +11,7 @@ WGET_URL="http://perso.b2b2c.ca/sarrazip/dev/$TARBALL" DEPENDS="gtk+ libxml2" -BUILD_DEPENDS="gtk+-dev libxml2-dev" +BUILD_DEPENDS="gtk+-dev libxml2-dev perl-xml-parser" # Rules to configure and make the package. compile_rules() diff -r f28a3772c252 -r b7594677cf1c xv/receipt --- a/xv/receipt Mon Nov 06 06:41:07 2017 +0200 +++ b/xv/receipt Mon Nov 06 08:50:36 2017 +0100 @@ -19,7 +19,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src for i in $PATCH1 $PATCH2 ; do [ -s $SOURCES_REPOSITORY/$(basename $i) ] || wget -P $SOURCES_REPOSITORY $i @@ -38,6 +37,7 @@ sed -i -e 's|undef USE_GUNZIP|define USE_GUNZIP\n#define USE_GETCWD|' \ -e 's|/usr/local/bin/gunzip -q|/bin/gunzip|' config.h make jpeg/libjpeg.a && + make tiff/libtiff.a && make }