mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-gfx/rawtherapee: update SRC_URI
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST 0001-Fix-static-init-order-fiasco-crashes.patch 278443 BLAKE2B 3d021604b8051422621f458478a0bab671fd9973e58cc436aeb3e9f9e4c22ee0bf2cf24fa414ed59cf9ae636788ec7b000802b97460ebcab85278384d3a6f83c SHA512 4778d35650ec57518e333d9ee43dc93526941ba4a1582779afcb3a52c57487f15c26be78a02aa498cfa359665b05500f99cfda081586e249d1748f34ae26a46e
|
||||
DIST rawtherapee-5.11.tar.xz 18005652 BLAKE2B d4b4cb45042faf7eadb1c5bfbd7d1db2a452397d10eb12349d1d0a2ae4b9254beb3ee943cf3ddf40380f31abc653ec2c85fb0d4c8e2b1121402bbd41e74afaf0 SHA512 a37af6d99569a6b427379b76b980be8dca5007bf4ec8fc65663e9e8d13850dd2f547e1633f69ee495df105ca6f0f9ab4daf12beec29c9fff63e2e7e5083813b2
|
||||
DIST rawtherapee-5.12.tar.xz 18306944 BLAKE2B b8ea65076d5899d612eae4690632eef1265e38259bae72dc8c5b31dedfa10d0e79fc711c73f7417cc493a95667211b2b7d43063199f4a66fa5f010f114da3ac9 SHA512 0590a0852385bc85be2a33e5f978904f3a05385b5702f8960adb5aade67d549037245506c84a541d8a49bcc49fe7b71c765be875336cb86deb5c03fd4e3f4c23
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,8 @@ inherit cmake flag-o-matic toolchain-funcs xdg-utils
|
||||
|
||||
DESCRIPTION="A powerful cross-platform raw image processing program"
|
||||
HOMEPAGE="https://www.rawtherapee.com/"
|
||||
SRC_URI="https://github.com/Beep6581/RawTherapee/releases/download/${PV}/${P}.tar.xz"
|
||||
SRC_URI="https://github.com/Beep6581/RawTherapee/releases/download/${PV}/${P}.tar.xz
|
||||
https://raw.githubusercontent.com/digitalcarp/RawTherapee/refs/heads/meyer-5.12/patch/0001-Fix-static-init-order-fiasco-crashes.patch"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
@@ -46,7 +47,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
PATCHES=( "${FILESDIR}/rawtherapee-5.12-Fix-static-init-order-fiasco-crashes.patch" )
|
||||
PATCHES=( "${DISTDIR}/0001-Fix-static-init-order-fiasco-crashes.patch" )
|
||||
|
||||
pkg_pretend() {
|
||||
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
|
||||
|
||||
Reference in New Issue
Block a user