Date: Thursday, February 16, 2023 @ 20:38:06
  Author: eworm
Revision: 469171

archrelease: copy trunk to testing-x86_64

Added:
  libheif/repos/testing-x86_64/
  libheif/repos/testing-x86_64/PKGBUILD
    (from rev 469170, libheif/trunk/PKGBUILD)

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

Copied: libheif/repos/testing-x86_64/PKGBUILD (from rev 469170, 
libheif/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2023-02-16 20:38:06 UTC (rev 469171)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Adam Fontenot <[email protected]>
+
+pkgname=libheif
+pkgver=1.15.1
+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 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=('28d5a376fe7954d2d03453f983aaa0b7486f475c27c7806bda31df9102325556')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --enable-static=no
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to