Package Details: libdecsync 2.2.1-2

Git Clone URL: https://aur.archlinux.org/libdecsync.git (read-only, click to copy)
Package Base: libdecsync
Description: libdecsync is a multiplatform library for synchronizing using DecSync.
Upstream URL: https://github.com/39aldo39/libdecsync
Keywords: decsync
Licenses: custom:LGPL2
Submitter: twilk
Maintainer: flortsch
Last Packager: twilk
Votes: 8
Popularity: 0.000030
First Submitted: 2020-05-02 16:25 (UTC)
Last Updated: 2022-02-21 20:27 (UTC)

Latest Comments

1 2 Next › Last »

twilk commented on 2022-02-21 20:27 (UTC)

Thanks isgar, updated.

isgar commented on 2022-02-18 21:00 (UTC)

With newest glibc, it is necessary to install libxcrypt-compat. You may want to add it to the dependencies until this is resolved: https://github.com/39aldo39/libdecsync/issues/14

chroma commented on 2022-01-22 16:25 (UTC) (edited on 2022-01-22 20:11 (UTC) by chroma)

For some reason I'm having trouble getting this to build on the pinephone:

==> Starting build()...
./gradlew linkReleaseSharedlinuxArm64
./gradlew linkReleaseSharedlinuxArm64
Makefile:38: *** open: build/bin/linuxArm64/releaseShared/decsync.pc: No such file or directory.  Stop.
make: *** Waiting for unfinished jobs....
Downloading https://services.gradle.org/distributions/gradle-6.5-bin.zip

I can run it again and it gets further but it seems to fail regardless, whether it's due to timeouts or otherwise

twilk commented on 2021-12-20 19:47 (UTC)

Thanks selurvedu, updated.

selurvedu commented on 2021-12-20 01:04 (UTC)

There seems to be a runtime dependency on gcc-libs.

sotitrox commented on 2021-07-15 03:35 (UTC) (edited on 2021-07-15 03:36 (UTC) by sotitrox)

with the default java env don't compile, give this in the first steps of build:

General error during semantic analysis: Unsupported class file major version 60

to compile needs to switch the java env https://wiki.archlinux.org/title/Java#Switching_between_JVM, I used java-8-openjdk.

I think it's better to set the makedepends to the specific version of the java runtime, this will install the correct version of java for the build, and also set the JAVA_HOME in the pkgbuild. sorry my bad english

tlvince commented on 2021-06-16 16:39 (UTC)

This doesn't use Java/ncurses at runtime - those deps should be moved to makedepends: https://github.com/tlvince/pkgbuild/commit/9b0e896de7b57363d1e27433980fee9a018c3117

twilk commented on 2020-12-17 21:29 (UTC)

@flortsch, seems to work for me with jdk-openjdk installed and set as the default. Could you retry with the latest PKGBUILD? If you can get it building for you with some JAVA_HOME, let me know and I can add it to the PKGBUILD!

flortsch commented on 2020-10-06 11:58 (UTC)

Does not build when default system Java version is set to latest. Maybe we can provide JAVA_HOME with a path to JDK8, if gradle picks this up.

vanadain commented on 2020-09-13 22:12 (UTC)

Nice! Everything works.