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

Antonio Rojas arojas at archlinux.org
Thu Aug 29 17:58:03 UTC 2019


    Date: Thursday, August 29, 2019 @ 17:58:03
  Author: arojas
Revision: 361386

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-29 17:57:43 UTC (rev 361385)
+++ PKGBUILD	2019-08-29 17:58:03 UTC (rev 361386)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Adam Fontenot <fontenot at ucla.edu>
-
-pkgname=libheif
-pkgver=1.5.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=('0d03f59cb5a71fbe08f4ac72d2dc4d7888b91fa4ef8e1c80189df3ca08facdb9')
-
-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 361385, libheif/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-29 17:58:03 UTC (rev 361386)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Adam Fontenot <fontenot at ucla.edu>
+
+pkgname=libheif
+pkgver=1.5.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 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=('b134d0219dd2639cc13b8a8bcb8f264834593dd0417da1973fbe96e810918a8b')
+
+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