diff options
author | Aaron Ball <nullspoon@oper.io> | 2023-12-02 16:36:08 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2023-12-02 16:36:08 -0700 |
commit | f1fa654d02f508c840dae2560452249be7060b5f (patch) | |
tree | 902a92e129ef96f1fee03aba9d1b2c24c4c7c4cb | |
parent | 0af16daee811afc830b74bfc2f2c75601f13bffc (diff) | |
download | ports-f1fa654d02f508c840dae2560452249be7060b5f.tar.gz ports-f1fa654d02f508c840dae2560452249be7060b5f.tar.xz |
rawspeed:release 2 to work around xml linting
Bug: https://github.com/darktable-org/rawspeed/issues/562
-rw-r--r-- | rawspeed/.signature | 4 | ||||
-rw-r--r-- | rawspeed/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/rawspeed/.signature b/rawspeed/.signature index 2fd23a8..440424f 100644 --- a/rawspeed/.signature +++ b/rawspeed/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/nullspoon.pub -RWThnm0RuVZhZn7pq2/8ykEZsUwxFIGZRejnidNvF78FB6OKc+bHNQQB2xtGV9bbVZWTbfRYpCjq21+vnm2sDvcvyc5t/6YTHQw= -SHA256 (Pkgfile) = 8e51f6d7882b627fdf7d1ffbffe6f2e9de07b80a89d87256b45d35cba7a7aaec +RWThnm0RuVZhZlWGEVWSwm0OQg5yiekVT7M+TBnlYGR8rPX6Wru9wmd856vQn9bkSqjNG2lFKA2XcEGYCJI0xwLRwLfKp4C/4w4= +SHA256 (Pkgfile) = 15582bd0e1d6a8d50f483eff71a9183aa9343205d89a32c7d0e4b3aa2d1dc672 SHA256 (.footprint) = 5f2210947d8ae80c69240e9c1e7cd1e0a508241a52c028302c7219f3a046e018 SHA256 (v3.6.tar.gz) = 95594575760ffcc048965af9ae1480211d019144d0d06844a6ef292cfc7d4dc1 diff --git a/rawspeed/Pkgfile b/rawspeed/Pkgfile index b52e536..ac7cb47 100644 --- a/rawspeed/Pkgfile +++ b/rawspeed/Pkgfile @@ -4,13 +4,13 @@ # Depends on: cmake pugixml libxml2 libjpeg-turbo name=rawspeed version=3.6 -release=1 +release=2 source=(https://github.com/darktable-org/${name}/archive/v${version}.tar.gz) build() { cd ${name}-${version} mkdir build && cd build - cmake -DBUILD_TESTING=no -DCMAKE_INSTALL_PREFIX=/usr .. + cmake -DBUILD_TESTING=no -DCMAKE_INSTALL_PREFIX=/usr -DUSE_XMLLINT=OFF .. make make DESTDIR=${PKG} install } |