[arch-commits] Commit in neatvnc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Aug 18 09:18:47 UTC 2022


    Date: Thursday, August 18, 2022 @ 09:18:47
  Author: alucryd
Revision: 1266814

archrelease: copy trunk to community-x86_64

Added:
  neatvnc/repos/community-x86_64/PKGBUILD
    (from rev 1266813, neatvnc/trunk/PKGBUILD)
Deleted:
  neatvnc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   96 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 49 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-18 09:18:37 UTC (rev 1266813)
+++ PKGBUILD	2022-08-18 09:18:47 UTC (rev 1266814)
@@ -1,47 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Andri Yngvason <andri at yngvason.is>
-
-pkgname=neatvnc
-pkgver=0.4.0
-pkgrel=3
-pkgdesc='Fast and neat VNC server library'
-arch=(x86_64)
-url=https://github.com/any1/neatvnc
-license=(custom:ISC)
-depends=(
-  glibc
-  gnutls
-  libaml.so
-  libpixman-1.so
-  libturbojpeg.so
-  zlib
-)
-makedepends=(
-  git
-  libdrm
-  meson
-  ninja
-)
-provides=(libneatvnc.so)
-_tag=b1d32694d0a310e36da1cf84420c827bbf665755
-source=(git+https://github.com/any1/neatvnc.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd neatvnc
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  arch-meson neatvnc build \
-    -Djpeg=enabled \
-    -Dtls=enabled
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 neatvnc/COPYING -t "${pkgdir}"/usr/share/licenses/neatvnc
-}
-
-# vim: ts=2 sw=2 et:

Copied: neatvnc/repos/community-x86_64/PKGBUILD (from rev 1266813, neatvnc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-18 09:18:47 UTC (rev 1266814)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Andri Yngvason <andri at yngvason.is>
+
+pkgname=neatvnc
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='Fast and neat VNC server library'
+arch=(x86_64)
+url=https://github.com/any1/neatvnc
+license=(custom:ISC)
+depends=(
+  glibc
+  gnutls
+  libaml.so
+  libavcodec.so
+  libdrm
+  libpixman-1.so
+  libturbojpeg.so
+  mesa
+  zlib
+)
+makedepends=(
+  git
+  meson
+  ninja
+)
+provides=(libneatvnc.so)
+_tag=43684ec48259f529f5ce41554ee93f500cce94b7
+source=(git+https://github.com/any1/neatvnc.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd neatvnc
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  arch-meson neatvnc build \
+    -Djpeg=enabled \
+    -Dtls=enabled
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 neatvnc/COPYING -t "${pkgdir}"/usr/share/licenses/neatvnc
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list