Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: alac-0.0.7
@ 2023-12-05 14:43 misterupkeep
  2023-12-05 14:50 ` [PR PATCH] [Closed]: " ahesford
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: misterupkeep @ 2023-12-05 14:43 UTC (permalink / raw)
  To: ml

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

There is a new pull request by misterupkeep against master on the void-packages repository

https://github.com/misterupkeep/void-packages alac
https://github.com/void-linux/void-packages/pull/47597

New package: alac-0.0.7
Apple Lossless Audio Codec (ALAC) as implemented by Apple [here](https://macosforge.github.io/alac/), built from a fork that adds a GNU `autotools` build system. Used by [`shairport-sync`](https://github.com/void-linux/void-packages/pull/47596).

#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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:
  - aarch64-musl
  - aarch64
  - armv7l
  - armv6l-musl
  - armv6l


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

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

From a3c34c1cf13cd8b53c88a2bee9ee3a750ee3f34a Mon Sep 17 00:00:00 2001
From: dvdrw <admin@dvdrw.dev>
Date: Tue, 21 Mar 2023 21:57:40 +0100
Subject: [PATCH] New package: alac-0.0.7

---
 common/shlibs         |  1 +
 srcpkgs/alac-devel    |  1 +
 srcpkgs/alac/template | 27 +++++++++++++++++++++++++++
 3 files changed, 29 insertions(+)
 create mode 120000 srcpkgs/alac-devel
 create mode 100644 srcpkgs/alac/template

diff --git a/common/shlibs b/common/shlibs
index 1b25a12956eeb..6841a22291879 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4275,3 +4275,4 @@ libdraco.so.8 draco-1.5.6_1
 libpdal_base.so.15 libpdal-2.5.6_1
 libpdal_util.so.15 libpdal-2.5.6_1
 libdisplay-info.so.1 libdisplay-info-0.1.1_1
+libalac.so.0 alac-0.0.7_1
diff --git a/srcpkgs/alac-devel b/srcpkgs/alac-devel
new file mode 120000
index 0000000000000..bd8d9c8c04da9
--- /dev/null
+++ b/srcpkgs/alac-devel
@@ -0,0 +1 @@
+alac
\ No newline at end of file
diff --git a/srcpkgs/alac/template b/srcpkgs/alac/template
new file mode 100644
index 0000000000000..d19f7fd7b6757
--- /dev/null
+++ b/srcpkgs/alac/template
@@ -0,0 +1,27 @@
+# Template file for 'alac'
+pkgname=alac
+version=0.0.7
+revision=1
+build_style=gnu-configure
+hostmakedepends="autoconf automake pkg-config libtool"
+short_desc="Apple Lossless Audio Codec (ALAC) library"
+maintainer="dvdrw <void@dvdrw.dev>"
+license="Apache-2.0"
+homepage="https://github.com/mikebrady/alac"
+distfiles="https://github.com/mikebrady/alac/archive/refs/tags/${version}.tar.gz"
+checksum=5a2b059869f0d0404aa29cbde44a533ae337979c11234041ec5b5318f790458e
+
+pre_configure() {
+	autoreconf -fi
+}
+
+alac-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: [PR PATCH] [Closed]: New package: alac-0.0.7
  2023-12-05 14:43 [PR PATCH] New package: alac-0.0.7 misterupkeep
@ 2023-12-05 14:50 ` ahesford
  2023-12-05 14:50 ` ahesford
  2023-12-05 14:57 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2023-12-05 14:50 UTC (permalink / raw)
  To: ml

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

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

New package: alac-0.0.7
https://github.com/void-linux/void-packages/pull/47597

Description:
Apple Lossless Audio Codec (ALAC) as implemented by Apple [here](https://macosforge.github.io/alac/), built from a fork that adds a GNU `autotools` build system. Used by [`shairport-sync`](https://github.com/void-linux/void-packages/pull/47596).

#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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:
  - aarch64-musl
  - aarch64
  - armv7l
  - armv6l-musl
  - armv6l


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

* Re: New package: alac-0.0.7
  2023-12-05 14:43 [PR PATCH] New package: alac-0.0.7 misterupkeep
  2023-12-05 14:50 ` [PR PATCH] [Closed]: " ahesford
@ 2023-12-05 14:50 ` ahesford
  2023-12-05 14:57 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2023-12-05 14:50 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/47597#issuecomment-1840945402

Comment:
If this is required for `shairport-sync`, it should be part of that PR.

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

* Re: New package: alac-0.0.7
  2023-12-05 14:43 [PR PATCH] New package: alac-0.0.7 misterupkeep
  2023-12-05 14:50 ` [PR PATCH] [Closed]: " ahesford
  2023-12-05 14:50 ` ahesford
@ 2023-12-05 14:57 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2023-12-05 14:57 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/47597#issuecomment-1840962127

Comment:
When you add this package to the `shairport-sync` PR, don't use the https://github.com/mikebrady/alac fork. Apple is the upstream, and we favor official upstreams over arbitrary forks.

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

end of thread, other threads:[~2023-12-05 14:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-05 14:43 [PR PATCH] New package: alac-0.0.7 misterupkeep
2023-12-05 14:50 ` [PR PATCH] [Closed]: " ahesford
2023-12-05 14:50 ` ahesford
2023-12-05 14:57 ` ahesford

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