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