Package Details: avidemux-qt5-git 2.8.2.250109.08860c2d1-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, libADM_openGLQT56.so, libADM_render6_QT5.so, libADM_UIQT56.so
Replaces: avidemux-qt-git
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 26
Popularity: 0.115385
First Submitted: 2014-10-16 16:44 (UTC)
Last Updated: 2025-01-09 22:28 (UTC)

Dependencies (76)

Required by (1)

Sources (8)

Latest Comments

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

Brottweiler commented on 2014-10-16 14:15 (UTC)

Fails for me when building: https://gist.github.com/b3f4a8c0728590d8a07c

sl1pkn07 commented on 2014-09-11 14:48 (UTC)

@ertua 'git' exist in the makedepends array (line 17)

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!