# HG changeset patch # User Pascal Bellard # Date 1510043548 -3600 # Node ID 914266a96a3c244faa067fb0e5f8a8537e89c013 # Parent 28ea851f8c0602616ea68bafd674b80a23370b78 update some bdeps diff -r 28ea851f8c06 -r 914266a96a3c raine/receipt --- a/raine/receipt Tue Nov 07 03:11:53 2017 +0200 +++ b/raine/receipt Tue Nov 07 09:32:28 2017 +0100 @@ -12,7 +12,8 @@ EXTRA_SOURCE_FILES="raines-0.51.9.tar.bz2" DEPENDS="libsdl zlib libpng libsdl-image liblzma libsdl-ttf muparser mesa" -BUILD_DEPENDS="libsdl-dev zlib-dev libpng-dev nasm libsdl-image-dev liblzma-dev libsdl-ttf-dev muparser-dev mesa-dev" +BUILD_DEPENDS="libsdl-dev zlib-dev libpng-dev nasm libsdl-image-dev liblzma-dev \ +libsdl-ttf-dev muparser-dev mesa-dev libglu-mesa-dev" # Rules to configure and make the package. compile_rules() diff -r 28ea851f8c06 -r 914266a96a3c ratmenu/receipt --- a/ratmenu/receipt Tue Nov 07 03:11:53 2017 +0200 +++ b/ratmenu/receipt Tue Nov 07 09:32:28 2017 +0100 @@ -11,6 +11,7 @@ WGET_URL="http://ftp.de.debian.org/debian/pool/main/r/ratmenu/$TARBALL" DEPENDS="xorg-libX11" +BUILD_DEPENDS="xorg-libX11-dev xorg-xproto" # Rules to configure and make the package. compile_rules() diff -r 28ea851f8c06 -r 914266a96a3c ratpoison/receipt --- a/ratpoison/receipt Tue Nov 07 03:11:53 2017 +0200 +++ b/ratpoison/receipt Tue Nov 07 09:32:28 2017 +0100 @@ -12,11 +12,11 @@ TAGS="window-manager" DEPENDS="microperl xorg-libXtst xorg-libXinerama" +BUILD_DEPENDS="xorg-libXtst-dev xorg-libXinerama-dev" # Rules to configure and make the package. compile_rules() { - cd $src ./configure && make CFLAGS="$CFLAGS -DHAVE_GETLINE" && make install } diff -r 28ea851f8c06 -r 914266a96a3c rdpdesk/receipt --- a/rdpdesk/receipt Tue Nov 07 03:11:53 2017 +0200 +++ b/rdpdesk/receipt Tue Nov 07 09:32:28 2017 +0100 @@ -12,7 +12,7 @@ DEPENDS="wxWidgets28 xorg-libXp xorg-libXaw libssl" BUILD_DEPENDS="wxWidgets28-dev xorg-imake jpeg-dev zlib-dev \ -openssl-dev xorg-libXp autoconf" +openssl-dev xorg-libXp autoconf xorg-libXt-dev" SUGGESTED="wfica rdesktop" # Rules to configure and make the package. diff -r 28ea851f8c06 -r 914266a96a3c rtmpdump/receipt --- a/rtmpdump/receipt Tue Nov 07 03:11:53 2017 +0200 +++ b/rtmpdump/receipt Tue Nov 07 09:32:28 2017 +0100 @@ -11,7 +11,7 @@ WGET_URL="http://rtmpdump.mplayerhq.hu/download/$TARBALL" DEPENDS="libssl" -BUILD_DEPENDS="openssl-dev" +BUILD_DEPENDS="openssl-dev zlib-dev" # Rules to configure and make the package. compile_rules() diff -r 28ea851f8c06 -r 914266a96a3c snort/receipt --- a/snort/receipt Tue Nov 07 03:11:53 2017 +0200 +++ b/snort/receipt Tue Nov 07 09:32:28 2017 +0100 @@ -11,7 +11,7 @@ WGET_URL="http://www.snort.org/downloads/1207" DEPENDS="pcre libdnet libdaq" -BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev wget flex" +BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev wget flex zlib-dev" # Rules to configure and make the package. compile_rules()