Github messages for voidlinux
 help / color / mirror / Atom feed
From: misterupkeep <misterupkeep@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: alac-0.0.7
Date: Tue, 05 Dec 2023 15:43:11 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47597@inbox.vuxu.org> (raw)

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

             reply	other threads:[~2023-12-05 14:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-05 14:43 misterupkeep [this message]
2023-12-05 14:50 ` [PR PATCH] [Closed]: " ahesford
2023-12-05 14:50 ` ahesford
2023-12-05 14:57 ` 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47597@inbox.vuxu.org \
    --to=misterupkeep@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).