Github messages for voidlinux
 help / color / mirror / Atom feed
From: crater2150 <crater2150@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Gerbera: update to 1.6.4
Date: Mon, 11 Jan 2021 13:22:46 +0100	[thread overview]
Message-ID: <20210111122246.bzUtBdT7jtQQ3FMm_DVGw2G1J1FaNKp_xuQLwz-y08w@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27795@inbox.vuxu.org>

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

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

https://github.com/crater2150/void-packages gerbera
https://github.com/void-linux/void-packages/pull/27795

Gerbera: update to 1.6.4
Updates Gerbera, also adds new package for libupnp1.12 (incompatible to versions 1.6 and 1.8 already in the repo)

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

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

From f6938df267b1caf08e1bc89930c70b162c78ad98 Mon Sep 17 00:00:00 2001
From: Alexander Gehrke <github@qwertyuiop.de>
Date: Sat, 9 Jan 2021 21:51:35 +0100
Subject: [PATCH 1/2] New package: libupnp1.12-1.12.1

---
 common/shlibs                |  2 ++
 srcpkgs/libupnp1.12-devel    |  1 +
 srcpkgs/libupnp1.12/template | 34 ++++++++++++++++++++++++++++++++++
 3 files changed, 37 insertions(+)
 create mode 120000 srcpkgs/libupnp1.12-devel
 create mode 100644 srcpkgs/libupnp1.12/template

diff --git a/common/shlibs b/common/shlibs
index de5cb65426e..a4fd9f04b5d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4047,3 +4047,5 @@ libtdb-wrap-samba4.so samba-libs-4.13.3_1
 libutil-cmdline-samba4.so samba-libs-4.13.2_1
 libwinbind-client-samba4.so samba-libs-4.13.2_1
 libsixel.so.1 libsixel-1.8.6_1
+libupnp.so.16 libupnp1.12-1.12.1_1
+libixml.so.11 libupnp1.12-1.12.1_1
diff --git a/srcpkgs/libupnp1.12-devel b/srcpkgs/libupnp1.12-devel
new file mode 120000
index 00000000000..a3d1eaf5b03
--- /dev/null
+++ b/srcpkgs/libupnp1.12-devel
@@ -0,0 +1 @@
+libupnp1.12
\ No newline at end of file
diff --git a/srcpkgs/libupnp1.12/template b/srcpkgs/libupnp1.12/template
new file mode 100644
index 00000000000..4a80ef9f426
--- /dev/null
+++ b/srcpkgs/libupnp1.12/template
@@ -0,0 +1,34 @@
+# Template file for 'libupnp1.12'
+pkgname=libupnp1.12
+version=1.12.1
+revision=1
+wrksrc="libupnp-${version}"
+build_style=gnu-configure
+hostmakedepends="automake libtool pkg-config"
+short_desc="A Portable Open Source UPnP Development Kit"
+maintainer="Alexander Gehrke <void@qwertyuiop.de>"
+license="BSD-3-Clause"
+homepage="http://pupnp.sourceforge.net/"
+distfiles="${SOURCEFORGE_SITE}/pupnp/libupnp-$version.tar.bz2"
+checksum=fc36642b1848fe5a81296d496291d350ecfc12b85fd0b268478ab230976d4009
+configure_args+=" --enable-ipv6 --enable-reuseaddr"
+CFLAGS="-D_FILE_OFFSET_BITS=64"
+
+post_install() {
+	vlicense COPYING
+}
+
+pre_configure() {
+	autoreconf -fi
+}
+
+libupnp1.12-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+		vmove "usr/lib/*.a"
+	}
+}

From d5a8378d63b6b44fff6ac1b0725eca96e62cf311 Mon Sep 17 00:00:00 2001
From: Alexander Gehrke <github@qwertyuiop.de>
Date: Sat, 9 Jan 2021 21:52:24 +0100
Subject: [PATCH 2/2] gerbera: update to 1.6.4

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

diff --git a/srcpkgs/gerbera/template b/srcpkgs/gerbera/template
index cdec13159fd..ada9c06796e 100644
--- a/srcpkgs/gerbera/template
+++ b/srcpkgs/gerbera/template
@@ -1,17 +1,19 @@
 # Template file for 'gerbera'
 pkgname=gerbera
-version=1.3.1
-revision=2
+version=1.6.4
+revision=1
 build_style=cmake
 configure_args="-DWITH_SYSTEMD=0 -DWITH_AVCODEC=1"
+hostmakedepends="pkg-config"
 makedepends="duktape-devel expat-devel ffmpeg-devel file-devel libcurl-devel
- libexif-devel libupnp1.8-devel libuuid-devel sqlite-devel taglib-devel"
+ libexif-devel libupnp1.12-devel libuuid-devel sqlite-devel taglib-devel
+ fmt-devel spdlog pugixml-devel libebml-devel libmatroska-devel"
 short_desc="UPnP Media Server based on MediaTomb"
 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=9c4509189eab6bff0fe183e1dd54ea8cb17d7fb0bc6e21bb5b1a8ccaaf6c60d9
+checksum=cbe7ea78977db8c02fcca1759ed149f199a590afaf4a6d21ffcca8623d1a0cc5
 
 # libupnp uses large file support, so users must do that, too
 CXXFLAGS="-D_FILE_OFFSET_BITS=64"

  parent reply	other threads:[~2021-01-11 12:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-09 20:56 [PR PATCH] " crater2150
2021-01-09 21:58 ` crater2150
2021-01-11 10:53 ` tibequadorian
2021-01-11 12:22 ` crater2150 [this message]
2021-01-11 12:47 ` crater2150
2021-01-11 13:04 ` tibequadorian
2021-01-11 14:37 ` [PR PATCH] [Updated] " crater2150
2021-01-11 14:38 ` crater2150
2021-01-11 14:55 ` [PR REVIEW] " ericonr
2021-01-11 14:55 ` ericonr
2021-01-11 15:10 ` crater2150
2021-01-11 15:37 ` [PR PATCH] [Updated] " crater2150
2021-01-11 15:38 ` [PR REVIEW] " crater2150
2021-01-11 15:41 ` [PR PATCH] [Updated] " crater2150
2021-01-11 17:07 ` ahesford
2021-01-12  4:17 ` [PR PATCH] [Closed]: " ahesford

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=20210111122246.bzUtBdT7jtQQ3FMm_DVGw2G1J1FaNKp_xuQLwz-y08w@z \
    --to=crater2150@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).