Package Details: avidemux-core-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: Core libs for Avidemux. (GIT version)
Upstream URL: http://www.avidemux.org
Licenses: GPL2
Conflicts: avidemux-core
Provides: avidemux-core, libADM6avcodec.so, libADM6avformat.so, libADM6avutil.so, libADM6postproc.so, libADM6swscale.so, libADM_audioParser6.so, libADM_core6.so, libADM_coreAudio6.so, libADM_coreAudioDevice6.so, libADM_coreAudioEncoder6.so, libADM_coreAudioFilterAPI6.so, libADM_coreDemuxer6.so, libADM_coreDemuxerMpeg6.so, libADM_coreImage6.so, libADM_coreImageLoader6.so, libADM_coreJobs.so, libADM_coreLibVA6.so, libADM_coreLibVAEnc6.so, libADM_coreMuxer6.so, libADM_coreScript.so, libADM_coreSocket6.so, libADM_coreSqlLight3.so, libADM_coreSubtitles6.so, libADM_coreUI6.so, libADM_coreUtils6.so, libADM_coreVDPAU6.so, libADM_coreVideoCodec6.so, libADM_coreVideoEncoder6.so, libADM_coreVideoFilter6.so
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 26
Popularity: 0.117740
First Submitted: 2014-10-16 16:44 (UTC)
Last Updated: 2025-01-09 22:28 (UTC)

Required by (69)

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!