Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Xrdp, Xorgxrdp and service file for open-iscsi daemon
@ 2021-06-14 10:20 combro2k
  2021-06-14 11:15 ` [PR PATCH] [Closed]: " combro2k
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: combro2k @ 2021-06-14 10:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/combro2k/void-packages master
https://github.com/void-linux/void-packages/pull/31476

Xrdp, Xorgxrdp and service file for open-iscsi daemon
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From a1e1b44f17feff5f71a3a93852355d45878ed8ee Mon Sep 17 00:00:00 2001
From: Martijn van Maurik <git@vmaurik.nl>
Date: Mon, 14 Jun 2021 12:10:18 +0200
Subject: [PATCH 1/3] Add service file for open-iscsi

---
 srcpkgs/open-iscsi/files/iscsid/run | 3 +++
 srcpkgs/open-iscsi/template         | 6 +++++-
 2 files changed, 8 insertions(+), 1 deletion(-)
 create mode 100755 srcpkgs/open-iscsi/files/iscsid/run

diff --git a/srcpkgs/open-iscsi/files/iscsid/run b/srcpkgs/open-iscsi/files/iscsid/run
new file mode 100755
index 000000000000..70765b6fc3ab
--- /dev/null
+++ b/srcpkgs/open-iscsi/files/iscsid/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec /usr/bin/iscsid ${OPTS:=--config /etc/iscsi/iscsid.conf -f} 1>&2
diff --git a/srcpkgs/open-iscsi/template b/srcpkgs/open-iscsi/template
index 7cd8308b0498..ee417ab90e8d 100644
--- a/srcpkgs/open-iscsi/template
+++ b/srcpkgs/open-iscsi/template
@@ -1,7 +1,7 @@
 # Template file for 'open-iscsi'
 pkgname=open-iscsi
 version=2.1.3
-revision=2
+revision=3
 conf_files="/etc/iscsi/iscsid.conf /etc/iscsi/initiatorname.iscsi"
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
@@ -46,3 +46,7 @@ do_install() {
 
 	sed -i 's,/sbin/iscsid,/usr/bin/iscsid,' ${DESTDIR}/etc/iscsi/iscsid.conf
 }
+
+post_install() {
+  vsv iscsid
+}

From a1de874b56804d9841735b63de7c3fc2c5060a84 Mon Sep 17 00:00:00 2001
From: Martijn van Maurik <git@vmaurik.nl>
Date: Mon, 14 Jun 2021 12:10:44 +0200
Subject: [PATCH 2/3] Add xrdp package

---
 srcpkgs/xrdp/files/xrdp-sesman/run |  3 +++
 srcpkgs/xrdp/files/xrdp/run        |  3 +++
 srcpkgs/xrdp/template              | 25 +++++++++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/xrdp/files/xrdp-sesman/run
 create mode 100644 srcpkgs/xrdp/files/xrdp/run
 create mode 100644 srcpkgs/xrdp/template

diff --git a/srcpkgs/xrdp/files/xrdp-sesman/run b/srcpkgs/xrdp/files/xrdp-sesman/run
new file mode 100644
index 000000000000..1969d68769a2
--- /dev/null
+++ b/srcpkgs/xrdp/files/xrdp-sesman/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec xrdp-sesman ${OPTS:=-n} 1>&2
diff --git a/srcpkgs/xrdp/files/xrdp/run b/srcpkgs/xrdp/files/xrdp/run
new file mode 100644
index 000000000000..f47a94a3fd2b
--- /dev/null
+++ b/srcpkgs/xrdp/files/xrdp/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec xrdp ${OPTS:=-n} 1>&2
diff --git a/srcpkgs/xrdp/template b/srcpkgs/xrdp/template
new file mode 100644
index 000000000000..26dcd13851db
--- /dev/null
+++ b/srcpkgs/xrdp/template
@@ -0,0 +1,25 @@
+# Template file for 'xrdp'
+pkgname=xrdp
+version=0.9.16
+revision=3
+archs="x86_64"
+build_style=gnu-configure
+hostmakedepends="pkg-config automake autoconf which nasm flex bison libxml2-python3 python3 libtool"
+makedepends="openssl-devel pam-devel libjpeg-turbo-devel libX11-devel libXfixes-devel libXrandr-devel fuse-devel libxml2-devel lame-devel pixman-devel xorg-server-devel opus-devel"
+depends="openssl pam libjpeg-turbo libX11 libXfixes libXrandr intltool libxslt fuse lame fdkaac opus pixman xorg"
+short_desc="XRDP"
+maintainer="Martijn van Maurik <git@vmaurik.nl>"
+license="Apache-2.0"
+homepage="https://xrdp.org"
+distfiles="https://github.com/neutrinolabs/xrdp/releases/download/v$version/xrdp-$version.tar.gz"
+checksum="72a86bf3bb8ca3a41905bfa84f500ad73cd23615753f34db7e36278a33c19916"
+configure_args="--enable-pam --enable-vsock --enable-pam-config=unix --enable-tjpeg --enable-fuse --enable-mp3lame --enable-rfxcodec --enable-opus --enable-pixman --enable-ipv6 --libdir /usr/lib64 --enable-painter"
+
+pre_configure() {
+  ./bootstrap
+}
+
+post_install() {
+  vsv xrdp
+  vsv xrdp-sesman
+}

From cb0de51b6eb4ee61b8c36c9770fea70687ae3fbc Mon Sep 17 00:00:00 2001
From: Martijn van Maurik <git@vmaurik.nl>
Date: Mon, 14 Jun 2021 12:10:54 +0200
Subject: [PATCH 3/3] Add xorgxrdp package

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

diff --git a/srcpkgs/xorgxrdp/template b/srcpkgs/xorgxrdp/template
new file mode 100644
index 000000000000..845e00a8cade
--- /dev/null
+++ b/srcpkgs/xorgxrdp/template
@@ -0,0 +1,21 @@
+# Template file for 'xrdp'
+pkgname=xorgxrdp
+version=0.2.16
+revision=3
+archs="x86_64"
+build_style=gnu-configure
+hostmakedepends="pkg-config automake autoconf which nasm flex bison libxml2-python3 python3 libtool"
+makedepends="lame-devel opus-devel pixman-devel fuse-devel libjpeg-turbo-devel openssl-devel xorg-server-devel xrdp libdrm-devel"
+depends="lame fdkaac opus pixman fuse libjpeg-turbo xrdp libdrm"
+short_desc="Xorg videodriver for XRDP"
+maintainer="Martijn van Maurik <git@vmaurik.nl>"
+license="Apache-2.0"
+homepage="https://xrdp.org"
+distfiles="https://github.com/neutrinolabs/xorgxrdp/releases/download/v$version/xorgxrdp-$version.tar.gz"
+checksum="e6b5f3df44cbf147dcbbc326cdd08c95fe28dba80c2a216e046fe42d962f9215"
+configure_args="--enable-rfxcodec --enable-mp3lame --enable-fdkaac --enable-opus --enable-pixman --enable-fuse --enable-tjpeg --enable-ipv6 --libdir /usr/lib64"
+make_build_args="EXTRA_FLAGS='-I/usr/include/libdrm'"
+
+pre_configure() {
+  ./bootstrap
+}

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

* Re: [PR PATCH] [Closed]: Xrdp, Xorgxrdp and service file for open-iscsi daemon
  2021-06-14 10:20 [PR PATCH] Xrdp, Xorgxrdp and service file for open-iscsi daemon combro2k
@ 2021-06-14 11:15 ` combro2k
  2021-06-14 20:17 ` [PR REVIEW] " Chocimier
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: combro2k @ 2021-06-14 11:15 UTC (permalink / raw)
  To: ml

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

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

Xrdp, Xorgxrdp and service file for open-iscsi daemon
https://github.com/void-linux/void-packages/pull/31476

Description:
This is my first pull request on this project, so bear that in mind :-)

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

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

* Re: [PR REVIEW] Xrdp, Xorgxrdp and service file for open-iscsi daemon
  2021-06-14 10:20 [PR PATCH] Xrdp, Xorgxrdp and service file for open-iscsi daemon combro2k
  2021-06-14 11:15 ` [PR PATCH] [Closed]: " combro2k
