Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: LookingGlass-B1
@ 2019-07-28 15:09 voidlinux-github
  2019-07-28 15:58 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: voidlinux-github @ 2019-07-28 15:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 385 bytes --]

There is a new pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages lookingglass
https://github.com/void-linux/void-packages/pull/13393

New package: LookingGlass-B1
closes https://github.com/void-linux/void-packages/issues/13372

A patch file from https://github.com/void-linux/void-packages/pull/13393.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lookingglass-13393.patch --]
[-- Type: text/x-diff, Size: 1221 bytes --]

From 2b95ef56ef3a2030c1243a4f0526d5a2e2a1b5d2 Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Sun, 28 Jul 2019 17:01:32 +0200
Subject: [PATCH] New package: LookingGlass-B1

---
 srcpkgs/LookingGlass/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/LookingGlass/template

diff --git a/srcpkgs/LookingGlass/template b/srcpkgs/LookingGlass/template
new file mode 100644
index 00000000000..62ebe0a7191
--- /dev/null
+++ b/srcpkgs/LookingGlass/template
@@ -0,0 +1,17 @@
+# Template file for 'LookingGlass'
+pkgname=LookingGlass
+version=B1
+revision=1
+archs="i686* x86_64*"
+build_wrksrc=client
+build_style=cmake
+configure_args="-DCMAKE_EXE_LINKER_FLAGS=-ldl"
+hostmakedepends="pkg-config"
+makedepends="SDL2-devel SDL2_ttf-devel binutils-devel fontconfig-devel gmp-devel
+ libX11-devel nettle-devel spice-devel"
+short_desc="Low latency KVMFR implementation for guests with VGA PCI Passthrough"
+maintainer="bra1nwave <brainwave@openmailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/gnif/LookingGlass"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=fa9b3b380f451551c8b40b56a3e873607aa066e8333b7baacd0ed21a05bbb5c5

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PR PATCH] [Updated] New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
@ 2019-07-28 15:58 ` voidlinux-github
  2019-07-28 15:58 ` voidlinux-github
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-07-28 15:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 390 bytes --]

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages lookingglass
https://github.com/void-linux/void-packages/pull/13393

New package: LookingGlass-B1
closes https://github.com/void-linux/void-packages/issues/13372

A patch file from https://github.com/void-linux/void-packages/pull/13393.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lookingglass-13393.patch --]
[-- Type: text/x-diff, Size: 1325 bytes --]

From 1906b6d9993e60ed05c110b745214511bcee0127 Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Sun, 28 Jul 2019 17:01:32 +0200
Subject: [PATCH] New package: LookingGlass-B1

---
 srcpkgs/LookingGlass/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/LookingGlass/template

diff --git a/srcpkgs/LookingGlass/template b/srcpkgs/LookingGlass/template
new file mode 100644
index 00000000000..e1aa9695227
--- /dev/null
+++ b/srcpkgs/LookingGlass/template
@@ -0,0 +1,21 @@
+# Template file for 'LookingGlass'
+pkgname=LookingGlass
+version=B1
+revision=1
+archs="i686* x86_64*"
+build_wrksrc=client
+build_style=cmake
+configure_args="-DCMAKE_EXE_LINKER_FLAGS=-ldl"
+hostmakedepends="pkg-config"
+makedepends="SDL2-devel SDL2_ttf-devel binutils-devel fontconfig-devel gmp-devel
+ libX11-devel nettle-devel spice-devel"
+short_desc="Low latency KVMFR implementation for guests with VGA PCI Passthrough"
+maintainer="bra1nwave <brainwave@openmailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/gnif/LookingGlass"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=fa9b3b380f451551c8b40b56a3e873607aa066e8333b7baacd0ed21a05bbb5c5
+
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) configure_args+=" -DENABLE_BACKTRACE=OFF" ;;
+esac

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PR PATCH] [Updated] New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
  2019-07-28 15:58 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-28 15:58 ` voidlinux-github
  2019-07-28 16:21 ` voidlinux-github
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-07-28 15:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 390 bytes --]

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages lookingglass
https://github.com/void-linux/void-packages/pull/13393

