Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libbs2b/, media-libs/libbs2b/files/
Date: Sun, 30 Sep 2018 16:29:17
Message-Id: 1538324791.bfd37a0a05d9c7ddd9be5a34fae08574341303df.asturm@gentoo
1 commit: bfd37a0a05d9c7ddd9be5a34fae08574341303df
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 16:26:31 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 16:26:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd37a0a
7
8 media-libs/libbs2b: EAPI-7 bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 media-libs/libbs2b/files/3.1.0-format-security.patch | 4 ++--
14 media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild | 14 ++++++--------
15 2 files changed, 8 insertions(+), 10 deletions(-)
16
17 diff --git a/media-libs/libbs2b/files/3.1.0-format-security.patch b/media-libs/libbs2b/files/3.1.0-format-security.patch
18 index 1b9f9f97479..d5600a5b584 100644
19 --- a/media-libs/libbs2b/files/3.1.0-format-security.patch
20 +++ b/media-libs/libbs2b/files/3.1.0-format-security.patch
21 @@ -1,5 +1,5 @@
22 ---- src/bs2bconvert.c.orig 2015-03-06 12:24:00.168451618 +0000
23 -+++ src/bs2bconvert.c 2015-03-06 12:22:20.504446655 +0000
24 +--- a/src/bs2bconvert.c 2015-03-06 12:24:00.168451618 +0000
25 ++++ b/src/bs2bconvert.c 2015-03-06 12:22:20.504446655 +0000
26 @@ -153,7 +153,7 @@
27 if( ( infile = sf_open( infilename, SFM_READ, &sfinfo ) ) == NULL )
28 {
29
30 diff --git a/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild b/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild
31 index a20a4be4c6c..0f105059128 100644
32 --- a/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild
33 +++ b/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild
34 @@ -1,9 +1,9 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 +# Copyright 1999-2018 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI=5
40 +EAPI=7
41
42 -inherit eutils multilib-minimal
43 +inherit multilib-minimal
44
45 DESCRIPTION="Bauer stereophonic-to-binaural DSP library"
46 HOMEPAGE="http://bs2b.sourceforge.net/"
47 @@ -15,12 +15,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-f
48 IUSE=""
49
50 RDEPEND=">=media-libs/libsndfile-1.0.25-r1[${MULTILIB_USEDEP}]"
51 -DEPEND="${RDEPEND}
52 - virtual/pkgconfig"
53 +DEPEND="${RDEPEND}"
54 +BDEPEND="virtual/pkgconfig"
55
56 # for default_src_configure to work
57 ECONF_SOURCE="${S}"
58
59 -src_prepare() {
60 - epatch "${FILESDIR}/${PV}-format-security.patch"
61 -}
62 +PATCHES=( "${FILESDIR}/${PV}-format-security.patch" )