@onlybugreports @keibak the fail is due to the last mpv version, I have disabled video support for the moment, qimgv-git build fine, I'll get in touch with the developer and likely cherry pick a patch when I have time
Search Criteria
Package Details: qimgv 1.0.3+alpha+94+ge2675f13-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qimgv.git (read-only, click to copy) |
---|---|
Package Base: | qimgv |
Description: | Qt5 image viewer with experimental webm playback |
Upstream URL: | https://github.com/easymodo/qimgv |
Licenses: | GPL3 |
Submitter: | FabioLolix |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 43 |
Popularity: | 1.22 |
First Submitted: | 2018-02-11 08:30 (UTC) |
Last Updated: | 2023-08-13 15:07 (UTC) |
Dependencies (15)
- exiv2 (exiv2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- mpv (mpv-light-pulseAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-full-build-gitAUR, mpv-build-gitAUR)
- opencv (opencv-cuda)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-imageformats
- qt5-svg (qt5-svg-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt5-tools (make)
- kimageformats (kimageformats-gitAUR) (optional) – support for more image formats
- qt5-apng-pluginAUR (optional) – animated png support
- qtrawAUR (optional) – raw images support
Required by (0)
Sources (1)
FabioLolix commented on 2022-11-16 23:02 (UTC)
keibak commented on 2022-11-16 21:08 (UTC)
Hi, my build fails with
[ 1%] Automatic MOC and UIC for target player_mpv
[ 2%] Automatic MOC and UIC for target qimgv
[ 2%] Built target player_mpv_autogen
[ 2%] Building CXX object plugins/player_mpv/CMakeFiles/player_mpv.dir/player_mpv_autogen/mocs_compilation.cpp.o
[ 3%] Building CXX object plugins/player_mpv/CMakeFiles/player_mpv.dir/src/videoplayermpv.cpp.o
[ 4%] Building CXX object plugins/player_mpv/CMakeFiles/player_mpv.dir/src/videoplayer.cpp.o
[ 5%] Building CXX object plugins/player_mpv/CMakeFiles/player_mpv.dir/src/mpvwidget.cpp.o
AutoMoc: ~/.cache/yay/qimgv/src/qimgv-1.0.2/qimgv/gui/customwidgets/thumbnailview.h:159: Warning: Class ThumbnailView implements the interface IDirectoryView but does not list it in Q_INTERFACES. qobject_cast to IDirectoryView will not work!
~/.cache/yay/qimgv/src/qimgv-1.0.2/plugins/player_mpv/src/mpvwidget.cpp: In member function 'virtual void MpvWidget::initializeGL()':
~/.cache/yay/qimgv/src/qimgv-1.0.2/plugins/player_mpv/src/mpvwidget.cpp:72:77: error: too many initializers for 'mpv_opengl_init_params'
72 | mpv_opengl_init_params gl_init_params{get_proc_address, nullptr, nullptr};
| ^
make[2]: *** [plugins/player_mpv/CMakeFiles/player_mpv.dir/build.make:104: plugins/player_mpv/CMakeFiles/player_mpv.dir/src/mpvwidget.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:259: plugins/player_mpv/CMakeFiles/player_mpv.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 5%] Built target qimgv_autogen
make: *** [Makefile:136: all] Error 2
onlybugreports commented on 2022-11-14 12:58 (UTC)
Hi. During the compilation I get the folowing error:
...
[ 13%] Building CXX object qimgv/CMakeFiles/qimgv.dir/components/directorypresenter.cpp.o
/home/felipe/.cache/aurutils/sync/qimgv/src/qimgv-1.0.2/plugins/player_mpv/src/mpvwidget.cpp: In member function ‘virtual void MpvWidget::initializeGL()’:
/home/felipe/.cache/aurutils/sync/qimgv/src/qimgv-1.0.2/plugins/player_mpv/src/mpvwidget.cpp:72:77: error: too many initializers for ‘mpv_opengl_init_params’
72 | mpv_opengl_init_params gl_init_params{get_proc_address, nullptr, nullptr};
| ^
[ 14%] Building CXX object qimgv/CMakeFiles/qimgv.dir/components/scriptmanager/scriptmanager.cpp.o
...
Then I get the error at the end:
...
/usr/lib/libQt5Svg.so.5.15.7 /usr/lib/libQt5PrintSupport.so.5.15.7 /usr/lib/libopencv_imgproc.so.4.6.0 /usr/lib/libQt5Widgets.so.5.15.7 /usr/lib/libQt5Gui.so.5.15.7 /usr/lib/libQt5Core.so.5.15.7 /usr/lib/libexiv2.so /usr/lib/libopencv_core.so.4.6.0
[ 98%] Built target qimgv
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
RX14 commented on 2020-10-23 22:39 (UTC)
@FabioLolix The standard practice is to bump pkgrel after dependencies like opencv make ABI changes, so people can rebuild.
keibak commented on 2020-10-17 18:54 (UTC) (edited on 2020-10-17 18:55 (UTC) by keibak)
Similar for me:
qimgv: error while loading shared libraries: libopencv_imgproc.so.4.4: cannot open shared object file: No such file or directory
acmiudhg commented on 2020-10-02 12:01 (UTC)
@astewartau: It just needs to be rebuild and reinstalled after the update of opencv.
astewartau commented on 2020-08-15 00:32 (UTC)
Currently, I get this error when I try to run the latest version of qimgv
:
qimgv: error while loading shared libraries: libopencv_imgproc.so.4.3: cannot open shared object file: No such file or directory
Is there a dependency missing?
<deleted-account> commented on 2019-09-02 05:02 (UTC)
@FabioLolix This is the only one I can remember just like that: https://www.svikamylla.is/img/share_img.png
FabioLolix commented on 2019-08-27 21:46 (UTC)
@ashkan I don't have time or interest for taking care of a qimgv-bin package too
@zeroxfourc why not. Do you a an image I can test? some time ago made also a pkgbuild for qtraw but haven't uploaded it yet
Package update should come tomorrow
<deleted-account> commented on 2019-08-27 16:40 (UTC)
@ashkan According to the AUR submission guidelines "submitting binaries should be avoided if the sources are available." If you want the prebuilt binaries I guess you could make a qimgv-bin
package or something.
Pinned Comments
FabioLolix commented on 2023-02-04 14:19 (UTC)
FYI that kind of error mean that the mentioned library is no longer in the system and that the package need to be rebuilded