New package: LookingGlass-B1
closes https://github.com/void-linux/void-packages/issues/13372

A patch file from https://github.com/void-linux/void-packages/pull/13393.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lookingglass-13393.patch --]
[-- Type: text/x-diff, Size: 1325 bytes --]

From 1906b6d9993e60ed05c110b745214511bcee0127 Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Sun, 28 Jul 2019 17:01:32 +0200
Subject: [PATCH] New package: LookingGlass-B1

---
 srcpkgs/LookingGlass/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/LookingGlass/template

diff --git a/srcpkgs/LookingGlass/template b/srcpkgs/LookingGlass/template
new file mode 100644
index 00000000000..e1aa9695227
--- /dev/null
+++ b/srcpkgs/LookingGlass/template
@@ -0,0 +1,21 @@
+# Template file for 'LookingGlass'
+pkgname=LookingGlass
+version=B1
+revision=1
+archs="i686* x86_64*"
+build_wrksrc=client
+build_style=cmake
+configure_args="-DCMAKE_EXE_LINKER_FLAGS=-ldl"
+hostmakedepends="pkg-config"
+makedepends="SDL2-devel SDL2_ttf-devel binutils-devel fontconfig-devel gmp-devel
+ libX11-devel nettle-devel spice-devel"
+short_desc="Low latency KVMFR implementation for guests with VGA PCI Passthrough"
+maintainer="bra1nwave <brainwave@openmailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/gnif/LookingGlass"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=fa9b3b380f451551c8b40b56a3e873607aa066e8333b7baacd0ed21a05bbb5c5
+
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) configure_args+=" -DENABLE_BACKTRACE=OFF" ;;
+esac

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PR PATCH] [Updated] New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-28 16:21 ` voidlinux-github
@ 2019-07-28 16:21 ` voidlinux-github
  2019-07-28 16:22 ` voidlinux-github
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-07-28 16:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 390 bytes --]

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages lookingglass
https://github.com/void-linux/void-packages/pull/13393

New package: LookingGlass-B1
closes https://github.com/void-linux/void-packages/issues/13372

A patch file from https://github.com/void-linux/void-packages/pull/13393.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lookingglass-13393.patch --]
[-- Type: text/x-diff, Size: 1319 bytes --]

From f71016072ae392f6dfcccc503f8f6580ec598032 Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Sun, 28 Jul 2019 17:01:32 +0200
Subject: [PATCH] New package: LookingGlass-B1

---
 srcpkgs/LookingGlass/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/LookingGlass/template

diff --git a/srcpkgs/LookingGlass/template b/srcpkgs/LookingGlass/template
new file mode 100644
index 00000000000..3a962aa8c9b
--- /dev/null
+++ b/srcpkgs/LookingGlass/template
@@ -0,0 +1,21 @@
+# Template file for 'LookingGlass'
+pkgname=LookingGlass
+version=B1
+revision=1
+archs="x86_64*"
+build_wrksrc=client
+build_style=cmake
+configure_args="-DCMAKE_EXE_LINKER_FLAGS=-ldl"
+hostmakedepends="pkg-config"
+makedepends="SDL2-devel SDL2_ttf-devel binutils-devel fontconfig-devel gmp-devel
+ libX11-devel nettle-devel spice-devel"
+short_desc="Low latency KVMFR implementation for guests with VGA PCI Passthrough"
+maintainer="bra1nwave <brainwave@openmailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/gnif/LookingGlass"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=fa9b3b380f451551c8b40b56a3e873607aa066e8333b7baacd0ed21a05bbb5c5
+
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) configure_args+=" -DENABLE_BACKTRACE=OFF" ;;
+esac

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PR PATCH] [Updated] New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
  2019-07-28 15:58 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-28 15:58 ` voidlinux-github
@ 2019-07-28 16:21 ` voidlinux-github
  2019-07-28 16:21 ` voidlinux-github
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-07-28 16:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 390 bytes --]

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages lookingglass
https://github.com/void-linux/void-packages/pull/13393

New package: LookingGlass-B1
closes https://github.com/void-linux/void-packages/issues/13372

