Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libupnp: update to 1.14.12 + gerbera: update to 1.11.0
@ 2022-05-28  1:18 octeep
  2022-07-01  7:22 ` [PR PATCH] [Updated] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: octeep @ 2022-05-28  1:18 UTC (permalink / raw)
  To: ml

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

There is a new pull request by octeep 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: 2158 bytes --]

From d36c6e56ea76186a4162c737d964a10d0ac796cf 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libupnp/template b/srcpkgs/libupnp/template
index b13c99374a98..d09a37b48057 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"
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://pupnp.github.io/pupnp/"
 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 a49b95ad00e87e3d7e79df3ed074c39663f2a8a4 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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gerbera/template b/srcpkgs/gerbera/template
index 7ae7950c72fb..abe3bcb7c6d1 100644
--- a/srcpkgs/gerbera/template
+++ b/srcpkgs/gerbera/template
@@ -1,7 +1,7 @@
 # Template file for 'gerbera'
 pkgname=gerbera
-version=1.6.4
-revision=4
+version=1.11.0
+revision=1
 build_style=cmake
 configure_args="-DWITH_SYSTEMD=0 -DWITH_AVCODEC=1"
 hostmakedepends="pkg-config"
@@ -13,7 +13,7 @@ maintainer="Alexander Gehrke <void@qwertyuiop.de>"
 license="GPL-2.0-only"
 homepage="http://gerbera.io/"
 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"

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

* Re: [PR PATCH] [Updated] libupnp: update to 1.14.12 + gerbera: update to 1.11.0
  2022-05-28  1:18 [PR PATCH] libupnp: update to 1.14.12 + gerbera: update to 1.11.0 octeep
@ 2022-07-01  7:22 ` classabbyamp
  2022-07-01  7:34 ` classabbyamp
  2022-07-01  7:35 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-07-01  7:22 UTC (permalink / raw)
  To: ml

[-- 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"

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

* Re: libupnp: update to 1.14.12 + gerbera: update to 1.11.0
  2022-05-28  1:18 [PR PATCH] libupnp: update to 1.14.12 + gerbera: update to 1.11.0 octeep
  2022-07-01  7:22 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-07-01  7:34 ` classabbyamp
  2022-07-01  7:35 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-07-01  7:34 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37321#issuecomment-1172036000

Comment:
(added changelog urls)

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

* Re: [PR PATCH] [Merged]: libupnp: update to 1.14.12 + gerbera: update to 1.11.0
  2022-05-28  1:18 [PR PATCH] libupnp: update to 1.14.12 + gerbera: update to 1.11.0 octeep
  2022-07-01  7:22 ` [PR PATCH] [Updated] " classabbyamp
  2022-07-01  7:34 ` classabbyamp
@ 2022-07-01  7:35 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-07-01  7:35 UTC (permalink / raw)
  To: ml

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

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

libupnp: update to 1.14.12 + gerbera: update to 1.11.0
https://github.com/void-linux/void-packages/pull/37321

Description:
<!-- 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.

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

end of thread, other threads:[~2022-07-01  7:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-28  1:18 [PR PATCH] libupnp: update to 1.14.12 + gerbera: update to 1.11.0 octeep
2022-07-01  7:22 ` [PR PATCH] [Updated] " classabbyamp
2022-07-01  7:34 ` classabbyamp
2022-07-01  7:35 ` [PR PATCH] [Merged]: " classabbyamp

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