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

Antonio Rojas arojas at archlinux.org
Tue Feb 26 16:13:44 UTC 2019


    Date: Tuesday, February 26, 2019 @ 16:13:40
  Author: arojas
Revision: 346873

archrelease: copy trunk to extra-x86_64

Added:
  libheif/repos/extra-x86_64/PKGBUILD
    (from rev 346872, libheif/trunk/PKGBUILD)
Deleted:
  libheif/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-26 16:13:16 UTC (rev 346872)
+++ PKGBUILD	2019-02-26 16:13:40 UTC (rev 346873)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Adam Fontenot <fontenot at ucla.edu>
-
-pkgname=libheif
-pkgver=1.3.2
-pkgrel=3
-pkgdesc="HEIF file format decoder and encoder"
-arch=(x86_64)
-url="https://github.com/strukturag/libheif"
-license=(GPL3)
-makedepends=(x265 libjpeg libpng libde265)
-depends=(libde265 x265)
-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=('a9e12a693fc172baa16669f427063edd7bf07964a1cb623ee57cd056c06ee3fc')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-static=no
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libheif/repos/extra-x86_64/PKGBUILD (from rev 346872, libheif/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-26 16:13:40 UTC (rev 346873)
@@ -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=1
+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