* [gentoo-commits] repo/gentoo:master commit in: media-sound/spek/
@ 2015-10-24 9:00 Pacho Ramos
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2015-10-24 9:00 UTC (permalink / raw
To: gentoo-commits
commit: c2708cc297bfff6ea1ef7d76317fdd00443a25b8
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 08:59:55 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 08:59:55 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2708cc2
media-sound/spek: Support wxGTK:3.0, use new ffmpeg/libav handling (#563332)
Package-Manager: portage-2.2.23
media-sound/spek/spek-0.8.3-r1.ebuild | 46 +++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/media-sound/spek/spek-0.8.3-r1.ebuild b/media-sound/spek/spek-0.8.3-r1.ebuild
new file mode 100644
index 0000000..e618109
--- /dev/null
+++ b/media-sound/spek/spek-0.8.3-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+WX_GTK_VER="3.0"
+
+inherit autotools eutils toolchain-funcs wxwidgets
+
+DESCRIPTION="Analyse your audio files by showing their spectrogram"
+HOMEPAGE="http://www.spek-project.org/"
+SRC_URI="https://github.com/alexkay/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libav"
+
+RDEPEND="
+ libav? ( media-video/libav:= )
+ !libav? ( media-video/ffmpeg:0= )
+ x11-libs/wxGTK:${WX_GTK_VER}[X]
+"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig
+ >=sys-devel/gcc-4.7
+ sys-devel/gettext
+"
+
+src_prepare() {
+ need-wxwidgets unicode
+
+ if [ $(gcc-major-version) -lt "4" ] ; then
+ die "You need to activate at least gcc:4.7"
+ fi
+ if [ $(gcc-major-version) -eq "4" -a $(gcc-minor-version) -lt "7" ] ; then
+ die "You need to activate at least gcc:4.7"
+ fi
+
+ epatch \
+ "${FILESDIR}"/${PN}-0.8.1-disable-updates.patch \
+ "${FILESDIR}"/${P}-replace-gnu+11-with-c++11.patch \
+ "${FILESDIR}"/${P}-stdlib.patch
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/spek/
@ 2015-12-21 14:33 Patrick Lauer
0 siblings, 0 replies; 8+ messages in thread
From: Patrick Lauer @ 2015-12-21 14:33 UTC (permalink / raw
To: gentoo-commits
commit: bdefc0606579d216fbcb1b4ae69cd0d2b7d043e6
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 21 14:32:47 2015 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Mon Dec 21 14:32:47 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdefc060
media-sound/spek: Whitespace
media-sound/spek/spek-0.8.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/spek/spek-0.8.3-r1.ebuild b/media-sound/spek/spek-0.8.3-r1.ebuild
index e618109..8a90995 100644
--- a/media-sound/spek/spek-0.8.3-r1.ebuild
+++ b/media-sound/spek/spek-0.8.3-r1.ebuild
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
src_prepare() {
need-wxwidgets unicode
-
+
if [ $(gcc-major-version) -lt "4" ] ; then
die "You need to activate at least gcc:4.7"
fi
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/spek/
@ 2016-11-25 18:57 Pacho Ramos
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2016-11-25 18:57 UTC (permalink / raw
To: gentoo-commits
commit: 32efd7c8833934f06bad431e5f4b4d08ead898d2
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 18:48:17 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 18:56:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32efd7c8
media-sound/spek: Drop old
Package-Manager: portage-2.3.2
media-sound/spek/spek-0.8.3.ebuild | 41 --------------------------------------
1 file changed, 41 deletions(-)
diff --git a/media-sound/spek/spek-0.8.3.ebuild b/media-sound/spek/spek-0.8.3.ebuild
deleted file mode 100644
index 0a96bf6..00000000
--- a/media-sound/spek/spek-0.8.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-WX_GTK_VER="2.8"
-
-inherit autotools eutils toolchain-funcs wxwidgets
-
-DESCRIPTION="Analyse your audio files by showing their spectrogram"
-HOMEPAGE="http://www.spek-project.org/"
-SRC_URI="https://github.com/alexkay/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="virtual/ffmpeg
- x11-libs/wxGTK:2.8[X]"
-
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- >=sys-devel/gcc-4.7
- sys-devel/gettext"
-
-src_prepare() {
- if [ $(gcc-major-version) -lt "4" ] ; then
- die "You need to activate at least gcc:4.7"
- fi
- if [ $(gcc-major-version) -eq "4" -a $(gcc-minor-version) -lt "7" ] ; then
- die "You need to activate at least gcc:4.7"
- fi
-
- epatch \
- "${FILESDIR}"/${PN}-0.8.1-disable-updates.patch \
- "${FILESDIR}"/${P}-replace-gnu+11-with-c++11.patch \
- "${FILESDIR}"/${P}-stdlib.patch
- eautoreconf
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/spek/
@ 2020-04-26 9:21 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2020-04-26 9:21 UTC (permalink / raw
To: gentoo-commits
commit: b94d2654ea5b637e80b472390f3135f7c3a6be17
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 09:19:37 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 09:19:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94d2654
media-sound/spek: migrate from libav
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
media-sound/spek/spek-0.8.3-r1.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/media-sound/spek/spek-0.8.3-r1.ebuild b/media-sound/spek/spek-0.8.3-r1.ebuild
index 8c09e95c556..4c60f5cbe8a 100644
--- a/media-sound/spek/spek-0.8.3-r1.ebuild
+++ b/media-sound/spek/spek-0.8.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,11 +13,9 @@ SRC_URI="https://github.com/alexkay/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="libav"
RDEPEND="
- libav? ( media-video/libav:= )
- !libav? ( media-video/ffmpeg:0= )
+ media-video/ffmpeg:0=
x11-libs/wxGTK:${WX_GTK_VER}[X]
"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/spek/
@ 2020-11-14 15:06 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2020-11-14 15:06 UTC (permalink / raw
To: gentoo-commits
commit: 0f8fa514c47beb36b6e298e43e211c36707a872a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 14 15:04:29 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 15:04:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8fa514
media-sound/spek: Port to EAPI 7
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-sound/spek/spek-0.8.3-r1.ebuild | 44 +++++++++++++++++------------------
1 file changed, 21 insertions(+), 23 deletions(-)
diff --git a/media-sound/spek/spek-0.8.3-r1.ebuild b/media-sound/spek/spek-0.8.3-r1.ebuild
index 4c60f5cbe8a..9d23701aec3 100644
--- a/media-sound/spek/spek-0.8.3-r1.ebuild
+++ b/media-sound/spek/spek-0.8.3-r1.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
+
WX_GTK_VER="3.0"
-inherit autotools eutils toolchain-funcs wxwidgets
+inherit autotools wxwidgets
DESCRIPTION="Analyse your audio files by showing their spectrogram"
HOMEPAGE="http://www.spek-project.org/"
@@ -16,30 +17,27 @@ KEYWORDS="~amd64"
RDEPEND="
media-video/ffmpeg:0=
- x11-libs/wxGTK:${WX_GTK_VER}[X]
-"
-DEPEND="${RDEPEND}
+ x11-libs/wxGTK:${WX_GTK_VER}[X]"
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-util/intltool
- virtual/pkgconfig
- >=sys-devel/gcc-4.7
sys-devel/gettext
-"
+ virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.8.1-disable-updates.patch
+ "${FILESDIR}"/${P}-replace-gnu+11-with-c++11.patch
+ "${FILESDIR}"/${P}-stdlib.patch
+ "${FILESDIR}"/${P}-ffmpeg3.patch
+ "${FILESDIR}"/${P}-ffmpeg3-1.patch
+)
src_prepare() {
- need-wxwidgets unicode
-
- if [ $(gcc-major-version) -lt "4" ] ; then
- die "You need to activate at least gcc:4.7"
- fi
- if [ $(gcc-major-version) -eq "4" -a $(gcc-minor-version) -lt "7" ] ; then
- die "You need to activate at least gcc:4.7"
- fi
-
- epatch \
- "${FILESDIR}"/${PN}-0.8.1-disable-updates.patch \
- "${FILESDIR}"/${P}-replace-gnu+11-with-c++11.patch \
- "${FILESDIR}"/${P}-stdlib.patch \
- "${FILESDIR}"/${P}-ffmpeg3.patch \
- "${FILESDIR}"/${P}-ffmpeg3-1.patch
+ default
eautoreconf
}
+
+src_configure() {
+ setup-wxwidgets unicode
+ default
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/spek/
@ 2020-11-14 21:48 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2020-11-14 21:48 UTC (permalink / raw
To: gentoo-commits
commit: 7d88fc55705184ebfbbbe2b90d2ba691c628958a
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Nov 14 21:47:17 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 21:47:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d88fc55
media-sound/spek: update desktop mimeinfo cache
Closes: https://bugs.gentoo.org/751703
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-sound/spek/spek-0.8.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/spek/spek-0.8.3-r1.ebuild b/media-sound/spek/spek-0.8.3-r1.ebuild
index 9d23701aec3..7a4eb6af0e7 100644
--- a/media-sound/spek/spek-0.8.3-r1.ebuild
+++ b/media-sound/spek/spek-0.8.3-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
WX_GTK_VER="3.0"
-inherit autotools wxwidgets
+inherit autotools wxwidgets xdg
DESCRIPTION="Analyse your audio files by showing their spectrogram"
HOMEPAGE="http://www.spek-project.org/"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/spek/
@ 2022-09-02 1:51 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-09-02 1:51 UTC (permalink / raw
To: gentoo-commits
commit: a9fc672db83c191219d747279f82582ac8b8f337
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 2 01:13:46 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 2 01:31:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9fc672d
media-sound/spek: update HOMEPAGE
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/spek/spek-0.8.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/spek/spek-0.8.4.ebuild b/media-sound/spek/spek-0.8.4.ebuild
index dbfa6ab4d593..437ebc2afb97 100644
--- a/media-sound/spek/spek-0.8.4.ebuild
+++ b/media-sound/spek/spek-0.8.4.ebuild
@@ -8,7 +8,7 @@ WX_GTK_VER="3.0-gtk3"
inherit wxwidgets xdg
DESCRIPTION="Analyse your audio files by showing their spectrogram"
-HOMEPAGE="http://www.spek-project.org/"
+HOMEPAGE="http://spek.cc/"
SRC_URI="https://github.com/alexkay/spek/releases/download/v${PV}/${P}.tar.xz"
LICENSE="GPL-3"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/spek/
@ 2024-07-05 17:49 Pacho Ramos
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2024-07-05 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 0bfabba2cd0b4ffdcfa12ad292ad767e1fca1c16
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 5 17:27:05 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jul 5 17:48:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bfabba2
media-sound/spek: drop 0.8.5
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
media-sound/spek/spek-0.8.5.ebuild | 35 -----------------------------------
1 file changed, 35 deletions(-)
diff --git a/media-sound/spek/spek-0.8.5.ebuild b/media-sound/spek/spek-0.8.5.ebuild
deleted file mode 100644
index dc8f88f83699..000000000000
--- a/media-sound/spek/spek-0.8.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.0-gtk3"
-
-inherit wxwidgets xdg
-
-DESCRIPTION="Analyse your audio files by showing their spectrogram"
-HOMEPAGE="https://spek.cc/"
-SRC_URI="https://github.com/alexkay/spek/releases/download/v${PV}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=media-video/ffmpeg-5:=
- x11-libs/wxGTK:${WX_GTK_VER}[X]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.8.4-disable-updates.patch
-)
-
-src_configure() {
- setup-wxwidgets unicode
- default
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-07-05 17:49 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-14 15:06 [gentoo-commits] repo/gentoo:master commit in: media-sound/spek/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2024-07-05 17:49 Pacho Ramos
2022-09-02 1:51 Sam James
2020-11-14 21:48 David Seifert
2020-04-26 9:21 Mikle Kolyada
2016-11-25 18:57 Pacho Ramos
2015-12-21 14:33 Patrick Lauer
2015-10-24 9:00 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox