* [gentoo-commits] repo/gentoo:master commit in: media-sound/synaesthesia/
@ 2018-05-27 0:15 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-05-27 0:15 UTC (permalink / raw
To: gentoo-commits
commit: 797f04453350417ed3e86517c7f28feb9698ff6a
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 23:38:51 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 00:15:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797f0445
media-sound/synaesthesia: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-sound/synaesthesia/synaesthesia-2.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/synaesthesia/synaesthesia-2.4.ebuild b/media-sound/synaesthesia/synaesthesia-2.4.ebuild
index ade33b06d5b..f29bbe7232c 100644
--- a/media-sound/synaesthesia/synaesthesia-2.4.ebuild
+++ b/media-sound/synaesthesia/synaesthesia-2.4.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
+EAPI=6
DESCRIPTION="a nice graphical accompaniment to music"
HOMEPAGE="http://www.logarithmic.net/pfh/synaesthesia"
@@ -27,5 +27,5 @@ src_prepare() {
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README
+ default
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/synaesthesia/
@ 2018-05-27 18:23 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-05-27 18:23 UTC (permalink / raw
To: gentoo-commits
commit: 6f1e879c8f5bc01ed64f139b075f4d4b282750c6
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:45:13 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1e879c
media-sound/synaesthesia: nix src_install()
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-sound/synaesthesia/synaesthesia-2.4.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/media-sound/synaesthesia/synaesthesia-2.4.ebuild b/media-sound/synaesthesia/synaesthesia-2.4.ebuild
index f29bbe7232c..e431ff39007 100644
--- a/media-sound/synaesthesia/synaesthesia-2.4.ebuild
+++ b/media-sound/synaesthesia/synaesthesia-2.4.ebuild
@@ -20,12 +20,8 @@ DEPEND="${RDEPEND}
x11-base/xorg-proto"
src_prepare() {
+ default
sed -e '/CFLAGS=/s:-O4:${CFLAGS}:' \
-e '/CXXFLAGS=/s:-O4:${CXXFLAGS}:' -i configure || die "sed failed"
sed -e 's:void inline:inline void:' -i syna.h || die "sed failed"
}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- default
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/synaesthesia/
@ 2023-09-20 7:17 Joonas Niilola
0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2023-09-20 7:17 UTC (permalink / raw
To: gentoo-commits
commit: 7285c4d827236b968f90a0c5cbba2a5421a56996
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 20 07:17:10 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Sep 20 07:17:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7285c4d8
media-sound/synaesthesia: update DESCRIPTION, HOMEPAGE, SRC_URI
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild b/media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild
index 3d9284eac3d3..2d4f83edc53c 100644
--- a/media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild
+++ b/media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild
@@ -3,20 +3,18 @@
EAPI=8
-DESCRIPTION="a nice graphical accompaniment to music"
-HOMEPAGE="http://www.logarithmic.net/pfh/synaesthesia"
-SRC_URI="http://www.logarithmic.net/pfh-files/${PN}/${P}.tar.gz"
+DESCRIPTION="Nice graphical accompaniment to music"
+HOMEPAGE="https://www.logarithmic.net/pfh/synaesthesia"
+SRC_URI="https://www.logarithmic.net/pfh-files/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="sdl svga"
RDEPEND="
- x11-libs/libXext
- x11-libs/libSM
- sdl? ( >=media-libs/libsdl-1.2 )
- svga? ( >=media-libs/svgalib-1.4.3 )"
+ x11-libs/libX11
+ || ( media-libs/libsdl
+ media-libs/svgalib )"
DEPEND="${RDEPEND}
x11-base/xorg-proto"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/synaesthesia/
@ 2023-10-20 11:48 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-10-20 11:48 UTC (permalink / raw
To: gentoo-commits
commit: 9c78b8d8168e46e188034b07c93e8bbaf35e8795
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 11:48:28 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 11:48:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c78b8d8
media-sound/synaesthesia: Stabilize 2.4-r2 x86, #916041
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild b/media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild
index 80c37f6911ca..fdad46d677d1 100644
--- a/media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild
+++ b/media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.logarithmic.net/pfh-files/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/synaesthesia/
@ 2023-10-20 11:48 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-10-20 11:48 UTC (permalink / raw
To: gentoo-commits
commit: d9e58e34bce8024681efaea2957f672ddced987e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 11:48:28 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 11:48:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e58e34
media-sound/synaesthesia: Stabilize 2.4-r2 amd64, #916041
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild b/media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild
index 2d4f83edc53c..80c37f6911ca 100644
--- a/media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild
+++ b/media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.logarithmic.net/pfh-files/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/synaesthesia/
@ 2023-10-21 7:46 Miroslav Šulc
0 siblings, 0 replies; 6+ messages in thread
From: Miroslav Šulc @ 2023-10-21 7:46 UTC (permalink / raw
To: gentoo-commits
commit: c2f298cfba0382ce0e8dd88c28f049b7cbcf3159
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 07:45:46 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 07:45:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f298cf
media-sound/synaesthesia: dropped obsolete 2.4-r1
Bug: https://bugs.gentoo.org/916041
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
.../synaesthesia/synaesthesia-2.4-r1.ebuild | 26 ----------------------
1 file changed, 26 deletions(-)
diff --git a/media-sound/synaesthesia/synaesthesia-2.4-r1.ebuild b/media-sound/synaesthesia/synaesthesia-2.4-r1.ebuild
deleted file mode 100644
index 57f8faec27b7..000000000000
--- a/media-sound/synaesthesia/synaesthesia-2.4-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="a nice graphical accompaniment to music"
-HOMEPAGE="http://www.logarithmic.net/pfh/synaesthesia"
-SRC_URI="http://www.logarithmic.net/pfh-files/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="sdl svga"
-
-RDEPEND="
- x11-libs/libXext
- x11-libs/libSM
- sdl? ( >=media-libs/libsdl-1.2 )
- svga? ( >=media-libs/svgalib-1.4.3 )"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-PATCHES=(
- "${FILESDIR}"/${P}-respect-flags.patch
- "${FILESDIR}"/${P}-inline-keyword.patch
-)
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-10-21 7:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-21 7:46 [gentoo-commits] repo/gentoo:master commit in: media-sound/synaesthesia/ Miroslav Šulc
-- strict thread matches above, loose matches on Subject: below --
2023-10-20 11:48 Sam James
2023-10-20 11:48 Sam James
2023-09-20 7:17 Joonas Niilola
2018-05-27 18:23 Aaron Bauman
2018-05-27 0:15 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox