Package Details: megasync 5.7.1.0-1

Git Clone URL: https://aur.archlinux.org/megasync.git (read-only, click to copy)
Package Base: megasync
Description: Official MEGA desktop application for syncing with MEGA Cloud Drive
Upstream URL: https://github.com/meganz/MEGAsync/
Licenses: LicenseRef-Mega-Limited-Code-License
Submitter: son_link
Maintainer: dbermond
Last Packager: dbermond
Votes: 380
Popularity: 0.94
First Submitted: 2014-09-01 18:12 (UTC)
Last Updated: 2025-01-16 19:31 (UTC)

Latest Comments

« First ‹ Previous 1 .. 24 25 26 27 28 29 30 31 32 33 34 .. 53 Next › Last »

Reavershark commented on 2018-02-01 08:53 (UTC)

Same, fails to load with 6.0.0. Only works with 5.6.5.

majster commented on 2018-01-31 21:06 (UTC)

I also have problem with crypto++ after upgrade.

psltn commented on 2018-01-31 16:23 (UTC)

Hello. After upgrading crypto++ from version 5.6.5-3 to version 6.0.0-2, megasync is not launching anymore: megasync: error while loading shared libraries: libcryptopp.so.5.6: cannot open shared object file: No such file or directory

baizon commented on 2018-01-29 18:42 (UTC)

@baxtex I'm also an manjaro user. I think what you got there are just warning. I didn't had any trouble building it.

baxtex commented on 2018-01-13 15:35 (UTC)

Hi, I new to Manjaro and tried using the gui pacman application for installing this but I get the following errors: https://gist.github.com/anonymous/de59d96d8414be8a2783ea044a64d4c6

Not sure what the problem is? Looks like something with the gui.

hackr commented on 2018-01-04 12:56 (UTC)

@sekret, thanks! I was way behind on this and I was just trying to rush it, and I figured it would be okay but of course not!

I will fix the PKGBUILD today, thanks for the heads up!

sekret commented on 2018-01-04 09:23 (UTC)

According to namcap qt5-svg is a dependency, so please add it to the depends array.

Since the current package compiles fine for you @hackr, I suggest to always build packages in clean chroots. Only then you can be sure that all (make)dependencies are included in the package. And always use namcap on the package!

RemoteAdmin commented on 2018-01-04 08:01 (UTC) (edited on 2018-01-04 08:02 (UTC) by RemoteAdmin)

Compilation fails if qt5-svg is not installed:

"Project ERROR: Unknown module(s) in QT: svg"

Please add qt5-svg with either of those:

depends=('curl' 'c-ares' 'crypto++' 'libsodium' 'hicolor-icon-theme' 'qt5-base' 'libuv' 'openssl' 'qt5-svg')

makedepends=('git' 'qt5-tools' 'swig' 'doxygen' 'qt5-svg')

hackr commented on 2018-01-04 01:40 (UTC)

Updated to latest version. Compiled and ran fine for me.