# HG changeset patch # User Pascal Bellard # Date 1348847799 -7200 # Node ID fc917d3083520c9941d138ee7ff50ba65ac16f80 # Parent f8ebc459b3c3ba4c366ae8ddd1f15895e74f3190 ardour, frogatto, python: update bdeps diff -r f8ebc459b3c3 -r fc917d308352 ardour/receipt --- a/ardour/receipt Fri Sep 28 16:36:25 2012 +0200 +++ b/ardour/receipt Fri Sep 28 17:56:39 2012 +0200 @@ -16,7 +16,8 @@ jack-audio-connection-kit-dev alsa-lib-dev liblo-dev aubio-dev libxslt-dev \ libsndfile-dev ladspa-dev liblrdf-dev libart_lgpl-dev libusb-dev \ libsamplerate-dev curl-dev fftw-dev soundtouch-dev raptor-dev \ -libgnomecanvasmm-dev libgnomecanvas-dev pkg-config liblrdf-dev gtkmm-dev" +libgnomecanvasmm-dev libgnomecanvas-dev pkg-config liblrdf-dev gtkmm-dev \ +libboost-system-dev" # Rules to configure and make the package. compile_rules() diff -r f8ebc459b3c3 -r fc917d308352 frogatto/receipt --- a/frogatto/receipt Fri Sep 28 16:36:25 2012 +0200 +++ b/frogatto/receipt Fri Sep 28 17:56:39 2012 +0200 @@ -5,15 +5,16 @@ CATEGORY="games" SHORT_DESC="An old-school 2d platformer game, starring a certain quixotic frog" MAINTAINER="gokhlayeh@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.frogatto.com" +WGET_URL="$WEB_SITE/files/$TARBALL" + DEPENDS="xorg-server mesa glew libsdl libsdl-image libsdl-ttf libsdl-mixer libpng \ libboost-regex libboost-system libboost-date-time libboost-thread libboost-iostreams \ frogatto-data" BUILD_DEPENDS="${DEPENDS/frogatto-data/} ccache xorg-server-dev mesa-dev libsdl-dev libsdl-image-dev \ libsdl-ttf-dev libsdl-mixer-dev libpng-dev libboost-regex-dev libboost-system-dev \ -libboost-date-time-dev libboost-thread-dev libboost-iostreams-dev" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.frogatto.com" -WGET_URL="$WEB_SITE/files/$TARBALL" +libboost-date-time-dev libboost-thread-dev libboost-iostreams-dev glew-dev" # Rules to configure and make the package. compile_rules() diff -r f8ebc459b3c3 -r fc917d308352 python/receipt --- a/python/receipt Fri Sep 28 16:36:25 2012 +0200 +++ b/python/receipt Fri Sep 28 17:56:39 2012 +0200 @@ -12,7 +12,7 @@ DEPENDS="openssl bzlib readline sqlite zlib ncursesw" BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev sqlite-dev zlib-dev \ -ncursesw-dev tcl-dev tk-dev db-dev" +ncursesw-dev tcl-dev tk-dev db-dev gdbm-dev" SUGGESTED="tcl tk" # Rules to configure and make the package.