wok-current diff ggseq/receipt @ rev 20337
linux: hile useless efi error messages
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 04 09:32:46 2018 +0200 (2018-06-04) |
parents | 380ffe05937a |
children | 932cd974e081 |
line diff
1.1 --- a/ggseq/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/ggseq/receipt Mon Jun 04 09:32:46 2018 +0200 1.3 @@ -10,13 +10,12 @@ 1.4 WEB_SITE="http://ggseq.sourceforge.net/" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -DEPENDS="wxWidgets libsndfile libsamplerate" 1.8 -BUILD_DEPENDS="$DEPENDS wxWidgets-dev libsndfile-dev libsamplerate-dev" 1.9 +DEPENDS="wxWidgets28 libsndfile libsamplerate" 1.10 +BUILD_DEPENDS="wxWidgets28-dev libsndfile-dev libsamplerate-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 sed -i 's/SoundTouch::getVersionId/getVersionId/' src/SoundTouch/SoundTouch.h 1.17 ./configure \ 1.18 --prefix=/usr \ 1.19 @@ -32,4 +31,3 @@ 1.20 mkdir -p $fs/usr 1.21 cp -a $install/usr/bin $fs/usr 1.22 } 1.23 -