From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/guvcview/
Date: Mon, 27 Jan 2025 23:22:35 +0000 (UTC) [thread overview]
Message-ID: <1738020095.c0670c1b87b5eaaa30184d03bb4f972158032386.asturm@gentoo> (raw)
commit: c0670c1b87b5eaaa30184d03bb4f972158032386
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 21:28:31 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 23:21:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0670c1b
media-video/guvcview: drop 2.1.0
Closes: https://bugs.gentoo.org/948003
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-video/guvcview/Manifest | 1 -
media-video/guvcview/guvcview-2.1.0.ebuild | 77 ------------------------------
media-video/guvcview/metadata.xml | 3 +-
3 files changed, 1 insertion(+), 80 deletions(-)
diff --git a/media-video/guvcview/Manifest b/media-video/guvcview/Manifest
index 9b9a1e18220a..e0377bd04f83 100644
--- a/media-video/guvcview/Manifest
+++ b/media-video/guvcview/Manifest
@@ -1,2 +1 @@
-DIST guvcview-src-2.1.0.tar.bz2 775670 BLAKE2B e6f0fe87b1c44e00265228195b93bb5863170487fd1c3b9741667dc32295406bd920f44150efaecb42ab9396ec67897d3bef517e29ee788c2a6a8a6a95692f81 SHA512 f449e1b1623bb2a96847fc88c4e334ff5bde91f0f9779e37ccbd5777fb96ea4106c3df2c9c30f5d6cacf99e4da04815fc3b739387c2a8fb496c3080b1f99ab70
DIST guvcview-src-2.2.1.tar.bz2 355747 BLAKE2B 57b1ea3a38ce4dbd68220b3a5caacf2f0b3e4b8cd880667988ea13bf50f495cb761249df2fc7ddf24fcdea19b6b4317b5ec1fc63202987bc7820d6095913233f SHA512 3757ff41306c6c02b3a0fcb7f9a4499e90271e47a2dd97f75a2a809caf32a0a0ceaf28c2475bf707017009f8bf9aa7fcef36cb4386b08311998b51d7122cefea
diff --git a/media-video/guvcview/guvcview-2.1.0.ebuild b/media-video/guvcview/guvcview-2.1.0.ebuild
deleted file mode 100644
index d0bfd23a7cb9..000000000000
--- a/media-video/guvcview/guvcview-2.1.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P=${PN}-src-${PV}
-inherit autotools qmake-utils toolchain-funcs
-
-DESCRIPTION="Simple Qt5 or GTK+3 interface for capturing and viewing video from v4l2 devices"
-HOMEPAGE="http://guvcview.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.bz2"
-S="${WORKDIR}/${PN}-src-${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gsl pulseaudio qt5"
-
-BDEPEND="
- dev-util/intltool
- dev-build/autoconf-archive
- sys-devel/gettext
- virtual/pkgconfig
-"
-RDEPEND="
- >=dev-libs/glib-2.10
- media-libs/libpng:=
- media-libs/libsdl2
- media-libs/libv4l
- >=media-libs/portaudio-19_pre
- >=media-video/ffmpeg-2.8:=
- virtual/libusb:1
- virtual/udev
- gsl? ( >=sci-libs/gsl-1.15:= )
- pulseaudio? ( media-libs/libpulse )
- qt5? (
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- )
- !qt5? ( >=x11-libs/gtk+-3.6:3 )
-"
-# linux-headers: bug 448260
-DEPEND="
- ${RDEPEND}
- >=sys-kernel/linux-headers-3.4-r2
- virtual/os-headers
-"
-
-src_prepare() {
- default
-
- sed -i '/^docdir/,/^$/d' Makefile.am || die
- echo "guvcview/gui_qt5_audioctrls.cpp" >> po/POTFILES.skip || die # bug #630984
- eautoreconf
-}
-
-src_configure() {
- export MOC="$(qt5_get_bindir)/moc"
-
- # 599030
- tc-export CC CXX
-
- local myeconfargs=(
- --disable-debian-menu
- $(use_enable gsl)
- $(use_enable pulseaudio pulse)
- $(use_enable qt5)
- $(use_enable !qt5 gtk3)
- )
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -type f -delete || die
-}
diff --git a/media-video/guvcview/metadata.xml b/media-video/guvcview/metadata.xml
index cd4de82a9cb8..3ac36f1bffc3 100644
--- a/media-video/guvcview/metadata.xml
+++ b/media-video/guvcview/metadata.xml
@@ -8,8 +8,7 @@
<remote-id type="sourceforge">guvcview</remote-id>
</upstream>
<use>
- <flag name="qt5">Build with Qt5 interface instead Gtk+</flag>
- <flag name="qt6">Build with Qt6 interface instead Gtk+</flag>
+ <flag name="qt6">Build with Qt6 interface instead of Gtk+</flag>
<flag name="sfml">Build with SFML X11-engine instead of sdl</flag>
</use>
</pkgmetadata>
next reply other threads:[~2025-01-27 23:22 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-27 23:22 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-27 21:27 [gentoo-commits] repo/gentoo:master commit in: media-video/guvcview/ Sam James
2025-01-27 21:27 Sam James
2024-11-11 16:14 Andreas Sturmlechner
2024-11-10 21:11 Sam James
2024-11-10 16:03 Sam James
2024-03-13 4:46 Sam James
2022-11-12 17:48 Matt Turner
2022-09-03 5:27 Sam James
2022-09-03 5:27 Sam James
2022-07-12 13:09 Alexis Ballier
2021-08-01 18:27 Sam James
2021-06-02 22:36 Sam James
2020-05-21 19:36 Andreas Sturmlechner
2020-04-26 11:00 David Seifert
2020-04-25 20:22 Mikle Kolyada
2019-01-14 14:30 Mikle Kolyada
2019-01-09 1:36 Thomas Deutschmann
2019-01-06 19:29 Andreas Sturmlechner
2018-12-16 23:56 Andreas Sturmlechner
2018-12-16 23:53 Andreas Sturmlechner
2018-12-16 23:53 Andreas Sturmlechner
2017-06-15 9:54 Agostino Sarubbo
2017-06-15 8:34 Agostino Sarubbo
2017-02-09 13:27 Alexis Ballier
2017-02-09 13:27 Alexis Ballier
2016-12-29 3:17 Aaron Bauman
2016-12-29 3:03 Aaron Bauman
2016-09-28 16:52 Michael Palimaka
2016-08-29 13:24 Alexis Ballier
2016-03-04 10:58 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1738020095.c0670c1b87b5eaaa30184d03bb4f972158032386.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox