wok-next diff lmms/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents 5669e8b3be70
children
line diff
     1.1 --- a/lmms/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/lmms/receipt	Thu May 07 07:51:56 2020 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="libsdl-dev glib-dev fftw-dev fluidsynth-dev libpng-dev \
     1.8 +BUILD_DEPENDS="sdl-dev glib-dev fftw-dev fluidsynth-dev libpng-dev \
     1.9  libogg-dev libvorbis-dev alsa-lib-dev libxft-dev libxinerama-dev \
    1.10  libsndfile-dev libsamplerate-dev Qt4-dev qt4-phonon qmake cmake freetype-dev"
    1.11  
    1.12 @@ -27,6 +27,6 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="libsdl glib fluidsynth libpng libvorbis fftw libxft \
    1.17 +	DEPENDS="sdl glib fluidsynth libpng libvorbis fftw libxft \
    1.18  	libxinerama libsamplerate libQtGui libQtXml"
    1.19  }