@ 2021-06-14 20:17 ` Chocimier
  2021-06-14 20:17 ` Chocimier
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2021-06-14 20:17 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31476#discussion_r651243939

Comment:
If this is only because you can't test, please remove archs=, otherwise explain.

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

* Re: [PR REVIEW] Xrdp, Xorgxrdp and service file for open-iscsi daemon
  2021-06-14 10:20 [PR PATCH] Xrdp, Xorgxrdp and service file for open-iscsi daemon combro2k
                   ` (3 preceding siblings ...)
  2021-06-14 20:17 ` Chocimier
@ 2021-06-14 20:17 ` Chocimier
  2021-06-14 20:32 ` combro2k
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2021-06-14 20:17 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31476#discussion_r651245312

Comment:
short_desc="Open source RDP server"

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

* Re: [PR REVIEW] Xrdp, Xorgxrdp and service file for open-iscsi daemon
  2021-06-14 10:20 [PR PATCH] Xrdp, Xorgxrdp and service file for open-iscsi daemon combro2k
                   ` (2 preceding siblings ...)
  2021-06-14 20:17 ` Chocimier
@ 2021-06-14 20:17 ` Chocimier
  2021-06-14 20:17 ` Chocimier
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2021-06-14 20:17 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31476#discussion_r651244908