A patch file from https://github.com/void-linux/void-packages/pull/13393.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lookingglass-13393.patch --]
[-- Type: text/x-diff, Size: 1319 bytes --]

From f71016072ae392f6dfcccc503f8f6580ec598032 Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Sun, 28 Jul 2019 17:01:32 +0200
Subject: [PATCH] New package: LookingGlass-B1

---
 srcpkgs/LookingGlass/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/LookingGlass/template

diff --git a/srcpkgs/LookingGlass/template b/srcpkgs/LookingGlass/template
new file mode 100644
index 00000000000..3a962aa8c9b
--- /dev/null
+++ b/srcpkgs/LookingGlass/template
@@ -0,0 +1,21 @@
+# Template file for 'LookingGlass'
+pkgname=LookingGlass
+version=B1
+revision=1
+archs="x86_64*"
+build_wrksrc=client
+build_style=cmake
+configure_args="-DCMAKE_EXE_LINKER_FLAGS=-ldl"
+hostmakedepends="pkg-config"
+makedepends="SDL2-devel SDL2_ttf-devel binutils-devel fontconfig-devel gmp-devel
+ libX11-devel nettle-devel spice-devel"
+short_desc="Low latency KVMFR implementation for guests with VGA PCI Passthrough"
+maintainer="bra1nwave <brainwave@openmailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/gnif/LookingGlass"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=fa9b3b380f451551c8b40b56a3e873607aa066e8333b7baacd0ed21a05bbb5c5
+
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) configure_args+=" -DENABLE_BACKTRACE=OFF" ;;
+esac

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PR PATCH] [Updated] New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-07-28 16:21 ` voidlinux-github
@ 2019-07-28 16:22 ` voidlinux-github
  2019-07-28 16:22 ` voidlinux-github
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-07-28 16:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 390 bytes --]

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages lookingglass
https://github.com/void-linux/void-packages/pull/13393

New package: LookingGlass-B1
closes https://github.com/void-linux/void-packages/issues/13372

A patch file from https://github.com/void-linux/void-packages/pull/13393.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lookingglass-13393.patch --]
[-- Type: text/x-diff, Size: 1314 bytes --]

From 1e1f49fbab65d49a5c926326064b5427173cf8f9 Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Sun, 28 Jul 2019 17:01:32 +0200
Subject: [PATCH] New package: LookingGlass-B1

---
 srcpkgs/LookingGlass/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/LookingGlass/template

diff --git a/srcpkgs/LookingGlass/template b/srcpkgs/LookingGlass/template
new file mode 100644
index 00000000000..f0390058546
--- /dev/null
+++ b/srcpkgs/LookingGlass/template
@@ -0,0 +1,21 @@
+# Template file for 'LookingGlass'
+pkgname=LookingGlass
+version=B1
+revision=1
+archs="x86_64*"
+build_wrksrc=client
+build_style=cmake
+configure_args="-DCMAKE_EXE_LINKER_FLAGS=-ldl"
+hostmakedepends="pkg-config"
+makedepends="SDL2-devel SDL2_ttf-devel binutils-devel fontconfig-devel gmp-devel
+ libX11-devel nettle-devel spice-devel"
+short_desc="Low latency KVMFR implementation for guests with VGA PCI Passthrough"
+maintainer="bra1nwave <brainwave@openmailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/gnif/LookingGlass"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=fa9b3b380f451551c8b40b56a3e873607aa066e8333b7baacd0ed21a05bbb5c5
+
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) configure_args+=" -DENABLE_BACKTRACE=OFF" ;;
+esac

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PR PATCH] [Updated] New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-07-28 16:22 ` voidlinux-github
@ 2019-07-28 16:22 ` voidlinux-github
  2019-07-29 19:00 ` voidlinux-github
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-07-28 16:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 390 bytes --]

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages lookingglass
https://github.com/void-linux/void-packages/pull/13393

New package: LookingGlass-B1
closes https://github.com/void-linux/void-packages/issues/13372

A patch file from https://github.com/void-linux/void-packages/pull/13393.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lookingglass-13393.patch --]
[-- Type: text/x-diff, Size: 1314 bytes --]

