* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2022-12-06 0:17 Sebastian Pipping
0 siblings, 0 replies; 22+ messages in thread
From: Sebastian Pipping @ 2022-12-06 0:17 UTC (permalink / raw
To: gentoo-commits
commit: 577e8bde7cef90e98d5fcdca120abd09318fc9da
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 23:57:42 2022 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Dec 6 00:15:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577e8bde
media-libs/libvisual: 0.4.1 + EAPI 8
Closes: https://bugs.gentoo.org/859922
Closes: https://bugs.gentoo.org/871015
Closes: https://bugs.gentoo.org/882811
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
media-libs/libvisual/Manifest | 1 +
media-libs/libvisual/libvisual-0.4.1.ebuild | 50 +++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/media-libs/libvisual/Manifest b/media-libs/libvisual/Manifest
index d58a2c0f129b..a4726a135150 100644
--- a/media-libs/libvisual/Manifest
+++ b/media-libs/libvisual/Manifest
@@ -1 +1,2 @@
DIST libvisual-0.4.0.tar.bz2 430496 BLAKE2B 068b06ca90dc6b80f5f4bb748962906314341639b26792aa370e834ba1053f3eacdf330c2f59cc6d809b689e50349079b5c6e2331fc1b4594e75decae4b90d3a SHA512 9157f4bcb8b3ba88dea3620ca6dfefdb06322fd46dd16ba893336513e0f27caad22a93639ceb42349faa9b168f0e5f2b202c9b2b5abcfa2f58554a7515941bf4
+DIST libvisual-0.4.1.tar.bz2 560877 BLAKE2B 5429493424cbf7d5d6e17ef6a5219ffb5491a6e0f7ea9d9563021beabfdc22aead0d80924c17904b96cc645ef0dc737fa61680abf152b421ca5f4ac834fc6a19 SHA512 a1417a54d4f0566121db5d08770e7f41559ef7f3704d0da74f1dc316c6b7f16197d843a96382b4122d01251764ccb6ed240fd4e99abc7b0f440c9f43afa9506a
diff --git a/media-libs/libvisual/libvisual-0.4.1.ebuild b/media-libs/libvisual/libvisual-0.4.1.ebuild
new file mode 100644
index 000000000000..4b7113c909ab
--- /dev/null
+++ b/media-libs/libvisual/libvisual-0.4.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-minimal
+
+DESCRIPTION="Abstraction library between applications and audio visualisation plugins"
+HOMEPAGE="http://libvisual.org/"
+SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0.4"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="debug nls threads"
+
+BDEPEND="
+ virtual/pkgconfig
+ nls? ( sys-devel/gettext )"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.4.0-better-altivec-detection.patch
+)
+
+MULTILIB_WRAPPED_HEADERS=(
+ /usr/include/libvisual-0.4/libvisual/lvconfig.h
+)
+
+src_prepare() {
+ default
+
+ # autogenerated, causes problems for out of tree builds
+ rm libvisual/lvconfig.h || die
+}
+
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" econf \
+ --disable-static \
+ --disable-examples \
+ $(use_enable nls) \
+ $(use_enable threads) \
+ $(use_enable debug)
+}
+
+multilib_src_install_all() {
+ einstalldocs
+
+ # no static archives
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2024-09-02 1:27 Eli Schwartz
0 siblings, 0 replies; 22+ messages in thread
From: Eli Schwartz @ 2024-09-02 1:27 UTC (permalink / raw
To: gentoo-commits
commit: 6d9d3c27a7f7709bba568f8fae99b64f3eedd466
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 2 01:11:01 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Sep 2 01:26:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9d3c27
media-libs/libvisual: make sure elibtoolize is applied
Needed to e.g. pass LTO warning flags through to the linker.
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
media-libs/libvisual/libvisual-0.4.2-r1.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/media-libs/libvisual/libvisual-0.4.2-r1.ebuild b/media-libs/libvisual/libvisual-0.4.2-r1.ebuild
index 0403b84fa57f..57c866f65947 100644
--- a/media-libs/libvisual/libvisual-0.4.2-r1.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit multilib-minimal optfeature
+inherit libtool multilib-minimal optfeature
DESCRIPTION="Abstraction library between applications and audio visualisation plugins"
HOMEPAGE="http://libvisual.org/"
@@ -24,6 +24,11 @@ MULTILIB_WRAPPED_HEADERS=(
/usr/include/libvisual-0.4/libvisual/lvconfig.h
)
+src_prepare() {
+ default
+ elibtoolize
+}
+
multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
--disable-static \
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2023-04-29 8:48 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2023-04-29 8:48 UTC (permalink / raw
To: gentoo-commits
commit: 88c7bc86f3a571613d56f0dc8238f368cd693241
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Apr 28 12:24:27 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 08:47:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c7bc86
media-libs/libvisual: stable 0.4.2-r1 for sparc, bug #904554
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libvisual/libvisual-0.4.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libvisual/libvisual-0.4.2-r1.ebuild b/media-libs/libvisual/libvisual-0.4.2-r1.ebuild
index 6102eb3acd91..0403b84fa57f 100644
--- a/media-libs/libvisual/libvisual-0.4.2-r1.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
IUSE="debug nls threads"
BDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2023-04-19 14:13 Pacho Ramos
0 siblings, 0 replies; 22+ messages in thread
From: Pacho Ramos @ 2023-04-19 14:13 UTC (permalink / raw
To: gentoo-commits
commit: 5a886452b40d9ece35490202fb751620127a8b51
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 14:11:47 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 14:13:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a886452
media-libs/libvisual: Fix DEPEND
multilib libvisual needs multilib libsdl, otherwise configure doesn't even pass
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../libvisual/{libvisual-0.4.2.ebuild => libvisual-0.4.2-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libvisual/libvisual-0.4.2.ebuild b/media-libs/libvisual/libvisual-0.4.2-r1.ebuild
similarity index 96%
rename from media-libs/libvisual/libvisual-0.4.2.ebuild
rename to media-libs/libvisual/libvisual-0.4.2-r1.ebuild
index f90267f65a47..6102eb3acd91 100644
--- a/media-libs/libvisual/libvisual-0.4.2.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.2-r1.ebuild
@@ -17,7 +17,7 @@ IUSE="debug nls threads"
BDEPEND="
virtual/pkgconfig
nls? ( sys-devel/gettext )"
-DEPEND="media-libs/libsdl"
+DEPEND="media-libs/libsdl[${MULTILIB_USEDEP}]"
RDEPEND="${DEPEND}"
MULTILIB_WRAPPED_HEADERS=(
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2023-04-19 9:43 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2023-04-19 9:43 UTC (permalink / raw
To: gentoo-commits
commit: 2d7330890cfb6ac31fcbfc19a0bf836548926704
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 09:40:53 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 09:42:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d733089
media-libs/libvisual: Stabilize 0.4.2 x86, #904554
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libvisual/libvisual-0.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libvisual/libvisual-0.4.2.ebuild b/media-libs/libvisual/libvisual-0.4.2.ebuild
index 1bbbd708465f..f90267f65a47 100644
--- a/media-libs/libvisual/libvisual-0.4.2.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
IUSE="debug nls threads"
BDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2023-04-19 9:11 Arthur Zamarin
0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-04-19 9:11 UTC (permalink / raw
To: gentoo-commits
commit: e033134ca188f493f29c19c69abb66b6e8d27605
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 09:11:44 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 09:11:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e033134c
media-libs/libvisual: Stabilize 0.4.2 amd64, #904554
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libvisual/libvisual-0.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libvisual/libvisual-0.4.2.ebuild b/media-libs/libvisual/libvisual-0.4.2.ebuild
index c0f4445e1b77..1bbbd708465f 100644
--- a/media-libs/libvisual/libvisual-0.4.2.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc ~x86"
IUSE="debug nls threads"
BDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2023-04-19 8:00 Arthur Zamarin
0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-04-19 8:00 UTC (permalink / raw
To: gentoo-commits
commit: 3dcd775b1ec260331b98f55c8456a310df9487f9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 08:00:17 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 08:00:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dcd775b
media-libs/libvisual: Stabilize 0.4.2 ppc, #904554
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libvisual/libvisual-0.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libvisual/libvisual-0.4.2.ebuild b/media-libs/libvisual/libvisual-0.4.2.ebuild
index 7d3ed6385e50..c0f4445e1b77 100644
--- a/media-libs/libvisual/libvisual-0.4.2.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc ~x86"
IUSE="debug nls threads"
BDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2023-04-19 8:00 Arthur Zamarin
0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-04-19 8:00 UTC (permalink / raw
To: gentoo-commits
commit: a5e669c79914425303dd7f510b00bd1854d2afaa
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 08:00:10 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 08:00:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e669c7
media-libs/libvisual: Stabilize 0.4.2 ppc64, #904554
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libvisual/libvisual-0.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libvisual/libvisual-0.4.2.ebuild b/media-libs/libvisual/libvisual-0.4.2.ebuild
index 90e9765ca208..7d3ed6385e50 100644
--- a/media-libs/libvisual/libvisual-0.4.2.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc ~x86"
IUSE="debug nls threads"
BDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2023-04-19 8:00 Arthur Zamarin
0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-04-19 8:00 UTC (permalink / raw
To: gentoo-commits
commit: aad3e3d0e825b9ca47cd8351ca20e96a017d56dc
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 08:00:07 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 08:00:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad3e3d0
media-libs/libvisual: Stabilize 0.4.2 arm, #904554
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libvisual/libvisual-0.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libvisual/libvisual-0.4.2.ebuild b/media-libs/libvisual/libvisual-0.4.2.ebuild
index d79d98ed8917..90e9765ca208 100644
--- a/media-libs/libvisual/libvisual-0.4.2.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="debug nls threads"
BDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2023-03-20 3:58 Sebastian Pipping
0 siblings, 0 replies; 22+ messages in thread
From: Sebastian Pipping @ 2023-03-20 3:58 UTC (permalink / raw
To: gentoo-commits
commit: 5908857f9311b36a24fd812d1a50d5ee6fd0ecc7
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 02:58:08 2023 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 03:57:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5908857f
media-libs/libvisual: 0.4.2 + lv-tool
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
media-libs/libvisual/Manifest | 1 +
media-libs/libvisual/libvisual-0.4.2.ebuild | 48 +++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/media-libs/libvisual/Manifest b/media-libs/libvisual/Manifest
index a9fe47948878..379810644b5f 100644
--- a/media-libs/libvisual/Manifest
+++ b/media-libs/libvisual/Manifest
@@ -1 +1,2 @@
DIST libvisual-0.4.1.tar.bz2 560877 BLAKE2B 5429493424cbf7d5d6e17ef6a5219ffb5491a6e0f7ea9d9563021beabfdc22aead0d80924c17904b96cc645ef0dc737fa61680abf152b421ca5f4ac834fc6a19 SHA512 a1417a54d4f0566121db5d08770e7f41559ef7f3704d0da74f1dc316c6b7f16197d843a96382b4122d01251764ccb6ed240fd4e99abc7b0f440c9f43afa9506a
+DIST libvisual-0.4.2.tar.bz2 563023 BLAKE2B b9480db0f168f6e7b398f773c6bbf4d1dab75dd2b711cc9b0b5fd1fb790e57cdd1e9ed3733fb4f911586b7ebb6e1cb9f3bbe74bfe4e67b9cb95e3e7b2eee950a SHA512 88634c27cd5de149d08141fb68d86a85320513208426f412541ab6aa985069683c17437fd0f49d6dafdd811a516f1f9268a2cf2146a3b55332280d7930f59b55
diff --git a/media-libs/libvisual/libvisual-0.4.2.ebuild b/media-libs/libvisual/libvisual-0.4.2.ebuild
new file mode 100644
index 000000000000..d79d98ed8917
--- /dev/null
+++ b/media-libs/libvisual/libvisual-0.4.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-minimal optfeature
+
+DESCRIPTION="Abstraction library between applications and audio visualisation plugins"
+HOMEPAGE="http://libvisual.org/"
+SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0.4"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="debug nls threads"
+
+BDEPEND="
+ virtual/pkgconfig
+ nls? ( sys-devel/gettext )"
+DEPEND="media-libs/libsdl"
+RDEPEND="${DEPEND}"
+
+MULTILIB_WRAPPED_HEADERS=(
+ /usr/include/libvisual-0.4/libvisual/lvconfig.h
+)
+
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" econf \
+ --disable-static \
+ --enable-lv-tool \
+ --disable-examples \
+ $(use_enable nls) \
+ $(use_enable threads) \
+ $(use_enable debug)
+}
+
+multilib_src_install_all() {
+ einstalldocs
+
+ # no static archives
+ find "${ED}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+ optfeature_header "Libvisual relies on plugins; consider also installing:"
+ optfeature operability media-plugins/libvisual-plugins
+ optfeature projectm media-plugins/libvisual-projectm
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2023-01-22 19:04 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2023-01-22 19:04 UTC (permalink / raw
To: gentoo-commits
commit: 3b565ab7c0190fc6eb77e94287237e84b06ae6d3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 19:03:43 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 19:03:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b565ab7
media-libs/libvisual: Stabilize 0.4.1 amd64, #891659
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libvisual/libvisual-0.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libvisual/libvisual-0.4.1.ebuild b/media-libs/libvisual/libvisual-0.4.1.ebuild
index 5dc156c90819..26c0ffd937ff 100644
--- a/media-libs/libvisual/libvisual-0.4.1.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc ~x86"
IUSE="debug nls threads"
BDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2023-01-22 19:04 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2023-01-22 19:04 UTC (permalink / raw
To: gentoo-commits
commit: b84d21adbd7e7859af8731f729c45bf7eb39a659
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 19:03:46 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 19:03:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b84d21ad
media-libs/libvisual: Stabilize 0.4.1 x86, #891659
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libvisual/libvisual-0.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libvisual/libvisual-0.4.1.ebuild b/media-libs/libvisual/libvisual-0.4.1.ebuild
index 26c0ffd937ff..7141be8cd2f4 100644
--- a/media-libs/libvisual/libvisual-0.4.1.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
IUSE="debug nls threads"
BDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2023-01-22 17:52 Arthur Zamarin
0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-01-22 17:52 UTC (permalink / raw
To: gentoo-commits
commit: 6adaf69e021f10c61a059a1bd3078548e980d35c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 17:52:12 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 17:52:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6adaf69e
media-libs/libvisual: Stabilize 0.4.1 arm, #891659
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libvisual/libvisual-0.4.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libvisual/libvisual-0.4.1.ebuild b/media-libs/libvisual/libvisual-0.4.1.ebuild
index ba2b0894ef5a..0de4a0f22595 100644
--- a/media-libs/libvisual/libvisual-0.4.1.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="debug nls threads"
BDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2023-01-22 17:52 Arthur Zamarin
0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-01-22 17:52 UTC (permalink / raw
To: gentoo-commits
commit: 7cc12830967a9ee33d166804e22c861b55598112
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 17:52:15 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 17:52:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc12830
media-libs/libvisual: Stabilize 0.4.1 ppc, #891659
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libvisual/libvisual-0.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libvisual/libvisual-0.4.1.ebuild b/media-libs/libvisual/libvisual-0.4.1.ebuild
index 82f00ec9b737..dbf4fa562088 100644
--- a/media-libs/libvisual/libvisual-0.4.1.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc ~x86"
IUSE="debug nls threads"
BDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2023-01-22 17:52 Arthur Zamarin
0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-01-22 17:52 UTC (permalink / raw
To: gentoo-commits
commit: 6e7e1adb48f72ccded0d3171d2201ab48f173e24
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 17:52:13 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 17:52:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7e1adb
media-libs/libvisual: Stabilize 0.4.1 ppc64, #891659
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libvisual/libvisual-0.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libvisual/libvisual-0.4.1.ebuild b/media-libs/libvisual/libvisual-0.4.1.ebuild
index 0de4a0f22595..82f00ec9b737 100644
--- a/media-libs/libvisual/libvisual-0.4.1.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc ~x86"
IUSE="debug nls threads"
BDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2023-01-22 17:52 Arthur Zamarin
0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-01-22 17:52 UTC (permalink / raw
To: gentoo-commits
commit: 62d78cff755e328a82ae3842d687ac9c7bbc38ee
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 17:52:16 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 17:52:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d78cff
media-libs/libvisual: Stabilize 0.4.1 sparc, #891659
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libvisual/libvisual-0.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libvisual/libvisual-0.4.1.ebuild b/media-libs/libvisual/libvisual-0.4.1.ebuild
index dbf4fa562088..5dc156c90819 100644
--- a/media-libs/libvisual/libvisual-0.4.1.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc ~x86"
IUSE="debug nls threads"
BDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2022-12-06 16:01 Sebastian Pipping
0 siblings, 0 replies; 22+ messages in thread
From: Sebastian Pipping @ 2022-12-06 16:01 UTC (permalink / raw
To: gentoo-commits
commit: a3afc8c19610754b546ace3bac7fe82704da790d
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 6 15:59:43 2022 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Dec 6 16:00:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3afc8c1
media-libs/libvisual: WhitespaceFound + MissingRemoteId
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
media-libs/libvisual/libvisual-0.4.1.ebuild | 2 +-
media-libs/libvisual/metadata.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-libs/libvisual/libvisual-0.4.1.ebuild b/media-libs/libvisual/libvisual-0.4.1.ebuild
index 4b7113c909ab..ba2b0894ef5a 100644
--- a/media-libs/libvisual/libvisual-0.4.1.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.1.ebuild
@@ -36,7 +36,7 @@ src_prepare() {
multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
--disable-static \
- --disable-examples \
+ --disable-examples \
$(use_enable nls) \
$(use_enable threads) \
$(use_enable debug)
diff --git a/media-libs/libvisual/metadata.xml b/media-libs/libvisual/metadata.xml
index f9b33895bd45..0df6ad62c155 100644
--- a/media-libs/libvisual/metadata.xml
+++ b/media-libs/libvisual/metadata.xml
@@ -10,6 +10,7 @@
<name>Gentoo Sound project</name>
</maintainer>
<upstream>
+ <remote-id type="github">Libvisual/libvisual</remote-id>
<remote-id type="sourceforge">libvisual</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2022-11-20 18:13 Sebastian Pipping
0 siblings, 0 replies; 22+ messages in thread
From: Sebastian Pipping @ 2022-11-20 18:13 UTC (permalink / raw
To: gentoo-commits
commit: e65c26d5d8d6c94f92a5589f3328a7ee702626f7
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 18:11:51 2022 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 18:13:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65c26d5
media-libs/libvisual: Add sping as a maintainer
Bug: https://bugs.gentoo.org/840514
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
media-libs/libvisual/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/media-libs/libvisual/metadata.xml b/media-libs/libvisual/metadata.xml
index bc43f69d4de7..f9b33895bd45 100644
--- a/media-libs/libvisual/metadata.xml
+++ b/media-libs/libvisual/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
<maintainer type="project">
<email>sound@gentoo.org</email>
<name>Gentoo Sound project</name>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2022-10-23 10:55 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-10-23 10:55 UTC (permalink / raw
To: gentoo-commits
commit: aa166d2ca24912ae3eb1102529823b3d662a72b2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 06:04:06 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 10:55:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa166d2c
media-libs/libvisual: switch to bz2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libvisual/Manifest | 2 +-
.../{libvisual-0.4.0-r3.ebuild => libvisual-0.4.0-r4.ebuild} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-libs/libvisual/Manifest b/media-libs/libvisual/Manifest
index 7680187e49f3..d58a2c0f129b 100644
--- a/media-libs/libvisual/Manifest
+++ b/media-libs/libvisual/Manifest
@@ -1 +1 @@
-DIST libvisual-0.4.0.tar.gz 583386 BLAKE2B 277348dacae1382da7e9212f7338a9cbc8aa867637d7db10ee22551c5e33b2d09870e94437958379245acf609dd70d3fa85f9ac14b40413424a7a14ca09e7360 SHA512 ab2286de30d33582a92f16e46436fcbc44b74649952df6e94d96aedc2cabb18d3361496c0b8ab6f52f7178214bf735673c8f1820c3d149304787ba8407201b95
+DIST libvisual-0.4.0.tar.bz2 430496 BLAKE2B 068b06ca90dc6b80f5f4bb748962906314341639b26792aa370e834ba1053f3eacdf330c2f59cc6d809b689e50349079b5c6e2331fc1b4594e75decae4b90d3a SHA512 9157f4bcb8b3ba88dea3620ca6dfefdb06322fd46dd16ba893336513e0f27caad22a93639ceb42349faa9b168f0e5f2b202c9b2b5abcfa2f58554a7515941bf4
diff --git a/media-libs/libvisual/libvisual-0.4.0-r3.ebuild b/media-libs/libvisual/libvisual-0.4.0-r4.ebuild
similarity index 93%
rename from media-libs/libvisual/libvisual-0.4.0-r3.ebuild
rename to media-libs/libvisual/libvisual-0.4.0-r4.ebuild
index 567879e23e06..374efaea922d 100644
--- a/media-libs/libvisual/libvisual-0.4.0-r3.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,7 +7,7 @@ inherit autotools multilib-minimal
DESCRIPTION="Abstraction library between applications and audio visualisation plugins"
HOMEPAGE="http://libvisual.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0.4"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2021-08-10 12:43 Marek Szuba
0 siblings, 0 replies; 22+ messages in thread
From: Marek Szuba @ 2021-08-10 12:43 UTC (permalink / raw
To: gentoo-commits
commit: f7660938413c456e89e88881681070e43c1fa136
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 10 11:23:46 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 12:43:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7660938
media-libs/libvisual: keyword 0.4.0-r3 for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
media-libs/libvisual/libvisual-0.4.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libvisual/libvisual-0.4.0-r3.ebuild b/media-libs/libvisual/libvisual-0.4.0-r3.ebuild
index f6880e33b6c..567879e23e0 100644
--- a/media-libs/libvisual/libvisual-0.4.0-r3.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.0-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
IUSE="debug nls threads"
BDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2020-08-01 9:27 Miroslav Šulc
0 siblings, 0 replies; 22+ messages in thread
From: Miroslav Šulc @ 2020-08-01 9:27 UTC (permalink / raw
To: gentoo-commits
commit: dc37a4932e7564b836f8c8713bd3809d7383e863
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 1 09:26:33 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 09:26:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc37a493
media-libs/libvisual: updated homepage
Closes: https://bugs.gentoo.org/616372
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/libvisual/libvisual-0.4.0-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libvisual/libvisual-0.4.0-r3.ebuild b/media-libs/libvisual/libvisual-0.4.0-r3.ebuild
index cad7f9764d7..bc2a53c276a 100644
--- a/media-libs/libvisual/libvisual-0.4.0-r3.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,7 +9,7 @@ AUTOTOOLS_AUTORECONF=1
inherit autotools-multilib
DESCRIPTION="Libvisual is an abstraction library that comes between applications and audio visualisation plugins"
-HOMEPAGE="http://libvisual.sourceforge.net"
+HOMEPAGE="http://libvisual.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/
@ 2017-06-30 6:02 Alexis Ballier
0 siblings, 0 replies; 22+ messages in thread
From: Alexis Ballier @ 2017-06-30 6:02 UTC (permalink / raw
To: gentoo-commits
commit: 1106902f4292a11ae3f36d153d24abef25b91c0c
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 06:01:07 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 06:02:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1106902f
media-libs/libvisual: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-libs/libvisual/libvisual-0.4.0-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libvisual/libvisual-0.4.0-r3.ebuild b/media-libs/libvisual/libvisual-0.4.0-r3.ebuild
index 4c0de732fcc..d56d2ace6d3 100644
--- a/media-libs/libvisual/libvisual-0.4.0-r3.ebuild
+++ b/media-libs/libvisual/libvisual-0.4.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="debug nls static-libs threads"
RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r9
^ permalink raw reply related [flat|nested] 22+ messages in thread
end of thread, other threads:[~2024-09-02 1:27 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-06 0:17 [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/ Sebastian Pipping
-- strict thread matches above, loose matches on Subject: below --
2024-09-02 1:27 Eli Schwartz
2023-04-29 8:48 Sam James
2023-04-19 14:13 Pacho Ramos
2023-04-19 9:43 Sam James
2023-04-19 9:11 Arthur Zamarin
2023-04-19 8:00 Arthur Zamarin
2023-04-19 8:00 Arthur Zamarin
2023-04-19 8:00 Arthur Zamarin
2023-03-20 3:58 Sebastian Pipping
2023-01-22 19:04 Sam James
2023-01-22 19:04 Sam James
2023-01-22 17:52 Arthur Zamarin
2023-01-22 17:52 Arthur Zamarin
2023-01-22 17:52 Arthur Zamarin
2023-01-22 17:52 Arthur Zamarin
2022-12-06 16:01 Sebastian Pipping
2022-11-20 18:13 Sebastian Pipping
2022-10-23 10:55 Sam James
2021-08-10 12:43 Marek Szuba
2020-08-01 9:27 Miroslav Šulc
2017-06-30 6:02 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox