wok diff chromaprint/receipt @ rev 21799

Fix chromaprint & guvcview
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:12:53 2019 +0200 (2019-08-10)
parents 2fdd74522103
children 5ea0ce1cecc0
line diff
     1.1 --- a/chromaprint/receipt	Wed Jun 19 14:43:09 2019 +0100
     1.2 +++ b/chromaprint/receipt	Sat Aug 10 13:12:53 2019 +0200
     1.3 @@ -11,12 +11,16 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="https://github.com/acoustid/$PACKAGE/releases/download/v$VERSION/$TARBALL"
     1.6  
     1.7 -DEPENDS="gcc83-lib-base"
     1.8 -BUILD_DEPENDS="cmake ffmpeg-dev gcc83"
     1.9 +DEPENDS="libav gcc83-lib-base"
    1.10 +BUILD_DEPENDS="cmake ffmpeg-dev libgnutls gcc83"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 +	#lavc 55.28.1 (2013-12-11)
    1.16 +	sed -i	-e 's|avcodec_alloc_frame|av_frame_alloc|' \
    1.17 +		-e 's|avcodec_free_frame|av_frame_free|' \
    1.18 +			src/audio/ffmpeg_audio_reader.h
    1.19  	export	CC=gcc-83
    1.20  	export	CXX=g++-83
    1.21