From 0f11bce25eb03f8f5ede7e2f27271f40a97f4355 Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Wed, 20 Jan 2021 22:12:34 -0300 Subject: [PATCH] testing/*: orphan packages from Alexander Edland Confirmed in E-Mail exchange that packages should be orphaned --- testing/bchunk/APKBUILD | 6 +++--- testing/lsmash/APKBUILD | 6 +++--- testing/mgba/APKBUILD | 4 ++-- testing/vamp-sdk/APKBUILD | 4 ++-- testing/zimg/APKBUILD | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/testing/bchunk/APKBUILD b/testing/bchunk/APKBUILD index 064d5552c498..cef2ddd93288 100644 --- a/testing/bchunk/APKBUILD +++ b/testing/bchunk/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Alexander Edland <alpine@ocv.me> -# Maintainer: Alexander Edland <alpine@ocv.me> +# Maintainer: pkgname=bchunk pkgver=1.2.2 -pkgrel=0 +pkgrel=1 pkgdesc="Convert bin+cue CD images to .iso and .cdr" url="https://github.com/hessu/bchunk" arch="all" @@ -22,7 +22,7 @@ package() { mkdir -p \ "$pkgdir/usr/bin" \ "$pkgdir/usr/share/man/man1" - + make -j1 \ BIN_DIR="$pkgdir/usr/bin" \ MAN_DIR="$pkgdir/usr/share/man" \ diff --git a/testing/lsmash/APKBUILD b/testing/lsmash/APKBUILD index 59e8147ce2e0..84810203f31f 100644 --- a/testing/lsmash/APKBUILD +++ b/testing/lsmash/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Alexander Edland <alpine@ocv.me> -# Maintainer: Alexander Edland <alpine@ocv.me> +# Maintainer: pkgname=lsmash pkgver=2.14.5 -pkgrel=0 +pkgrel=1 pkgdesc="MP4 and MOV muxer/demuxer" url="https://github.com/l-smash/l-smash" arch="all" @@ -24,7 +24,7 @@ build() { package() { cd "$builddir" make -j1 DESTDIR="$pkgdir" install - + # prefix binaries with lsmash- because # /usr/bin/muxer is likely to cause collisions for i in "$pkgdir"/usr/bin/*; do diff --git a/testing/mgba/APKBUILD b/testing/mgba/APKBUILD index 6e0f7651ebb1..e6001d36c7e7 100644 --- a/testing/mgba/APKBUILD +++ b/testing/mgba/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Alexander Edland <alpine@ocv.me> -# Maintainer: Alexander Edland <alpine@ocv.me> +# Maintainer: pkgname=mgba pkgver=0.6.3 -pkgrel=4 +pkgrel=5 pkgdesc="Game Boy Advance Emulator" url="https://github.com/mgba-emu/mgba" arch="all !s390x !mips !mips64" # broken on big-endian diff --git a/testing/vamp-sdk/APKBUILD b/testing/vamp-sdk/APKBUILD index 7c61bb5426d5..17b06a410825 100644 --- a/testing/vamp-sdk/APKBUILD +++ b/testing/vamp-sdk/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Alexander Edland <alpine@ocv.me> -# Maintainer: Alexander Edland <alpine@ocv.me> +# Maintainer: pkgname=vamp-sdk pkgver=2.9.0 -pkgrel=0 +pkgrel=1 pkgdesc="Framework for audio analysis and feature extraction" url="https://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk" arch="all" diff --git a/testing/zimg/APKBUILD b/testing/zimg/APKBUILD index 6afdaaee829e..b1249215d59c 100644 --- a/testing/zimg/APKBUILD +++ b/testing/zimg/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Alexander Edland <alpine@ocv.me> -# Maintainer: Alexander Edland <alpine@ocv.me> +# Maintainer: pkgname=zimg pkgver=2.9.3 -pkgrel=0 +pkgrel=1 pkgdesc="Scaling, colorspace conversion and dithering library" url="https://github.com/sekrit-twc/zimg" arch="all !s390x !mips !mips64" # Tests fail on big-endian -- GitLab