[arch-commits] Commit in libheif/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Apr 6 18:09:25 UTC 2021
Date: Tuesday, April 6, 2021 @ 18:09:24
Author: heftig
Revision: 411646
archrelease: copy trunk to staging-x86_64
Added:
libheif/repos/staging-x86_64/
libheif/repos/staging-x86_64/PKGBUILD
(from rev 411645, libheif/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: libheif/repos/staging-x86_64/PKGBUILD (from rev 411645, libheif/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-04-06 18:09:24 UTC (rev 411646)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Adam Fontenot <fontenot at ucla.edu>
+
+pkgname=libheif
+pkgver=1.11.0
+pkgrel=3
+pkgdesc="HEIF file format decoder and encoder"
+arch=(x86_64)
+url="https://github.com/strukturag/libheif"
+license=(GPL3)
+makedepends=(libjpeg libpng gdk-pixbuf2)
+depends=(libde265 x265 aom)
+optdepends=('libjpeg: for heif-convert and heif-enc' 'libpng: for heif-convert and heif-enc')
+source=(https://github.com/strukturag/libheif/releases/download/v$pkgver/libheif-$pkgver.tar.gz)
+sha256sums=('c550938f56ff6dac83702251a143f87cb3a6c71a50d8723955290832d9960913')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --enable-static=no
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list