From ddfdf6c1cee6d6e40b7bc8795cdce93f010280fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Wed, 9 Nov 2022 17:38:40 +0100 Subject: [PATCH 1/9] upgpkg: bino 2.0-1 upstream release --- .SRCINFO | 24 ++++++++++-------------- PKGBUILD | 36 ++++++++++++++---------------------- ffmpeg4.4.patch | 48 ------------------------------------------------ 3 files changed, 24 insertions(+), 84 deletions(-) delete mode 100644 ffmpeg4.4.patch diff --git a/.SRCINFO b/.SRCINFO index 7f5c885..1d7d948 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,23 +1,19 @@ pkgbase = bino pkgdesc = 3D video player with multi-display support - pkgver = 1.6.8 - pkgrel = 4 + pkgver = 2.0 + pkgrel = 1 url = https://bino3d.org/ arch = x86_64 license = GPL3 - depends = ffmpeg4.4 - depends = freealut - depends = freeglut - depends = glewmx - depends = libass - depends = qt5-base - optdepends = lirc: infrared remote control - source = https://bino3d.org/releases/bino-1.6.8.tar.xz - source = https://bino3d.org/releases/bino-1.6.8.tar.xz.sig - source = ffmpeg4.4.patch + makedepends = cmake + makedepends = qt6-tools + depends = qt6-multimedia + depends = qt6-svg + depends = qvr + source = https://bino3d.org/releases/bino-2.0.tar.gz + source = https://bino3d.org/releases/bino-2.0.tar.gz.sig validpgpkeys = 2F61B4828BBA779AECB3F32703A2A4AB1E32FD34 - sha512sums = d8cf5be356add4ed3fb36673038b5ffd92d0dc840798cc616fa4b11fec221c7f114347dfc7cdb7a3a24c5599b56301cddc99f84d3862d8e874612960281319cc + sha512sums = 5620c506f4de1a9aa7f21f0a23481c5174e7a6a47e6401a84d048dc87843249ef325e33ebc49790d405eb4697c3c571550b0e202f24e758c446ce8e4014f98b3 sha512sums = SKIP - sha512sums = f7bf716a6ae12a4542ecaddeaee1078a6c26d9d765db7cc11a1d7b1ae19b295703f5b05e71564f1aad216485b904d81f2670c122e88ab79c7556f5614c0d1639 pkgname = bino diff --git a/PKGBUILD b/PKGBUILD index 68f4b3c..06423ae 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,36 +4,28 @@ # Contributor: archtux pkgname=bino -pkgver=1.6.8 -pkgrel=4 +pkgver=2.0 +pkgrel=1 pkgdesc='3D video player with multi-display support' arch=('x86_64') url='https://bino3d.org/' license=('GPL3') -depends=('ffmpeg4.4' 'freealut' 'freeglut' 'glewmx' 'libass' 'qt5-base') -optdepends=('lirc: infrared remote control') -source=(https://bino3d.org/releases/${pkgname}-${pkgver}.tar.xz{,.sig} - ffmpeg4.4.patch) -sha512sums=('d8cf5be356add4ed3fb36673038b5ffd92d0dc840798cc616fa4b11fec221c7f114347dfc7cdb7a3a24c5599b56301cddc99f84d3862d8e874612960281319cc' - 'SKIP' - 'f7bf716a6ae12a4542ecaddeaee1078a6c26d9d765db7cc11a1d7b1ae19b295703f5b05e71564f1aad216485b904d81f2670c122e88ab79c7556f5614c0d1639') +depends=('qt6-multimedia' 'qt6-svg' 'qvr') +makedepends=('cmake' 'qt6-tools') +source=(https://bino3d.org/releases/$pkgname-$pkgver.tar.gz{,.sig}) +sha512sums=('5620c506f4de1a9aa7f21f0a23481c5174e7a6a47e6401a84d048dc87843249ef325e33ebc49790d405eb4697c3c571550b0e202f24e758c446ce8e4014f98b3' + 'SKIP') validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i '../ffmpeg4.4.patch' -} - build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure \ - --prefix=/usr \ - --with-qt-version=5 \ - #--with-xnvctrl # Enable NVIDIA Quadro SDI output - make + cmake -B build -S "$pkgname-$pkgver" \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF + + make -C build -j $(nproc) } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + make -C build DESTDIR="$pkgdir" install } diff --git a/ffmpeg4.4.patch b/ffmpeg4.4.patch deleted file mode 100644 index f809290..0000000 --- a/ffmpeg4.4.patch +++ /dev/null @@ -1,48 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -143,25 +143,6 @@ if test -z "$PKG_CONFIG"; then - AC_MSG_WARN([please install pkg-config; Debian package: pkg-config]) - fi - --dnl FFmpeg --PKG_CHECK_MODULES([libavformat], [libavformat >= 52.110.0 libavcodec libavutil], [HAVE_LIBAVFORMAT=1], [HAVE_LIBAVFORMAT=0]) --if test "$HAVE_LIBAVFORMAT" != "1"; then -- AC_MSG_WARN([required library libavformat >= 52.110.0 not found:]) -- AC_MSG_WARN([$libavformat_PKG_ERRORS]) -- AC_MSG_WARN([libavformat >= 52.110.0 is provided by libav >= 0.7 or FFmpeg >= 0.7]) --fi --PKG_CHECK_MODULES([libavdevice], [libavdevice >= 52.5.0], [HAVE_LIBAVDEVICE=1], [HAVE_LIBAVDEVICE=0]) --if test "$HAVE_LIBAVDEVICE" != "1"; then -- AC_MSG_WARN([required library libavdevice >= 52.5.0 not found:]) -- AC_MSG_WARN([$libavdevice_PKG_ERRORS]) -- AC_MSG_WARN([libavdevice >= 52.5.0 is provided by libav >= 0.7 or FFmpeg >= 0.7]) --fi --PKG_CHECK_MODULES([libswscale], [libswscale >= 0.14.1 libavutil], [HAVE_LIBSWSCALE=1], [HAVE_LIBSWSCALE=0]) --if test "$HAVE_LIBSWSCALE" != "1"; then -- AC_MSG_WARN([required library libswscale >= 0.14.1 not found:]) -- AC_MSG_WARN([$libswscale_PKG_ERRORS]) -- AC_MSG_WARN([libswscale >= 0.14.1 is provided by libav >= 0.7 or FFmpeg >= 0.7]) --fi - AC_CHECK_FUNCS([sysconf]) - - dnl libass -@@ -400,11 +381,16 @@ UPDATE_DESKTOP_DATABASE="" - AC_ARG_VAR([UPDATE_DESKTOP_DATABASE], [update-desktop-database command]) - AC_CHECK_PROGS([UPDATE_DESKTOP_DATABASE], [update-desktop-database]) - -+dnl ffmpeg4.4 libs -+LIBS="$LIBS /usr/lib/libswscale.so.5" -+LIBS="$LIBS /usr/lib/libavutil.so.56" -+LIBS="$LIBS /usr/lib/libavformat.so.58" -+LIBS="$LIBS /usr/lib/libavdevice.so.58" -+LIBS="$LIBS /usr/lib/libavcodec.so.58" -+CPPFLAGS="$CPPFLAGS -I/usr/include/ffmpeg4.4" -+ - dnl Check if all libraries were found - if test "$am_cv_func_iconv" != "yes" \ -- -o "$HAVE_LIBAVFORMAT" != "1" \ -- -o "$HAVE_LIBAVDEVICE" != "1" \ -- -o "$HAVE_LIBSWSCALE" != "1" \ - -o "$HAVE_LIBASS" != "1" \ - -o "$HAVE_LIBOPENAL" != "1" \ - -o "$HAVE_LIBQTOPENGL" != "1" \ From 1253d464f15cf602b2b4707e7c92bb2ea2ed30bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Wed, 9 Nov 2022 18:09:58 +0100 Subject: [PATCH 2/9] bino: Update description --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1d7d948..528d8d7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ pkgbase = bino - pkgdesc = 3D video player with multi-display support + pkgdesc = A video player with focus on 3D and Virtual Reality pkgver = 2.0 pkgrel = 1 url = https://bino3d.org/ diff --git a/PKGBUILD b/PKGBUILD index 06423ae..65ec517 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=bino pkgver=2.0 pkgrel=1 -pkgdesc='3D video player with multi-display support' +pkgdesc='A video player with focus on 3D and Virtual Reality' arch=('x86_64') url='https://bino3d.org/' license=('GPL3') From da3252c2c698eb1817e1bbbd8b49b33a78e6d049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Wed, 23 Nov 2022 17:50:04 +0100 Subject: [PATCH 3/9] Revert setting jobs option for make This option should be set in makepkg.conf instead of being passed by the package --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 65ec517..15aa6ba 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -23,7 +23,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DBUILD_TESTING=OFF - make -C build -j $(nproc) + make -C build } package() { From adce6c3729c7ae34282d31d98942296f4d64188a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Tue, 6 Dec 2022 22:10:20 +0100 Subject: [PATCH 4/9] Generically use cmake for build instead of make directly --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 15aa6ba..9a399de 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -23,9 +23,9 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DBUILD_TESTING=OFF - make -C build + cmake --build build } package() { - make -C build DESTDIR="$pkgdir" install + DESTDIR="$pkgdir" cmake --install build } From 61b9b8b48a776c3a593d3d069ca302de6b324860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sat, 18 Feb 2023 22:53:48 +0100 Subject: [PATCH 5/9] upgpkg: bino 2.1-1 upstream release --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 528d8d7..04ac342 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = bino pkgdesc = A video player with focus on 3D and Virtual Reality - pkgver = 2.0 + pkgver = 2.1 pkgrel = 1 url = https://bino3d.org/ arch = x86_64 @@ -10,10 +10,10 @@ pkgbase = bino depends = qt6-multimedia depends = qt6-svg depends = qvr - source = https://bino3d.org/releases/bino-2.0.tar.gz - source = https://bino3d.org/releases/bino-2.0.tar.gz.sig + source = https://bino3d.org/releases/bino-2.1.tar.gz + source = https://bino3d.org/releases/bino-2.1.tar.gz.sig validpgpkeys = 2F61B4828BBA779AECB3F32703A2A4AB1E32FD34 - sha512sums = 5620c506f4de1a9aa7f21f0a23481c5174e7a6a47e6401a84d048dc87843249ef325e33ebc49790d405eb4697c3c571550b0e202f24e758c446ce8e4014f98b3 + sha512sums = 6a7e22a311bdfce4fbfb4b0dedebc5524ea08af773d14e6ca235c3693c7aacea40b1941302e2a9c20564a0783b4728b38db9f6cbb727289df668d50dbba0180d sha512sums = SKIP pkgname = bino diff --git a/PKGBUILD b/PKGBUILD index 9a399de..63cdbe5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: archtux pkgname=bino -pkgver=2.0 +pkgver=2.1 pkgrel=1 pkgdesc='A video player with focus on 3D and Virtual Reality' arch=('x86_64') @@ -13,7 +13,7 @@ license=('GPL3') depends=('qt6-multimedia' 'qt6-svg' 'qvr') makedepends=('cmake' 'qt6-tools') source=(https://bino3d.org/releases/$pkgname-$pkgver.tar.gz{,.sig}) -sha512sums=('5620c506f4de1a9aa7f21f0a23481c5174e7a6a47e6401a84d048dc87843249ef325e33ebc49790d405eb4697c3c571550b0e202f24e758c446ce8e4014f98b3' +sha512sums=('6a7e22a311bdfce4fbfb4b0dedebc5524ea08af773d14e6ca235c3693c7aacea40b1941302e2a9c20564a0783b4728b38db9f6cbb727289df668d50dbba0180d' 'SKIP') validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') From 3c2a11ccde9c54e42d7da11578ef0854458008bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sun, 9 Jun 2024 17:47:01 +0200 Subject: [PATCH 6/9] upgpkg: bino 2.2-1 upstream release --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 04ac342..1febe50 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = bino pkgdesc = A video player with focus on 3D and Virtual Reality - pkgver = 2.1 + pkgver = 2.2 pkgrel = 1 url = https://bino3d.org/ arch = x86_64 @@ -10,10 +10,10 @@ pkgbase = bino depends = qt6-multimedia depends = qt6-svg depends = qvr - source = https://bino3d.org/releases/bino-2.1.tar.gz - source = https://bino3d.org/releases/bino-2.1.tar.gz.sig + source = https://bino3d.org/releases/bino-2.2.tar.gz + source = https://bino3d.org/releases/bino-2.2.tar.gz.sig validpgpkeys = 2F61B4828BBA779AECB3F32703A2A4AB1E32FD34 - sha512sums = 6a7e22a311bdfce4fbfb4b0dedebc5524ea08af773d14e6ca235c3693c7aacea40b1941302e2a9c20564a0783b4728b38db9f6cbb727289df668d50dbba0180d + sha512sums = 73e6207db4a71673f88ebbd8999054acfc8f70a069fc74089976786082373d0eb7ae675786b1d3cf8907987267d9b1b50ddb05366b8b70f880c6898da765cd7b sha512sums = SKIP pkgname = bino diff --git a/PKGBUILD b/PKGBUILD index 63cdbe5..90d33d2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: archtux pkgname=bino -pkgver=2.1 +pkgver=2.2 pkgrel=1 pkgdesc='A video player with focus on 3D and Virtual Reality' arch=('x86_64') @@ -13,7 +13,7 @@ license=('GPL3') depends=('qt6-multimedia' 'qt6-svg' 'qvr') makedepends=('cmake' 'qt6-tools') source=(https://bino3d.org/releases/$pkgname-$pkgver.tar.gz{,.sig}) -sha512sums=('6a7e22a311bdfce4fbfb4b0dedebc5524ea08af773d14e6ca235c3693c7aacea40b1941302e2a9c20564a0783b4728b38db9f6cbb727289df668d50dbba0180d' +sha512sums=('73e6207db4a71673f88ebbd8999054acfc8f70a069fc74089976786082373d0eb7ae675786b1d3cf8907987267d9b1b50ddb05366b8b70f880c6898da765cd7b' 'SKIP') validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') From 1e551aa7141337bc3fb600d230f9e5c53c5ac698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sun, 21 Jul 2024 07:32:40 +0200 Subject: [PATCH 7/9] Adopt SPDX identifiers for license fields --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1febe50..72eb71e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,7 +4,7 @@ pkgbase = bino pkgrel = 1 url = https://bino3d.org/ arch = x86_64 - license = GPL3 + license = GPL-3.0-or-later makedepends = cmake makedepends = qt6-tools depends = qt6-multimedia diff --git a/PKGBUILD b/PKGBUILD index 90d33d2..954e504 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc='A video player with focus on 3D and Virtual Reality' arch=('x86_64') url='https://bino3d.org/' -license=('GPL3') +license=('GPL-3.0-or-later') depends=('qt6-multimedia' 'qt6-svg' 'qvr') makedepends=('cmake' 'qt6-tools') source=(https://bino3d.org/releases/$pkgname-$pkgver.tar.gz{,.sig}) From ff83c44e00cc2062de43fdf8603964897a7e7cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sun, 6 Oct 2024 18:56:42 +0200 Subject: [PATCH 8/9] upgpkg: bino 2.3-1 upstream release --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 72eb71e..38e61f3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = bino pkgdesc = A video player with focus on 3D and Virtual Reality - pkgver = 2.2 + pkgver = 2.3 pkgrel = 1 url = https://bino3d.org/ arch = x86_64 @@ -10,10 +10,10 @@ pkgbase = bino depends = qt6-multimedia depends = qt6-svg depends = qvr - source = https://bino3d.org/releases/bino-2.2.tar.gz - source = https://bino3d.org/releases/bino-2.2.tar.gz.sig + source = https://bino3d.org/releases/bino-2.3.tar.gz + source = https://bino3d.org/releases/bino-2.3.tar.gz.sig validpgpkeys = 2F61B4828BBA779AECB3F32703A2A4AB1E32FD34 - sha512sums = 73e6207db4a71673f88ebbd8999054acfc8f70a069fc74089976786082373d0eb7ae675786b1d3cf8907987267d9b1b50ddb05366b8b70f880c6898da765cd7b + sha512sums = 9750deb7e777237c87d3bd1e7d5411b23b55c4c3bac5361848effb59c3253fb4f9355fddbae62c922026318c349657a7fdfecdf4041cd756a92f0440c1e29f4c sha512sums = SKIP pkgname = bino diff --git a/PKGBUILD b/PKGBUILD index 954e504..c2b36f1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: archtux pkgname=bino -pkgver=2.2 +pkgver=2.3 pkgrel=1 pkgdesc='A video player with focus on 3D and Virtual Reality' arch=('x86_64') @@ -13,7 +13,7 @@ license=('GPL-3.0-or-later') depends=('qt6-multimedia' 'qt6-svg' 'qvr') makedepends=('cmake' 'qt6-tools') source=(https://bino3d.org/releases/$pkgname-$pkgver.tar.gz{,.sig}) -sha512sums=('73e6207db4a71673f88ebbd8999054acfc8f70a069fc74089976786082373d0eb7ae675786b1d3cf8907987267d9b1b50ddb05366b8b70f880c6898da765cd7b' +sha512sums=('9750deb7e777237c87d3bd1e7d5411b23b55c4c3bac5361848effb59c3253fb4f9355fddbae62c922026318c349657a7fdfecdf4041cd756a92f0440c1e29f4c' 'SKIP') validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') From 45a722143e3fec0eab332db9b461c81f41cc8c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Tue, 18 Feb 2025 20:04:33 +0100 Subject: [PATCH 9/9] upgpkg: bino 2.5-1 upstream release --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 38e61f3..bdb70f2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = bino pkgdesc = A video player with focus on 3D and Virtual Reality - pkgver = 2.3 + pkgver = 2.5 pkgrel = 1 url = https://bino3d.org/ arch = x86_64 @@ -10,10 +10,10 @@ pkgbase = bino depends = qt6-multimedia depends = qt6-svg depends = qvr - source = https://bino3d.org/releases/bino-2.3.tar.gz - source = https://bino3d.org/releases/bino-2.3.tar.gz.sig + source = https://bino3d.org/releases/bino-2.5.tar.gz + source = https://bino3d.org/releases/bino-2.5.tar.gz.sig validpgpkeys = 2F61B4828BBA779AECB3F32703A2A4AB1E32FD34 - sha512sums = 9750deb7e777237c87d3bd1e7d5411b23b55c4c3bac5361848effb59c3253fb4f9355fddbae62c922026318c349657a7fdfecdf4041cd756a92f0440c1e29f4c + sha512sums = 3e881b2299ac2922fbb915fcac74aea889e8118e3f1a7f2ffbfbf4ff70b038d0400fee734e6c55a37db416dce77df8b9fdde0d5ed154f7d39ff85a3c45f5aff7 sha512sums = SKIP pkgname = bino diff --git a/PKGBUILD b/PKGBUILD index c2b36f1..6f97ba3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: archtux pkgname=bino -pkgver=2.3 +pkgver=2.5 pkgrel=1 pkgdesc='A video player with focus on 3D and Virtual Reality' arch=('x86_64') @@ -13,7 +13,7 @@ license=('GPL-3.0-or-later') depends=('qt6-multimedia' 'qt6-svg' 'qvr') makedepends=('cmake' 'qt6-tools') source=(https://bino3d.org/releases/$pkgname-$pkgver.tar.gz{,.sig}) -sha512sums=('9750deb7e777237c87d3bd1e7d5411b23b55c4c3bac5361848effb59c3253fb4f9355fddbae62c922026318c349657a7fdfecdf4041cd756a92f0440c1e29f4c' +sha512sums=('3e881b2299ac2922fbb915fcac74aea889e8118e3f1a7f2ffbfbf4ff70b038d0400fee734e6c55a37db416dce77df8b9fdde0d5ed154f7d39ff85a3c45f5aff7' 'SKIP') validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34')