wok diff gejengel/receipt @ rev 19301

astromenace: update bdeps; genpkg_rules is launch without any bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 09 18:39:35 2016 +0200 (2016-07-09)
parents 315e6df21801
children 22980cdd8a20
line diff
     1.1 --- a/gejengel/receipt	Wed May 14 07:43:12 2014 +0000
     1.2 +++ b/gejengel/receipt	Sat Jul 09 18:39:35 2016 +0200
     1.3 @@ -26,6 +26,8 @@
     1.4  		-e 's/AVCODEC_MAX_AUDIO_FRAME_SIZE/192000/' \
     1.5  		-e 's/av_open_input_file\(.*\), NULL/avformat_open_input\1/' \
     1.6  		-e 's/avcodec_open(\([^)]*\)/avcodec_open2(\1, NULL/' \
     1.7 +		-e 's/av_close_input_file(/avformat_close_input(\&/' \
     1.8 +		-e 's/av_\(find_stream_info(m_pFormatContext\)/avformat_\1,NULL/' \
     1.9  			src/AudioDecoder/ffmpegdecoder.cpp
    1.10  	find . -name '*.h' -o -name '*.c*' | xargs sed -i 's|glibmm/i18n|glib/gi18n|'
    1.11  	./configure --enable-alsa --enable-ffmpeg --enable-flac \