Package Details: gourou-bin 0.8.6-1

Git Clone URL: https://aur.archlinux.org/gourou-bin.git (read-only, click to copy)
Package Base: gourou-bin
Description: Download and decrypt adobe encrypted (acsm) pdf and epub files
Upstream URL: https://forge.soutade.fr/soutade/libgourou
Keywords: acsm adobe ebook libby overdrive
Licenses: LGPL3
Conflicts: gourou, gourou-git
Provides: gourou
Submitter: vcalv
Maintainer: vcalv
Last Packager: vcalv
Votes: 1
Popularity: 0.000010
First Submitted: 2022-02-02 22:26 (UTC)
Last Updated: 2024-04-13 19:38 (UTC)

Pinned Comments

vcalv commented on 2023-03-28 03:27 (UTC)

Usage instructions at the end of the homepage:

https://indefero.soutade.fr/p/libgourou/

adept_activate -u <AdobeID USERNAME> # once to login

or

adept_activate --anonymous to use an anonymous account with no need to login

and then download with:

acsmdownloader -f <ACSM_FILE>

After the encrypted document file is downloaded:

adept_remove filename.epub

and now you have a clear epub (or pdf)

vcalv commented on 2023-03-25 18:41 (UTC)

I recommend you install the gourou package instead, since it's built from source and this one depends on relinking elf binaries to new libraries.

Latest Comments

vcalv commented on 2023-03-28 03:27 (UTC)

Usage instructions at the end of the homepage:

https://indefero.soutade.fr/p/libgourou/

adept_activate -u <AdobeID USERNAME> # once to login

or

adept_activate --anonymous to use an anonymous account with no need to login

and then download with:

acsmdownloader -f <ACSM_FILE>

After the encrypted document file is downloaded:

adept_remove filename.epub

and now you have a clear epub (or pdf)

vcalv commented on 2023-03-25 18:41 (UTC)

I recommend you install the gourou package instead, since it's built from source and this one depends on relinking elf binaries to new libraries.

vcalv commented on 2023-03-03 05:10 (UTC)

Yes. Linked against libzip4.

Go figure...

I've updated the package version and "linked" against the current zlib version. It's ridiculous but works.

I strongly suggest people use the gourou-git package instead (also updated, the Makefile patch was broken).

Thank you.

dreieck commented on 2023-02-19 17:18 (UTC)

Linked against old(?) libzip:

acsmdownloader: error while loading shared libraries: libzip.so.4: cannot open shared object file: No such file or directory

Regards!

dreieck commented on 2023-02-19 16:52 (UTC) (edited on 2023-02-19 17:18 (UTC) by dreieck)

Please add provides=("gourou=${pkgver}").

Thanks for maintaining!

Btw.: Package openssl-3.0 cannot be found. Maybe you mean openssl>=3 openssl<4?