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

recipes/gui/gegl/PAGBUILD.yaml main

52 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
pkgname: gegl
pkgver: '0.4.70'
pkgrel: '1'
pkgdesc: 'GEneric Graphics Library, which is a graph base image processing format'
url: 'https://gegl.org/'
arch: x86_64
depends:
- vala

makedepends:
- asciidoc
- babl
- librsvg
- ruby
- lua
- ffmpeg
- meson
- openexr
- exiv2
- graphviz
- 'libjpeg-turbo'
- libwebp
- libraw
- 'python-gobject'
- sdl
- 'gobject-introspection'
- 'json-glib'

source:
- 'https://download.gimp.org/pub/${pkgname}/0.4/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

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

  mkdir build
  cd build
  meson setup           \
    --prefix=/usr       \
    --buildtype=release \
    -Ddocs=false        \
    -Dgi-docgen=disabled\
    -Dmrg=disabled      \
    -Dmaxflow=disabled  \
    ..
  ninja
  DESTDIR=${PKGDIR} ninja install

package: |
  true