Package Base Details: avidemux-git

Git Clone URL: https://aur.archlinux.org/avidemux-git.git (read-only, click to copy)
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 25
Popularity: 0.000000
First Submitted: 2014-10-16 16:44 (UTC)
Last Updated: 2024-01-25 21:19 (UTC)

Latest Comments

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

pingplug commented on 2019-02-10 07:50 (UTC)

there is no need to install .desktop and icon manually, makefile can handle this now

yair commented on 2019-01-30 12:36 (UTC)

errored with ====== $ avidemux3_qt5 avidemux3_qt5: error while loading shared libraries: libADM6avcodec.so.57: cannot open shared object file: Permission denied

sudo helps to run it properly....

pingplug commented on 2017-12-09 02:07 (UTC)

ffmpeg-parallel-build-use-processorcount.patch is merged to upstream

sl1pkn07 commented on 2017-02-02 08:44 (UTC)

just update the package if you want the latest changes in upstream

soloturn commented on 2017-02-02 08:31 (UTC) (edited on 2017-02-02 08:35 (UTC) by soloturn)

you'd mind updating the PKGBUILD to the one used now for the avidemux package? https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/avidemux especially in the wayland transition phase testing newest commits would be great with this AUR package. there were quite some fixes which allow nowadays a simplified PKGBUILD.

ni3k commented on 2016-02-29 10:23 (UTC)

@vugri Always had trouble compiling/installing this AUR package, but you can go to Avidemux site: http://fixounet.free.fr/avidemux/download.html And download the latest tar.gz (2.6.11 Final) Then unpack and build: bash bootStrap.bash --enable-qt5 --with-cli (make sure you have all dependencies installed) After this, you will have an "install" folder with a /usr, copy all files to /usr of your system, but keep the the original, then you know what files to delete, if you want to remove it. Also see: http://avidemux.org/admWiki/doku.php?id=build:install_2.6

vugri commented on 2016-02-05 13:22 (UTC)

[100%] Linking CXX executable avidemux3_cli common/ADM_audioFilter/src/libADM_audioFilter6.a(audiofilter_encoder.cpp.o): In function `audioCreateEncodingStream(EditableAudioTrack*, bool, unsigned long)': audiofilter_encoder.cpp:(.text+0x1da): undefined reference to `ADM_AudioEncoder::getLanguage[abi:cxx11]()' common/ADM_toolkit/libADM_toolkit6.a(automation.cpp.o): In function `saveCB(char*)': automation.cpp:(.text+0x846): undefined reference to `admCoreUtils::setLastWriteFolder(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' common/ADM_toolkit/libADM_toolkit6.a(automation.cpp.o): In function `loadCB(char*)': automation.cpp:(.text+0x9a2): undefined reference to `admCoreUtils::setLastReadFolder(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' collect2: greška: ld returned 1 exit status CMakeFiles/avidemux3_cli.dir/build.make:456: recipe for target 'avidemux3_cli' failed make[2]: *** [avidemux3_cli] Error 1 CMakeFiles/Makefile2:84: recipe for target 'CMakeFiles/avidemux3_cli.dir/all' failed make[1]: *** [CMakeFiles/avidemux3_cli.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2

sl1pkn07 commented on 2015-06-07 13:48 (UTC)

update pkgbuild. now is a real splitted pkgbuild. not need set options anymore (but need build everything) remove GTK support (at the moment. still fail build) sorry the inconveniences and greetings

sl1pkn07 commented on 2015-06-05 23:24 (UTC)

oh. thanks fixed

InspMustache commented on 2015-06-05 17:47 (UTC)

Well, turns out I had to install the qt5-tools package which is not in the makedepends array. Now it builds fine.