wok rev 13403

ardour, frogatto, python: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 28 17:56:39 2012 +0200 (2012-09-28)
parents f8ebc459b3c3
children 8c3972ea5549
files ardour/receipt frogatto/receipt python/receipt
line diff
     1.1 --- a/ardour/receipt	Fri Sep 28 16:36:25 2012 +0200
     1.2 +++ b/ardour/receipt	Fri Sep 28 17:56:39 2012 +0200
     1.3 @@ -16,7 +16,8 @@
     1.4  jack-audio-connection-kit-dev alsa-lib-dev liblo-dev aubio-dev libxslt-dev \
     1.5  libsndfile-dev ladspa-dev liblrdf-dev libart_lgpl-dev libusb-dev \
     1.6  libsamplerate-dev curl-dev fftw-dev soundtouch-dev raptor-dev \
     1.7 -libgnomecanvasmm-dev libgnomecanvas-dev pkg-config liblrdf-dev gtkmm-dev"
     1.8 +libgnomecanvasmm-dev libgnomecanvas-dev pkg-config liblrdf-dev gtkmm-dev \
     1.9 +libboost-system-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
     2.1 --- a/frogatto/receipt	Fri Sep 28 16:36:25 2012 +0200
     2.2 +++ b/frogatto/receipt	Fri Sep 28 17:56:39 2012 +0200
     2.3 @@ -5,15 +5,16 @@
     2.4  CATEGORY="games"
     2.5  SHORT_DESC="An old-school 2d platformer game, starring a certain quixotic frog"
     2.6  MAINTAINER="gokhlayeh@slitaz.org"
     2.7 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
     2.8 +WEB_SITE="http://www.frogatto.com"
     2.9 +WGET_URL="$WEB_SITE/files/$TARBALL"
    2.10 +
    2.11  DEPENDS="xorg-server mesa glew libsdl libsdl-image libsdl-ttf libsdl-mixer libpng \
    2.12  libboost-regex libboost-system libboost-date-time libboost-thread libboost-iostreams \
    2.13  frogatto-data"
    2.14  BUILD_DEPENDS="${DEPENDS/frogatto-data/} ccache xorg-server-dev mesa-dev libsdl-dev libsdl-image-dev \
    2.15  libsdl-ttf-dev libsdl-mixer-dev libpng-dev libboost-regex-dev libboost-system-dev \
    2.16 -libboost-date-time-dev libboost-thread-dev libboost-iostreams-dev"
    2.17 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.18 -WEB_SITE="http://www.frogatto.com"
    2.19 -WGET_URL="$WEB_SITE/files/$TARBALL"
    2.20 +libboost-date-time-dev libboost-thread-dev libboost-iostreams-dev glew-dev"
    2.21  
    2.22  # Rules to configure and make the package.
    2.23  compile_rules()
     3.1 --- a/python/receipt	Fri Sep 28 16:36:25 2012 +0200
     3.2 +++ b/python/receipt	Fri Sep 28 17:56:39 2012 +0200
     3.3 @@ -12,7 +12,7 @@
     3.4  
     3.5  DEPENDS="openssl bzlib readline sqlite zlib ncursesw"
     3.6  BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev sqlite-dev zlib-dev \
     3.7 -ncursesw-dev tcl-dev tk-dev db-dev"
     3.8 +ncursesw-dev tcl-dev tk-dev db-dev gdbm-dev"
     3.9  SUGGESTED="tcl tk"
    3.10  
    3.11  # Rules to configure and make the package.