distribution
distribution copied to clipboard
libgourou
Official package name: libgourou
License (must be an OSI approved Open Source license): Free
Download URL of latest release: https://forge.soutade.fr/soutade/libgourou/releases/tag/v0.8.7
Latest release date (must be recent): Feb. 2025
Description: libgourou is a free implementation of Adobe's ADEPT protocol used to add DRM on ePub/PDF files. It overcomes the lack of Adobe support for Linux platforms. Opens .acsm files.
autospec details
url: https://forge.soutade.fr/soutade/libgourou/archive/v0.8.7.tar.gz
archives: https://forge.soutade.fr/soutade/uPDFParser/archive/6060d123441a06df699eb275ae5ffdd50409b8f3.tar.gz ./lib/updfparser/
license: LGPL-3.0-or-later
build_prepend
pushd ../updfparser; make BUILD_STATIC=1 BUILD_SHARED=0 %{?_smp_mflags}; popd
buildreq_add
# This file contains additional build requirements that did not get
# picked up automatically. One name per line, no whitespace.
pugixml-dev
openssl-dev
libzip-dev
make_args
BUILD_SHARED=1 BUILD_UTILS=1 UPDFPARSERLIB=../updfparser/libupdfparser.a
make_install_args
PREFIX=/usr LIBDIR=/lib64 install_headers UPDFPARSERLIB=../updfparser/libupdfparser.a
make_prepend
export CXXFLAGS="${CXXFLAGS} -I../updfparser/include"