Package Details: megasync 5.4.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: 381
Popularity: 0.53
First Submitted: 2014-09-01 18:12 (UTC)
Last Updated: 2024-08-14 21:02 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 52 Next › Last »

killua99 commented on 2022-04-20 19:26 (UTC)

I bumped megasync version on GitHub @shuryanc version. You need to download it and just run makepkg -si and you will have latest version.

servimo commented on 2022-03-31 21:54 (UTC)

I use megasync-bin

RefSnow commented on 2022-03-31 17:33 (UTC)

Is anyone having trouble opening the application?

Here it is not working.

Error log: Complete log here: https://pastebin.com/68ug8Hei

Error info:
Segmentation fault (11) at address 0
Stacktrace:
/usr/lib/libxcb.so.1(xcb_send_request_with_fds64+0x14) [0x7fee743d6144]
/usr/lib/libxcb.so.1(xcb_send_request_with_fds64+0x14) [0x7fee743d6144]
/usr/lib/libxcb.so.1(xcb_send_request+0xa) [0x7fee743d66ba]
/usr/lib/libxcb.so.1(xcb_intern_atom+0x85) [0x7fee743dcf25]
megasync(+0x4571ce) [0x55b9b50821ce]
megasync(+0x475b14) [0x55b9b50a0b14]
megasync(+0x4670d0) [0x55b9b50920d0]
megasync(+0x17903e) [0x55b9b4da403e]
/usr/lib/libc.so.6(+0x2d310) [0x7fee72a23310]
/usr/lib/libc.so.6(__libc_start_main+0x81) [0x7fee72a233c1]
megasync(+0x17ece5) [0x55b9b4da9ce5]

magicgoose commented on 2022-03-18 14:37 (UTC)

Doesn't compile as of today

mega/src/gfx/freeimage.cpp: In member function ‘bool mega::GfxProcFreeImage::readbitmapFfmpeg(mega::FileAccess*, const mega::LocalPath&, int)’:
mega/src/gfx/freeimage.cpp:239:44: error: invalid conversion from ‘const AVCodec*’ to ‘AVCodec*’ [-fpermissive]
  239 |     AVCodec* decoder = avcodec_find_decoder(codecId);
      |                        ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
      |                                            |
      |                                            const AVCodec*

shady90 commented on 2022-03-18 09:41 (UTC) (edited on 2022-03-18 09:49 (UTC) by shady90)

missing libavcodec ffmpeg lib (in the right version 58) on my machine since yesterday

megasync: error while loading shared libraries: libavcodec.so.58: cannot open shared object file: No such file or directory
$ ls -la /usr/lib/libavcodec*
lrwxrwxrwx 1 root root       23  6 mar 16.40 /usr/lib/libavcodec.so -> libavcodec.so.59.18.100
lrwxrwxrwx 1 root root       23  6 mar 16.40 /usr/lib/libavcodec.so.59 -> libavcodec.so.59.18.100
-rwxr-xr-x 1 root root 15208840  6 mar 16.40 /usr/lib/libavcodec.so.59.18.100

the needed version is not explicit in the aur package?

$ yay -Qi megasync
Name            : megasync
Version         : 4.6.3.0-1
Description     : Easy automated syncing between your computers and your MEGA cloud drive
Architecture    : x86_64
...
Depends On      : c-ares  crypto++  libsodium  hicolor-icon-theme  libuv  qt5-svg  qt5-x11extras  libmediainfo  libraw  qt5-base  ffmpeg  libpdfium  freeimage
                  libudev.so=1-64
...

ffmpeg 2:5.0-5 Provides libavcodec.so=59-64

$ yay -Qi ffmpeg
Name            : ffmpeg
Version         : 2:5.0-5
Description     : Complete solution to record, convert and stream audio and video
Architecture    : x86_64
...
Provides        : libavcodec.so=59-64  libavdevice.so=59-64  libavfilter.so=8-64  libavformat.so=59-64  libavutil.so=57-64  libpostproc.so=56-64  libswresample.so=4-64
                  libswscale.so=6-64
...

FXCNN commented on 2022-02-25 15:48 (UTC) (edited on 2022-02-25 18:13 (UTC) by FXCNN)

megasync: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by megasync) nevertheless /usr/lib/libc.so.6 está contenido en glibc 2.33-5

dr460nf1r3 commented on 2022-02-23 17:31 (UTC) (edited on 2022-02-23 17:32 (UTC) by dr460nf1r3)

The package fails to compile in a clean chroot here, full logs are available over here :)

shuryanc commented on 2022-02-05 16:54 (UTC)

I edited the files for build. In case you need to update megasync to 4.6.3.0, you may download the files from my git. https://github.com/shuryanc/megasync_aur/

suddengunter commented on 2022-02-01 11:43 (UTC)

fails with

megasync
Error unsetting QT_QPA_PLATFORMTHEME vble

I use qt5ct and my QT related env looks like:

env | grep QT
QT_QPA_PLATFORMTHEME=qt5ct
QT_STYLE_OVERRIDE=kvantum

michaldybczak commented on 2022-01-16 10:17 (UTC)

@sumfahg, in the meantime, you can always use arch version downloaded from mega.nz. It's a bit older to the upstream but works flawlessly.