wok-6.x diff chromaprint/receipt @ rev 23306
updated perl-curses (1.24 -> 1.36)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 29 17:39:10 2020 +0100 (2020-03-29) |
parents | 2fdd74522103 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/chromaprint/receipt Wed Jun 19 14:43:09 2019 +0100 1.2 +++ b/chromaprint/receipt Sun Mar 29 17:39:10 2020 +0100 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