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

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

There is a new 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: 1487 bytes --]

From 8b778aba130840f0b81b5318b4250d39042c7ca6 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] 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 18:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-11 18:28 misuchiru03 [this message]
2022-10-11 19:53 ` [PR PATCH] [Updated] " misuchiru03
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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39893@inbox.vuxu.org \
    --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).