Comment:
`-I${XBPS_CROSS_BASE}/usr/include` for crossbuild possibly

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

* Re: [PR REVIEW] Xrdp, Xorgxrdp and service file for open-iscsi daemon
  2021-06-14 10:20 [PR PATCH] Xrdp, Xorgxrdp and service file for open-iscsi daemon combro2k
  2021-06-14 11:15 ` [PR PATCH] [Closed]: " combro2k
  2021-06-14 20:17 ` [PR REVIEW] " Chocimier
@ 2021-06-14 20:17 ` Chocimier
  2021-06-14 20:17 ` Chocimier
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2021-06-14 20:17 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31476#discussion_r651248023

Comment:
Isn't this one under X11 license?

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

* Re: [PR REVIEW] Xrdp, Xorgxrdp and service file for open-iscsi daemon
  2021-06-14 10:20 [PR PATCH] Xrdp, Xorgxrdp and service file for open-iscsi daemon combro2k
                   ` (4 preceding siblings ...)
  2021-06-14 20:17 ` Chocimier
@ 2021-06-14 20:32 ` combro2k
  2021-06-15  6:45 ` [PR PATCH] [Updated] " combro2k
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: combro2k @ 2021-06-14 20:32 UTC (permalink / raw)
  To: ml

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

New review comment by combro2k on void-packages repository

https://github.com/void-linux/void-packages/pull/31476#discussion_r651257303

Comment:
 Will check that, I thought it was Apache2 :-)

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

* Re: [PR PATCH] [Updated] Xrdp, Xorgxrdp and service file for open-iscsi daemon
  2021-06-14 10:20 [PR PATCH] Xrdp, Xorgxrdp and service file for open-iscsi daemon combro2k
                   ` (5 preceding siblings ...)
  2021-06-14 20:32 ` combro2k
@ 2021-06-15  6:45 ` combro2k
  2021-06-15  6:57 ` [PR REVIEW] " combro2k
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: combro2k @ 2021-06-15  6:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/combro2k/void-packages master
https://github.com/void-linux/void-packages/pull/31476

Xrdp, Xorgxrdp and service file for open-iscsi daemon
This is my first pull request on this project, so bear that in mind :-)

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

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

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

From a1e1b44f17feff5f71a3a93852355d45878ed8ee Mon Sep 17 00:00:00 2001
From: Martijn van Maurik <git@vmaurik.nl>
Date: Mon, 14 Jun 2021 12:10:18 +0200
Subject: [PATCH 1/3] Add service file for open-iscsi

---
 srcpkgs/open-iscsi/files/iscsid/run | 3 +++
 srcpkgs/open-iscsi/template         | 6 +++++-
 2 files changed, 8 insertions(+), 1 deletion(-)
 create mode 100755 srcpkgs/open-iscsi/files/iscsid/run

diff --git a/srcpkgs/open-iscsi/files/iscsid/run b/srcpkgs/open-iscsi/files/iscsid/run
new file mode 100755
index 000000000000..70765b6fc3ab
--- /dev/null
+++ b/srcpkgs/open-iscsi/files/iscsid/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec /usr/bin/iscsid ${OPTS:=--config /etc/iscsi/iscsid.conf -f} 1>&2
diff --git a/srcpkgs/open-iscsi/template b/srcpkgs/open-iscsi/template
index 7cd8308b0498..ee417ab90e8d 100644
--- a/srcpkgs/open-iscsi/template
+++ b/srcpkgs/open-iscsi/template
@@ -1,7 +1,7 @@
 # Template file for 'open-iscsi'
 pkgname=open-iscsi
 version=2.1.3
