Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libupnp: update to 1.14.12 + gerbera: update to 1.11.0
Date: Fri, 01 Jul 2022 09:22:35 +0200	[thread overview]
Message-ID: <20220701072235.SsnqcSZoaVFgX-Nra6lARGGwQztcK3W33gtzqBYv0vw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37321@inbox.vuxu.org>

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

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

https://github.com/octeep/void-packages libupnp
https://github.com/void-linux/void-packages/pull/37321

libupnp: update to 1.14.12 + gerbera: update to 1.11.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

This PR contains two updates because gerbera depends on libupnp with version of at least 1.14.6.

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

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

From e17e4b7ea17e7621a13b6258f092f64bb0a76ebb Mon Sep 17 00:00:00 2001
From: octeep <octeep@pm.me>
Date: Sat, 28 May 2022 02:10:16 +0100
Subject: [PATCH 1/2] libupnp: update to 1.14.12

---
 srcpkgs/libupnp/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libupnp/template b/srcpkgs/libupnp/template
index b13c99374a98..9e2da2d594c3 100644
--- a/srcpkgs/libupnp/template
+++ b/srcpkgs/libupnp/template
@@ -1,6 +1,6 @@
 # Template file for 'libupnp'
 pkgname=libupnp
-version=1.14.4
+version=1.14.12
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
@@ -8,8 +8,9 @@ short_desc="Portable Open Source UPnP Development Kit"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://pupnp.github.io/pupnp/"
+changelog="https://pupnp.github.io/pupnp/ChangeLog"
 distfiles="https://github.com/pupnp/pupnp/releases/download/release-$version/$pkgname-$version.tar.bz2"
-checksum=cd649ef53070e9b88680f730ed5b3f919658582d43dd315a2ed8b6105c6fbe63
+checksum=091c80aada1e939c2294245c122be2f5e337cc932af7f7d40504751680b5b5ac
 
 CFLAGS="-D_FILE_OFFSET_BITS=64"
 

From 857e311ccde9b1dabcfed5ba6b393155ff4e8b6a Mon Sep 17 00:00:00 2001
From: octeep <octeep@pm.me>
Date: Sat, 28 May 2022 02:10:35 +0100
Subject: [PATCH 2/2] gerbera: update to 1.11.0

---
 srcpkgs/gerbera/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gerbera/template b/srcpkgs/gerbera/template
index 4e0e2a94a9fb..7b4f1a5f1f3d 100644
--- a/srcpkgs/gerbera/template
+++ b/srcpkgs/gerbera/template
@@ -1,7 +1,7 @@
 # Template file for 'gerbera'
 pkgname=gerbera
-version=1.6.4
-revision=5
+version=1.11.0
+revision=1
 build_style=cmake
 configure_args="-DWITH_SYSTEMD=0 -DWITH_AVCODEC=1"
 hostmakedepends="pkg-config"
@@ -12,8 +12,9 @@ short_desc="UPnP Media Server based on MediaTomb"
 maintainer="Alexander Gehrke <void@qwertyuiop.de>"
 license="GPL-2.0-only"
 homepage="http://gerbera.io/"
+changelog="https://raw.githubusercontent.com/gerbera/gerbera/master/ChangeLog.md"
 distfiles="https://github.com/gerbera/gerbera/archive/v${version}.tar.gz"
-checksum=cbe7ea78977db8c02fcca1759ed149f199a590afaf4a6d21ffcca8623d1a0cc5
+checksum=0c13049792a28ec0e3086ba61c7f9675626a1dbadb043650a452192727418be7
 
 # libupnp uses large file support, so users must do that, too
 CXXFLAGS="-D_FILE_OFFSET_BITS=64"

  reply	other threads:[~2022-07-01  7:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-28  1:18 [PR PATCH] " octeep
2022-07-01  7:22 ` classabbyamp [this message]
2022-07-01  7:34 ` classabbyamp
2022-07-01  7:35 ` [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=20220701072235.SsnqcSZoaVFgX-Nra6lARGGwQztcK3W33gtzqBYv0vw@z \
    --to=classabbyamp@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).