Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/deadbeef/
Date: Tue, 29 Sep 2020 21:40:46
Message-Id: 1601415637.1e5a1470cdd9c23edbc6ad7bd94102978eaf8363.slashbeast@gentoo
1 commit: 1e5a1470cdd9c23edbc6ad7bd94102978eaf8363
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 29 21:38:31 2020 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 21:40:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e5a1470
7
8 media-sound/deadbeef: dev-libs/jansson depend.
9
10 Faster than ago's and toralf's thinderboxes!
11
12 Also fixing two typos
13
14 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
15
16 media-sound/deadbeef/deadbeef-1.8.4.ebuild | 7 ++++---
17 1 file changed, 4 insertions(+), 3 deletions(-)
18
19 diff --git a/media-sound/deadbeef/deadbeef-1.8.4.ebuild b/media-sound/deadbeef/deadbeef-1.8.4.ebuild
20 index d078e055802..5b98d6f2ee6 100644
21 --- a/media-sound/deadbeef/deadbeef-1.8.4.ebuild
22 +++ b/media-sound/deadbeef/deadbeef-1.8.4.ebuild
23 @@ -21,6 +21,7 @@ REQUIRED_USE="
24 DEPEND="
25 x11-libs/gtk+:3
26 net-misc/curl:0=
27 + dev-libs/jansson
28 aac? ( media-libs/faad2 )
29 alsa? ( media-libs/alsa-lib )
30 cdda? (
31 @@ -57,7 +58,7 @@ PATCHES=(
32 src_prepare() {
33 default
34
35 - drop_from_lingaus() {
36 + drop_from_linguas() {
37 sed "/${1}/d" -i "${S}/po/LINGUAS" || die
38 }
39
40 @@ -71,7 +72,7 @@ src_prepare() {
41 EOF
42 }
43
44 - l10n_for_each_disabled_locale_do drop_from_lingaus || die
45 + l10n_for_each_disabled_locale_do drop_from_linguas || die
46
47 eautopoint --force
48 eautoreconf
49 @@ -80,7 +81,7 @@ src_prepare() {
50 drop_and_stub "${S}/intl"
51
52 # Plugins that are undesired for whatever reason, candidates for unbundling and such.
53 - for i in adplug alac dumb ffap mms gme lfs mono2stereo psf sc60 shn sid soundtouch wma; do
54 + for i in adplug alac dumb ffap mms gme lfs mono2stereo psf sc60 shn sid soundtouch wma; do
55 drop_and_stub "${S}/plugins/${i}"
56 done