Diff spek-0.8.3-r1 with a spek-0.8.4
/usr/portage/media-sound/spek/spek-0.8.4.ebuild 2023-10-09 14:52:31.804368408 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2020 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 |
WX_GTK_VER="3.0" |
|
6 |
WX_GTK_VER="3.0-gtk3" |
|
7 | 7 | |
8 |
inherit autotools wxwidgets xdg |
|
8 |
inherit wxwidgets xdg |
|
9 | 9 | |
10 | 10 |
DESCRIPTION="Analyse your audio files by showing their spectrogram" |
11 |
HOMEPAGE="http://www.spek-project.org/" |
|
12 |
SRC_URI="https://github.com/alexkay/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |
|
11 |
HOMEPAGE="http://spek.cc/" |
|
12 |
SRC_URI="https://github.com/alexkay/spek/releases/download/v${PV}/${P}.tar.xz" |
|
13 | 13 | |
14 | 14 |
LICENSE="GPL-3" |
15 | 15 |
SLOT="0" |
16 | 16 |
KEYWORDS="~amd64" |
17 | 17 | |
18 | 18 |
RDEPEND=" |
19 |
media-video/ffmpeg:0= |
|
19 |
media-video/ffmpeg:= |
|
20 | 20 |
x11-libs/wxGTK:${WX_GTK_VER}[X]" |
21 | 21 |
DEPEND="${RDEPEND}" |
22 | 22 |
BDEPEND=" |
23 |
dev-util/intltool |
|
24 | 23 |
sys-devel/gettext |
25 | 24 |
virtual/pkgconfig" |
26 | 25 | |
27 | 26 |
PATCHES=( |
28 |
"${FILESDIR}"/${PN}-0.8.1-disable-updates.patch |
|
29 |
"${FILESDIR}"/${P}-replace-gnu+11-with-c++11.patch |
|
30 |
"${FILESDIR}"/${P}-stdlib.patch |
|
31 |
"${FILESDIR}"/${P}-ffmpeg3.patch |
|
32 |
"${FILESDIR}"/${P}-ffmpeg3-1.patch |
|
33 |
"${FILESDIR}"/${P}-AR.patch |
|
27 |
"${FILESDIR}"/${PN}-0.8.4-disable-updates.patch |
|
34 | 28 |
) |
35 | 29 | |
36 |
src_prepare() { |
|
37 |
default |
|
38 |
eautoreconf |
|
39 |
} |
|
40 | ||
41 | 30 |
src_configure() { |
42 | 31 |
setup-wxwidgets unicode |
43 | 32 |
default |