[arch-commits] Commit in libheif/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Christian Hesse
eworm at archlinux.org
Thu Aug 27 13:44:16 UTC 2020
Date: Thursday, August 27, 2020 @ 13:44:16
Author: eworm
Revision: 394765
archrelease: copy trunk to testing-x86_64
Added:
libheif/repos/testing-x86_64/
libheif/repos/testing-x86_64/PKGBUILD
(from rev 394764, libheif/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: libheif/repos/testing-x86_64/PKGBUILD (from rev 394764, libheif/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-08-27 13:44:16 UTC (rev 394765)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Adam Fontenot <fontenot at ucla.edu>
+
+pkgname=libheif
+pkgver=1.8.0
+pkgrel=1
+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 shared-mime-info)
+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=('e43ef91a5ad41de4471a2fd484279d0793b419009a7d102965739da8f7b75d96')
+
+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