Package Details: noad 0.8.6-3

Git Clone URL: https://aur.archlinux.org/noad.git (read-only, click to copy)
Package Base: noad
Description: VDR addon for detecting commercials and setting cutting marks accordingly.
Upstream URL: https://github.com/madmartin/noad
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: hydro
Votes: 4
Popularity: 0.000000
First Submitted: 2009-01-16 21:57 (UTC)
Last Updated: 2018-09-15 11:33 (UTC)

Latest Comments

hydro commented on 2014-10-24 08:56 (UTC)

Added patches to compile with current ffmpeg

bernd_b commented on 2014-10-13 20:09 (UTC)

no luck here: make[1]: Entering directory '/mnt/sda8/makepkg/noad/src/noad-0.8.6' CXX ffmpeg_decoder.o CXX mpeg_decoder.o ffmpeg_decoder.cpp: In member function ‘virtual int FFMPegDecoder::openFile(cFileName*, cNoadIndexFile*)’: ffmpeg_decoder.cpp:187:50: error: ‘av_find_stream_info’ was not declared in this scope int openCode2 = av_find_stream_info(pFormatCtx); ^ ffmpeg_decoder.cpp:237:11: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3545) [-Wdeprecated-declarations] pFrame=avcodec_alloc_frame(); ^ ffmpeg_decoder.cpp:237:31: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3545) [-Wdeprecated-declarations] pFrame=avcodec_alloc_frame(); ^ ffmpeg_decoder.cpp: In member function ‘virtual int FFMPegDecoder::decoder_exit()’: ffmpeg_decoder.cpp:256:33: error: ‘av_close_input_file’ was not declared in this scope av_close_input_file(pFormatCtx); ^ ffmpeg_decoder.cpp: In member function ‘virtual void FFMPegDecoder::resetDecoder()’: ffmpeg_decoder.cpp:508:9: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3545) [-Wdeprecated-declarations] pFrame=avcodec_alloc_frame(); ^ ffmpeg_decoder.cpp:508:29: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3545) [-Wdeprecated-declarations] pFrame=avcodec_alloc_frame(); ^ Makefile:470: recipe for target 'ffmpeg_decoder.o' failed make[1]: *** [ffmpeg_decoder.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/mnt/sda8/makepkg/noad/src/noad-0.8.6' Makefile:295: recipe for target 'all' failed make: *** [all] Error 2