Search Criteria
Package Details: megacmd 2.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/megacmd.git (read-only, click to copy) |
---|---|
Package Base: | megacmd |
Description: | MEGA Command Line Interactive and Scriptable Application |
Upstream URL: | https://github.com/meganz/MEGAcmd |
Keywords: | cli cloud mega |
Licenses: | LicenseRef-megacmd |
Submitter: | RX14 |
Maintainer: | ChrisLane |
Last Packager: | ChrisLane |
Votes: | 15 |
Popularity: | 0.068947 |
First Submitted: | 2020-07-20 00:23 (UTC) |
Last Updated: | 2025-03-25 14:46 (UTC) |
Dependencies (13)
- c-ares (c-ares-gitAUR)
- crypto++ (crypto++-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- icu (icu-gitAUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- libuv (libuv-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pcre
- readline (readline-gitAUR)
- sqlite (sqlite-fossilAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
ChrisLane commented on 2023-03-14 11:05 (UTC)
Thanks @patlefort. I hadn't noticed that megacmd had updated and stopped building with latest ffmpeg but that's all sorted now.
patlefort commented on 2023-03-12 00:33 (UTC)
I also notice some missing dependencies:
libpdfium
,ffmpeg
andlibraw
.patlefort commented on 2023-03-12 00:01 (UTC)
arch
is explained here: https://wiki.archlinux.org/title/PKGBUILD#archThe package has to explicitly specify the architectures it support.
Also it doesn't compile currently but a quick fix can fix it by adding
sed -i 's/#define CAP_TRUNCATED CODEC_CAP_TRUNCATED/#define CAP_TRUNCATED 0/' 'src/gfx/freeimage.cpp'
inprepare()
or or making a new patch.ChrisLane commented on 2023-03-08 09:07 (UTC)
@dundarious what compiled code are you referring to? As far as I am aware, any architecture should be able to compile both mega SDK and megacmd for their system using this package.
dundarious commented on 2023-03-07 16:53 (UTC)
The
arch
variable in PKGBUILD seems to be wrong. It is just "any", but this contains compiled code, so it is architecture specific ("any" is only to be used for architecture agnostic stuff like scripts).It should be something more like
arch=(x86_64 aarch64 armv7h)
or justarch=(x86_64)
ChrisLane commented on 2023-02-22 11:57 (UTC)
@saltedcoffii I couldnt' see that the presence of doxygen had any effect on the resulting package other than the warning during build.
saltedcoffii commented on 2023-02-21 13:48 (UTC)
Doxygen needs to be added as make dependency:
ChrisLane commented on 2023-01-31 10:08 (UTC)
Not sure @laba but I've checked and the validity checks are still passing for me.
ChrisLane commented on 2023-01-31 10:06 (UTC)
Thanks @vcalv, I've applied that patch now.
laba commented on 2023-01-30 21:49 (UTC)
any solution ?
« First ‹ Previous 1 2 3 4 5 Next › Last »