mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rawtherapee: update to 5.11.
This commit is contained in:
parent
845778581a
commit
0aaac39488
1 changed files with 8 additions and 8 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'rawtherapee'
|
# Template file for 'rawtherapee'
|
||||||
pkgname=rawtherapee
|
pkgname=rawtherapee
|
||||||
version=5.10
|
version=5.11
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCACHE_NAME_SUFFIX=\"\" -DWITH_LTO=ON"
|
configure_args="-DCACHE_NAME_SUFFIX=\"\" -DWITH_LTO=ON -DWITH_SYSTEM_LIBRAW=ON"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="fftw-devel gtkmm-devel lensfun-devel
|
makedepends="fftw-devel gtkmm-devel lensfun-devel libcanberra-devel libgomp-devel
|
||||||
libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel exiv2-devel"
|
libiptcdata-devel librsvg-devel exiv2-devel libraw-devel libjxl-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="Free RAW converter and digital photo processing software"
|
short_desc="Free RAW converter and digital photo processing software"
|
||||||
maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://rawtherapee.com/"
|
homepage="https://rawtherapee.com/"
|
||||||
changelog="https://github.com/Beep6581/RawTherapee/blob/${version}/RELEASE_NOTES.txt"
|
changelog="https://raw.githubusercontent.com/Beep6581/RawTherapee/${version}/RELEASE_NOTES.txt"
|
||||||
distfiles="https://rawtherapee.com/shared/source/rawtherapee-${version}.tar.xz"
|
distfiles="https://github.com/Beep6581/RawTherapee/releases/download/${version}/rawtherapee-${version}.tar.xz"
|
||||||
checksum=a799b53cd54dba4a211479e342ffc9c5db1c44d3d6c3a27d5cc13adf0debd2da
|
checksum=e584c18dec112de29954b2b6471449a302a85e5cca4e42ede75fa333a36de724
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) configure_args+=" -DHAVE_X86_SSE_MATH=ON"
|
i686*|x86_64*) configure_args+=" -DHAVE_X86_SSE_MATH=ON"
|
||||||
|
|
Loading…
Add table
Reference in a new issue