Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
libvncserver


Commits:
6d2f6240 by Carl Smedstad at 2024-10-05T18:12:39+02:00
Add nvchecker config

- - - - -
33d7b389 by Carl Smedstad at 2024-10-05T18:12:39+02:00
Use SPDX license identifier

- - - - -
3e6ff227 by Carl Smedstad at 2024-10-05T18:13:34+02:00
upgpkg: 0.9.14-4: Replace libjpeg dependency

https://archlinux.org/todo/stop-relying-on-virtual-libjpeg-lib32-libjpeg-package/

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
 pkgbase = libvncserver
        pkgdesc = Cross-platform C libraries that allow you to easily implement 
VNC server or client functionality
        pkgver = 0.9.14
-       pkgrel = 3
+       pkgrel = 4
        url = https://libvnc.github.io/
        arch = x86_64
-       license = GPL
+       license = GPL-2.0-or-later
        makedepends = sdl2
        makedepends = cmake
        depends = gnutls
        depends = libgcrypt
-       depends = libjpeg
+       depends = libjpeg-turbo
        depends = libpng
        depends = libsasl
        depends = lzo


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,5 @@
+[libvncserver]
+source = "git"
+git = "https://github.com/LibVNC/libvncserver";
+prefix = "LibVNCServer-"
+include_regex = '^LibVNCServer-\d+\.\d+\.\d+$'


=====================================
PKGBUILD
=====================================
@@ -4,12 +4,12 @@
 
 pkgname=libvncserver
 pkgver=0.9.14
-pkgrel=3
+pkgrel=4
 pkgdesc="Cross-platform C libraries that allow you to easily implement VNC 
server or client functionality"
 arch=('x86_64')
 url="https://libvnc.github.io/";
-license=('GPL')
-depends=('gnutls' 'libgcrypt' 'libjpeg' 'libpng' 'libsasl' 'lzo' 
'systemd-libs')
+license=('GPL-2.0-or-later')
+depends=('gnutls' 'libgcrypt' 'libjpeg-turbo' 'libpng' 'libsasl' 'lzo' 
'systemd-libs')
 makedepends=('sdl2' 'cmake')
 
source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz";)
 sha256sums=('83104e4f7e28b02f8bf6b010d69b626fae591f887e949816305daebae527c9a5')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvncserver/-/compare/a6f31336478dceff3ee3725ccf0ce092bb391398...3e6ff227856228247225f0e064a18842b091d4c0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvncserver/-/compare/a6f31336478dceff3ee3725ccf0ce092bb391398...3e6ff227856228247225f0e064a18842b091d4c0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to