Search Criteria
Package Details: megasync 5.8.0.2-1
Package Actions
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.44 |
First Submitted: | 2014-09-01 18:12 (UTC) |
Last Updated: | 2025-02-07 19:59 (UTC) |
Dependencies (26)
- c-ares (c-ares-gitAUR)
- crypto++ (crypto++-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR)
- freeimage
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icu (icu-gitAUR)
- libmediainfo (libmediainfo-gitAUR)
- libpdfium (libpdfium-nojsAUR, pdfium-binariesAUR, pdfium-binaries-v8AUR, pdfium-binaries-binAUR, pdfium-binaries-v8-binAUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- libuv (libuv-gitAUR)
- libxcb (libxcb-gitAUR)
- libzen (libzen-gitAUR)
- openssl (openssl-staticAUR, openssl-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-graphicaleffects (qt5-graphicaleffects-gitAUR)
- qt5-quickcontrols (qt5-quickcontrols-gitAUR)
- qt5-quickcontrols2 (qt5-quickcontrols2-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- Show 6 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 53 Next › Last »
JPT48 commented on 2024-03-04 18:51 (UTC)
Hi, please add these dependencies: patch, autoconf, automake, make
or better, the build-essentials package, whatever it's name actually is on arch.
thanks
dbermond commented on 2024-03-02 13:47 (UTC)
@TheOmegaCarrot working fine for me under xorg.
TheOmegaCarrot commented on 2024-02-28 01:36 (UTC)
Has the package stopped working for anyone else?
Running it under Wayland (hyprland), it gives an "avoiding Wayland" message
But under X (bspwm) it's just crashing with no error
luthis commented on 2023-12-20 21:25 (UTC)
@dbermond is correct.
If you're using yay, just reinstall libpdfium-nojs and choose to cleanBuild.
Follow instructions here for pacman:
https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages
FabioLolix commented on 2023-12-18 21:13 (UTC)
It is referencing
libicuuc.so.73
which no longer exist, it .74 now, is that.dbermond commented on 2023-12-18 21:12 (UTC)
@jghodd Using icu73 is not needed. Simply rebuild libpdfium against the latest icu from the official repositories and you are done. Please remember that it's user responsibility to take care of the needed AUR rebuilds. You, as the user, need to track all your AUR packages and take action in each one of them whenever needed, like in icu rebuilds.
jghodd commented on 2023-12-18 21:06 (UTC)
@FabioLolix - I use libpdfium-nojs, which I can certainly rebuild, but I don;t think that's what the error message is saying since it's pointing to a libpdfium.so buried down deep in the compiler's installed tree. In any case, I will give that a try if my icu73 installation doesn;t resolve it. Thanks for the heads-up.
jghodd commented on 2023-12-18 21:03 (UTC)
if anyone needs an icu73 shim package, here's a PKGBUILD:
Maintainer: syntheit daniel@matv.io
pkgname=icu73-bin pkgver=73.2 pkgrel=3 pkgdesc="International Components for Unicode library (binary release)" arch=('x86_64') url="https://github.com/unicode-org/icu" license=('custom:icu') provides=('icu73') depends=('bash') source=("https://github.com/unicode-org/icu/releases/download/release-73-2/icu4c-73_2-Fedora_Linux37-x64.tgz")
source=("https://github.com/unicode-org/icu/releases/download/release-73-1/icu4c-73_1-Fedora32-x64.tgz")
sha512sums=('73bb91e28d994fdc39d9fa403f21e365fa27117ed9af2d433ca31df9dc8945f16218c193883c798a5e30925386220a005b1a3c81a125f57dd61ab673bfd280f0')
package() { tar xf icu4c-73_2-Fedora_Linux37-x64.tgz # Remove certain files if icu is installed to not cause conflicts rm -rf "${srcdir}"/icu/usr/local/lib/icu "${srcdir}"/icu/usr/local/lib/pkgconfig for filename in "${srcdir}"/icu/usr/local/lib/.so; do if [[ ! -e "$filename" ]]; then continue; fi if [[ -e "/usr/lib/${filename##/}" ]]; then rm -rf "${filename}" fi done mkdir -p "${pkgdir}"/usr/{share,lib} mkdir -p "${pkgdir}"/usr/share/licenses/icu73 cp -rn "${srcdir}"/icu/usr/local/lib/* -t "${pkgdir}"/usr/lib/ install -Dm644 "${srcdir}"/icu/usr/local/share/icu/73.2/LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE }
FabioLolix commented on 2023-12-18 20:06 (UTC) (edited on 2023-12-18 20:06 (UTC) by FabioLolix)
@jghodd you need to rebuild the libpdfium pkgbuild you are using before rebuilding megasync
Time ago there was a pinned comment about the need to rebuild libpdfium before megasync
jghodd commented on 2023-12-18 20:04 (UTC) (edited on 2023-12-18 20:06 (UTC) by jghodd)
megasync is no longer working or building due to an icu upgrade from 73 to 74 - and it cannot be backed out because of the sheer number of upgraded packages that depend on icu74. Btw, there is no icu73 shim package to build and install - not yet anyway.
/bin/ld: warning: libicuuc.so.73, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/libpdfium.so, not found (try using -rpath or -rpath-link) /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/libpdfium.so: undefined reference to
u_toupper_73' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/libpdfium.so: undefined reference to
u_tolower_73' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/libpdfium.so: undefined reference tou_isalpha_73' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/libpdfium.so: undefined reference to
u_isalnum_73' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/libpdfium.so: undefined reference to `u_isspace_73' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:1766: megasync] Error 1 make[1]: Leaving directory '/distro/local/repository/megasync/src/MEGAsync/src/MEGASync' make: *** [Makefile:47: sub-MEGASync-make_first] Error 2 ==> ERROR: A failure occurred in build(). Aborting...« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 53 Next › Last »