diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-22 18:49:57 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-22 19:05:25 +0200 |
commit | f58c246d4ce33df203b8603203c1da66ccdc24de (patch) | |
tree | a306598d506e7735f333dbff55399c5f3b337274 /media-sound/audacity | |
parent | media-sound/audacity: EAPI-6 (diff) | |
download | gentoo-f58c246d4ce33df203b8603203c1da66ccdc24de.tar.gz gentoo-f58c246d4ce33df203b8603203c1da66ccdc24de.tar.bz2 gentoo-f58c246d4ce33df203b8603203c1da66ccdc24de.zip |
media-sound/audacity: https, minor DEPEND style fix
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'media-sound/audacity')
-rw-r--r-- | media-sound/audacity/audacity-2.2.2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/audacity/audacity-2.2.2.ebuild b/media-sound/audacity/audacity-2.2.2.ebuild index 1bec573f600b..4bbaa54c136e 100644 --- a/media-sound/audacity/audacity-2.2.2.ebuild +++ b/media-sound/audacity/audacity-2.2.2.ebuild @@ -8,7 +8,7 @@ inherit autotools gnome2-utils wxwidgets xdg-utils MY_P="${PN}-minsrc-${PV}" DOC_PV="${PV}" DESCRIPTION="Free crossplatform audio editor" -HOMEPAGE="http://web.audacityteam.org/" +HOMEPAGE="https://web.audacityteam.org/" SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${MY_P}.tar.xz doc? ( https://dev.gentoo.org/~polynomial-c/dist/${PN}-manual-${DOC_PV}.zip )" # wget doesn't seem to work on FossHub links, so we mirror @@ -28,8 +28,10 @@ RDEPEND=">=app-arch/zip-2.3 media-libs/soxr x11-libs/wxGTK:3.0[X] alsa? ( media-libs/alsa-lib ) - ffmpeg? ( libav? ( media-video/libav:= ) - !libav? ( >=media-video/ffmpeg-1.2:= ) ) + ffmpeg? ( + libav? ( media-video/libav:= ) + !libav? ( >=media-video/ffmpeg-1.2:= ) + ) flac? ( >=media-libs/flac-1.3.1[cxx] ) id3tag? ( media-libs/libid3tag ) jack? ( virtual/jack ) @@ -43,7 +45,6 @@ RDEPEND=">=app-arch/zip-2.3 vamp? ( >=media-libs/vamp-plugin-sdk-2.0 ) vorbis? ( >=media-libs/libvorbis-1.0 )" DEPEND="${RDEPEND} - app-arch/xz-utils virtual/pkgconfig nls? ( sys-devel/gettext )" @@ -59,7 +60,6 @@ PATCHES=( src_prepare() { default - # needed because of portmixer patch eautoreconf } @@ -110,7 +110,7 @@ src_install() { rm -r "${D%/}"/usr/share/doc || die # Install our docs - dodoc README.txt + einstalldocs if use doc ; then docinto html |