wok diff rubberband/receipt @ rev 25376
updated tzdata (2019c -> 2022a)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jul 30 10:43:02 2022 +0100 (2022-07-30) |
parents | 9af0e03b8ad0 |
children |
line diff
1.1 --- a/rubberband/receipt Sat Feb 05 16:12:08 2022 +0000 1.2 +++ b/rubberband/receipt Sat Jul 30 10:43:02 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="rubberband" 1.7 -VERSION="2.0.2" 1.8 +VERSION="3.0.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Library for audio time-stretching and pitch-shifting." 1.11 MAINTAINER="maintainer@slitaz.org" 1.12 @@ -11,7 +11,8 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WGET_URL="https://breakfastquay.com/files/releases/$TARBALL" 1.15 1.16 -DEPENDS="fftw gcc83-lib-base ladspa libsamplerate libsndfile lv2 vamp-sdk" 1.17 +DEPENDS="fftw gcc83-lib-base ladspa libatomic libsamplerate libsndfile 1.18 + lv2 vamp-sdk" 1.19 BUILD_DEPENDS="fftw-dev gcc83 ladspa-dev libatomic libsamplerate-dev 1.20 libsndfile-dev lv2 meson vamp-sdk-dev" 1.21 1.22 @@ -27,7 +28,6 @@ 1.23 export CC=gcc-83 1.24 export CXX=g++-83 1.25 1.26 - # mit meson und ninja 1.27 LDFLAGS="$LDFLAGS -latomic" \ 1.28 meson _build \ 1.29 --prefix=/usr \ 1.30 @@ -42,9 +42,7 @@ 1.31 # Rules to gen a SliTaz package suitable for Tazpkg. 1.32 genpkg_rules() 1.33 { 1.34 - mkdir -p $fs/usr 1.35 - 1.36 - cp -a $install/usr/bin $fs/usr 1.37 - cp -a $install/usr/lib $fs/usr 1.38 - cp -a $install/usr/share $fs/usr 1.39 + cook_copy_folders bin 1.40 + cook_copy_folders lib 1.41 + cook_copy_folders share 1.42 }