Github messages for voidlinux
 help / color / mirror / Atom feed
From: misuchiru03 <misuchiru03@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: ezstream-1.0.2
Date: Tue, 11 Oct 2022 21:53:05 +0200	[thread overview]
Message-ID: <20221011195305._HZ6UNnjc_-tkKlVBOaBEBBZ9iXzqLMbvkfUO3e_GDg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39893@inbox.vuxu.org>

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

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

https://github.com/misuchiru03/void-packages np_ezstream_1.0.2
https://github.com/void-linux/void-packages/pull/39893

New package: ezstream-1.0.2
Closes #39345

#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
- 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/39893.patch is attached

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

From c33cf50a6cb403b6a05bac0e65ee0644bd0996f0 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Tue, 11 Oct 2022 14:38:15 -0500
Subject: [PATCH 1/2] libshout: added openssl makedepends for TLS support

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

diff --git a/srcpkgs/libshout/template b/srcpkgs/libshout/template
index 88209dc06dca..de4dac3a7f2c 100644
--- a/srcpkgs/libshout/template
+++ b/srcpkgs/libshout/template
@@ -1,9 +1,9 @@
 # Template file for 'libshout'
 pkgname=libshout
 version=2.4.5
-revision=1
+revision=2
 build_style=gnu-configure
-makedepends="libtheora-devel libvorbis-devel speex-devel"
+makedepends="openssl-devel libtheora-devel libvorbis-devel speex-devel"
 short_desc="Icecast client library"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.0-or-later"

From 673033d1d85fa4a3422623573f51ef79b643916c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Sun, 9 Oct 2022 22:45:53 -0500
Subject: [PATCH 2/2] New package: ezstream-1.0.2

Closes #39345
---
 srcpkgs/ezstream/template | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/ezstream/template

diff --git a/srcpkgs/ezstream/template b/srcpkgs/ezstream/template
new file mode 100644
index 000000000000..14d19f313978
--- /dev/null
+++ b/srcpkgs/ezstream/template
@@ -0,0 +1,31 @@
+# Template file for 'ezstream'
+pkgname=ezstream
+version=1.0.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="gettext-devel automake pkg-config libtool"
+makedepends="check-devel libshout-devel libxml2-devel taglib-devel"
+depends="libshout libxml2 taglib"
+short_desc="Command line source client for media streams"
+maintainer="Alex Childs <misuchiru03+github@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://icecast.org/ezstream"
+distfiles="https://downloads.xiph.org/releases/ezstream/ezstream-${version}.tar.gz"
+checksum=11de897f455a95ba58546bdcd40a95d3bda69866ec5f7879a83b024126c54c2a
+
+#if [ "${XBPS_LIBC}" = musl ]; then
+#	hostmakedepends+=" musl-legacy-compat"
+#fi
+
+if [ "${XBPS_TARGET_LIBC}" = musl ]; then
+	makedepends+=" musl-legacy-compat"
+else
+	makedepends+=" glibc-devel"
+fi
+
+pre_configure() {
+	autoupdate
+	sh autogen.sh
+
+	sed -z -e "s/    ''\n/    '')/" -e "s/\n\n)/\n/" -i configure
+}

  reply	other threads:[~2022-10-11 19:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-11 18:28 [PR PATCH] " misuchiru03
2022-10-11 19:53 ` misuchiru03 [this message]
2022-10-11 20:02 ` [PR REVIEW] " classabbyamp
2022-10-11 20:03 ` classabbyamp
2022-10-11 20:59 ` misuchiru03
2022-10-11 21:04 ` misuchiru03
2022-10-11 21:05 ` [PR REVIEW] " misuchiru03
2022-10-11 21:14 ` classabbyamp
2022-10-11 22:13 ` misuchiru03
2023-01-10  2:33 ` github-actions
2023-01-25  1:58 ` [PR PATCH] [Closed]: " github-actions

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=20221011195305._HZ6UNnjc_-tkKlVBOaBEBBZ9iXzqLMbvkfUO3e_GDg@z \
    --to=misuchiru03@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).