0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-24 11:52:29 +00:00
Files
Fredrik Fornwall 5ad041385e rmpkg(main/pdf2djvu): Remove unmaintained package
Remove pdf2djvu as:

- It doesn't build with current clang
- Package has been abandoned upstream for three years: https://groups.io/g/pdf2djvu/message/146
- For example FreeBSD has removed it as well: https://www.freshports.org/converters/pdf2djvu/
2025-09-16 18:18:54 +02:00

19 lines
635 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/jwilk/pdf2djvu
TERMUX_PKG_DESCRIPTION="PDF to DjVu converter"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.9.19
TERMUX_PKG_REVISION=6
TERMUX_PKG_SRCURL=https://github.com/jwilk/pdf2djvu/releases/download/${TERMUX_PKG_VERSION}/pdf2djvu-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=eb45a480131594079f7fe84df30e4a5d0686f7a8049dc7084eebe22acc37aa9a
TERMUX_PKG_DEPENDS="djvulibre, libc++, libiconv, poppler"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--disable-xmp
--disable-openmp
"
termux_step_pre_configure() {
CXXFLAGS+=" -std=c++20"
}