~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH v2] testing/twolame: new aport

Sol Fisher Romanoff <sol@solfisher.com>
Details
Message ID
<20210920093142.5411-1-sol@solfisher.com>
DKIM signature
missing
Download raw message
Patch: +36 -0
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..f1e2b9e102
--- /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="
9a0d3ef430ca93b561caa7e56fe60c126135b1c36294a280fa21699402b3922a3992035f3d421f3bbe131cdc04459cc907059dfe0c2f512427f305fe3936e54d  twolame-0.4.0.tar.gz
"
-- 
2.33.0
Details
Message ID
<163213202103.6885.16164243360840055883.gitlab.25546.3aa47d416c2249473fdba9bc7cfc7aa78813beba@listserv.local>
In-Reply-To
<20210920093142.5411-1-sol@solfisher.com> (view parent)
DKIM signature
missing
Download raw message
Fails with 

```
make[2]: *** No rule to make target 'twolame.1', needed by 'all-am'.  Stop.
```

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/25546#note_180947
Details
Message ID
<163472760467.6885.11808661318663498808.gitlab.25546.de2e02a5280469c9b057f183e13c7b2f26882131@listserv.local>
In-Reply-To
<20210920093142.5411-1-sol@solfisher.com> (view parent)
DKIM signature
missing
Download raw message
Sorry to bother you @mailinglist-bot,

but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping `@team/mentors`. You can also ask on IRC on `#alpine-devel` on irc.oftc.net. If no further activity occurs in this MR, Alpine developers may close it in the future.

Thanks for your contribution.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/25546#note_186745
Reply to thread Export thread (mbox)