Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 564050
Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +8 lines)
Line  Link Here
0
-- audacity-2.1.1.ebuild
0
++ audacity-2.1.2.ebuild
Lines 1-15 Link Here
1
# Copyright 1999-2015 Gentoo Foundation
1
# Copyright 1999-2016 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
3
# $Id$
4
4
5
EAPI=5
5
EAPI=5
6
inherit eutils wxwidgets
6
inherit eutils wxwidgets
7
7
8
MY_P="${PN}-minsrc-${PV}"
8
MY_P="Audacity-${PV}"
9
DESCRIPTION="Free crossplatform audio editor"
9
DESCRIPTION="Free crossplatform audio editor"
10
HOMEPAGE="http://web.audacityteam.org/"
10
HOMEPAGE="http://web.audacityteam.org/"
11
SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${MY_P}.tar.xz
11
SRC_URI="https://github.com/audacity/audacity/archive/${MY_P}.tar.gz"
12
	doc? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-manual-${PV}.zip )"
12
	#doc? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-manual-${PV}.zip )"
13
	# wget doesn't seem to work on FossHub links, so we mirror
13
	# wget doesn't seem to work on FossHub links, so we mirror
14
14
15
LICENSE="GPL-2"
15
LICENSE="GPL-2"
Lines 24-30 Link Here
24
	>=media-libs/libsndfile-1.0.0
24
	>=media-libs/libsndfile-1.0.0
25
	=media-libs/portaudio-19*
25
	=media-libs/portaudio-19*
26
	media-libs/soxr
26
	media-libs/soxr
27
	x11-libs/wxGTK:2.8[X]
27
	>=x11-libs/wxGTK-3.0.2.0-r1:3.0[X]
28
	alsa? ( media-libs/alsa-lib )
28
	alsa? ( media-libs/alsa-lib )
29
	ffmpeg? ( libav? ( media-video/libav:= )
29
	ffmpeg? ( libav? ( media-video/libav:= )
30
		!libav? ( >=media-video/ffmpeg-1.2:= ) )
30
		!libav? ( >=media-video/ffmpeg-1.2:= ) )
Lines 47-53 Link Here
47
47
48
REQUIRED_USE="soundtouch? ( midi )"
48
REQUIRED_USE="soundtouch? ( midi )"
49
49
50
S=${WORKDIR}/${MY_P}
50
S=${WORKDIR}/${PN}-${MY_P}
51
51
52
#src_prepare() {
52
#src_prepare() {
53
#	epatch "${FILESDIR}"/${P}-automagic.patch
53
#	epatch "${FILESDIR}"/${P}-automagic.patch
Lines 55-61 Link Here
55
#}
55
#}
56
56
57
src_configure() {
57
src_configure() {
58
	WX_GTK_VER="2.8"
58
	WX_GTK_VER="3.0"
59
	need-wxwidgets unicode
59
	need-wxwidgets unicode
60
60
61
	# * always use system libraries if possible
61
	# * always use system libraries if possible

Return to bug 564050