Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: waypipe-0.6.1
@ 2020-05-26 20:03 ericonr
  2020-05-26 21:06 ` [PR PATCH] [Updated] " ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ericonr @ 2020-05-26 20:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages waypipe
https://github.com/void-linux/void-packages/pull/22333

New package: waypipe-0.6.1


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

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

From b68ede4c2b208d2700dc9c8076e752d131a17b91 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Tue, 26 May 2020 16:29:12 -0300
Subject: [PATCH] New package: waypipe-0.6.1

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

diff --git a/srcpkgs/waypipe/template b/srcpkgs/waypipe/template
new file mode 100644
index 00000000000..eeb43a4adec
--- /dev/null
+++ b/srcpkgs/waypipe/template
@@ -0,0 +1,22 @@
+# Template file for 'waypipe'
+pkgname=waypipe
+version=0.6.1
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+configure_args="-Dwerror=false -Dwith_dmabuf=enabled -Dwith_lz4=enabled
+ -Dwith_zstd=enabled -Dwith_video=enabled -Dwith_vaapi=enabled"
+hostmakedepends="wayland-devel scdoc pkg-config"
+makedepends="wayland-protocols liblz4-devel libzstd-devel libva-devel
+ MesaLib-devel libdrm-devel ffmpeg-devel"
+depends="openssh"
+short_desc="Proxy for Wayland clients"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
+license="MIT"
+homepage="https://gitlab.freedesktop.org/mstoeckl/waypipe"
+distfiles="https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=95114f0f4e52cbd8d054c3119265d9006c9f39550961dea58f72b984075d7bce
+
+post_install() {
+	vlicense COPYING LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: waypipe-0.6.1
  2020-05-26 20:03 [PR PATCH] New package: waypipe-0.6.1 ericonr
@ 2020-05-26 21:06 ` ericonr
  2020-05-26 21:09 ` ericonr
  2020-05-28 19:30 ` [PR PATCH] [Merged]: " jnbr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-05-26 21:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages waypipe
https://github.com/void-linux/void-packages/pull/22333

New package: waypipe-0.6.1
I've tested it, and it seems to be working fine between two x86_64 devices, one musl and one glibc.

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

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

From e865ed2b922c4282604542afa168e20df7678f30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Tue, 26 May 2020 16:29:12 -0300
Subject: [PATCH] New package: waypipe-0.6.1

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

diff --git a/srcpkgs/waypipe/template b/srcpkgs/waypipe/template
new file mode 100644
index 00000000000..ad34c55cc45
--- /dev/null
+++ b/srcpkgs/waypipe/template
@@ -0,0 +1,23 @@
+# Template file for 'waypipe'
+pkgname=waypipe
+version=0.6.1
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+# lto is disabled because it causes linking errors in armv6l and armv7l
+configure_args="-Dwerror=false -Dwith_dmabuf=enabled -Dwith_lz4=enabled
+ -Dwith_zstd=enabled -Dwith_video=enabled -Dwith_vaapi=enabled -Db_lto=false"
+hostmakedepends="wayland-devel scdoc pkg-config"
+makedepends="wayland-protocols liblz4-devel libzstd-devel libva-devel
+ MesaLib-devel libdrm-devel ffmpeg-devel"
+depends="openssh"
+short_desc="Proxy for Wayland clients"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
+license="MIT"
+homepage="https://gitlab.freedesktop.org/mstoeckl/waypipe"
+distfiles="https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=95114f0f4e52cbd8d054c3119265d9006c9f39550961dea58f72b984075d7bce
+
+post_install() {
+	vlicense COPYING LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: waypipe-0.6.1
  2020-05-26 20:03 [PR PATCH] New package: waypipe-0.6.1 ericonr
  2020-05-26 21:06 ` [PR PATCH] [Updated] " ericonr
@ 2020-05-26 21:09 ` ericonr
  2020-05-28 19:30 ` [PR PATCH] [Merged]: " jnbr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-05-26 21:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages waypipe
https://github.com/void-linux/void-packages/pull/22333

New package: waypipe-0.6.1
I've tested it, and it seems to be working fine between two x86_64 devices, one musl and one glibc.

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

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

From 53bdd0015a400b24169e658db4572c402126a8dd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Tue, 26 May 2020 16:29:12 -0300
Subject: [PATCH] New package: waypipe-0.6.1

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

diff --git a/srcpkgs/waypipe/template b/srcpkgs/waypipe/template
new file mode 100644
index 00000000000..9b07a2530cc
--- /dev/null
+++ b/srcpkgs/waypipe/template
@@ -0,0 +1,23 @@
+# Template file for 'waypipe'
+pkgname=waypipe
+version=0.6.1
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+# lto is off because it causes linking errors in armv6l and armv7l (due to NEON)
+configure_args="-Dwerror=false -Dwith_dmabuf=enabled -Dwith_lz4=enabled
+ -Dwith_zstd=enabled -Dwith_video=enabled -Dwith_vaapi=enabled -Db_lto=false"
+hostmakedepends="wayland-devel scdoc pkg-config"
+makedepends="wayland-protocols liblz4-devel libzstd-devel libva-devel
+ MesaLib-devel libdrm-devel ffmpeg-devel"
+depends="openssh"
+short_desc="Proxy for Wayland clients"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
+license="MIT"
+homepage="https://gitlab.freedesktop.org/mstoeckl/waypipe"
+distfiles="https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=95114f0f4e52cbd8d054c3119265d9006c9f39550961dea58f72b984075d7bce
+
+post_install() {
+	vlicense COPYING LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: waypipe-0.6.1
  2020-05-26 20:03 [PR PATCH] New package: waypipe-0.6.1 ericonr
  2020-05-26 21:06 ` [PR PATCH] [Updated] " ericonr
  2020-05-26 21:09 ` ericonr
@ 2020-05-28 19:30 ` jnbr
  2 siblings, 0 replies; 4+ messages in thread
From: jnbr @ 2020-05-28 19:30 UTC (permalink / raw)
  To: ml

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

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

New package: waypipe-0.6.1
https://github.com/void-linux/void-packages/pull/22333

Description:
I've tested it, and it seems to be working fine between two x86_64 devices, one musl and one glibc. Worked between a headless armv6l-musl device and a x86_64 glibc as well.

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

end of thread, other threads:[~2020-05-28 19:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26 20:03 [PR PATCH] New package: waypipe-0.6.1 ericonr
2020-05-26 21:06 ` [PR PATCH] [Updated] " ericonr
2020-05-26 21:09 ` ericonr
2020-05-28 19:30 ` [PR PATCH] [Merged]: " jnbr

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).