0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-12 13:03:31 +00:00
Biswapriyo Nath 32b39deac2 fix(main/jpegoptim): Disable fdsan to fix running with multiple threads
This fixes the following runtime error.

jpegoptim -w6 image.jpg
image.jpg 512x512 24bit N JFIF [OK] 62476 --> 62476 bytes (0.00%), skipped.
fdsan: attempted to close file descriptor 3, expected to be unowned, actually owned by FILE* 0x7d48447888
Aborted
2024-09-08 19:05:38 +05:30

12 lines
569 B
Bash

TERMUX_PKG_HOMEPAGE=https://www.kokkonen.net/tjko/projects.html
TERMUX_PKG_DESCRIPTION="JPEG optimizer that recompresses image files to a smaller size, without losing any information"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.5.5"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/tjko/jpegoptim/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=90a309d1c092de358bb411d702281ac3039b489d03adb0bc3c4ef04cf0067d38
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libjpeg-turbo"
TERMUX_PKG_BUILD_IN_SRC=true