Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: upmpdcli-1.4.4
@ 2019-09-21  9:13 voidlinux-github
  2019-09-25  2:23 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: voidlinux-github @ 2019-09-21  9:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.4


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

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

From e47da94ec40bd30e149dca88318cf16813846b35 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH] New package: upmpdcli-1.4.4

---
 common/shlibs                       |  1 +
 srcpkgs/libupnpp-devel              |  1 +
 srcpkgs/libupnpp/template           | 23 +++++++++++++++++++++++
 srcpkgs/upmpdcli/files/upmpdcli/run |  3 +++
 srcpkgs/upmpdcli/template           | 19 +++++++++++++++++++
 5 files changed, 47 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/common/shlibs b/common/shlibs
index 24ffaac9ed7..e522ea3a164 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1390,6 +1390,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.1_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..d74c29fed18
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=90403b55583e932a9a04905a01bf452016a56aecbeade5c9e1454a5fbb6f01b0
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..2a4c513e860
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec upmpdcli ${OPTS:- -c /etc/upmpdcli.conf}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..a50e4641d98
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,19 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.4
+revision=1
+build_style=gnu-configure
+conf_files="/etc/upmpdcli.conf"
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=c54296ce7435346afab049355331947c5a4adbb5b3e2f0375896ae6c7527c140
+system_accounts="upmpdcli"
+
+post_install() {
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.4
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
@ 2019-09-25  2:23 ` voidlinux-github
  2019-09-25  2:23 ` voidlinux-github
                   ` (20 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-09-25  2:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.4


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

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

From 3ae5e0922b84f9bf85873eada2784392bdd883b3 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH 1/2] New package: libupnpp-0.17.1

---
 common/shlibs             |  1 +
 srcpkgs/libupnpp-devel    |  1 +
 srcpkgs/libupnpp/template | 23 +++++++++++++++++++++++
 3 files changed, 25 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template

diff --git a/common/shlibs b/common/shlibs
index 24ffaac9ed7..e522ea3a164 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1390,6 +1390,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.1_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..d74c29fed18
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=90403b55583e932a9a04905a01bf452016a56aecbeade5c9e1454a5fbb6f01b0
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

From 5c58afe25c5ffcdc99ea62ea86c219ce6d1b7985 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Wed, 25 Sep 2019 12:22:36 +1000
Subject: [PATCH 2/2] New package: upmpdcli-1.4.4

---
 srcpkgs/upmpdcli/files/upmpdcli/run |  3 +++
 srcpkgs/upmpdcli/template           | 19 +++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..2a4c513e860
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec upmpdcli ${OPTS:- -c /etc/upmpdcli.conf}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..a50e4641d98
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,19 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.4
+revision=1
+build_style=gnu-configure
+conf_files="/etc/upmpdcli.conf"
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=c54296ce7435346afab049355331947c5a4adbb5b3e2f0375896ae6c7527c140
+system_accounts="upmpdcli"
+
+post_install() {
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.4
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
  2019-09-25  2:23 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-25  2:23 ` voidlinux-github
  2019-09-25  5:28 ` voidlinux-github
                   ` (19 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-09-25  2:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.4


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

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

From 3ae5e0922b84f9bf85873eada2784392bdd883b3 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH 1/2] New package: libupnpp-0.17.1

---
 common/shlibs             |  1 +
 srcpkgs/libupnpp-devel    |  1 +
 srcpkgs/libupnpp/template | 23 +++++++++++++++++++++++
 3 files changed, 25 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template

diff --git a/common/shlibs b/common/shlibs
index 24ffaac9ed7..e522ea3a164 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1390,6 +1390,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.1_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..d74c29fed18
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=90403b55583e932a9a04905a01bf452016a56aecbeade5c9e1454a5fbb6f01b0
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

From 5c58afe25c5ffcdc99ea62ea86c219ce6d1b7985 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Wed, 25 Sep 2019 12:22:36 +1000
Subject: [PATCH 2/2] New package: upmpdcli-1.4.4

---
 srcpkgs/upmpdcli/files/upmpdcli/run |  3 +++
 srcpkgs/upmpdcli/template           | 19 +++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..2a4c513e860
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec upmpdcli ${OPTS:- -c /etc/upmpdcli.conf}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..a50e4641d98
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,19 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.4
+revision=1
+build_style=gnu-configure
+conf_files="/etc/upmpdcli.conf"
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=c54296ce7435346afab049355331947c5a4adbb5b3e2f0375896ae6c7527c140
+system_accounts="upmpdcli"
+
+post_install() {
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.4
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-25  5:28 ` voidlinux-github
@ 2019-09-25  5:28 ` voidlinux-github
  2019-10-10  0:53 ` voidlinux-github
                   ` (17 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-09-25  5:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.4


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

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

From 6473483178f3b75f15a8365143b7580f9e224414 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH] New package: upmpdcli-1.4.4

---
 common/shlibs                       |  1 +
 srcpkgs/libupnpp-devel              |  1 +
 srcpkgs/libupnpp/template           | 23 +++++++++++++++++++++++
 srcpkgs/upmpdcli/files/upmpdcli/run |  3 +++
 srcpkgs/upmpdcli/template           | 19 +++++++++++++++++++
 5 files changed, 47 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/common/shlibs b/common/shlibs
index 24ffaac9ed7..e522ea3a164 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1390,6 +1390,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.1_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..d74c29fed18
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=90403b55583e932a9a04905a01bf452016a56aecbeade5c9e1454a5fbb6f01b0
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..2a4c513e860
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec upmpdcli ${OPTS:- -c /etc/upmpdcli.conf}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..a50e4641d98
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,19 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.4
+revision=1
+build_style=gnu-configure
+conf_files="/etc/upmpdcli.conf"
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=c54296ce7435346afab049355331947c5a4adbb5b3e2f0375896ae6c7527c140
+system_accounts="upmpdcli"
+
+post_install() {
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.4
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
  2019-09-25  2:23 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-25  2:23 ` voidlinux-github
@ 2019-09-25  5:28 ` voidlinux-github
  2019-09-25  5:28 ` voidlinux-github
                   ` (18 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-09-25  5:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.4


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

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

From 6473483178f3b75f15a8365143b7580f9e224414 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH] New package: upmpdcli-1.4.4

---
 common/shlibs                       |  1 +
 srcpkgs/libupnpp-devel              |  1 +
 srcpkgs/libupnpp/template           | 23 +++++++++++++++++++++++
 srcpkgs/upmpdcli/files/upmpdcli/run |  3 +++
 srcpkgs/upmpdcli/template           | 19 +++++++++++++++++++
 5 files changed, 47 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/common/shlibs b/common/shlibs
index 24ffaac9ed7..e522ea3a164 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1390,6 +1390,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.1_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..d74c29fed18
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=90403b55583e932a9a04905a01bf452016a56aecbeade5c9e1454a5fbb6f01b0
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..2a4c513e860
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec upmpdcli ${OPTS:- -c /etc/upmpdcli.conf}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..a50e4641d98
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,19 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.4
+revision=1
+build_style=gnu-configure
+conf_files="/etc/upmpdcli.conf"
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=c54296ce7435346afab049355331947c5a4adbb5b3e2f0375896ae6c7527c140
+system_accounts="upmpdcli"
+
+post_install() {
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.4
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-10  0:53 ` voidlinux-github
@ 2019-10-10  0:53 ` voidlinux-github
  2019-10-10  0:55 ` voidlinux-github
                   ` (15 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-10-10  0:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.4


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

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

From 779e0485a073cbfd2ba375717443156bcb6d5668 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH] New package: upmpdcli-1.4.4

---
 common/shlibs                       |  1 +
 srcpkgs/libupnpp-devel              |  1 +
 srcpkgs/libupnpp/template           | 23 +++++++++++++++++++++++
 srcpkgs/upmpdcli/files/upmpdcli/run |  3 +++
 srcpkgs/upmpdcli/template           | 19 +++++++++++++++++++
 5 files changed, 47 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/common/shlibs b/common/shlibs
index 24ffaac9ed7..e522ea3a164 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1390,6 +1390,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.1_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..c98b8636866
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..2a4c513e860
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec upmpdcli ${OPTS:- -c /etc/upmpdcli.conf}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..a50e4641d98
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,19 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.4
+revision=1
+build_style=gnu-configure
+conf_files="/etc/upmpdcli.conf"
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=c54296ce7435346afab049355331947c5a4adbb5b3e2f0375896ae6c7527c140
+system_accounts="upmpdcli"
+
+post_install() {
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.4
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-25  5:28 ` voidlinux-github
@ 2019-10-10  0:53 ` voidlinux-github
  2019-10-10  0:53 ` voidlinux-github
                   ` (16 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-10-10  0:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.4


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

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

From 779e0485a073cbfd2ba375717443156bcb6d5668 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH] New package: upmpdcli-1.4.4

---
 common/shlibs                       |  1 +
 srcpkgs/libupnpp-devel              |  1 +
 srcpkgs/libupnpp/template           | 23 +++++++++++++++++++++++
 srcpkgs/upmpdcli/files/upmpdcli/run |  3 +++
 srcpkgs/upmpdcli/template           | 19 +++++++++++++++++++
 5 files changed, 47 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/common/shlibs b/common/shlibs
index 24ffaac9ed7..e522ea3a164 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1390,6 +1390,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.1_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..c98b8636866
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..2a4c513e860
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec upmpdcli ${OPTS:- -c /etc/upmpdcli.conf}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..a50e4641d98
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,19 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.4
+revision=1
+build_style=gnu-configure
+conf_files="/etc/upmpdcli.conf"
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=c54296ce7435346afab049355331947c5a4adbb5b3e2f0375896ae6c7527c140
+system_accounts="upmpdcli"
+
+post_install() {
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.4
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-10  0:55 ` voidlinux-github
@ 2019-10-10  0:55 ` voidlinux-github
  2019-10-17  5:35 ` voidlinux-github
                   ` (13 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-10-10  0:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.4


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

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

From 3b3803753f7b9725fc3416787743d33b20e8c5f3 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH] New package: upmpdcli-1.4.4

---
 common/shlibs                       |  1 +
 srcpkgs/libupnpp-devel              |  1 +
 srcpkgs/libupnpp/template           | 23 +++++++++++++++++++++++
 srcpkgs/upmpdcli/files/upmpdcli/run |  3 +++
 srcpkgs/upmpdcli/template           | 19 +++++++++++++++++++
 5 files changed, 47 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/common/shlibs b/common/shlibs
index 24ffaac9ed7..0b507f71e09 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1390,6 +1390,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.2_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..c98b8636866
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..2a4c513e860
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec upmpdcli ${OPTS:- -c /etc/upmpdcli.conf}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..a50e4641d98
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,19 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.4
+revision=1
+build_style=gnu-configure
+conf_files="/etc/upmpdcli.conf"
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=c54296ce7435346afab049355331947c5a4adbb5b3e2f0375896ae6c7527c140
+system_accounts="upmpdcli"
+
+post_install() {
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.4
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-10  0:53 ` voidlinux-github
@ 2019-10-10  0:55 ` voidlinux-github
  2019-10-10  0:55 ` voidlinux-github
                   ` (14 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-10-10  0:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.4


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

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

From 3b3803753f7b9725fc3416787743d33b20e8c5f3 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH] New package: upmpdcli-1.4.4

---
 common/shlibs                       |  1 +
 srcpkgs/libupnpp-devel              |  1 +
 srcpkgs/libupnpp/template           | 23 +++++++++++++++++++++++
 srcpkgs/upmpdcli/files/upmpdcli/run |  3 +++
 srcpkgs/upmpdcli/template           | 19 +++++++++++++++++++
 5 files changed, 47 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/common/shlibs b/common/shlibs
index 24ffaac9ed7..0b507f71e09 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1390,6 +1390,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.2_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..c98b8636866
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..2a4c513e860
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec upmpdcli ${OPTS:- -c /etc/upmpdcli.conf}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..a50e4641d98
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,19 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.4
+revision=1
+build_style=gnu-configure
+conf_files="/etc/upmpdcli.conf"
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=c54296ce7435346afab049355331947c5a4adbb5b3e2f0375896ae6c7527c140
+system_accounts="upmpdcli"
+
+post_install() {
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.4
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-10-17  5:35 ` voidlinux-github
@ 2019-10-17  5:35 ` voidlinux-github
  2019-10-17  5:37 ` voidlinux-github
                   ` (11 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-10-17  5:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.4


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

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

From d84b8522f287f67ef1aeec268ea340ab53a026d4 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH] New package: upmpdcli-1.4.4

---
 common/shlibs                       |  1 +
 srcpkgs/libupnpp-devel              |  1 +
 srcpkgs/libupnpp/template           | 23 +++++++++++++++++++++++
 srcpkgs/upmpdcli/files/upmpdcli/run |  3 +++
 srcpkgs/upmpdcli/template           | 19 +++++++++++++++++++
 5 files changed, 47 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/common/shlibs b/common/shlibs
index 24ffaac9ed7..0b507f71e09 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1390,6 +1390,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.2_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..c98b8636866
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..2a4c513e860
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec upmpdcli ${OPTS:- -c /etc/upmpdcli.conf}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..185d8dd9926
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,19 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.5
+revision=1
+build_style=gnu-configure
+conf_files="/etc/upmpdcli.conf"
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=af0c13b6ab8720d98451307010c33462e9a3f50178bae82c593fd2dd12e31b0e
+system_accounts="upmpdcli"
+
+post_install() {
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.4
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-10-10  0:55 ` voidlinux-github
@ 2019-10-17  5:35 ` voidlinux-github
  2019-10-17  5:35 ` voidlinux-github
                   ` (12 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-10-17  5:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.4


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

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

From d84b8522f287f67ef1aeec268ea340ab53a026d4 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH] New package: upmpdcli-1.4.4

---
 common/shlibs                       |  1 +
 srcpkgs/libupnpp-devel              |  1 +
 srcpkgs/libupnpp/template           | 23 +++++++++++++++++++++++
 srcpkgs/upmpdcli/files/upmpdcli/run |  3 +++
 srcpkgs/upmpdcli/template           | 19 +++++++++++++++++++
 5 files changed, 47 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/common/shlibs b/common/shlibs
index 24ffaac9ed7..0b507f71e09 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1390,6 +1390,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.2_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..c98b8636866
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..2a4c513e860
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec upmpdcli ${OPTS:- -c /etc/upmpdcli.conf}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..185d8dd9926
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,19 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.5
+revision=1
+build_style=gnu-configure
+conf_files="/etc/upmpdcli.conf"
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=af0c13b6ab8720d98451307010c33462e9a3f50178bae82c593fd2dd12e31b0e
+system_accounts="upmpdcli"
+
+post_install() {
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.4
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-10-17  5:35 ` voidlinux-github
@ 2019-10-17  5:37 ` voidlinux-github
  2019-10-17  5:37 ` voidlinux-github
                   ` (10 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-10-17  5:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.4


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

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

From 368bfe73dd0de42a73b65679562337cb598867b1 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH] New package: upmpdcli-1.4.5

---
 common/shlibs                       |  1 +
 srcpkgs/libupnpp-devel              |  1 +
 srcpkgs/libupnpp/template           | 23 +++++++++++++++++++++++
 srcpkgs/upmpdcli/files/upmpdcli/run |  3 +++
 srcpkgs/upmpdcli/template           | 19 +++++++++++++++++++
 5 files changed, 47 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/common/shlibs b/common/shlibs
index 24ffaac9ed7..0b507f71e09 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1390,6 +1390,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.2_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..c98b8636866
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..2a4c513e860
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec upmpdcli ${OPTS:- -c /etc/upmpdcli.conf}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..185d8dd9926
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,19 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.5
+revision=1
+build_style=gnu-configure
+conf_files="/etc/upmpdcli.conf"
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=af0c13b6ab8720d98451307010c33462e9a3f50178bae82c593fd2dd12e31b0e
+system_accounts="upmpdcli"
+
+post_install() {
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.4
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-10-17  5:37 ` voidlinux-github
@ 2019-10-17  5:37 ` voidlinux-github
  2019-10-24 13:01 ` [PR PATCH] [Updated] New package: upmpdcli-1.4.5 voidlinux-github
                   ` (9 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-10-17  5:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.4


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

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

From 368bfe73dd0de42a73b65679562337cb598867b1 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH] New package: upmpdcli-1.4.5

---
 common/shlibs                       |  1 +
 srcpkgs/libupnpp-devel              |  1 +
 srcpkgs/libupnpp/template           | 23 +++++++++++++++++++++++
 srcpkgs/upmpdcli/files/upmpdcli/run |  3 +++
 srcpkgs/upmpdcli/template           | 19 +++++++++++++++++++
 5 files changed, 47 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/common/shlibs b/common/shlibs
index 24ffaac9ed7..0b507f71e09 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1390,6 +1390,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.2_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..c98b8636866
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..2a4c513e860
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec upmpdcli ${OPTS:- -c /etc/upmpdcli.conf}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..185d8dd9926
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,19 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.5
+revision=1
+build_style=gnu-configure
+conf_files="/etc/upmpdcli.conf"
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=af0c13b6ab8720d98451307010c33462e9a3f50178bae82c593fd2dd12e31b0e
+system_accounts="upmpdcli"
+
+post_install() {
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.5
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-10-17  5:37 ` voidlinux-github
@ 2019-10-24 13:01 ` voidlinux-github
  2019-10-24 13:01 ` voidlinux-github
                   ` (8 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-10-24 13:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.5


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

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

From a0932d2d0275f105f125ab3588ecf0eb83393c5c Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH] New package: upmpdcli-1.4.5

---
 common/shlibs                       |  1 +
 srcpkgs/libupnpp-devel              |  1 +
 srcpkgs/libupnpp/template           | 23 +++++++++++++++++++++++
 srcpkgs/upmpdcli/files/upmpdcli/run |  3 +++
 srcpkgs/upmpdcli/template           | 19 +++++++++++++++++++
 5 files changed, 47 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/common/shlibs b/common/shlibs
index a280247373a..903f0742d6b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1393,6 +1393,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.2_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..c98b8636866
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..2a4c513e860
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec upmpdcli ${OPTS:- -c /etc/upmpdcli.conf}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..185d8dd9926
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,19 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.5
+revision=1
+build_style=gnu-configure
+conf_files="/etc/upmpdcli.conf"
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=af0c13b6ab8720d98451307010c33462e9a3f50178bae82c593fd2dd12e31b0e
+system_accounts="upmpdcli"
+
+post_install() {
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.5
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-10-24 13:01 ` [PR PATCH] [Updated] New package: upmpdcli-1.4.5 voidlinux-github
@ 2019-10-24 13:01 ` voidlinux-github
  2019-10-31 10:20 ` voidlinux-github
                   ` (7 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-10-24 13:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.5


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

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

From a0932d2d0275f105f125ab3588ecf0eb83393c5c Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH] New package: upmpdcli-1.4.5

---
 common/shlibs                       |  1 +
 srcpkgs/libupnpp-devel              |  1 +
 srcpkgs/libupnpp/template           | 23 +++++++++++++++++++++++
 srcpkgs/upmpdcli/files/upmpdcli/run |  3 +++
 srcpkgs/upmpdcli/template           | 19 +++++++++++++++++++
 5 files changed, 47 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/common/shlibs b/common/shlibs
index a280247373a..903f0742d6b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1393,6 +1393,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.2_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..c98b8636866
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..2a4c513e860
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec upmpdcli ${OPTS:- -c /etc/upmpdcli.conf}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..185d8dd9926
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,19 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.5
+revision=1
+build_style=gnu-configure
+conf_files="/etc/upmpdcli.conf"
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=af0c13b6ab8720d98451307010c33462e9a3f50178bae82c593fd2dd12e31b0e
+system_accounts="upmpdcli"
+
+post_install() {
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.5
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-10-24 13:01 ` voidlinux-github
@ 2019-10-31 10:20 ` voidlinux-github
  2019-10-31 10:20 ` voidlinux-github
                   ` (6 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-10-31 10:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.5


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

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

From 28f12a8f0981799c42eb5df18d4b45585ca42662 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH] New package: upmpdcli-1.4.5

---
 common/shlibs                           |  1 +
 srcpkgs/libupnpp-devel                  |  1 +
 srcpkgs/libupnpp/template               | 23 +++++++++++++++++++++++
 srcpkgs/upmpdcli/files/upmpdcli/log/run |  2 ++
 srcpkgs/upmpdcli/files/upmpdcli/run     |  3 +++
 srcpkgs/upmpdcli/template               | 19 +++++++++++++++++++
 6 files changed, 49 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/log/run
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/common/shlibs b/common/shlibs
index a280247373a..903f0742d6b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1393,6 +1393,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.2_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..c98b8636866
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/log/run b/srcpkgs/upmpdcli/files/upmpdcli/log/run
new file mode 100755
index 00000000000..aa4cc363e2c
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec logger -t upmpdcli -p daemon.notice
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..f89d55a05f5
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec upmpdcli ${OPTS:- -c /etc/upmpdcli.conf} 2>&1
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..185d8dd9926
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,19 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.5
+revision=1
+build_style=gnu-configure
+conf_files="/etc/upmpdcli.conf"
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=af0c13b6ab8720d98451307010c33462e9a3f50178bae82c593fd2dd12e31b0e
+system_accounts="upmpdcli"
+
+post_install() {
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.5
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (14 preceding siblings ...)
  2019-10-31 10:20 ` voidlinux-github
@ 2019-10-31 10:20 ` voidlinux-github
  2019-11-01  6:36 ` voidlinux-github
                   ` (5 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-10-31 10:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.5


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

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

From 28f12a8f0981799c42eb5df18d4b45585ca42662 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH] New package: upmpdcli-1.4.5

---
 common/shlibs                           |  1 +
 srcpkgs/libupnpp-devel                  |  1 +
 srcpkgs/libupnpp/template               | 23 +++++++++++++++++++++++
 srcpkgs/upmpdcli/files/upmpdcli/log/run |  2 ++
 srcpkgs/upmpdcli/files/upmpdcli/run     |  3 +++
 srcpkgs/upmpdcli/template               | 19 +++++++++++++++++++
 6 files changed, 49 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/log/run
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/common/shlibs b/common/shlibs
index a280247373a..903f0742d6b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1393,6 +1393,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.2_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..c98b8636866
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/log/run b/srcpkgs/upmpdcli/files/upmpdcli/log/run
new file mode 100755
index 00000000000..aa4cc363e2c
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec logger -t upmpdcli -p daemon.notice
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..f89d55a05f5
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec upmpdcli ${OPTS:- -c /etc/upmpdcli.conf} 2>&1
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..185d8dd9926
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,19 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.5
+revision=1
+build_style=gnu-configure
+conf_files="/etc/upmpdcli.conf"
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=af0c13b6ab8720d98451307010c33462e9a3f50178bae82c593fd2dd12e31b0e
+system_accounts="upmpdcli"
+
+post_install() {
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.5
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (15 preceding siblings ...)
  2019-10-31 10:20 ` voidlinux-github
@ 2019-11-01  6:36 ` voidlinux-github
  2019-11-01  6:36 ` voidlinux-github
                   ` (4 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-11-01  6:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.5


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

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

From c9b402d40d63bf36e07bbfbf9e7537b3ff11a505 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH] New package: upmpdcli-1.4.5

---
 common/shlibs                           |  1 +
 srcpkgs/libupnpp-devel                  |  1 +
 srcpkgs/libupnpp/template               | 23 +++++++++++++++++++++++
 srcpkgs/upmpdcli/files/upmpdcli/log/run |  2 ++
 srcpkgs/upmpdcli/files/upmpdcli/run     |  3 +++
 srcpkgs/upmpdcli/template               | 25 +++++++++++++++++++++++++
 6 files changed, 55 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/log/run
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/common/shlibs b/common/shlibs
index a280247373a..903f0742d6b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1393,6 +1393,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.2_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..c98b8636866
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/log/run b/srcpkgs/upmpdcli/files/upmpdcli/log/run
new file mode 100755
index 00000000000..aa4cc363e2c
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec logger -t upmpdcli -p daemon.notice
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..1a6b2018657
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec chpst -u _upmpdcli upmpdcli ${OPTS:- -c /etc/upmpdcli.conf} 2>&1
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..5408e93bfdc
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,25 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.5
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=af0c13b6ab8720d98451307010c33462e9a3f50178bae82c593fd2dd12e31b0e
+
+system_accounts="_upmpdcli"
+_upmpdcli_homedir="/var/lib/upmpdcli"
+
+conf_files="/etc/upmpdcli.conf"
+make_dirs="/var/lib/upmpdcli 0750 _upmpdcli _upmpdcli"
+
+post_install() {
+	chmod 644 ${DESTDIR}/etc/upmpdcli.conf
+
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.5
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (16 preceding siblings ...)
  2019-11-01  6:36 ` voidlinux-github
@ 2019-11-01  6:36 ` voidlinux-github
  2019-11-02  6:20 ` voidlinux-github
                   ` (3 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-11-01  6:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.5


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

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

From c9b402d40d63bf36e07bbfbf9e7537b3ff11a505 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH] New package: upmpdcli-1.4.5

---
 common/shlibs                           |  1 +
 srcpkgs/libupnpp-devel                  |  1 +
 srcpkgs/libupnpp/template               | 23 +++++++++++++++++++++++
 srcpkgs/upmpdcli/files/upmpdcli/log/run |  2 ++
 srcpkgs/upmpdcli/files/upmpdcli/run     |  3 +++
 srcpkgs/upmpdcli/template               | 25 +++++++++++++++++++++++++
 6 files changed, 55 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/log/run
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/common/shlibs b/common/shlibs
index a280247373a..903f0742d6b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1393,6 +1393,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.2_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..c98b8636866
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/log/run b/srcpkgs/upmpdcli/files/upmpdcli/log/run
new file mode 100755
index 00000000000..aa4cc363e2c
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec logger -t upmpdcli -p daemon.notice
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..1a6b2018657
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec chpst -u _upmpdcli upmpdcli ${OPTS:- -c /etc/upmpdcli.conf} 2>&1
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..5408e93bfdc
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,25 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.5
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=af0c13b6ab8720d98451307010c33462e9a3f50178bae82c593fd2dd12e31b0e
+
+system_accounts="_upmpdcli"
+_upmpdcli_homedir="/var/lib/upmpdcli"
+
+conf_files="/etc/upmpdcli.conf"
+make_dirs="/var/lib/upmpdcli 0750 _upmpdcli _upmpdcli"
+
+post_install() {
+	chmod 644 ${DESTDIR}/etc/upmpdcli.conf
+
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.5
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (17 preceding siblings ...)
  2019-11-01  6:36 ` voidlinux-github
@ 2019-11-02  6:20 ` voidlinux-github
  2019-11-02  6:20 ` voidlinux-github
                   ` (2 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-11-02  6:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.5


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

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

From 03b9e0aa0f337f1671e18a03b4a3e6e36ee40f65 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH 1/2] New package: libupnpp-0.17.2

---
 common/shlibs             |  1 +
 srcpkgs/libupnpp-devel    |  1 +
 srcpkgs/libupnpp/template | 23 +++++++++++++++++++++++
 3 files changed, 25 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template

diff --git a/common/shlibs b/common/shlibs
index a280247373a..903f0742d6b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1393,6 +1393,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.2_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..c98b8636866
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

From 17fd830f5bac0376e89ea800037fc8adff68c569 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 2 Nov 2019 17:19:59 +1100
Subject: [PATCH 2/2] New package: upmpdcli-1.4.5

---
 srcpkgs/upmpdcli/files/upmpdcli/log/run |  2 ++
 srcpkgs/upmpdcli/files/upmpdcli/run     |  3 +++
 srcpkgs/upmpdcli/template               | 23 +++++++++++++++++++++++
 3 files changed, 28 insertions(+)
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/log/run
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/srcpkgs/upmpdcli/files/upmpdcli/log/run b/srcpkgs/upmpdcli/files/upmpdcli/log/run
new file mode 100755
index 00000000000..aa4cc363e2c
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec logger -t upmpdcli -p daemon.notice
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..1a6b2018657
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec chpst -u _upmpdcli upmpdcli ${OPTS:- -c /etc/upmpdcli.conf} 2>&1
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..cc662ddcf26
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,23 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.5
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=af0c13b6ab8720d98451307010c33462e9a3f50178bae82c593fd2dd12e31b0e
+
+system_accounts="_upmpdcli"
+_upmpdcli_homedir="/var/lib/upmpdcli"
+make_dirs="/var/lib/upmpdcli 0750 _upmpdcli _upmpdcli"
+conf_files="/etc/upmpdcli.conf"
+
+post_install() {
+	chmod 644 ${DESTDIR}/etc/upmpdcli.conf
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: upmpdcli-1.4.5
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (18 preceding siblings ...)
  2019-11-02  6:20 ` voidlinux-github
@ 2019-11-02  6:20 ` voidlinux-github
  2019-11-02  6:27 ` voidlinux-github
  2019-11-02 14:43 ` [PR PATCH] [Merged]: " voidlinux-github
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-11-02  6:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/14624

New package: upmpdcli-1.4.5


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

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

From 03b9e0aa0f337f1671e18a03b4a3e6e36ee40f65 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 21 Sep 2019 19:04:30 +1000
Subject: [PATCH 1/2] New package: libupnpp-0.17.2

---
 common/shlibs             |  1 +
 srcpkgs/libupnpp-devel    |  1 +
 srcpkgs/libupnpp/template | 23 +++++++++++++++++++++++
 3 files changed, 25 insertions(+)
 create mode 120000 srcpkgs/libupnpp-devel
 create mode 100644 srcpkgs/libupnpp/template

diff --git a/common/shlibs b/common/shlibs
index a280247373a..903f0742d6b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1393,6 +1393,7 @@ libgpaste.so.11 libgpaste-3.28.2_1
 libthreadutil.so.6 libupnp-1.6.18_1
 libixml.so.2 libupnp-1.6.18_1
 libupnp.so.6 libupnp-1.6.18_1
+libupnpp.so.8 libupnpp-0.17.2_1
 libgeocode-glib.so.0 geocode-glib-3.10.0_1
 libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
 libpotrace.so.0 libpotrace-1.11_1
diff --git a/srcpkgs/libupnpp-devel b/srcpkgs/libupnpp-devel
new file mode 120000
index 00000000000..d5ca93593ba
--- /dev/null
+++ b/srcpkgs/libupnpp-devel
@@ -0,0 +1 @@
+libupnpp
\ No newline at end of file
diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
new file mode 100644
index 00000000000..c98b8636866
--- /dev/null
+++ b/srcpkgs/libupnpp/template
@@ -0,0 +1,23 @@
+# Template file for 'libupnpp'
+pkgname=libupnpp
+version=0.17.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel libcurl-devel libupnp-devel"
+short_desc="C++ wrapper for libupnp"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
+checksum=5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f
+
+libupnpp-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

From 17fd830f5bac0376e89ea800037fc8adff68c569 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 2 Nov 2019 17:19:59 +1100
Subject: [PATCH 2/2] New package: upmpdcli-1.4.5

---
 srcpkgs/upmpdcli/files/upmpdcli/log/run |  2 ++
 srcpkgs/upmpdcli/files/upmpdcli/run     |  3 +++
 srcpkgs/upmpdcli/template               | 23 +++++++++++++++++++++++
 3 files changed, 28 insertions(+)
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/log/run
 create mode 100755 srcpkgs/upmpdcli/files/upmpdcli/run
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/srcpkgs/upmpdcli/files/upmpdcli/log/run b/srcpkgs/upmpdcli/files/upmpdcli/log/run
new file mode 100755
index 00000000000..aa4cc363e2c
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec logger -t upmpdcli -p daemon.notice
diff --git a/srcpkgs/upmpdcli/files/upmpdcli/run b/srcpkgs/upmpdcli/files/upmpdcli/run
new file mode 100755
index 00000000000..1a6b2018657
--- /dev/null
+++ b/srcpkgs/upmpdcli/files/upmpdcli/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec chpst -u _upmpdcli upmpdcli ${OPTS:- -c /etc/upmpdcli.conf} 2>&1
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 00000000000..cc662ddcf26
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,23 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.4.5
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnp-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=af0c13b6ab8720d98451307010c33462e9a3f50178bae82c593fd2dd12e31b0e
+
+system_accounts="_upmpdcli"
+_upmpdcli_homedir="/var/lib/upmpdcli"
+make_dirs="/var/lib/upmpdcli 0750 _upmpdcli _upmpdcli"
+conf_files="/etc/upmpdcli.conf"
+
+post_install() {
+	chmod 644 ${DESTDIR}/etc/upmpdcli.conf
+	vsv upmpdcli
+}

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

* Re: New package: upmpdcli-1.4.5
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (19 preceding siblings ...)
  2019-11-02  6:20 ` voidlinux-github
@ 2019-11-02  6:27 ` voidlinux-github
  2019-11-02 14:43 ` [PR PATCH] [Merged]: " voidlinux-github
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-11-02  6:27 UTC (permalink / raw)
  To: ml

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

New comment by the-maldridge on void-packages repository

https://github.com/void-linux/void-packages/pull/14624#issuecomment-549015667

Comment:
Pending travis this looks fine.

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

* Re: [PR PATCH] [Merged]: New package: upmpdcli-1.4.5
  2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
                   ` (20 preceding siblings ...)
  2019-11-02  6:27 ` voidlinux-github
@ 2019-11-02 14:43 ` voidlinux-github
  21 siblings, 0 replies; 23+ messages in thread
From: voidlinux-github @ 2019-11-02 14:43 UTC (permalink / raw)
  To: ml

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

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

New package: upmpdcli-1.4.5
https://github.com/void-linux/void-packages/pull/14624

Description:


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

end of thread, other threads:[~2019-11-02 14:43 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-21  9:13 [PR PATCH] New package: upmpdcli-1.4.4 voidlinux-github
2019-09-25  2:23 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-25  2:23 ` voidlinux-github
2019-09-25  5:28 ` voidlinux-github
2019-09-25  5:28 ` voidlinux-github
2019-10-10  0:53 ` voidlinux-github
2019-10-10  0:53 ` voidlinux-github
2019-10-10  0:55 ` voidlinux-github
2019-10-10  0:55 ` voidlinux-github
2019-10-17  5:35 ` voidlinux-github
2019-10-17  5:35 ` voidlinux-github
2019-10-17  5:37 ` voidlinux-github
2019-10-17  5:37 ` voidlinux-github
2019-10-24 13:01 ` [PR PATCH] [Updated] New package: upmpdcli-1.4.5 voidlinux-github
2019-10-24 13:01 ` voidlinux-github
2019-10-31 10:20 ` voidlinux-github
2019-10-31 10:20 ` voidlinux-github
2019-11-01  6:36 ` voidlinux-github
2019-11-01  6:36 ` voidlinux-github
2019-11-02  6:20 ` voidlinux-github
2019-11-02  6:20 ` voidlinux-github
2019-11-02  6:27 ` voidlinux-github
2019-11-02 14:43 ` [PR PATCH] [Merged]: " voidlinux-github

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