[arch-commits] Commit in libheif/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Nov 8 15:23:20 UTC 2019
Date: Friday, November 8, 2019 @ 15:23:20
Author: arojas
Revision: 367208
archrelease: copy trunk to extra-x86_64
Added:
libheif/repos/extra-x86_64/PKGBUILD
(from rev 367207, libheif/trunk/PKGBUILD)
Deleted:
libheif/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-08 15:22:41 UTC (rev 367207)
+++ PKGBUILD 2019-11-08 15:23:20 UTC (rev 367208)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Adam Fontenot <fontenot at ucla.edu>
-
-pkgname=libheif
-pkgver=1.5.1
-pkgrel=2
-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
-}
Copied: libheif/repos/extra-x86_64/PKGBUILD (from rev 367207, libheif/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-08 15:23:20 UTC (rev 367208)
@@ -0,0 +1,26 @@
+# 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
+}
More information about the arch-commits
mailing list