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

Antonio Rojas arojas at archlinux.org
Thu Dec 19 14:45:59 UTC 2019


    Date: Thursday, December 19, 2019 @ 14:45:58
  Author: arojas
Revision: 371849

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-19 14:45:41 UTC (rev 371848)
+++ PKGBUILD	2019-12-19 14:45:58 UTC (rev 371849)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Adam Fontenot <fontenot at ucla.edu>
-
-pkgname=libheif
-pkgver=1.6.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=('f00ad182cb21aa57218cb7ba222163376e74e3b7de1723fd789508a296c9e868')
-
-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 371848, libheif/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-19 14:45:58 UTC (rev 371849)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Adam Fontenot <fontenot at ucla.edu>
+
+pkgname=libheif
+pkgver=1.6.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=('a22611289464da08fa7e580c95ea5e1b1b522b96ee6807de9b3b4605efb621d1')
+
+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