Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
rawtherapee
Commits:
7a5a6806 by Christian Hesse at 2024-02-18T20:42:41+01:00
upgpkg: 1:5.10-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
pkgbase = rawtherapee
pkgdesc = A powerful cross-platform raw image processing program
- pkgver = 5.9
- pkgrel = 2
+ pkgver = 5.10
+ pkgrel = 1
epoch = 1
url = https://www.rawtherapee.com/
arch = x86_64
license = GPL3
makedepends = cmake
+ depends = exiv2
depends = fftw
depends = gtk3
depends = glibmm
@@ -17,8 +18,8 @@ pkgbase = rawtherapee
depends = libiptcdata
depends = desktop-file-utils
depends = hicolor-icon-theme
- source =
https://github.com/Beep6581/RawTherapee/releases/download/5.9/rawtherapee-5.9.tar.xz
- sha1sums = e99573efaeb83d4f6314fc11a73a411304c83d2b
- sha256sums =
8eaf28c428185c165ef5a28f69595dc77a1c98826065a1f51a28c86c7b0d4823
+ source =
https://github.com/Beep6581/RawTherapee/releases/download/5.10/rawtherapee-5.10.tar.xz
+ sha1sums = d3ea8ba31bbe34f3387df4b3f11c645678ef1b56
+ sha256sums =
a799b53cd54dba4a211479e342ffc9c5db1c44d3d6c3a27d5cc13adf0debd2da
pkgname = rawtherapee
=====================================
PKGBUILD
=====================================
@@ -5,18 +5,18 @@
pkgname=rawtherapee
epoch=1
-pkgver=5.9
-pkgrel=2
+pkgver=5.10
+pkgrel=1
pkgdesc='A powerful cross-platform raw image processing program'
arch=('x86_64')
url='https://www.rawtherapee.com/'
license=('GPL3')
-depends=('fftw' 'gtk3' 'glibmm' 'gtkmm3' 'lcms2' 'lensfun' 'libcanberra'
+depends=('exiv2' 'fftw' 'gtk3' 'glibmm' 'gtkmm3' 'lcms2' 'lensfun'
'libcanberra'
'libiptcdata' 'desktop-file-utils' 'hicolor-icon-theme')
makedepends=('cmake')
source=("https://github.com/Beep6581/RawTherapee/releases/download/${pkgver}/rawtherapee-$pkgver.tar.xz")
-sha1sums=('e99573efaeb83d4f6314fc11a73a411304c83d2b')
-sha256sums=('8eaf28c428185c165ef5a28f69595dc77a1c98826065a1f51a28c86c7b0d4823')
+sha1sums=('d3ea8ba31bbe34f3387df4b3f11c645678ef1b56')
+sha256sums=('a799b53cd54dba4a211479e342ffc9c5db1c44d3d6c3a27d5cc13adf0debd2da')
build() {
mkdir -p "$srcdir/$pkgname-build"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rawtherapee/-/commit/7a5a680604c46b64f3aeed16e01a9f4d3d8615b7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rawtherapee/-/commit/7a5a680604c46b64f3aeed16e01a9f4d3d8615b7
You're receiving this email because of your account on gitlab.archlinux.org.