wok-next rev 20008
audacious-plugins, connman-ui, qtpanel: update bdeps; cdrdao, freeimage: add CXXFLAGS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 21 17:21:52 2017 +0200 (2017-10-21) |
parents | 27bae9732b8d |
children | 639a8f8142dd |
files | audacious-plugins/receipt cdrdao/receipt connman-ui/receipt freeimage/receipt qtpanel/receipt |
line diff
1.1 --- a/audacious-plugins/receipt Sat Oct 21 16:36:07 2017 +0200 1.2 +++ b/audacious-plugins/receipt Sat Oct 21 17:21:52 2017 +0200 1.3 @@ -16,7 +16,7 @@ 1.4 BUILD_DEPENDS="audacious-dev audacious neon-dev flac-dev libogg-dev \ 1.5 libvorbis-dev libmowgli-dev alsa-lib-dev lame-dev libmad-dev dbus-glib-dev \ 1.6 libmcs-dev libsamplerate-dev mpg123-dev faad2-dev curl-dev \ 1.7 -libxml2-dev gtk+3-dev mesa-dev" 1.8 +libxml2-dev gtk+3-dev mesa-dev gettext-tools" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/cdrdao/receipt Sat Oct 21 16:36:07 2017 +0200 2.2 +++ b/cdrdao/receipt Sat Oct 21 17:21:52 2017 +0200 2.3 @@ -16,7 +16,6 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - cd $src 2.8 for i in trackdb/*.cc ; do 2.9 grep -q string.h $i && continue 2.10 grep -q util.h $i || continue 2.11 @@ -28,6 +27,7 @@ 2.12 sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \ 2.13 scsilib/libscg/scsi-linux-sg.c 2.14 patch -Np1 -i $stuff/$PACKAGE-$VERSION-stat.patch || return 1 2.15 + export CXXFLAGS="-Wno-narrowing" 2.16 ./configure --prefix=/usr --with-lame $CONFIGURE_ARGS && 2.17 make && 2.18 make DESTDIR=$DESTDIR install
3.1 --- a/connman-ui/receipt Sat Oct 21 16:36:07 2017 +0200 3.2 +++ b/connman-ui/receipt Sat Oct 21 17:21:52 2017 +0200 3.3 @@ -13,7 +13,7 @@ 3.4 3.5 DEPENDS="connman dbus gtk+3" 3.6 BUILD_DEPENDS="wget autoconf automake libtool connman-dev gtk+3-dev dbus-dev \ 3.7 -libxml2-dev" 3.8 +libxml2-dev intltool" 3.9 3.10 # Rules to configure and make the package. 3.11 compile_rules()
4.1 --- a/freeimage/receipt Sat Oct 21 16:36:07 2017 +0200 4.2 +++ b/freeimage/receipt Sat Oct 21 17:21:52 2017 +0200 4.3 @@ -27,6 +27,7 @@ 4.4 sed -e "s|INCDIR = /usr/include|INCDIR = $incl|g" -i Makefile.gnu 4.5 sed -e "s|INSTALLDIR = /usr/lib|INSTALLDIR = $dest|g" -i Makefile.gnu 4.6 sed -e "s|ldconfig||g" -i Makefile.gnu 4.7 + export CXXFLAGS="-Wno-narrowing" 4.8 make && 4.9 make DESTDIR=$pkgdir install 4.10 }
5.1 --- a/qtpanel/receipt Sat Oct 21 16:36:07 2017 +0200 5.2 +++ b/qtpanel/receipt Sat Oct 21 17:21:52 2017 +0200 5.3 @@ -11,7 +11,8 @@ 5.4 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 5.5 5.6 DEPENDS="libQtGui xorg-libXdamage xorg-libXcomposite" 5.7 -BUILD_DEPENDS="wget cacerts Qt4-dev qmake cmake xorg-libX11-dev" 5.8 +BUILD_DEPENDS="wget cacerts Qt4-dev qmake cmake xorg-libX11-dev \ 5.9 +xorg-libXcomposite-dev xorg-libXdamage-dev" 5.10 5.11 # Rules to configure and make the package. 5.12 compile_rules()