Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ezstream-1.0.2
@ 2022-10-11 18:28 misuchiru03
  2022-10-11 19:53 ` [PR PATCH] [Updated] " misuchiru03
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: misuchiru03 @ 2022-10-11 18:28 UTC (permalink / raw)
  To: ml

[-- 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
+}

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

end of thread, other threads:[~2023-01-25  1:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11 18:28 [PR PATCH] New package: ezstream-1.0.2 misuchiru03
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

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