abcde-poddmo-git
LOW
maintainer FabioLolix
0 votes
scanned 2026-09-05 14:00:22.289320
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
2
# Contributor: schuay <jakob.gruber@gmail.com>
3
# Contributor: Jochem Kossen <j.kossen@home.nl>
4
# Contributor: Kevin Piche <kevin@archlinux.org>
5
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
6
7
pkgname=abcde-poddmo-git
8
pkgver=2.12.2.r2.gd793fa5
9
pkgrel=2
10
pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes them to ogg or mp3 format, and tags them, all in one go'
11
arch=(any)
12
url="https://github.com/poddmo/abcde"
13
license=('GPL')
14
depends=(
15
sh
16
cd-discid
17
wget
18
vorbis-tools
19
which
20
)
21
makedepends=(git)
22
optdepends=(
23
'cdparanoia: Paranoia ripping support'
24
'flac: FLAC encoding support'
25
'glyr: album art support'
26
'imagemagick: album art support'
27
'lame: MP3 encoding support'
28
'opus-tools: Opus encoding support'
29
'python-eyed3: ID3 tag support'
30
'vorbisgain: Ogg Vorbis normalization support'
31
)
32
backup=("etc/abcde.conf")
33
provides=(abcde)
34
conflicts=(abcde)
35
source=("abcde-poddmo::git+https://github.com/poddmo/abcde"
36
hostname.patch)
37
sha256sums=('SKIP'
38
'6b4d8e70dbd34ad269db44fdb9f63eccc448b632cfc98d1b635c3ee6a77362ad')
39
40
pkgver() {
41
cd abcde-poddmo
42
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
43
}
44
45
prepare() {
46
cd abcde-poddmo
47
sed -e "s:normalize-audio:normalize:g" -i abcde
48
# https://bugs.archlinux.org/task/58046
49
sed -i 's/^#CDDBMETHOD=musicbrainz/CDDBMETHOD=cddb/' abcde.conf
50
# replace inetutils hostname with coreutils uname -n
51
patch -Np1 -i ../hostname.patch
52
53
sed -i 's|doc/$(abcde_version)|doc|g' Makefile
54
}
55
56
package() {
57
make -C abcde-poddmo DESTDIR="${pkgdir}" prefix=/usr sysconfdir=/etc install
58
}
59
Changes since previous scan
--- PKGBUILD @ 2026-08-24 00:17+++ PKGBUILD @ 2026-09-05 14:00@@ -6,7 +6,7 @@ pkgname=abcde-poddmo-git pkgver=2.12.2.r2.gd793fa5-pkgrel=1+pkgrel=2 pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes them to ogg or mp3 format, and tags them, all in one go' arch=(any) url="https://github.com/poddmo/abcde"@@ -31,7 +31,7 @@ ) backup=("etc/abcde.conf") provides=(abcde)-conflicts=(ancde)+conflicts=(abcde) source=("abcde-poddmo::git+https://github.com/poddmo/abcde" hostname.patch) sha256sums=('SKIP'Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 14:00:22 | Low | 1 |
| 2026-08-24 00:17:16 | Clean | 2 |
| 2026-08-23 23:21:41 | Low | 1 |