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/speexdsp/
Date: Thu, 08 Feb 2018 21:35:35
Message-Id: 1518125717.e09f23c4137fc37cfd7430916066ae080a44bdb4.asturm@gentoo
1 commit: e09f23c4137fc37cfd7430916066ae080a44bdb4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 8 21:27:54 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 8 21:35:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09f23c4
7
8 media-libs/speexdsp: Drop old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 media-libs/speexdsp/speexdsp-1.2_rc3-r1.ebuild | 57 --------------------------
13 media-libs/speexdsp/speexdsp-1.2_rc3.ebuild | 54 ------------------------
14 2 files changed, 111 deletions(-)
15
16 diff --git a/media-libs/speexdsp/speexdsp-1.2_rc3-r1.ebuild b/media-libs/speexdsp/speexdsp-1.2_rc3-r1.ebuild
17 deleted file mode 100644
18 index b8f99c5a28a..00000000000
19 --- a/media-libs/speexdsp/speexdsp-1.2_rc3-r1.ebuild
20 +++ /dev/null
21 @@ -1,57 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -inherit autotools flag-o-matic multilib-minimal
27 -
28 -MY_P=${P/_}
29 -MY_P=${MY_P/_p/.}
30 -
31 -DESCRIPTION="Audio compression format designed for speech -- DSP"
32 -HOMEPAGE="https://www.speex.org/"
33 -SRC_URI="https://downloads.xiph.org/releases/speex/${MY_P}.tar.gz"
34 -
35 -LICENSE="BSD"
36 -SLOT="0"
37 -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 ~x86-solaris"
38 -IUSE="cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_arm_neon static-libs"
39 -
40 -RDEPEND="!<media-libs/speex-1.2.0"
41 -DEPEND="${RDEPEND}
42 - virtual/pkgconfig"
43 -
44 -S=${WORKDIR}/${MY_P}
45 -
46 -PATCHES=(
47 - "${FILESDIR}/${P}-configure.patch"
48 - "${FILESDIR}/${P}-config_types.h.patch"
49 -)
50 -
51 -src_prepare() {
52 - default
53 -
54 - sed -i \
55 - -e 's:noinst_PROGRAMS:check_PROGRAMS:' \
56 - libspeexdsp/Makefile.am || die
57 -
58 - eautoreconf
59 -}
60 -
61 -multilib_src_configure() {
62 - append-lfs-flags
63 -
64 - # Can also be configured with one of:
65 - # --enable-fixed-point (no floating point)
66 - # --with-fft=proprietary-intel-mkl (mkl)
67 - # --with-fft=gpl-fftw3 (fftw)
68 - ECONF_SOURCE="${S}" econf \
69 - $(use_enable static-libs static) \
70 - $(use_enable cpu_flags_x86_sse sse) \
71 - $(use_enable cpu_flags_x86_sse2 sse2) \
72 - $(use_enable cpu_flags_arm_neon neon)
73 -}
74 -
75 -multilib_src_install_all() {
76 - default
77 - find "${D}" -name '*.la' -delete || die
78 -}
79
80 diff --git a/media-libs/speexdsp/speexdsp-1.2_rc3.ebuild b/media-libs/speexdsp/speexdsp-1.2_rc3.ebuild
81 deleted file mode 100644
82 index ebc776d5b2d..00000000000
83 --- a/media-libs/speexdsp/speexdsp-1.2_rc3.ebuild
84 +++ /dev/null
85 @@ -1,54 +0,0 @@
86 -# Copyright 1999-2017 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=6
90 -inherit autotools flag-o-matic multilib-minimal
91 -
92 -MY_P=${P/_}
93 -MY_P=${MY_P/_p/.}
94 -
95 -DESCRIPTION="Audio compression format designed for speech -- DSP"
96 -HOMEPAGE="http://www.speex.org/"
97 -SRC_URI="http://downloads.xiph.org/releases/speex/${MY_P}.tar.gz"
98 -
99 -LICENSE="BSD"
100 -SLOT="0"
101 -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 ~x86-solaris"
102 -IUSE="cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_arm_neon static-libs"
103 -
104 -RDEPEND="!<media-libs/speex-1.2.0"
105 -DEPEND="${RDEPEND}
106 - virtual/pkgconfig"
107 -
108 -S=${WORKDIR}/${MY_P}
109 -
110 -PATCHES=( "${FILESDIR}/${P}-configure.patch" )
111 -
112 -src_prepare() {
113 - default
114 -
115 - sed -i \
116 - -e 's:noinst_PROGRAMS:check_PROGRAMS:' \
117 - libspeexdsp/Makefile.am || die
118 -
119 - eautoreconf
120 -}
121 -
122 -multilib_src_configure() {
123 - append-lfs-flags
124 -
125 - # Can also be configured with one of:
126 - # --enable-fixed-point (no floating point)
127 - # --with-fft=proprietary-intel-mkl (mkl)
128 - # --with-fft=gpl-fftw3 (fftw)
129 - ECONF_SOURCE="${S}" econf \
130 - $(use_enable static-libs static) \
131 - $(use_enable cpu_flags_x86_sse sse) \
132 - $(use_enable cpu_flags_x86_sse2 sse2) \
133 - $(use_enable cpu_flags_arm_neon neon)
134 -}
135 -
136 -multilib_src_install_all() {
137 - default
138 - find "${D}" -name '*.la' -delete || die
139 -}