Date: Tuesday, January 24, 2023 @ 17:00:07
Author: alucryd
Revision: 1388065
archrelease: copy trunk to community-x86_64
Added:
neatvnc/repos/community-x86_64/PKGBUILD
(from rev 1388064, neatvnc/trunk/PKGBUILD)
Deleted:
neatvnc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-24 16:59:58 UTC (rev 1388064)
+++ PKGBUILD 2023-01-24 17:00:07 UTC (rev 1388065)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Andri Yngvason <[email protected]>
-
-pkgname=neatvnc
-pkgver=0.5.4
-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=68581dbb7073f7e60e411f1ca065d4d7bb6fd9ba
-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 1388064,
neatvnc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-24 17:00:07 UTC (rev 1388065)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Andri Yngvason <[email protected]>
+
+pkgname=neatvnc
+pkgver=0.6.0
+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=8b3dc1ae6099dcfa73aec3ae11df2fdc58540d14
+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: