Skip to content
Permalink
63457f7489
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
78 lines (56 sloc) 3.06 KB
BUILD_TAG=2.13.4
BUILD_paperless=paperless-ngx-2.13.4
BUILD_DIR=build
BUILD_SRC="${PWD}"
. build.local
DEVSHM=/dev/shm/${USER}/${BUILD_TAG}
PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin
NPROC=$(nproc)
XDG_CACHE_HOME=${PREFIX}/cache
TMPDIR=${TMPDIR:-/tmp/${USER}/${BUILD_TAG}}
LOGDIR=${PROJECT}/log
# https://sqlite.org
# wget "https://sqlite.org/2024/sqlite-autoconf-3470000.tar.gz"
BUILD_sqlite=sqlite-3.47.0
BUILD_sqlite_SRCURL="https://beehive.molgen.mpg.de/dbbfbc9bd226c7b16721aba968a9a6c6/sqlite-autoconf-3470000.tar.gz"
# https://download.redis.io/releases # community edition !
# wget https://download.redis.io/releases/redis-7.4.0.tar.gz
BUILD_redis=redis-7.4.0
BUILD_redis_SRCURL="https://beehive.molgen.mpg.de/91fdc125557cdf5db2d744ffb133a111/${BUILD_redis}.tar.gz"
# wget "https://www.python.org/ftp/python/3.11.9/Python-3.11.9.tgz"
BUILD_python=Python-3.11.9
BUILD_python_SRCURL="https://beehive.molgen.mpg.de/bfd4d3bfeac4216ce35d7a503bf02d5c/${BUILD_python}.tgz"
# wget "https://nodejs.org/download/release/v20.18.0/node-v20.18.0.tar.gz"
BUILD_node=node-20.18.0
BUILD_node_SRCURL="https://beehive.molgen.mpg.de/3d6c75a292be6c375bcff26f70d791f8/${BUILD_node/-/-v}.tar.gz"
# SRCURL="https://ffmpeg.org//releases/${BUILD_ffmpeg}.tar.gz"
BUILD_ffmpeg=ffmpeg-7.1
BUILD_ffmpeg_SRCURL="https://beehive.molgen.mpg.de/4a16ce6f9a7edfc0532e947f98949ce6/${BUILD_ffmpeg}.tar.gz"
# SRCURL="https://github.com/mchehab/zbar/archive/refs/tags/0.23.93.tar.gz"
BUILD_zbar=zbar-0.23.93
BUILD_zbar_SRCURL="https://beehive.molgen.mpg.de/3f69d17f6495de023b59b3539ce5e605/${BUILD_zbar}.tar.gz"
# SRCURL="https://github.com/DanBloomberg/leptonica/releases/download/1.85.0/leptonica-1.85.0.tar.gz"
BUILD_leptonica=leptonica-1.85.0
BUILD_leptonica_SRCURL="https://beehive.molgen.mpg.de/1732e999e2fef8721348edc2b7283224/${BUILD_leptonica}.tar.gz"
# SRCURL="https://nginx.org/download/nginx-1.27.2.tar.gz"
BUILD_nginx=nginx-1.27.2
BUILD_nginx_SRCURL="https://beehive.molgen.mpg.de/a0411bcbd1ff88bb2ea542af2ef57314/${BUILD_nginx}.tar.gz"
# SRCURL="https://github.com/liberationfonts/liberation-fonts/files/7261482/liberation-fonts-ttf-2.1.5.tar.gz"
BUILD_libfontttf=liberation-fonts-ttf-2.1.5
BUILD_libfontttf_SRCURL="https://beehive.molgen.mpg.de/31b453e0b77bacde410a34a725b34f8a/${BUILD_libfontttf}.tar.gz"
# gits
BUILD_imagemagick=imagemagick-7.1.1-39
BUILD_imagemagick_SRCURL="https://github.com/ImageMagick/ImageMagick.git"
BUILD_pngquant=pngquant-3.0.3-6-g9a4952d
BUILD_pngquant_SRCURL="https://github.com/kornelski/pngquant.git"
BUILD_unpaper=unpaper-7.0.0-127-g5bcef8a
BUILD_unpaper_SRCURL="https://github.com/unpaper/unpaper.git"
BUILD_tesseract=tesseract-5.4.1
BUILD_tesseract_SRCURL="https://github.com/tesseract-ocr/tesseract.git"
BUILD_tessdata=tessdata_best-4.1.0
BUILD_tessdata_SRCURL="https://github.com/tesseract-ocr/tessdata_best.git"
BUILD_tessconfigs_SRCURL="https://github.com/tesseract-ocr/tessconfigs.git"
BUILD_jbig2enc=jbig2enc-0.28-17-gea05019
BUILD_jbig2enc_SRCURL="https://github.com/agl/jbig2enc.git"
BUILD_jbig2dec=jbig2dec-0.20
BUILD_jbig2dec_SRCURL="https://github.com/ArtifexSoftware/jbig2dec.git"