🔒 Repository is read-only – file editing is disabled.

recipes/gui/rawtherapee/PAGBUILD.yaml main

47 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
pkgname: rawtherapee
pkgver: '5.13'
pkgrel: '1'
pkgdesc: 'A powerful cross-platform raw image processing program'
url: 'https://www.rawtherapee.com/'
arch: x86_64
depends:
- 'desktop-file-utils'
- 'hicolor-icon-theme'
- 'gtk-update-icon-cache'
- 'shared-mime-info'

makedepends:
- fftw
- glibmm
- gtk3
- gtkmm
- lcms2
- lensfun
- cmake
- libcanberra
- libiptcdata
- exiv2

source:
- 'https://github.com/Beep6581/RawTherapee/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz'
- 'jpeg-turbo.patch'

sha256sums:
- SKIP
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  mkdir build
  cd    build

  cmake .. \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_BUILD_TYPE=Release \
    -DCACHE_NAME_SUFFIX=""

  make
  make DESTDIR=${PKGDIR}/ install

package: |
  true