From 1e1f49fbab65d49a5c926326064b5427173cf8f9 Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Sun, 28 Jul 2019 17:01:32 +0200
Subject: [PATCH] New package: LookingGlass-B1

---
 srcpkgs/LookingGlass/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/LookingGlass/template

diff --git a/srcpkgs/LookingGlass/template b/srcpkgs/LookingGlass/template
new file mode 100644
index 00000000000..f0390058546
--- /dev/null
+++ b/srcpkgs/LookingGlass/template
@@ -0,0 +1,21 @@
+# Template file for 'LookingGlass'
+pkgname=LookingGlass
+version=B1
+revision=1
+archs="x86_64*"
+build_wrksrc=client
+build_style=cmake
+configure_args="-DCMAKE_EXE_LINKER_FLAGS=-ldl"
+hostmakedepends="pkg-config"
+makedepends="SDL2-devel SDL2_ttf-devel binutils-devel fontconfig-devel gmp-devel
+ libX11-devel nettle-devel spice-devel"
+short_desc="Low latency KVMFR implementation for guests with VGA PCI Passthrough"
+maintainer="bra1nwave <brainwave@openmailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/gnif/LookingGlass"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=fa9b3b380f451551c8b40b56a3e873607aa066e8333b7baacd0ed21a05bbb5c5
+
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) configure_args+=" -DENABLE_BACKTRACE=OFF" ;;
+esac

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-07-28 16:22 ` voidlinux-github
@ 2019-07-29 19:00 ` voidlinux-github
  2020-11-01  2:01 ` ericonr
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2019-07-29 19:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/13393#issuecomment-516120063
Comment:
Usually we do not accept beta software to repository, so this will need to wait for stable release.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-07-29 19:00 ` voidlinux-github
@ 2020-11-01  2:01 ` ericonr
  2020-11-01  2:01 ` ericonr
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2020-11-01  2:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/13393#issuecomment-720014813

Comment:
Release history shows release candidates for beta releases https://github.com/gnif/LookingGlass/releases ; perhaps upstream can make their stance on releases clearer in order to help packaging effots.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
                   ` (7 preceding siblings ...)
  2020-11-01  2:01 ` ericonr
@ 2020-11-01  2:01 ` ericonr
  2022-01-05 19:18 ` ericonr
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2020-11-01  2:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/13393#issuecomment-720014813

Comment:
Release history shows release candidates for beta releases https://github.com/gnif/LookingGlass/releases ; perhaps upstream can make their stance on releases clearer in order to help packaging efforts.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
                   ` (8 preceding siblings ...)
  2020-11-01  2:01 ` ericonr
@ 2022-01-05 19:18 ` ericonr
  2022-01-05 23:41 ` dm17
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2022-01-05 19:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 178 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/13393#issuecomment-1006008505

Comment:
B5 is an actual release, apparently.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
                   ` (9 preceding siblings ...)
  2022-01-05 19:18 ` ericonr
@ 2022-01-05 23:41 ` dm17
  2022-04-15  2:12 ` github-actions
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dm17 @ 2022-01-05 23:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

New comment by dm17 on void-packages repository

https://github.com/void-linux/void-packages/pull/13393#issuecomment-1006163096

Comment:
Would be great to have this package! Thanks :)

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
                   ` (10 preceding siblings ...)
  2022-01-05 23:41 ` dm17
@ 2022-04-15  2:12 ` github-actions
  2022-04-29  2:13 ` [PR PATCH] [Closed]: " github-actions
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: github-actions @ 2022-04-15  2:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/13393#issuecomment-1099786694

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [PR PATCH] [Closed]: New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
                   ` (11 preceding siblings ...)
  2022-04-15  2:12 ` github-actions
@ 2022-04-29  2:13 ` github-actions
  2022-04-29 12:31 ` dm17
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: github-actions @ 2022-04-29  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 225 bytes --]

There's a closed pull request on the void-packages repository

New package: LookingGlass-B1
https://github.com/void-linux/void-packages/pull/13393

Description:
closes https://github.com/void-linux/void-packages/issues/13372

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
                   ` (12 preceding siblings ...)
  2022-04-29  2:13 ` [PR PATCH] [Closed]: " github-actions
