Github messages for voidlinux
 help / color / mirror / Atom feed
From: amak79 <amak79@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] upmpdcli: update to 1.7.7
Date: Sat, 22 Apr 2023 13:00:35 +0200	[thread overview]
Message-ID: <20230422110035.8I5Ibq43X_JO12e3qEy78E5U30WyN4QPXqnmZHTIXxc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42420@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1245 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/42420

upmpdcli: update to 1.7.7
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e92d09e4ea6e91506cdd30594defb2c836ac7bfc Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Tue, 4 Apr 2023 09:56:44 +1000
Subject: [PATCH 1/2] upmpdcli: update to 1.7.7

---
 srcpkgs/upmpdcli/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index a2a6b70054bb..ca6ef52dceda 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,6 +1,6 @@
 # Template file for 'upmpdcli'
 pkgname=upmpdcli
-version=1.7.1
+version=1.7.7
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
@@ -11,7 +11,7 @@ license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
 changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
-checksum=9a2e1322c47825f31e2f97ff8c89172e23dd0cea6763f355d7e7ecc71b168d17
+checksum=cf42da21ae0adcfc939b72acf166d78f6192403c37e6749b385c69a88bf708e7
 python_version=3
 
 system_accounts="_upmpdcli"

From 8f07437b4088f4a39fd8b757ce8c106cd27fd661 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sat, 22 Apr 2023 20:59:38 +1000
Subject: [PATCH 2/2] upmpdcli: update to 1.7.9

---
 srcpkgs/upmpdcli/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index ca6ef52dceda..68272eb96ea7 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,17 +1,17 @@
 # Template file for 'upmpdcli'
 pkgname=upmpdcli
-version=1.7.7
+version=1.7.9
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
-makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnpp-devel"
+makedepends="jsoncpp-devel libcurl-devel libmicrohttpd-devel libmpdclient-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"
 changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
-checksum=cf42da21ae0adcfc939b72acf166d78f6192403c37e6749b385c69a88bf708e7
+checksum=e0a92acd4c1d292d170fa5247a9014cb7f81a1288c1e4de22b5a8c052223e7b5
 python_version=3
 
 system_accounts="_upmpdcli"

  parent reply	other threads:[~2023-04-22 11:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-24  6:27 [PR PATCH] upmpdcli: update to 1.7.2 amak79
2023-04-03 23:58 ` [PR PATCH] [Updated] " amak79
2023-04-22 11:00 ` amak79 [this message]
2023-04-22 11:10 ` [PR PATCH] [Updated] upmpdcli: update to 1.7.9 amak79
2023-04-22 11:13 ` amak79
2023-05-26  9:01 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230422110035.8I5Ibq43X_JO12e3qEy78E5U30WyN4QPXqnmZHTIXxc@z \
    --to=amak79@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).