* update libopenraw to 0.3.7-2

This commit is contained in:
Alexander Baldeck 2024-08-20 16:45:45 +02:00
parent be2717ed00
commit b7d54b3ba5
2 changed files with 21 additions and 2 deletions

20
libopenraw/.SRCINFO Normal file
View File

@ -0,0 +1,20 @@
pkgbase = libopenraw
pkgdesc = Library for decoding RAW files
pkgver = 0.3.7
pkgrel = 2
url = https://libopenraw.freedesktop.org/
arch = x86_64
license = LGPL
makedepends = boost
makedepends = libxml2
makedepends = cargo
depends = gdk-pixbuf2
provides = libopenraw.so
provides = libopenrawgnome.so
source = https://libopenraw.freedesktop.org/download/libopenraw-0.3.7.tar.bz2.asc
source = https://libopenraw.freedesktop.org/download/libopenraw-0.3.7.tar.bz2
validpgpkeys = 6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3
b2sums = SKIP
b2sums = 4f6ea0db32843c6685ddd5d72332e7eedfa28527d4ef76a8c1aeab56966681cc7a005cc903411a6d33c8638e31757b883fff25d6a5500b9b9395e5cdcf3a56f9
pkgname = libopenraw

View File

@ -1,4 +1,3 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Frederik Schwan <freswa at archlinux dot org> # Maintainer: Frederik Schwan <freswa at archlinux dot org>
# Contributor: Alexander F Rødseth <xyproto@archlinux.org> # Contributor: Alexander F Rødseth <xyproto@archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org> # Contributor: Ronald van Haren <ronald.archlinux.org>
@ -7,7 +6,7 @@
pkgname=libopenraw pkgname=libopenraw
pkgver=0.3.7 pkgver=0.3.7
pkgrel=1 pkgrel=2
pkgdesc='Library for decoding RAW files' pkgdesc='Library for decoding RAW files'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://libopenraw.freedesktop.org/' url='https://libopenraw.freedesktop.org/'