Search Criteria
Package Details: acoustid-fingerprinter 0.6-8
Git Clone URL: | https://aur.archlinux.org/acoustid-fingerprinter.git (read-only, click to copy) |
---|---|
Package Base: | acoustid-fingerprinter |
Description: | Acoustid Fingerprinter is a cross-platform GUI application for submitting audio fingerprints generated by Chromaprint. |
Upstream URL: | http://acoustid.org/fingerprinter |
Keywords: | acoustid musicbrainz |
Licenses: | |
Submitter: | Mineo |
Maintainer: | JonnyJD (Mineo) |
Last Packager: | JonnyJD |
Votes: | 19 |
Popularity: | 0.000008 |
First Submitted: | 2011-02-10 10:29 |
Last Updated: | 2017-01-29 15:40 |
Dependencies (5)
- chromaprint (chromaprint-fftw, chromaprint-git)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-gl-transition, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-headless, ffmpeg-ndi, ffmpeg-decklink, ffmpeg-git, ffmpeg-libfdk_aac, ffmpeg-nocuda, ffmpeg-amd-full-git, ffmpeg-full, ffmpeg-amd-full, ffmpeg-full-git)
- qt4 (qt4-revert80e3108)
- taglib>=1.6 (taglib-git)
- cmake (cmake-git) (make)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
fordprefect commented on 2014-09-29 12:06
i still encounter problems while building:
/usr/bin/ld: warning: libavcodec.so.55, needed by /usr/lib/libchromaprint.so, may conflict with libavcodec.so.53
/usr/bin/ld: warning: libavutil.so.52, needed by /usr/lib/libchromaprint.so, may conflict with libavutil.so.51
/usr/lib/libavcodec.so.55: undefined reference to `swr_close@LIBSWRESAMPLE_0'
/usr/lib/libavcodec.so.55: undefined reference to `swr_is_initialized@LIBSWRESAMPLE_0'
how to solve this?
JonnyJD commented on 2014-09-29 11:43
aaand I am now maintainer of this package (thanks Mineo).
(this means this package is now updated and should work with ffmpeg-compat2)
@integr:
upstream basically drops support for acoustid-fingerprinter:
https://bitbucket.org/acoustid/acoustid-fingerprinter/pull-request/3/fix-build-with-upcoming-libav-10-release/diff#comment-1276875
I also tried with some patches a while ago, but I didn't succeed.
If somebody finds/creates a patchset that not only makes acoustid build, but also run with current ffmpeg/libav/whatever I will happily apply these in the package.
intgr commented on 2014-09-29 11:38
@JonnyJD Well that's a hack, surely acoustid-fingerprinter should be updated to support the new APIs.
JonnyJD commented on 2014-09-29 11:34
I have a fixed PKGBUILD at
https://github.com/JonnyJD/PKGBUILDs/tree/master/_musicbrainz/acoustid-fingerprinter
I patch acoustid to use https://aur.archlinux.org/packages/ffmpeg-compat2/ (so this is a new dependency).
Freso commented on 2014-03-29 08:06
Any update @anthonyclark?
fordprefect commented on 2014-03-17 11:21
this is still broken, and your suggested fix does not work for me (could not locate AVCODEC_MAX_AUDIO_FRAME_SIZE).
any chance to get this fixed?
anthonyclark commented on 2013-10-03 23:25
Hey guys, a solution for me was to change the broken `enum CodecID` to `enum AVCodedID` and change the `AVCODEC_MAX_AUDIO_FRAME_SIZE` constant to it's value of 192000.
However, there are still warnings for a deprecated a function call. When I fix that, I'll put the patch into a PKGBUILD.
For newbies:
Download the package build, run makepkg and it'll fail, change the files like I said above, run 'makepkg -ef'. It should build. Install normally.
anthonyclark commented on 2013-10-03 23:24
Hey guys, a solution for me was to change the broken `enum CodecID` to `enum AVCodedID` and change that the `AVCODEC_MAX_AUDIO_FRAME_SIZE` constant to it's value of 192000.
However, there are still warning for a deprecated function call. When I fix that, I'll put the patch into a PKGBUILD.
For newbies:
Download the package build, run makepkg and it'll fail, change the files like I said above, run 'makepkg -ef'. It should work.
Mineo commented on 2013-08-30 08:36
That's already reported upstream: https://bitbucket.org/acoustid/acoustid-fingerprinter/issue/4/does-not-build-against-latest-ffmpeg
thelinuxguy commented on 2013-08-29 23:18
I keep getting this error during compilation:
https://gist.github.com/anonymous/aa4499e6515995b2acdf