wok-next rev 20750
consolekit2, esound, fuse-emulator, glib, gstreamer1: update bdeps
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jun 01 11:43:22 2018 +0300 (2018-06-01) |
parents | 342b30daff76 |
children | 586b53074da1 |
files | consolekit2/receipt esound/receipt fuse-emulator/receipt glib/receipt gstreamer1/receipt |
line diff
1.1 --- a/consolekit2/receipt Fri Jun 01 00:47:43 2018 +0300 1.2 +++ b/consolekit2/receipt Fri Jun 01 11:43:22 2018 +0300 1.3 @@ -13,7 +13,7 @@ 1.4 WGET_URL="https://github.com/Consolekit2/ConsoleKit2/releases/download/$VERSION/$TARBALL" 1.5 1.6 BUILD_DEPENDS="xorg-libX11-dev gettext dbus-dev glib-dev polkit-dev eudev-dev \ 1.7 -xmlto libxslt docbook-xsl libxml2-tools" 1.8 +xmlto libxslt docbook-xsl libxml2-tools acl-dev" 1.9 SPLIT="consolekit2-dev" 1.10 1.11 compile_rules() {
2.1 --- a/esound/receipt Fri Jun 01 00:47:43 2018 +0300 2.2 +++ b/esound/receipt Fri Jun 01 11:43:22 2018 +0300 2.3 @@ -15,6 +15,8 @@ 2.4 SPLIT="esound-dev" 2.5 2.6 compile_rules() { 2.7 + export LDFLAGS="$LDFLAGS -lm" 2.8 + 2.9 ./configure $CONFIGURE_ARGS && 2.10 fix libtool && 2.11 make &&
3.1 --- a/fuse-emulator/receipt Fri Jun 01 00:47:43 2018 +0300 3.2 +++ b/fuse-emulator/receipt Fri Jun 01 11:43:22 2018 +0300 3.3 @@ -12,7 +12,7 @@ 3.4 WGET_URL="$SF_MIRROR/fuse-emulator/$TARBALL" 3.5 3.6 BUILD_DEPENDS="perl libspectrum-dev xorg-libX11-dev xorg-libICE-dev gtk+-dev \ 3.7 -gtk+3-dev alsa-lib-dev libsdl-dev" 3.8 +gtk+3-dev alsa-lib-dev libsdl-dev libgcrypt-dev" 3.9 SPLIT="fuse-emulator-gtk3:gtk3" 3.10 3.11 compile_rules() {
4.1 --- a/glib/receipt Fri Jun 01 00:47:43 2018 +0300 4.2 +++ b/glib/receipt Fri Jun 01 11:43:22 2018 +0300 4.3 @@ -12,10 +12,15 @@ 4.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 4.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 4.6 4.7 -BUILD_DEPENDS="automake libtool zlib-dev libffi-dev gettext elfutils-dev \ 4.8 -gtk-doc libxslt docbook-xsl dbus-dev" 4.9 +BUILD_DEPENDS="automake libtool zlib-dev libffi-dev gettext \ 4.10 +util-linux-mount-dev pcre-dev glib-dev elfutils-dev gtk-doc libxslt \ 4.11 +docbook-xsl dbus-dev" 4.12 SPLIT="glib-static glib-dev" 4.13 4.14 +# glib require glib to be built. 4.15 +# And if glib failed to build and not present on the mirror, you will catch 4.16 +# into the dead loop. Be careful! 4.17 + 4.18 compile_rules() { 4.19 # --enable-static: desktop-file-validate-static require such lib 4.20 NOCONFIGURE=1 ./autogen.sh &&
5.1 --- a/gstreamer1/receipt Fri Jun 01 00:47:43 2018 +0300 5.2 +++ b/gstreamer1/receipt Fri Jun 01 11:43:22 2018 +0300 5.3 @@ -12,7 +12,7 @@ 5.4 WGET_URL="https://gstreamer.freedesktop.org/src/gstreamer/$TARBALL" 5.5 5.6 BUILD_DEPENDS_arm="glib-dev libxml2-dev pkg-config" 5.7 -BUILD_DEPENDS="gettext perl valgrind-dev" 5.8 +BUILD_DEPENDS="gettext perl valgrind-dev glib-dev" 5.9 SPLIT="gstreamer1-dev" 5.10 5.11 COOKOPTS="skip-log-errors"