* [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
@ 2021-12-16 7:42 Agostino Sarubbo
0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2021-12-16 7:42 UTC (permalink / raw
To: gentoo-commits
commit: 62378ba6d8e495ddf412693ec1ae4db75cecc085
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 07:42:00 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 07:42:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62378ba6
media-libs/zvbi: ppc64 stable wrt bug #828716
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/zvbi/zvbi-0.2.35-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
index 9bb7172cbd27..352a61af4e48 100644
--- a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
+++ b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/zapping/${PN}/${PV}/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc ~x86"
IUSE="doc dvb nls v4l X"
RDEPEND=">=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}]
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
@ 2025-03-14 8:41 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2025-03-14 8:41 UTC (permalink / raw
To: gentoo-commits
commit: 1210a708317f63ab7bd35a07b6d4327ff6f54cad
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Mon Feb 10 10:42:03 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 14 08:40:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1210a708
media-libs/zvbi: add 0.2.44
project moved to github
use eautoreconf for libtoolize and aclocal
deps : remove zlib
useflags :
add test
add proxy
licenses :
add BSD-2, LGPL-2.1+ and MIT (see COPYING.md)
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
Closes: https://github.com/gentoo/gentoo/pull/40510
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/zvbi/Manifest | 1 +
media-libs/zvbi/metadata.xml | 6 +++-
media-libs/zvbi/zvbi-0.2.44.ebuild | 66 ++++++++++++++++++++++++++++++++++++++
3 files changed, 72 insertions(+), 1 deletion(-)
diff --git a/media-libs/zvbi/Manifest b/media-libs/zvbi/Manifest
index 8a4f4a33460b..126199c52c5a 100644
--- a/media-libs/zvbi/Manifest
+++ b/media-libs/zvbi/Manifest
@@ -1 +1,2 @@
DIST zvbi-0.2.35.tar.bz2 1047761 BLAKE2B 5fa5fec7e39c9adc6590f3f6841a40ca723ffb6a017854f71f92f32232103672a6f48678b244a84f0cad742c378ffdb247fe33e5e3cdb1ee4d737e92f650a548 SHA512 3d73eb0a7d05fdf1e3f8a74cc9d4fcb2a0287285904d59230c832f42b91afb072e96bda7e396ef07f268348061a51242925746db124bbb713cf56bdfabdada5d
+DIST zvbi-0.2.44.tar.gz 942350 BLAKE2B 1e032acb376f29fbf15a63892d44d24e5a49e834bd0503331b8b86ae67934eeb0736e8a8f8ffa054dc0a096cc2ceccf117e2523654b28aacd7639e8500e88e5c SHA512 74b7d44faf42f919ebd3ccb69f8567f56909075d3acf4a3b4dfcbdf85489492f27d8a04173e0010f59706356e4078cd10911945f87e2596de2b897672d1e55cb
diff --git a/media-libs/zvbi/metadata.xml b/media-libs/zvbi/metadata.xml
index 3a6775a70376..ec73fb51d77a 100644
--- a/media-libs/zvbi/metadata.xml
+++ b/media-libs/zvbi/metadata.xml
@@ -2,7 +2,11 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
+ <use>
+ <flag name="proxy">Share V4L and V4L2 VBI devices between multiple applications</flag>
+ </use>
<upstream>
- <remote-id type="sourceforge">zapping</remote-id>
+ <remote-id type="sourceforge">zapping</remote-id><!-- old -->
+ <remote-id type="github">zapping-vbi/zvbi</remote-id>
</upstream>
</pkgmetadata>
diff --git a/media-libs/zvbi/zvbi-0.2.44.ebuild b/media-libs/zvbi/zvbi-0.2.44.ebuild
new file mode 100644
index 000000000000..1457dcbb6b7c
--- /dev/null
+++ b/media-libs/zvbi/zvbi-0.2.44.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="VBI Decoding Library for Zapping"
+HOMEPAGE="https://github.com/zapping-vbi/zvbi/"
+SRC_URI="https://github.com/zapping-vbi/zvbi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+ MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="doc dvb nls proxy test v4l X"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ media-libs/libpng:=[${MULTILIB_USEDEP}]
+ nls? ( virtual/libintl[${MULTILIB_USEDEP}] )
+ X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+ virtual/os-headers
+ X? ( x11-libs/libXt )
+"
+BDEPEND="
+ doc? ( app-text/doxygen )
+ nls? ( sys-devel/gettext )
+"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" econf \
+ $(use_enable dvb) \
+ $(use_enable nls) \
+ $(use_enable proxy) \
+ $(use_enable test tests) \
+ $(use_enable v4l) \
+ $(use_with X x) \
+ $(multilib_native_use_with doc doxygen)
+}
+
+multilib_src_install() {
+ emake DESTDIR="${D}" install
+
+ if multilib_is_native_abi; then
+ if use doc; then
+ local HTML_DOCS=( doc/html/*.{css,gif,html,js,png,svg} )
+ einstalldocs
+ fi
+ fi
+}
+
+multilib_src_install_all() {
+ # examples are not built but used as doc
+ local DOCS=( AUTHORS BUGS ChangeLog NEWS README.md TODO examples )
+ docompress -x /usr/share/doc/${PF}/examples
+ einstalldocs
+
+ find "${ED}" -name '*.la' -delete
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
@ 2023-03-10 6:05 Viorel Munteanu
0 siblings, 0 replies; 16+ messages in thread
From: Viorel Munteanu @ 2023-03-10 6:05 UTC (permalink / raw
To: gentoo-commits
commit: dcf569a000a7174cbffefb4d2d783c9800cf4917
Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Thu Mar 9 22:20:28 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 06:02:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf569a0
media-libs/zvbi: Keyword 0.2.35-r2 mips, #900234
Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
media-libs/zvbi/zvbi-0.2.35-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
index 59fe5b2fd95e..deb18971f8ea 100644
--- a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
+++ b/media-libs/zvbi/zvbi-0.2.35-r2.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="mirror://sourceforge/project/zapping/${PN}/${PV}/${P}.tar.bz2"
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
IUSE="doc dvb nls v4l X"
RDEPEND=">=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}]
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
@ 2022-12-09 6:54 Joonas Niilola
0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2022-12-09 6:54 UTC (permalink / raw
To: gentoo-commits
commit: e50643a837a26deedb95c17102b734e4d4694b32
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Nov 26 16:34:21 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Dec 9 06:53:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50643a8
media-libs/zvbi: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28440
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-libs/zvbi/zvbi-0.2.35-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
index 61d0b752971a..59fe5b2fd95e 100644
--- a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
+++ b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
@@ -6,10 +6,10 @@ EAPI=8
inherit libtool multilib-minimal
DESCRIPTION="VBI Decoding Library for Zapping"
-HOMEPAGE="http://zapping.sourceforge.net"
+HOMEPAGE="https://zapping.sourceforge.net"
SRC_URI="mirror://sourceforge/project/zapping/${PN}/${PV}/${P}.tar.bz2"
-LICENSE="GPL-2 LGPL-2"
+LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
IUSE="doc dvb nls v4l X"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
@ 2021-12-16 18:15 Jakov Smolić
0 siblings, 0 replies; 16+ messages in thread
From: Jakov Smolić @ 2021-12-16 18:15 UTC (permalink / raw
To: gentoo-commits
commit: aa5d32ed9e3ca66ccfc6f64a6443f14461434c48
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 18:14:21 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 18:14:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5d32ed
media-libs/zvbi: Drop EAPI-5 ebuild
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
media-libs/zvbi/zvbi-0.2.35-r1.ebuild | 51 -----------------------------------
1 file changed, 51 deletions(-)
diff --git a/media-libs/zvbi/zvbi-0.2.35-r1.ebuild b/media-libs/zvbi/zvbi-0.2.35-r1.ebuild
deleted file mode 100644
index 7fd82de6ab0e..000000000000
--- a/media-libs/zvbi/zvbi-0.2.35-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit epatch libtool multilib-minimal
-
-DESCRIPTION="VBI Decoding Library for Zapping"
-SRC_URI="mirror://sourceforge/zapping/${P}.tar.bz2"
-HOMEPAGE="http://zapping.sourceforge.net"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
-IUSE="doc dvb nls static-libs v4l X"
-
-RDEPEND=">=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}]
- >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
- nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
- X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
- virtual/os-headers
- doc? ( app-doc/doxygen )
- nls? ( sys-devel/gettext )
- X? ( x11-libs/libXt )"
-
-src_prepare() {
- epatch "${FILESDIR}/tests-gcc7.patch"
- elibtoolize
-}
-
-multilib_src_configure() {
- ECONF_SOURCE="${S}" econf \
- $(use_enable static-libs static) \
- $(use_enable v4l) \
- $(use_enable dvb) \
- $(use_enable nls) \
- $(use_with X x) \
- $(multilib_native_use_with doc doxygen)
-}
-
-multilib_src_install() {
- emake DESTDIR="${D}" install
-
- multilib_is_native_abi && use doc && dohtml -a png,gif,html,css doc/html/*
-}
-
-multilib_src_install_all() {
- dodoc AUTHORS BUGS ChangeLog NEWS README TODO
-
- find "${D}" -name '*.la' -delete
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
@ 2021-12-16 18:06 Jakov Smolić
0 siblings, 0 replies; 16+ messages in thread
From: Jakov Smolić @ 2021-12-16 18:06 UTC (permalink / raw
To: gentoo-commits
commit: d9d6eb96e7d5176b53ab91dee5eec1174e0c3762
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 18:06:24 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 18:06:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d6eb96
media-libs/zvbi: Stabilize 0.2.35-r2 x86, #828716
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
media-libs/zvbi/zvbi-0.2.35-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
index 352a61af4e48..f997d73c6a1e 100644
--- a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
+++ b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/zapping/${PN}/${PV}/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
IUSE="doc dvb nls v4l X"
RDEPEND=">=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}]
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
@ 2021-12-16 7:41 Agostino Sarubbo
0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2021-12-16 7:41 UTC (permalink / raw
To: gentoo-commits
commit: 93068783908aadbb8144cfb6f28ddf38124a6fe2
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 07:41:38 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 07:41:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93068783
media-libs/zvbi: ppc stable wrt bug #828716
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/zvbi/zvbi-0.2.35-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
index edd207e900ca..9bb7172cbd27 100644
--- a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
+++ b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/zapping/${PN}/${PV}/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc ~x86"
IUSE="doc dvb nls v4l X"
RDEPEND=">=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}]
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
@ 2021-12-15 17:36 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2021-12-15 17:36 UTC (permalink / raw
To: gentoo-commits
commit: 207e332ca7ae8820b3813bbbd90ea4e3e4f4469d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 17:36:04 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 17:36:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207e332c
media-libs/zvbi: Stabilize 0.2.35-r2 arm, #828716
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/zvbi/zvbi-0.2.35-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
index 05fac4dc6357..edd207e900ca 100644
--- a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
+++ b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/zapping/${PN}/${PV}/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86"
IUSE="doc dvb nls v4l X"
RDEPEND=">=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}]
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
@ 2021-12-15 17:20 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2021-12-15 17:20 UTC (permalink / raw
To: gentoo-commits
commit: 153ea86d9c26ee6c0c694d8e1b7242f2550d3ec0
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 17:20:08 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 17:20:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153ea86d
media-libs/zvbi: Stabilize 0.2.35-r2 sparc, #828716
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/zvbi/zvbi-0.2.35-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
index 04a2f6e7485e..05fac4dc6357 100644
--- a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
+++ b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/zapping/${PN}/${PV}/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86"
IUSE="doc dvb nls v4l X"
RDEPEND=">=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}]
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
@ 2021-12-15 16:57 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2021-12-15 16:57 UTC (permalink / raw
To: gentoo-commits
commit: 55152dda802a75d2d1aa34c27e3592fa09099687
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 16:56:46 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 16:56:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55152dda
media-libs/zvbi: Stabilize 0.2.35-r2 arm64, #828716
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/zvbi/zvbi-0.2.35-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
index 832e7ddf5949..04a2f6e7485e 100644
--- a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
+++ b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/zapping/${PN}/${PV}/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="doc dvb nls v4l X"
RDEPEND=">=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}]
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
@ 2021-12-15 16:42 Jakov Smolić
0 siblings, 0 replies; 16+ messages in thread
From: Jakov Smolić @ 2021-12-15 16:42 UTC (permalink / raw
To: gentoo-commits
commit: ef01a83da0cc22c8816ce58d4dd39d8104f2cca9
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 16:42:32 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 16:42:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef01a83d
media-libs/zvbi: Stabilize 0.2.35-r2 amd64, #828716
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
media-libs/zvbi/zvbi-0.2.35-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
index 7e283497ec0b..832e7ddf5949 100644
--- a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
+++ b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/zapping/${PN}/${PV}/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="doc dvb nls v4l X"
RDEPEND=">=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}]
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
@ 2021-11-25 14:45 Marek Szuba
0 siblings, 0 replies; 16+ messages in thread
From: Marek Szuba @ 2021-11-25 14:45 UTC (permalink / raw
To: gentoo-commits
commit: 1124a8ddffa62062f9398114a619f312999c4f1b
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 14:40:06 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 14:45:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1124a8dd
media-libs/zvbi: update EAPI 5 -> 8
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
media-libs/zvbi/zvbi-0.2.35-r2.ebuild | 62 +++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
diff --git a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
new file mode 100644
index 000000000000..7e283497ec0b
--- /dev/null
+++ b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit libtool multilib-minimal
+
+DESCRIPTION="VBI Decoding Library for Zapping"
+HOMEPAGE="http://zapping.sourceforge.net"
+SRC_URI="mirror://sourceforge/project/zapping/${PN}/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="doc dvb nls v4l X"
+
+RDEPEND=">=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}]
+ >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+ nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
+ X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+ virtual/os-headers
+ X? ( x11-libs/libXt )"
+BDEPEND="doc? ( app-doc/doxygen )
+ nls? ( sys-devel/gettext )"
+
+PATCHES=(
+ "${FILESDIR}"/tests-gcc7.patch
+)
+
+src_prepare() {
+ default
+ elibtoolize
+}
+
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" econf \
+ $(use_enable v4l) \
+ $(use_enable dvb) \
+ $(use_enable nls) \
+ $(use_with X x) \
+ $(multilib_native_use_with doc doxygen)
+}
+
+multilib_src_install() {
+ emake DESTDIR="${D}" install
+
+ if multilib_is_native_abi; then
+ if use doc; then
+ docinto html
+ dodoc doc/html/*.{png,gif,html,css}
+ fi
+ fi
+}
+
+multilib_src_install_all() {
+ # This may have been left pointing to "html"
+ docinto
+ dodoc AUTHORS BUGS ChangeLog NEWS README TODO
+
+ find "${ED}" -name '*.la' -delete
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
@ 2021-08-21 8:44 Marek Szuba
0 siblings, 0 replies; 16+ messages in thread
From: Marek Szuba @ 2021-08-21 8:44 UTC (permalink / raw
To: gentoo-commits
commit: 3a13f2a6849acd8203ecb1a6f046aaf9ca798437
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 21 01:06:16 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Aug 21 08:43:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a13f2a6
media-libs/zvbi: keyword 0.2.35-r1 for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
media-libs/zvbi/zvbi-0.2.35-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/zvbi/zvbi-0.2.35-r1.ebuild b/media-libs/zvbi/zvbi-0.2.35-r1.ebuild
index 106e0e4ce38..7fd82de6ab0 100644
--- a/media-libs/zvbi/zvbi-0.2.35-r1.ebuild
+++ b/media-libs/zvbi/zvbi-0.2.35-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://zapping.sourceforge.net"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
IUSE="doc dvb nls static-libs v4l X"
RDEPEND=">=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}]
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
@ 2017-06-22 19:12 Alexis Ballier
0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2017-06-22 19:12 UTC (permalink / raw
To: gentoo-commits
commit: 47629bcd377fa7ce6c03bd6768d18cae122afc51
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 19:11:45 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 19:11:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47629bcd
media-libs/zvbi: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-libs/zvbi/zvbi-0.2.35-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/zvbi/zvbi-0.2.35-r1.ebuild b/media-libs/zvbi/zvbi-0.2.35-r1.ebuild
index 02b94b7885b..3f634ef235c 100644
--- a/media-libs/zvbi/zvbi-0.2.35-r1.ebuild
+++ b/media-libs/zvbi/zvbi-0.2.35-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://zapping.sourceforge.net"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc dvb nls static-libs v4l X"
RDEPEND=">=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}]
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
@ 2017-02-02 11:39 Michael Palimaka
0 siblings, 0 replies; 16+ messages in thread
From: Michael Palimaka @ 2017-02-02 11:39 UTC (permalink / raw
To: gentoo-commits
commit: c4443a76d0bfda3dda2ddb60a980d2bdcc5cb5ef
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 2 11:37:05 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Feb 2 11:39:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4443a76
media-libs/zvbi: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/zvbi/zvbi-0.2.35.ebuild | 48 --------------------------------------
1 file changed, 48 deletions(-)
diff --git a/media-libs/zvbi/zvbi-0.2.35.ebuild b/media-libs/zvbi/zvbi-0.2.35.ebuild
deleted file mode 100644
index 679692d..00000000
--- a/media-libs/zvbi/zvbi-0.2.35.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils libtool
-
-DESCRIPTION="VBI Decoding Library for Zapping"
-SRC_URI="mirror://sourceforge/zapping/${P}.tar.bz2"
-HOMEPAGE="http://zapping.sourceforge.net"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc dvb nls static-libs v4l X"
-
-RDEPEND=">=media-libs/libpng-1.4
- sys-libs/zlib
- nls? ( virtual/libintl )
- X? ( x11-libs/libX11 )"
-DEPEND="${RDEPEND}
- virtual/os-headers
- doc? ( app-doc/doxygen )
- nls? ( sys-devel/gettext )
- X? ( x11-libs/libXt )"
-
-src_prepare() {
- elibtoolize
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_enable v4l) \
- $(use_enable dvb) \
- $(use_enable nls) \
- $(use_with X x) \
- $(use_with doc doxygen)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- dodoc AUTHORS BUGS ChangeLog NEWS README TODO
- use doc && dohtml -a png,gif,html,css doc/html/*
-
- find "${D}" -name '*.la' -delete
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/
@ 2017-02-02 11:39 Michael Palimaka
0 siblings, 0 replies; 16+ messages in thread
From: Michael Palimaka @ 2017-02-02 11:39 UTC (permalink / raw
To: gentoo-commits
commit: 59bc7cc2ed454d706c0584463dd5042610c6354f
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 2 11:38:55 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Feb 2 11:39:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59bc7cc2
media-libs/zvbi: pin media-libs/libpng to SLOT 0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/zvbi/zvbi-0.2.35-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/zvbi/zvbi-0.2.35-r1.ebuild b/media-libs/zvbi/zvbi-0.2.35-r1.ebuild
index 0a275cc..c7edcbb 100644
--- a/media-libs/zvbi/zvbi-0.2.35-r1.ebuild
+++ b/media-libs/zvbi/zvbi-0.2.35-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc dvb nls static-libs v4l X"
-RDEPEND=">=media-libs/libpng-1.5.18[${MULTILIB_USEDEP}]
+RDEPEND=">=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}]
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )"
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2025-03-14 8:41 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-16 7:42 [gentoo-commits] repo/gentoo:master commit in: media-libs/zvbi/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2025-03-14 8:41 Sam James
2023-03-10 6:05 Viorel Munteanu
2022-12-09 6:54 Joonas Niilola
2021-12-16 18:15 Jakov Smolić
2021-12-16 18:06 Jakov Smolić
2021-12-16 7:41 Agostino Sarubbo
2021-12-15 17:36 Arthur Zamarin
2021-12-15 17:20 Arthur Zamarin
2021-12-15 16:57 Arthur Zamarin
2021-12-15 16:42 Jakov Smolić
2021-11-25 14:45 Marek Szuba
2021-08-21 8:44 Marek Szuba
2017-06-22 19:12 Alexis Ballier
2017-02-02 11:39 Michael Palimaka
2017-02-02 11:39 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox