rawtherapee: remove tcmalloc to fix crash on musl

This commit is contained in:
Daniel Martinez 2024-06-26 18:55:47 -04:00 committed by Đoàn Trần Công Danh
parent 324b002ec8
commit ef1c807ebb
1 changed files with 3 additions and 6 deletions

View File

@ -1,15 +1,12 @@
# Template file for 'rawtherapee'
pkgname=rawtherapee
version=5.10
revision=2
revision=3
build_style=cmake
configure_args="-DCACHE_NAME_SUFFIX=\"\"
-DWITH_LTO=ON
-DENABLE_TCMALLOC=ON"
configure_args="-DCACHE_NAME_SUFFIX=\"\" -DWITH_LTO=ON"
hostmakedepends="pkg-config"
makedepends="fftw-devel gtkmm-devel lensfun-devel
libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel
exiv2-devel gperftools-devel"
libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel exiv2-devel"
depends="desktop-file-utils hicolor-icon-theme"
short_desc="Free RAW converter and digital photo processing software"
maintainer="Daniel Martinez <danielmartinez@cock.li>"