Search Criteria
Package Details: qcma 0.4.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/qcma.git (read-only, click to copy) |
---|---|
Package Base: | qcma |
Description: | Content Manager Assistant for the PS Vita |
Upstream URL: | https://github.com/codestation/qcma |
Keywords: | CMA PSV PSVita |
Licenses: | GPL |
Submitter: | codestation |
Maintainer: | silverhikari |
Last Packager: | silverhikari |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2014-10-23 02:54 (UTC) |
Last Updated: | 2022-03-05 04:38 (UTC) |
Dependencies (4)
- libnotify (libnotify-gitAUR)
- libvitamtpAUR (libvitamtp-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-tools (make)
Latest Comments
codestation commented on 2022-03-04 00:09 (UTC)
@silverhikari you can try to pass
DISABLE_FFMPEG
to the qmake command and remove the ffmpeg dependency so it builds again (only image/video previews are lost).Some ffmpeg functions that Qcma uses are either deprecated or removed so a code refactoring is needed for a proper fix. I archived the qcma repo because i don't have a PSVita anymore so there won't be an official patch until somebody forks the project and make the fix themselves.
silverhikari commented on 2022-02-26 17:40 (UTC)
@chowder3907 i have confirm this a bug caused by the new ffmpeg release, though with the qcma repository being archived and i have no clue how to fix said issue, this may be so for a while.
chowder3907 commented on 2022-02-26 03:15 (UTC)
Currently get this error when building: g++ -c -pipe -Wno-write-strings -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Wall -Wextra -Wdisabled-optimization -Wformat=2 -Winit-self -Wmissing-include-dirs -Woverloaded-virtual -Wundef -Wno-unused -Wno-missing-field-initializers -Wno-format-nonliteral -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -flto -fno-fat-lto-objects -Wall -Wextra -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DQCMA_VER=\"0.4.1\" -DFFMPEG_ENABLED -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I. -I/usr/include/libusb-1.0 -I/usr/include/libxml2 -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtSql -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o cmarootobject.o cmarootobject.cpp g++ -c -pipe -Wno-write-strings -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Wall -Wextra -Wdisabled-optimization -Wformat=2 -Winit-self -Wmissing-include-dirs -Woverloaded-virtual -Wundef -Wno-unused -Wno-missing-field-initializers -Wno-format-nonliteral -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -flto -fno-fat-lto-objects -Wall -Wextra -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DQCMA_VER=\"0.4.1\" -DFFMPEG_ENABLED -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I. -I/usr/include/libusb-1.0 -I/usr/include/libxml2 -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtSql -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o cmautils.o cmautils.cpp In file included from cmautils.cpp:23: avdecoder.h: In constructor ‘AVDecoder::AvInit::AvInit()’: avdecoder.h:75:13: error: ‘av_register_all’ was not declared in this scope 75 | av_register_all(); | ^~~~~~~~~~~~~~~ make[1]: [Makefile:984: cmautils.o] Error 1 make[1]: Leaving directory '/tmp/qcma/src/qcma-0.4.1/common' make: [Makefile:49: sub-common-make_first] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
codestation commented on 2018-05-15 05:09 (UTC)
Added a patch to build with latest ffmpeg
ABOhiccups commented on 2018-05-15 02:37 (UTC)
Unable to install qcma. This needs an update.
sl1pkn07 commented on 2016-11-26 19:00 (UTC)
codestation commented on 2016-03-09 03:53 (UTC)
dural02 commented on 2016-03-05 21:58 (UTC)
codestation commented on 2015-03-14 14:41 (UTC)
doragasu commented on 2015-03-14 14:37 (UTC)