-revision=2
+revision=3
 conf_files="/etc/iscsi/iscsid.conf /etc/iscsi/initiatorname.iscsi"
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
@@ -46,3 +46,7 @@ do_install() {
 
 	sed -i 's,/sbin/iscsid,/usr/bin/iscsid,' ${DESTDIR}/etc/iscsi/iscsid.conf
 }
+
+post_install() {
+  vsv iscsid
+}

From a1de874b56804d9841735b63de7c3fc2c5060a84 Mon Sep 17 00:00:00 2001
From: Martijn van Maurik <git@vmaurik.nl>
Date: Mon, 14 Jun 2021 12:10:44 +0200
Subject: [PATCH 2/3] Add xrdp package

---
 srcpkgs/xrdp/files/xrdp-sesman/run |  3 +++
 srcpkgs/xrdp/files/xrdp/run        |  3 +++
 srcpkgs/xrdp/template              | 25 +++++++++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/xrdp/files/xrdp-sesman/run
 create mode 100644 srcpkgs/xrdp/files/xrdp/run
 create mode 100644 srcpkgs/xrdp/template

diff --git a/srcpkgs/xrdp/files/xrdp-sesman/run b/srcpkgs/xrdp/files/xrdp-sesman/run
new file mode 100644
index 000000000000..1969d68769a2
--- /dev/null
+++ b/srcpkgs/xrdp/files/xrdp-sesman/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec xrdp-sesman ${OPTS:=-n} 1>&2
diff --git a/srcpkgs/xrdp/files/xrdp/run b/srcpkgs/xrdp/files/xrdp/run
new file mode 100644
index 000000000000..f47a94a3fd2b
--- /dev/null
+++ b/srcpkgs/xrdp/files/xrdp/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec xrdp ${OPTS:=-n} 1>&2
diff --git a/srcpkgs/xrdp/template b/srcpkgs/xrdp/template
new file mode 100644
index 000000000000..26dcd13851db
--- /dev/null
+++ b/srcpkgs/xrdp/template
@@ -0,0 +1,25 @@
+# Template file for 'xrdp'
+pkgname=xrdp
+version=0.9.16
+revision=3
+archs="x86_64"
+build_style=gnu-configure
+hostmakedepends="pkg-config automake autoconf which nasm flex bison libxml2-python3 python3 libtool"
+makedepends="openssl-devel pam-devel libjpeg-turbo-devel libX11-devel libXfixes-devel libXrandr-devel fuse-devel libxml2-devel lame-devel pixman-devel xorg-server-devel opus-devel"
+depends="openssl pam libjpeg-turbo libX11 libXfixes libXrandr intltool libxslt fuse lame fdkaac opus pixman xorg"
+short_desc="XRDP"
+maintainer="Martijn van Maurik <git@vmaurik.nl>"
+license="Apache-2.0"
+homepage="https://xrdp.org"
+distfiles="https://github.com/neutrinolabs/xrdp/releases/download/v$version/xrdp-$version.tar.gz"
+checksum="72a86bf3bb8ca3a41905bfa84f500ad73cd23615753f34db7e36278a33c19916"
+configure_args="--enable-pam --enable-vsock --enable-pam-config=unix --enable-tjpeg --enable-fuse --enable-mp3lame --enable-rfxcodec --enable-opus --enable-pixman --enable-ipv6 --libdir /usr/lib64 --enable-painter"
+
+pre_configure() {
+  ./bootstrap
+}
+
+post_install() {
+  vsv xrdp
+  vsv xrdp-sesman
+}

From cb0de51b6eb4ee61b8c36c9770fea70687ae3fbc Mon Sep 17 00:00:00 2001
From: Martijn van Maurik <git@vmaurik.nl>
Date: Mon, 14 Jun 2021 12:10:54 +0200
Subject: [PATCH 3/3] Add xorgxrdp package

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

