Git links were broken.
Fixed.
It still works with the original git repo.
Git Clone URL: | https://aur.archlinux.org/gourou.git (read-only, click to copy) |
---|---|
Package Base: | gourou |
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-bin, gourou-git |
Provides: | gourou, libgourou |
Submitter: | vcalv |
Maintainer: | vcalv |
Last Packager: | vcalv |
Votes: | 11 |
Popularity: | 0.087867 |
First Submitted: | 2023-03-04 19:10 (UTC) |
Last Updated: | 2024-09-28 20:19 (UTC) |
Git links were broken.
Fixed.
It still works with the original git repo.
I had to replace the git urls with the extendended one mopalinski mentioned again.
Here are automatic mirrors that I created: https://git.mopalinski.com/soutade/libgourou https://git.mopalinski.com/soutade/uPDFParser
Once the website is back up again, I can create a mirror on my Gitea instance. I don't think GitHub can create auto-syncing mirrors.
Now the site is down so nothing works.
One day this entire codebase might be gone.
I suggest people take appropriate precautions.
Woah, now it works perfectly fine... Very weird, I swear it was not building. Maybe it was a temporary outage on the forge.soutade.fr side.
Just did a clean build with no issues.
Are you sure the links need to be changed?
PKGBUILD is out of date, package does NOT build.
"git://forge.soutade.fr/libgourou.git#tag=v$pkgver"
"git://forge.soutade.fr/updfparser.git#commit=6060d123441a06df699eb275ae5ffdd50409b8f3"
needs to be changed to:
"git://forge.soutade.fr/soutade/libgourou.git#tag=v$pkgver"
"git://forge.soutade.fr/soutade/updfparser.git#commit=6060d123441a06df699eb275ae5ffdd50409b8f3"
Updated to new version and website.
Nothing seems to have really changed.
Patched and fixed.
Updated gcc version needed new includes (<cstdint>)
I maintained the same tag and the code as close as possible.
updfparser was upgraded to the current commit
gourou-git continues to work since the upstream has corrected the issue.
Pinned Comments
vcalv commented on 2023-03-18 01:08 (UTC) (edited on 2024-04-13 19:54 (UTC) by vcalv)
Usage instructions at the end of the homepage:
https://forge.soutade.fr/soutade/libgourou/
adept_activate -u <AdobeID USERNAME>
# once to loginor
adept_activate --anonymous
to use an anonymous account with no need to loginand 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)