Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwutz committed Jan 21, 2025
1 parent ec4cb92 commit 54cef30
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.dot
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,20 @@ digraph depends {
JE [ label="jbig2enc" ]
JD [ label="jbig2dec" ]
NG [ label="nginx" ]
JP [ label="libjpegturbo" ]
TI [ label="libtiff" ]
WP [ label="libwebp" ]

SQ -> PY

PY -> NO
SQ -> NO


TI -> WP

{ JP, WP } -> FF

FF -> PN

FF -> UN
Expand Down
2 changes: 1 addition & 1 deletion buildall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ popd
[ -d "${BUILD_DIR}/${BUILD_python}" ] || ./Python.build.sh
[ -d "${BUILD_DIR}/${BUILD_node}" ] || ./node.build.sh
[ -d "${BUILD_DIR}/${BUILD_libjpegturbo}" ] || ./libjpegturbo.build.sh
[ -d "${BUILD_DIR}/${BUILD_ffmpeg}" ] || ./ffmpeg.build.sh
[ -d "${BUILD_DIR}/${BUILD_libtiff}" ] || ./libtiff.build.sh
[ -d "${BUILD_DIR}/${BUILD_libwebp}" ] || ./libwebp.build.sh
[ -d "${BUILD_DIR}/${BUILD_ffmpeg}" ] || ./ffmpeg.build.sh
[ -d "${BUILD_DIR}/${BUILD_imagemagick}" ] || ./imagemagick.build.sh
[ -d "${BUILD_DIR}/${BUILD_pngquant}" ] || ./pngquant.build.sh
[ -d "${BUILD_DIR}/${BUILD_unpaper}" ] || ./unpaper.build.sh
Expand Down
2 changes: 1 addition & 1 deletion jbig2enc.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export CFLAGS
CPPFLAGS=${CFLAGS}
export CPPFLAGS

LIBS='-lm -lleptonica -ltiff -ljpeg -lwebp -lpng -lz -lzstd'
LIBS='-lm -lleptonica -ltiff -ljpeg -lwebp -lpng -lz -lzstd -llzma'
export LIBS

# LDFLAGS+=" $(PKG_CONFIG_PATH=${PKG_CONFIG_PATH} pkg-config --libs-only-L libtiff-4)"
Expand Down

0 comments on commit 54cef30

Please sign in to comment.