* [gentoo-commits] repo/gentoo:master commit in: media-gfx/arss/
@ 2016-06-09 13:40 Michael Palimaka
0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2016-06-09 13:40 UTC (permalink / raw
To: gentoo-commits
commit: 3b79e88dc7e4bcffb4d7f841635ec09c1d0dca85
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 9 13:38:05 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 13:40:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b79e88d
media-gfx/arss: revision bump
* Migrate to EAPI 6
* Improve LICENSE
* Fix sci-libs/fftw dependency
Gentoo-bug: 583872
Package-Manager: portage-2.3.0_rc1
| 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
--git a/media-gfx/arss/arss-0.2.3-r1.ebuild b/media-gfx/arss/arss-0.2.3-r1.ebuild
new file mode 100644
index 0000000..27d08a2
--- /dev/null
+++ b/media-gfx/arss/arss-0.2.3-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+CMAKE_IN_SOURCE_BUILD="true"
+MY_P=${P}-src
+
+inherit cmake-utils
+
+DESCRIPTION="Analysis & Resynthesis Sound Spectrograph"
+HOMEPAGE="http://arss.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="sci-libs/fftw:3.0="
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}/src
+
+DOCS=( ../AUTHORS ../ChangeLog )
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/arss/
@ 2018-04-08 22:42 Patrice Clement
0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2018-04-08 22:42 UTC (permalink / raw
To: gentoo-commits
commit: 2a461857b58c284ac1032c6070333cec22f8faee
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr 8 16:49:20 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr 8 22:41:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a461857
media-gfx/arss: remove old.
| 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/media-gfx/arss/arss-0.2.3.ebuild b/media-gfx/arss/arss-0.2.3.ebuild
deleted file mode 100644
index 1b79cb1d088..00000000000
--- a/media-gfx/arss/arss-0.2.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CMAKE_IN_SOURCE_BUILD="true"
-MY_P=${P}-src
-
-inherit cmake-utils
-
-DESCRIPTION="Analysis & Resynthesis Sound Spectrograph"
-HOMEPAGE="http://arss.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="sci-libs/fftw"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/src
-
-DOCS=( ../AUTHORS ../ChangeLog )
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/arss/
@ 2023-09-04 21:24 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2023-09-04 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 4efe26a34fa2da1266e45f96e4d9ffc0e980609a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 4 19:14:42 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 4 21:24:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efe26a3
media-gfx/arss: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
--git a/media-gfx/arss/arss-0.2.3-r1.ebuild b/media-gfx/arss/arss-0.2.3-r1.ebuild
index 63a92efd72cf..a194c54b448f 100644
--- a/media-gfx/arss/arss-0.2.3-r1.ebuild
+++ b/media-gfx/arss/arss-0.2.3-r1.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+
CMAKE_IN_SOURCE_BUILD="true"
MY_P="${P}-src"
-
inherit cmake
DESCRIPTION="Analysis & Resynthesis Sound Spectrograph"
-HOMEPAGE="http://arss.sourceforge.net"
+HOMEPAGE="https://arss.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}/src"
LICENSE="GPL-2+"
SLOT="0"
@@ -18,8 +19,6 @@ KEYWORDS="~amd64"
DEPEND="sci-libs/fftw:3.0="
RDEPEND="${DEPEND}"
-S="${WORKDIR}/${MY_P}/src"
-
PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
DOCS=( ../AUTHORS ../ChangeLog )
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/arss/
@ 2024-03-06 3:37 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-03-06 3:37 UTC (permalink / raw
To: gentoo-commits
commit: e886fb559492e6f472ff70aa2794c33e5225c59e
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Tue Mar 5 21:39:55 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 03:36:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e886fb55
media-gfx/arss: mark as LTO-unsafe, strict-aliasing unsafe
Closes: https://bugs.gentoo.org/859604
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
--git a/media-gfx/arss/arss-0.2.3-r1.ebuild b/media-gfx/arss/arss-0.2.3-r1.ebuild
index a194c54b448f..04680a5ffea3 100644
--- a/media-gfx/arss/arss-0.2.3-r1.ebuild
+++ b/media-gfx/arss/arss-0.2.3-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CMAKE_IN_SOURCE_BUILD="true"
MY_P="${P}-src"
-inherit cmake
+inherit cmake flag-o-matic
DESCRIPTION="Analysis & Resynthesis Sound Spectrograph"
HOMEPAGE="https://arss.sourceforge.net"
@@ -22,3 +22,15 @@ RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
DOCS=( ../AUTHORS ../ChangeLog )
+
+src_compile() {
+ # -Werror=strict-aliasing
+ # https://bugs.gentoo.org/859604
+ # Upstream is on sourceforge, inactive since 2009. No bug filed.
+ #
+ # Do not trust it for LTO either.
+ append-flags -fno-strict-aliasing
+ filter-lto
+
+ default
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/arss/
@ 2024-03-17 5:34 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-03-17 5:34 UTC (permalink / raw
To: gentoo-commits
commit: 5ccfe32874dab1d3531dc007f8695ada8c738888
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Mar 17 02:56:14 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 05:28:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ccfe328
media-gfx/arss: fix LTO properly this time
Unsure what happened to me but this logic did not work as the wrong
phase was modified.
Fixes: e886fb559492e6f472ff70aa2794c33e5225c59e
Bug: https://bugs.gentoo.org/859604
Closes: https://bugs.gentoo.org/926752
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/media-gfx/arss/arss-0.2.3-r1.ebuild b/media-gfx/arss/arss-0.2.3-r1.ebuild
index 04680a5ffea3..4edb3cef494b 100644
--- a/media-gfx/arss/arss-0.2.3-r1.ebuild
+++ b/media-gfx/arss/arss-0.2.3-r1.ebuild
@@ -23,7 +23,7 @@ PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
DOCS=( ../AUTHORS ../ChangeLog )
-src_compile() {
+src_configure() {
# -Werror=strict-aliasing
# https://bugs.gentoo.org/859604
# Upstream is on sourceforge, inactive since 2009. No bug filed.
@@ -32,5 +32,5 @@ src_compile() {
append-flags -fno-strict-aliasing
filter-lto
- default
+ cmake_src_configure
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-03-17 5:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-08 22:42 [gentoo-commits] repo/gentoo:master commit in: media-gfx/arss/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2024-03-17 5:34 Sam James
2024-03-06 3:37 Sam James
2023-09-04 21:24 Andreas Sturmlechner
2016-06-09 13:40 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox