mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
libopenraw: update to 0.1.3.
Closes #14211. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
b3a151c365
commit
6777b314c1
1 changed files with 5 additions and 3 deletions
|
@ -9,15 +9,17 @@ makedepends="glib-devel gdk-pixbuf-devel boost-devel libxml2-devel libjpeg-turbo
|
||||||
triggers="gtk-pixbuf-loaders"
|
triggers="gtk-pixbuf-loaders"
|
||||||
short_desc="Library for camera RAW files decoding"
|
short_desc="Library for camera RAW files decoding"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-3"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="http://${pkgname}.freedesktop.org/wiki/"
|
#changelog="https://raw.githubusercontent.com/hfiguiere/libopenraw/master/NEWS"
|
||||||
distfiles="http://${pkgname}.freedesktop.org/download/${pkgname}-${version}.tar.bz2"
|
homepage="https://${pkgname}.freedesktop.org/wiki/"
|
||||||
|
distfiles="https://${pkgname}.freedesktop.org/download/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=6405634f555849eb01cb028e2a63936e7b841151ea2a1571ac5b5b10431cfab9
|
checksum=6405634f555849eb01cb028e2a63936e7b841151ea2a1571ac5b5b10431cfab9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Remove gdk-pixbuf static lib
|
# Remove gdk-pixbuf static lib
|
||||||
rm ${DESTDIR}/usr/lib/gdk-pixbuf-*/*/loaders/libopenraw_pixbuf.a
|
rm ${DESTDIR}/usr/lib/gdk-pixbuf-*/*/loaders/libopenraw_pixbuf.a
|
||||||
}
|
}
|
||||||
|
|
||||||
libopenraw-devel_package() {
|
libopenraw-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
description=" - development files"
|
description=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue