~alpine/aports

testing/twolame: new aport v1 REJECTED

Sol Fisher Romanoff <sol@solfisher.com>
Sol Fisher Romanoff: 1
 testing/twolame: new aport

 1 files changed, 36 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3670/mbox | git am -3
Learn more about email & git

[PATCH] testing/twolame: new aport Export this patch

Sol Fisher Romanoff <sol@solfisher.com>
https://twolame.org
MPEG Audio Layer 2 (MP2) encoder
---
 testing/twolame/APKBUILD | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 testing/twolame/APKBUILD

diff --git a/testing/twolame/APKBUILD b/testing/twolame/APKBUILD
new file mode 100644
index 0000000000..69ebb030b0
--- /dev/null
+++ b/testing/twolame/APKBUILD
@@ -0,0 +1,36 @@
# Contributor: Sol Fisher Romanoff <sol@solfisher.com>
# Maintainer: Sol Fisher Romanoff <sol@solfisher.com>
pkgname=twolame
pkgver=0.4.0
pkgrel=0
pkgdesc="MPEG Audio Layer 2 (MP2) encoder"
url="https://twolame.org"
arch="all"
license="LGPL-2.1"
makedepends="autoconf automake libtool libsndfile-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/njh/twolame/archive/refs/tags/$pkgver.tar.gz"

prepare() {
	default_prepare
	autoreconf -vfi
}

build() {
	./configure \
		--prefix=/usr \
		--disable-static
	make
}

check() {
	make check
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="
cc594bc8d2322922280f915a3c0aa52540cca0350d6498bc96f3f60fd6e53f951e775ea015a44bdb29ec883b46b31a0e5483f6a5c188b02e30008289273c7d03  twolame-0.4.0.tar.gz
"
-- 
2.33.0
Superseeded by !25546

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/25545#note_180945