Package Details: megasync-git 5.7.0.0.502.g499ca1353-2

Git Clone URL: https://aur.archlinux.org/megasync-git.git (read-only, click to copy)
Package Base: megasync-git
Description: MEGASync Desktop App. (GIT Version)
Upstream URL: https://mega.co.nz/#sync
Licenses: custom:MEGA
Conflicts: megasync
Provides: megasync
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 28
Popularity: 0.000001
First Submitted: 2016-03-12 18:32 (UTC)
Last Updated: 2025-01-12 00:32 (UTC)

Dependencies (34)

Required by (4)

Sources (7)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

ajw107 commented on 2022-02-07 10:59 (UTC) (edited on 2022-02-13 14:56 (UTC) by ajw107)

Due to commit 168242852623ba075a75d270ac679bb515918034 - Remove FFMPEG for ARM

Two of the statements you remove are now gone, and the line numbers for the rest have changed by -1, so the sed statement in prepare() needs to be modified to:

sed -e '99s|^|&#|g' -e '103s|^|&#|g' -i src/MEGASync/MEGASync.pro

the program then builds successfully

deu439 commented on 2020-08-28 17:07 (UTC)

Quick fix for the issue with incomplete type ‘QPainterPath’:

make: *** [Makefile:5217: MegaSpeedGraph.o] error 1code>

Patch your PKGBUILD with:

--- PKGBUILD    2020-08-28 18:55:46.142142192 +0200
+++ PKGBUILD_patched    2020-08-28 18:59:25.575402119 +0200
@@ -47,6 +47,9 @@

   cd src/MEGASync/mega
  ./autogen.sh
+
+ cd "${srcdir}"
+ sed -i '1s/^/#include <QPainterPath>\n/' MEGAsync/src/MEGASync/gui/MegaSpeedGraph.h
 }

 build() {

kinoe commented on 2020-08-26 17:36 (UTC) (edited on 2020-08-26 17:47 (UTC) by kinoe)

Build error

make: *** [Makefile:5217: MegaSpeedGraph.o] error 1code>

SolarAquarion commented on 2020-06-11 11:46 (UTC) (edited on 2020-06-11 11:46 (UTC) by SolarAquarion)

Project ERROR: Unknown module(s) in QT: x11extras

missing depend qt5-x11extras

HarpyX commented on 2020-02-25 13:11 (UTC) (edited on 2020-02-25 13:12 (UTC) by HarpyX)

checking whether g++ supports C++11 features by default... no checking whether g++ supports C++11 features with -std=c++11... no checking whether g++ supports C++11 features with -std=c++0x... no checking whether g++ supports C++11 features with +std=c++11... no checking whether g++ supports C++11 features with -h std=c++11... no configure: error: *** A compiler with support for C++11 language features is required.

i tried this with both gcc and clang. neither works. same error with both. what is going on?

sl1pkn07 commented on 2019-06-08 17:01 (UTC)

om, done

attila123 commented on 2019-06-08 15:54 (UTC)

Hi, needs qt5-tools to compile, otherwise: /home/avangel/.cache/yay/megasync-git/PKGBUILD: line 56: lrelease-qt5: command not found

dreieck commented on 2018-11-28 23:33 (UTC) (edited on 2018-11-29 13:27 (UTC) by dreieck)

@sl1pkn07: Submitted.