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

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