diff --git a/srcpkgs/xorgxrdp/template b/srcpkgs/xorgxrdp/template
new file mode 100644
index 000000000000..845e00a8cade
--- /dev/null
+++ b/srcpkgs/xorgxrdp/template
@@ -0,0 +1,21 @@
+# Template file for 'xrdp'
+pkgname=xorgxrdp
+version=0.2.16
+revision=3
+archs="x86_64"
+build_style=gnu-configure
+hostmakedepends="pkg-config automake autoconf which nasm flex bison libxml2-python3 python3 libtool"
+makedepends="lame-devel opus-devel pixman-devel fuse-devel libjpeg-turbo-devel openssl-devel xorg-server-devel xrdp libdrm-devel"
+depends="lame fdkaac opus pixman fuse libjpeg-turbo xrdp libdrm"
+short_desc="Xorg videodriver for XRDP"
+maintainer="Martijn van Maurik <git@vmaurik.nl>"
+license="Apache-2.0"
+homepage="https://xrdp.org"
+distfiles="https://github.com/neutrinolabs/xorgxrdp/releases/download/v$version/xorgxrdp-$version.tar.gz"
+checksum="e6b5f3df44cbf147dcbbc326cdd08c95fe28dba80c2a216e046fe42d962f9215"
+configure_args="--enable-rfxcodec --enable-mp3lame --enable-fdkaac --enable-opus --enable-pixman --enable-fuse --enable-tjpeg --enable-ipv6 --libdir /usr/lib64"
+make_build_args="EXTRA_FLAGS='-I/usr/include/libdrm'"
+
+pre_configure() {
+  ./bootstrap
+}

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

* Re: [PR REVIEW] Xrdp, Xorgxrdp and service file for open-iscsi daemon
  2021-06-14 10:20 [PR PATCH] Xrdp, Xorgxrdp and service file for open-iscsi daemon combro2k
                   ` (6 preceding siblings ...)
  2021-06-15  6:45 ` [PR PATCH] [Updated] " combro2k
@ 2021-06-15  6:57 ` combro2k
  2021-06-15  6:58 ` combro2k
  2021-06-15  6:58 ` [PR PATCH] [Closed]: " combro2k
  9 siblings, 0 replies; 11+ messages in thread
From: combro2k @ 2021-06-15  6:57 UTC (permalink / raw)
  To: ml

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

New review comment by combro2k on void-packages repository

https://github.com/void-linux/void-packages/pull/31476#discussion_r651501088

Comment:
You're right, will fix it.

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

* Re: Xrdp, Xorgxrdp and service file for open-iscsi daemon
  2021-06-14 10:20 [PR PATCH] Xrdp, Xorgxrdp and service file for open-iscsi daemon combro2k
                   ` (7 preceding siblings ...)
  2021-06-15  6:57 ` [PR REVIEW] " combro2k
@ 2021-06-15  6:58 ` combro2k
  2021-06-15  6:58 ` [PR PATCH] [Closed]: " combro2k
  9 siblings, 0 replies; 11+ messages in thread
From: combro2k @ 2021-06-15  6:58 UTC (permalink / raw)
  To: ml

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

New comment by combro2k on void-packages repository

https://github.com/void-linux/void-packages/pull/31476#issuecomment-861232996

Comment:
Going to close this one fix the issues, run tests etc :-)
Thank you @Chocimier for your comments I got a more clear vision now how to contribute etc :-)

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

* Re: [PR PATCH] [Closed]: Xrdp, Xorgxrdp and service file for open-iscsi daemon
  2021-06-14 10:20 [PR PATCH] Xrdp, Xorgxrdp and service file for open-iscsi daemon combro2k
                   ` (8 preceding siblings ...)
  2021-06-15  6:58 ` combro2k
@ 2021-06-15  6:58 ` combro2k
  9 siblings, 0 replies; 11+ messages in thread
From: combro2k @ 2021-06-15  6:58 UTC (permalink / raw)
  To: ml

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

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

Xrdp, Xorgxrdp and service file for open-iscsi daemon
https://github.com/void-linux/void-packages/pull/31476

Description:
This is my first pull request on this project, so bear that in mind :-)

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

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

end of thread, other threads:[~2021-06-15  6:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 10:20 [PR PATCH] Xrdp, Xorgxrdp and service file for open-iscsi daemon combro2k
2021-06-14 11:15 ` [PR PATCH] [Closed]: " combro2k
2021-06-14 20:17 ` [PR REVIEW] " Chocimier
2021-06-14 20:17 ` Chocimier
2021-06-14 20:17 ` Chocimier
2021-06-14 20:17 ` Chocimier
2021-06-14 20:32 ` combro2k
2021-06-15  6:45 ` [PR PATCH] [Updated] " combro2k
2021-06-15  6:57 ` [PR REVIEW] " combro2k
2021-06-15  6:58 ` combro2k
2021-06-15  6:58 ` [PR PATCH] [Closed]: " combro2k

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