wok rev 24322

updated aqualung again (1.0 -> 1.1)
author Hans-G?nter Theisgen
date Wed Jan 26 10:29:43 2022 +0100 (2022-01-26)
parents a887d8cd4205
children 982381c7087d
files aqualung-lang/receipt aqualung/receipt
line diff
     1.1 --- a/aqualung-lang/receipt	Wed Jan 26 10:22:26 2022 +0100
     1.2 +++ b/aqualung-lang/receipt	Wed Jan 26 10:29:43 2022 +0100
     1.3 @@ -16,3 +16,4 @@
     1.4  {
     1.5  	cook_copy_folders	locale
     1.6  }
     1.7 +
     2.1 --- a/aqualung/receipt	Wed Jan 26 10:22:26 2022 +0100
     2.2 +++ b/aqualung/receipt	Wed Jan 26 10:29:43 2022 +0100
     2.3 @@ -15,7 +15,7 @@
     2.4  SUGGESTED="aqualung-lang"
     2.5  DEPENDS="alsa-lib bzlib flac gtk+ lame libcdio libmad libmodplug libogg
     2.6  	libsamplerate libsndfile libvorbis"
     2.7 -BUILD_DEPENDS="alsa-lib-dev bzip2-dev flac-dev gtk+-dev lame-dev libmad-dev
     2.8 +BUILD_DEPENDS="alsa-lib-dev automake bzip2-dev flac-dev gtk+-dev lame-dev libmad-dev
     2.9  	libogg-dev libsamplerate-dev libsndfile-dev libvorbis-dev libxml2-dev"
    2.10  
    2.11  # Rules to configure and make the package.
    2.12 @@ -26,6 +26,7 @@
    2.13  	# In SliTaz ~/.config should already exist.
    2.14  	patch --strip=0 --input=$stuff/patches/core.c-1.1
    2.15  
    2.16 +	./autogen.sh &&
    2.17  	./configure		\
    2.18  		--with-lavc=no	\
    2.19  		--with-jack=no &&