Search Criteria
Package Details: qtfm-git 2025.05.17-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qtfm-git.git (read-only, click to copy) |
---|---|
Package Base: | qtfm-git |
Description: | A lightweight file manager (git version) |
Upstream URL: | https://github.com/rodlie/qtfm/releases |
Keywords: | filemanager qt |
Licenses: | GPL-2.0-or-later |
Conflicts: | qtfm |
Provides: | qtfm |
Submitter: | BrainwreckedTech |
Maintainer: | BrainwreckedTech |
Last Packager: | BrainwreckedTech |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-10-10 15:46 (UTC) |
Last Updated: | 2025-06-17 23:02 (UTC) |
Dependencies (5)
- desktop-file-utils (desktop-file-utils-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-full-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-full-gitAUR, ffmpeg-amd-fullAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
Latest Comments
BrainwreckedTech commented on 2025-06-17 22:57 (UTC)
Completely missed the upstream fix for FFMpeg. The
with-ffmpeg
option has been re-set.BrainwreckedTech commented on 2023-01-24 08:51 (UTC)
It seems FFMpeg 5.x has deprecated something QTFM used to rely on, and it seems QTFM development has entered molasses territory. As such, the with_ffmpeg option has been removed as the package will no longer build with it set.
mser commented on 2020-08-02 18:35 (UTC) (edited on 2020-08-03 18:24 (UTC) by mser)
~~The PR has now been merged so it should build again.~~ Yeah, sorry, I missed your comment @haawda. Just saw myself that it got merged into a different branch.
https://aur.archlinux.org/packages/qtfm added the patch as well though.
haawda commented on 2020-08-02 16:00 (UTC)
The commit for https://github.com/rodlie/qtfm/pull/166 has been merged into branch 6.2, but not into master.
mser commented on 2020-08-02 10:17 (UTC) (edited on 2020-08-02 10:18 (UTC) by mser)
Seems to be an upstream error when building using Qt 5.15+. This PR apparently fixes it, maybe you could include it as a patch until it gets merged? https://github.com/rodlie/qtfm/pull/166
csts commented on 2020-07-02 22:32 (UTC) (edited on 2020-07-02 22:39 (UTC) by csts)
Failed to build:
g++ -c -pipe -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -fPIC -fopenmp -Wall -Wextra -D_REENTRANT -DQT_NO_DEBUG_OUTPUT -DWITH_MAGICK -DWITH_FFMPEG -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I/home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm -I. -I/home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm/qtcopydialog -isystem /usr/include/ImageMagick-7 -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtConcurrent -isystem /usr/include/qt/QtDBus -isystem /usr/include/qt/QtCore -I../lib/.moc_libfm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ../lib/.obj_libfm/iconview.o /home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm/iconview.cpp g++ -c -pipe -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -fPIC -fopenmp -Wall -Wextra -D_REENTRANT -DQT_NO_DEBUG_OUTPUT -DWITH_MAGICK -DWITH_FFMPEG -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I/home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm -I. -I/home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm/qtcopydialog -isystem /usr/include/ImageMagick-7 -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtConcurrent -isystem /usr/include/qt/QtDBus -isystem /usr/include/qt/QtCore -I../lib/.moc_libfm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ../lib/.obj_libfm/iconlist.o /home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm/iconlist.cpp /home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm/iconview.cpp: In member function ‘virtual void IconViewDelegate::paint(QPainter*, const QStyleOptionViewItem&, const QModelIndex&) const’: /home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm/iconview.cpp:77:22: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined 77 | QPainterPath path; | ^~~~ make[1]: *** [Makefile:937: ../lib/.obj_libfm/iconview.o] Error 1 make[1]: *** Waiting for unfinished jobs.... /home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm/iconlist.cpp: In member function ‘virtual void IconListDelegate::paint(QPainter*, const QStyleOptionViewItem&, const QModelIndex&) const’: /home/k/.cache/pacaur/qtfm-git/src/qtfm/libfm/iconlist.cpp:30:22: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined 30 | QPainterPath path; | ^~~~ make[1]: *** [Makefile:940: ../lib/.obj_libfm/iconlist.o] Error 1 make[1]: Leaving directory '/home/k/.cache/pacaur/qtfm-git/src/qtfm/build/libfm' make: *** [Makefile:49: sub-libfm-make_first] Error 2 ==> ERROR: A failure occurred in build(). Aborting... :: failed to build qtfm-git package(s)