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

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Jul 19 12:23:34 UTC 2021


    Date: Monday, July 19, 2021 @ 12:23:34
  Author: alucryd
Revision: 420132

archrelease: copy trunk to extra-x86_64

Added:
  zimg/repos/extra-x86_64/PKGBUILD
    (from rev 420131, zimg/trunk/PKGBUILD)
Deleted:
  zimg/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   95 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 46 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-19 12:23:30 UTC (rev 420131)
+++ PKGBUILD	2021-07-19 12:23:34 UTC (rev 420132)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=zimg
-pkgver=3.0.1
-pkgrel=2
-pkgdesc='Scaling, colorspace conversion, and dithering library'
-arch=(x86_64)
-url=https://github.com/sekrit-twc/zimg
-license=(custom:WTFPL)
-depends=(
-  gcc-libs
-  glibc
-)
-makedepends=(git)
-provides=(libzimg.so)
-options=(!emptydirs)
-_tag=e17ee6cf72509c32c15067b32615849e69486367
-source=(git+https://github.com/sekrit-twc/zimg.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd zimg
-
-  git describe --tags | sed 's/^release-//'
-}
-
-prepare() {
-  cd zimg
-
-  ./autogen.sh
-}
-
-build() {
-  cd zimg
-
-  ./configure \
-    --prefix=/usr \
-    --enable-x86simd \
-    --disable-static
-  make
-}
-
-package(){
-  make DESTDIR="${pkgdir}" -C zimg install
-  install -Dm 644 zimg/COPYING -t "${pkgdir}"/usr/share/licenses/zimg/
-}
-
-# vim: ts=2 sw=2 et:

Copied: zimg/repos/extra-x86_64/PKGBUILD (from rev 420131, zimg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-19 12:23:34 UTC (rev 420132)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=zimg
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='Scaling, colorspace conversion, and dithering library'
+arch=(x86_64)
+url=https://github.com/sekrit-twc/zimg
+license=(custom:WTFPL)
+depends=(
+  gcc-libs
+  glibc
+)
+makedepends=(git)
+provides=(libzimg.so)
+options=(!emptydirs)
+_tag=bf73dbeffd4b58d95923dbedcb920a18c7ee1123
+source=(git+https://github.com/sekrit-twc/zimg.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prepare() {
+  cd zimg
+  ./autogen.sh
+}
+
+pkgver() {
+  cd zimg
+  git describe --tags | sed 's/^release-//'
+}
+
+build() {
+  cd zimg
+  ./configure \
+    --prefix=/usr \
+    --enable-x86simd \
+    --disable-static
+  make
+}
+
+package(){
+  make DESTDIR="${pkgdir}" -C zimg install
+  install -Dm 644 zimg/COPYING -t "${pkgdir}"/usr/share/licenses/zimg/
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list