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-sound/audacity/
Date: Sun, 04 Nov 2018 22:26:43
Message-Id: 1541370146.6d5a93a48f6b5b3c6c281a284fe13c7a44345434.asturm@gentoo
1 commit: 6d5a93a48f6b5b3c6c281a284fe13c7a44345434
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 4 22:22:26 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 4 22:22:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d5a93a4
7
8 media-sound/audacity: Drop 2.1.3-r1
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/audacity/Manifest | 2 -
14 media-sound/audacity/audacity-2.1.3-r1.ebuild | 104 --------------------------
15 2 files changed, 106 deletions(-)
16
17 diff --git a/media-sound/audacity/Manifest b/media-sound/audacity/Manifest
18 index 1ac62e940a0..907b27be528 100644
19 --- a/media-sound/audacity/Manifest
20 +++ b/media-sound/audacity/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST audacity-help-2.1.3.zip 20682229 BLAKE2B f3a7c5870c2fd10e5d1420c03ea608d39e9768989ac106b6b1554994646200fb58550bb07ba889002dc652e9c2ea5a16f2ee87daa1e66433fc6f322d24fbc564 SHA512 4666d414628aaf611f98001350bdbcb761dac19ce4cc1e59d1a29e5d74056b9bfe4492a356bcd6c44aac9a3aaa24e30acd7bb9647ca10395fa8d5f0839f893ec
23 DIST audacity-manual-2.2.2.zip 13501474 BLAKE2B f0289f22dc4134b31f38d4acee3bda9f915829842030f8454cce1801377d177c32a7f35077673ce7db0a0f059a644d8146457e6a6377c5f6abc01c11da6a4f53 SHA512 a34ded796157d763fa024e0a235ecce7c67a68bcce86b487f8c022d45d8337fe550e40f56df4155a16293b974511d0bcf130cb086b3594bc0c42d9d0f84f1e86
24 -DIST audacity-minsrc-2.1.3.tar.xz 8073388 BLAKE2B 4ab323ad9daa93c568d46d00cb3a7f2460a3b6022b990f1eb1759790cd343d5e61d6080c94a7cd00f25c72280f3a459c79049292fdca69be89644e539f04c119 SHA512 96e8bc49ef431b964d67857387cd9e5c1b398becfcaa452e26ef7617f267b7688617a5312d4a9873a24ee34986ea411148369e0ce138d86fea9b520e2c74a3ef
25 DIST audacity-minsrc-2.2.2.tar.xz 8210700 BLAKE2B b887cff6994f2d5315b5d22b47d460a6b7c7b7af4f212585740a7534dc1345a8b3cda701a8541fabeef1aedf30cd336466798b2da4ef62ed010152540ee02d26 SHA512 8e52b4456a3a328a9933961746722ab5c545d17f7c05f3ae4aa83ba5d4f8323590ffa070de9462163362032b372aa48bc61fc96459e5565eec29a146b7a0351c
26
27 diff --git a/media-sound/audacity/audacity-2.1.3-r1.ebuild b/media-sound/audacity/audacity-2.1.3-r1.ebuild
28 deleted file mode 100644
29 index 7c2c2b2d5b6..00000000000
30 --- a/media-sound/audacity/audacity-2.1.3-r1.ebuild
31 +++ /dev/null
32 @@ -1,104 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -inherit eutils wxwidgets
38 -
39 -MY_P="${PN}-minsrc-${PV}"
40 -DESCRIPTION="Free crossplatform audio editor"
41 -HOMEPAGE="http://web.audacityteam.org/"
42 -SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${MY_P}.tar.xz
43 - doc? ( https://dev.gentoo.org/~polynomial-c/dist/${PN}-help-${PV}.zip )"
44 - # wget doesn't seem to work on FossHub links, so we mirror
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~mips ppc ppc64 x86"
49 -IUSE="alsa cpu_flags_x86_sse doc ffmpeg +flac id3tag jack +ladspa +lame libav
50 - +lv2 mad +midi nls +portmixer sbsms +soundtouch twolame vamp +vorbis +vst"
51 -RESTRICT="test"
52 -
53 -RDEPEND=">=app-arch/zip-2.3
54 - dev-libs/expat
55 - >=media-libs/libsndfile-1.0.0
56 - =media-libs/portaudio-19*
57 - media-libs/soxr
58 - x11-libs/wxGTK:3.0[X]
59 - alsa? ( media-libs/alsa-lib )
60 - ffmpeg? ( libav? ( media-video/libav:= )
61 - !libav? ( >=media-video/ffmpeg-1.2:= ) )
62 - flac? ( >=media-libs/flac-1.3.1[cxx] )
63 - id3tag? ( media-libs/libid3tag )
64 - jack? ( virtual/jack )
65 - lame? ( >=media-sound/lame-3.70 )
66 - lv2? ( media-libs/lv2 )
67 - mad? ( >=media-libs/libmad-0.14.2b )
68 - midi? ( media-libs/portmidi )
69 - sbsms? ( media-libs/libsbsms )
70 - soundtouch? ( >=media-libs/libsoundtouch-1.3.1 )
71 - twolame? ( media-sound/twolame )
72 - vamp? ( >=media-libs/vamp-plugin-sdk-2.0 )
73 - vorbis? ( >=media-libs/libvorbis-1.0 )"
74 -DEPEND="${RDEPEND}
75 - app-arch/xz-utils
76 - virtual/pkgconfig
77 - nls? ( sys-devel/gettext )"
78 -
79 -REQUIRED_USE="soundtouch? ( midi )"
80 -
81 -S="${WORKDIR}/${MY_P}"
82 -
83 -src_configure() {
84 - WX_GTK_VER="3.0"
85 - need-wxwidgets unicode
86 -
87 - # * always use system libraries if possible
88 - # * options listed in the order that configure --help lists them
89 - local myeconfargs=(
90 - --disable-dynamic-loading
91 - --enable-nyquist
92 - --enable-unicode
93 - --with-expat=system
94 - --with-libsndfile=system
95 - --with-libsoxr=system
96 - --with-portaudio
97 - --with-widgetextra=local
98 - --with-wx-version=${WX_GTK_VER}
99 - $(use_enable cpu_flags_x86_sse sse)
100 - $(use_enable ladspa)
101 - $(use_enable nls)
102 - $(use_enable vst)
103 - #$(use_with alsa)
104 - $(use_with ffmpeg)
105 - $(use_with flac libflac)
106 - $(use_with id3tag libid3tag)
107 - #$(use_with jack)
108 - $(use_with lame)
109 - $(use_with lv2)
110 - $(use_with mad libmad)
111 - $(use_with midi)
112 - $(use_with sbsms)
113 - $(use_with soundtouch)
114 - $(use_with twolame libtwolame)
115 - $(use_with vamp libvamp)
116 - $(use_with vorbis libvorbis)
117 - $(use_with portmixer)
118 - )
119 - econf "${myeconfargs[@]}"
120 -}
121 -
122 -src_install() {
123 - emake DESTDIR="${D}" install
124 -
125 - # Remove bad doc install
126 - rm -r "${D}"/usr/share/doc || die
127 -
128 - # Install our docs
129 - dodoc README.txt
130 -
131 - if use doc ; then
132 - docinto html
133 - dodoc -r "${WORKDIR}"/{m,man,manual}
134 - dodoc "${WORKDIR}"/{favicon.ico,index.html,quick_help.html}
135 - fi
136 -}