mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/gimp-nufraw to 0.43.3-10
This commit is contained in:
parent
4d005dd8bc
commit
fe1d3ff0ee
2 changed files with 30 additions and 2 deletions
25
extra/gimp-nufraw/.SRCINFO
Normal file
25
extra/gimp-nufraw/.SRCINFO
Normal file
|
@ -0,0 +1,25 @@
|
|||
pkgbase = gimp-nufraw
|
||||
pkgdesc = Converter for raw files; utility and GIMP plugin
|
||||
pkgver = 0.43.3
|
||||
pkgrel = 10
|
||||
url = https://sourceforge.net/projects/nufraw/
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = gimp
|
||||
depends = cfitsio
|
||||
depends = exiv2
|
||||
depends = gtkimageview
|
||||
depends = lcms2
|
||||
depends = lensfun
|
||||
depends = libjpeg-turbo
|
||||
optdepends = gimp: to use the gimp import plugin for raw images
|
||||
conflicts = gimp-ufraw
|
||||
replaces = gimp-ufraw
|
||||
source = https://downloads.sourceforge.net/nufraw/nufraw-0.43-3.tar.gz
|
||||
source = 0001-nufraw-glib-2.70.patch
|
||||
source = 0002-exiv2-error.patch
|
||||
sha256sums = 2c7dcc1590993ec267b3112562b2433010d6f94f6acc6506c76aa29cf8c6c32c
|
||||
sha256sums = 042aa55a757c4ed1198fe4628c87933f958d768c2cd5270db1b2e4369daaf090
|
||||
sha256sums = 01fd29b180662da1a1510236bc64fac614229adaf1bc7b11df8b88745d6458da
|
||||
|
||||
pkgname = gimp-nufraw
|
|
@ -6,7 +6,7 @@
|
|||
pkgname=gimp-nufraw
|
||||
_realver=0.43-3
|
||||
pkgver=0.43.3
|
||||
pkgrel=9
|
||||
pkgrel=10
|
||||
pkgdesc='Converter for raw files; utility and GIMP plugin'
|
||||
url='https://sourceforge.net/projects/nufraw/'
|
||||
arch=('x86_64')
|
||||
|
@ -36,6 +36,9 @@ prepare() {
|
|||
|
||||
patch -p1 < ../signed-char.patch
|
||||
|
||||
# fix metadata path with appstream
|
||||
sed -i '/appdatadir/s|/appdata|/metainfo/|' Makefile.am
|
||||
|
||||
autoreconf -fi
|
||||
|
||||
mv nufraw.desktop{.desktop,}
|
||||
|
@ -46,7 +49,7 @@ build() {
|
|||
cd "nufraw-${_realver}"
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--prefix='/usr' \
|
||||
--enable-extras \
|
||||
--enable-mime \
|
||||
--enable-openmp \
|
||||
|
|
Loading…
Reference in a new issue