[arch-commits] Commit in libheif/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jun 28 06:22:42 UTC 2019


    Date: Friday, June 28, 2019 @ 06:22:41
  Author: arojas
Revision: 356989

archrelease: copy trunk to staging-x86_64

Added:
  libheif/repos/staging-x86_64/
  libheif/repos/staging-x86_64/PKGBUILD
    (from rev 356988, libheif/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: libheif/repos/staging-x86_64/PKGBUILD (from rev 356988, libheif/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2019-06-28 06:22:41 UTC (rev 356989)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Adam Fontenot <fontenot at ucla.edu>
+
+pkgname=libheif
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="HEIF file format decoder and encoder"
+arch=(x86_64)
+url="https://github.com/strukturag/libheif"
+license=(GPL3)
+makedepends=(libjpeg libpng)
+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=('977a9831f1d61b5005566945c7e16e31de35a57a8dd6eb715ae0f40a3595cb60')
+
+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