@ 2022-04-29 12:31 ` dm17
  2022-04-29 13:00 ` gnif
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dm17 @ 2022-04-29 12:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 457 bytes --]

New comment by dm17 on void-packages repository

https://github.com/void-linux/void-packages/pull/13393#issuecomment-1113258423

Comment:
> Release history shows release candidates for beta releases https://github.com/gnif/LookingGlass/releases ; perhaps upstream can make their stance on releases clearer in order to help packaging efforts.

What should @gnif clarify about the release? Is it just the word "beta" that is making this untenable?
Thanks.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
                   ` (13 preceding siblings ...)
  2022-04-29 12:31 ` dm17
@ 2022-04-29 13:00 ` gnif
  2022-04-29 13:04 ` dm17
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: gnif @ 2022-04-29 13:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 259 bytes --]

New comment by gnif on void-packages repository

https://github.com/void-linux/void-packages/pull/13393#issuecomment-1113283782

Comment:
> B5 is an actual release, apparently.

It's still Beta, it's not a final release. Please do not package this project.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
                   ` (14 preceding siblings ...)
  2022-04-29 13:00 ` gnif
@ 2022-04-29 13:04 ` dm17
  2022-04-29 13:20 ` gnif
  2022-04-29 13:27 ` dm17
  17 siblings, 0 replies; 19+ messages in thread
From: dm17 @ 2022-04-29 13:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

New comment by dm17 on void-packages repository

https://github.com/void-linux/void-packages/pull/13393#issuecomment-1113287424

Comment:
> It's still Beta, it's not a final release. Please do not package this project.

You don't want distros to package your project? That is surprising... It would get more people using it - and it isn't something you'd use by accident.


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
                   ` (15 preceding siblings ...)
  2022-04-29 13:04 ` dm17
@ 2022-04-29 13:20 ` gnif
  2022-04-29 13:27 ` dm17
  17 siblings, 0 replies; 19+ messages in thread
From: gnif @ 2022-04-29 13:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 800 bytes --]

New comment by gnif on void-packages repository

https://github.com/void-linux/void-packages/pull/13393#issuecomment-1113302677

Comment:
> > It's still Beta, it's not a final release. Please do not package this project.
> 
> You don't want distros to package your project? That is surprising... It would get more people using it - and it isn't something you'd use by accident.

Of-course we do eventually. At the moment we do not as you have to keep the Windows app and the client app versions in sync as the protocol they use to communicate is still in flux. Each time a distro has packaged our application we get inundated with support requests because of miss-matched versions.

Until LG reaches version 1.0 when we set the protocol and feature set in stone, LG is not ready for packaging.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: New package: LookingGlass-B1
  2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
                   ` (16 preceding siblings ...)
  2022-04-29 13:20 ` gnif
@ 2022-04-29 13:27 ` dm17
  17 siblings, 0 replies; 19+ messages in thread
From: dm17 @ 2022-04-29 13:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

New comment by dm17 on void-packages repository

https://github.com/void-linux/void-packages/pull/13393#issuecomment-1113310286

Comment:
Ah that makes sense. Thanks.

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2022-04-29 13:27 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-28 15:09 [PR PATCH] New package: LookingGlass-B1 voidlinux-github
2019-07-28 15:58 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-28 15:58 ` voidlinux-github
2019-07-28 16:21 ` voidlinux-github
2019-07-28 16:21 ` voidlinux-github
2019-07-28 16:22 ` voidlinux-github
2019-07-28 16:22 ` voidlinux-github
2019-07-29 19:00 ` voidlinux-github
2020-11-01  2:01 ` ericonr
2020-11-01  2:01 ` ericonr
2022-01-05 19:18 ` ericonr
2022-01-05 23:41 ` dm17
2022-04-15  2:12 ` github-actions
2022-04-29  2:13 ` [PR PATCH] [Closed]: " github-actions
2022-04-29 12:31 ` dm17
2022-04-29 13:00 ` gnif
2022-04-29 13:04 ` dm17
2022-04-29 13:20 ` gnif
2022-04-29 13:27 ` dm17

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).