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/libsndfile/
Date: Wed, 03 Oct 2018 18:52:12
Message-Id: 1538592651.0d851abffe1d5846d636feed69d6dd012b531903.asturm@gentoo
1 commit: 0d851abffe1d5846d636feed69d6dd012b531903
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 3 18:50:51 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 3 18:50:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d851abf
7
8 media-libs/libsndfile: Sync 9999 with 1.0.28-r3
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/libsndfile/libsndfile-9999.ebuild | 28 ++++++++++++++--------------
14 1 file changed, 14 insertions(+), 14 deletions(-)
15
16 diff --git a/media-libs/libsndfile/libsndfile-9999.ebuild b/media-libs/libsndfile/libsndfile-9999.ebuild
17 index eb28af81fd5..1b23d479803 100644
18 --- a/media-libs/libsndfile/libsndfile-9999.ebuild
19 +++ b/media-libs/libsndfile/libsndfile-9999.ebuild
20 @@ -1,26 +1,21 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
29
30 -inherit python-any-r1 multilib-minimal
31 -
32 -DESCRIPTION="A C library for reading and writing files containing sampled sound"
33 -HOMEPAGE="http://www.mega-nerd.com/libsndfile"
34 -
35 if [[ ${PV} == *9999 ]]; then
36 inherit autotools git-r3
37 EGIT_REPO_URI="https://github.com/erikd/libsndfile.git"
38 -
39 - DEPEND="
40 - ${PYTHON_DEPS}
41 - sys-devel/autogen"
42 else
43 SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.gz"
44 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
45 fi
46 +inherit python-any-r1 multilib-minimal
47 +
48 +DESCRIPTION="C library for reading and writing files containing sampled sound"
49 +HOMEPAGE="http://www.mega-nerd.com/libsndfile"
50
51 LICENSE="LGPL-2.1"
52 SLOT="0"
53 @@ -34,11 +29,16 @@ RDEPEND="
54 )
55 alsa? ( media-libs/alsa-lib )
56 sqlite? ( >=dev-db/sqlite-3.2 )"
57 -DEPEND="
58 - ${DEPEND}
59 - ${RDEPEND}
60 +DEPEND="${RDEPEND}"
61 +BDEPEND="
62 virtual/pkgconfig
63 test? ( ${PYTHON_DEPS} )"
64 +if [[ ${PV} == *9999 ]]; then
65 + BDEPEND="
66 + ${PYTHON_DEPS}
67 + sys-devel/autogen
68 + "
69 +fi
70
71 pkg_setup() {
72 if use test || [[ ${PV} == *9999 ]]; then