Package Details: strigi 0.8.0.r18.e017dc9-1

Git Clone URL: https://aur.archlinux.org/strigi.git (read-only, click to copy)
Package Base: strigi
Description: File indexing and file search framework adopted by KDE
Upstream URL: http://fluxer.github.io/katana/
Licenses: LGPL
Submitter: None
Maintainer: None
Last Packager: FredBezies
Votes: 2
Popularity: 0.000000
First Submitted: 2017-08-23 00:23 (UTC)
Last Updated: 2020-04-25 11:07 (UTC)

Latest Comments

davidmcinnis commented on 2019-01-18 10:54 (UTC)

I think the problem has something to do with ffmpeg-4.1. Not sure how to fix it right now. If anyone figures it out, please let me know.

/src/strigi-0.7.8/libstreamanalyzer/plugins/endplugins/ffmpegendanalyzer.cpp:416:66: error: ‘const AVCodecContext’ {aka ‘const struct AVCodecContext’} has no member named ‘codec_name’; did you mean ‘codec_type’?

-Dave

Drew commented on 2019-01-18 03:52 (UTC) (edited on 2019-01-18 03:53 (UTC) by Drew)

[ 72%] Built target jpeg
make: *** [Makefile:141: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

bartus commented on 2018-08-29 13:30 (UTC) (edited on 2018-08-29 13:30 (UTC) by bartus)

ffmpeg4 requires few modifications: here's marged patch for ffmpeg3+4 diff

not_anonymous commented on 2018-05-13 22:56 (UTC)

make[2]: [libstreamanalyzer/plugins/endplugins/CMakeFiles/ffmpeg.dir/build.make:63: libstreamanalyzer/plugins/endplugins/CMakeFiles/ffmpeg.dir/ffmpegendanalyzer.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:485: libstreamanalyzer/plugins/endplugins/CMakeFiles/ffmpeg.dir/all] Error 2 make: *** [Makefile:141: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build strigi.

<deleted-account> commented on 2017-08-23 00:44 (UTC)

I found the PKGBUILD in Chakra's repos. Only major change I made was to add a patch allowing this to build against ffmpeg3. Other than that, just a couple of minor cosmetic changes were made.