Package Details: avidemux-qt5-git 2.8.2.241124.b74c1a154-1

Git Clone URL: https://aur.archlinux.org/avidemux-git.git (read-only, click to copy)
Package Base: avidemux-git
Description: Qt5 GUI for Avidemux. (GIT version)
Upstream URL: http://www.avidemux.org
Licenses: GPL2
Conflicts: avidemux-qt, avidemux-qt5
Provides: avidemux-qt5
Replaces: avidemux-qt-git
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 26
Popularity: 0.184463
First Submitted: 2014-10-16 16:44 (UTC)
Last Updated: 2024-11-24 01:36 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

ertua commented on 2014-09-11 13:55 (UTC)

makedepends=('git')

YamashitaRen commented on 2013-08-27 10:56 (UTC)

Avidemux is finally compiling : http://www.avidemux.org/smf/index.php/topic,12398.msg65153.html#msg65153

YamashitaRen commented on 2013-08-16 10:49 (UTC)

Even with this fix, I have still the compilation problem ... http://pastebin.com/WD4saGac

japama commented on 2013-08-06 10:27 (UTC)

I resolved the r3392 compilation problem : I said N for recompilation in the file /tmp/yaourt-tmp-$USER/aur-avidemux-2.6-git/src/avidemux/avidemux_core/ADM_coreVideoCodec/ADM_hwAccel/ADM_coreLibVA/src/ADM_coreLibVA.cpp i replaced CHECK_ERROR(vaCreateSurfaces(ADM_coreLibVA::display,w,h,VA_RT_FORMAT_YUV420,1,&s)); by VASurfaceAttrib attrib_list; unsigned int num_attribs; CHECK_ERROR(vaCreateSurfaces(ADM_coreLibVA::display,VA_RT_FORMAT_YUV420,w,h,&s,1,&attrib_list,num_attribs)); in the file /tmp/yaourt-tmp-christophe/aur-avidemux-2.6-git/src/avidemux/avidemux_plugins/ADM_videoEncoder/libva/ADM_libvaEncoder.cpp i replaced if(!vaSurface.fromAdmImage(image)) by if(!vaSurface->fromAdmImage(image)) then i typed : makepkg -e && makepkg -i That's it!

sl1pkn07 commented on 2013-07-08 22:31 (UTC)

same here. is upstream problem

flittermice commented on 2013-07-08 14:38 (UTC)

Am I the only one who constantly gets compile errors? make[2]: *** [ADM_coreVideoCodec/ADM_hwAccel/ADM_coreLibVA/src/CMakeFiles/ADM_coreLibVA6.dir/ADM_coreLibVA.cpp.o] Error 1