public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/webcamoid/
Date: Mon, 17 Feb 2025 20:20:53 +0000 (UTC)	[thread overview]
Message-ID: <1739823609.de2e1ac228f1bfd396fb07b97d9a88a7cbca29d2.asturm@gentoo> (raw)

commit:     de2e1ac228f1bfd396fb07b97d9a88a7cbca29d2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 20:19:35 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 20:20:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2e1ac2

media-video/webcamoid: drop 9.1.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-video/webcamoid/Manifest               |  1 -
 media-video/webcamoid/metadata.xml           |  4 --
 media-video/webcamoid/webcamoid-9.1.1.ebuild | 89 ----------------------------
 3 files changed, 94 deletions(-)

diff --git a/media-video/webcamoid/Manifest b/media-video/webcamoid/Manifest
index 5715da4e1811..a23e1a7e1202 100644
--- a/media-video/webcamoid/Manifest
+++ b/media-video/webcamoid/Manifest
@@ -1,3 +1,2 @@
-DIST webcamoid-9.1.1.tar.gz 9288681 BLAKE2B 2444240c6ed90eac761c26860c2aabf2467578fec7eca1d488dad3adff63b1638525ff677c9f7d8a49971c9158f245b826390c45251697c7310fde32787998b4 SHA512 aebf413a358ee3397712d0a0935da0b4a8ae595019197450e1c2cd4ac33f9afc16e174ab06d0f8ca9c7fba25c6d71de14cbbdf36ad8f7bfb55428a432e06bb90
 DIST webcamoid-9.2.3-nocheckupdates.patch.xz 4776 BLAKE2B ec79194f8d7da42661743e392b218e0c3c4bbbfe6c93ef780a5f2a21bddb417a9c51ebbb3ebd078763eeda7c499d139f362fa7a3ca6149ac558030a42d2b5f24 SHA512 b0410d173efe3975b68a9d32db8277c69f9cd41c960405a359bfea9f13e6821b114fcef6ab8e522dadfda5bcd31be60a1b4254493a3967d198ebafb641e47a92
 DIST webcamoid-9.2.3.tar.gz 9403068 BLAKE2B f7ada9845c7cadd0a6c5773c60bd656798863d47222f8304c8c71285b1e170eabc93e1a067c3e026aa2c1f86575be1c20a3a2f87fe27396c93583f7a59fd1cd2 SHA512 8deca1285ddb1e53167edd2d8b806abc511a7906c7d561dbb3b2f109d94decdafe441bfab6d9b08c79b6486e6f97b42d19d4b36c11811ac29344b3e4111671ab

diff --git a/media-video/webcamoid/metadata.xml b/media-video/webcamoid/metadata.xml
index c08daa047538..ead51d71fed1 100644
--- a/media-video/webcamoid/metadata.xml
+++ b/media-video/webcamoid/metadata.xml
@@ -12,13 +12,9 @@
 		<flag name="headers">Install development headers</flag>
 		<flag name="libusb">Enable video capturing from USB devices using <pkg>dev-libs/libusb</pkg></flag>
 		<flag name="libuvc">Enable video capturing from USB devices using <pkg>media-libs/libuvc</pkg></flag>
-		<flag name="qtaudio">Enable audio capture/play via <pkg>dev-qt/qtmultimedia</pkg></flag>
-		<flag name="qtcamera">Enable video capture/play via <pkg>dev-qt/qtmultimedia</pkg></flag>
 		<flag name="qtmedia">Enable audio/video/screen capture/play via <pkg>dev-qt/qtmultimedia</pkg></flag>
 		<flag name="rav1e">Enable <pkg>media-video/rav1e</pkg> audio codec support</flag>
 		<flag name="svt-av1">Enable <pkg>media-libs/svt-av1</pkg> video codec support</flag>
-		<flag name="v4lutils">Build with V4L-utils support</flag>
-		<flag name="videoeffects">Build video effects</flag>
 		<flag name="vlc">Enable <pkg>media-video/vlc</pkg> video backend support</flag>
 		<flag name="X">Enable <pkg>x11-libs/libX11</pkg> screen capture support</flag>
 	</use>

diff --git a/media-video/webcamoid/webcamoid-9.1.1.ebuild b/media-video/webcamoid/webcamoid-9.1.1.ebuild
deleted file mode 100644
index 012242abe5a0..000000000000
--- a/media-video/webcamoid/webcamoid-9.1.1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic xdg
-
-DESCRIPTION="Full featured webcam capture application"
-HOMEPAGE="https://webcamoid.github.io"
-if [[ ${PV} = 9999 ]]; then
-	EGIT_REPO_URI="https://github.com/webcamoid/webcamoid.git"
-	EGIT_BRANCH="master"
-	inherit git-r3
-	RESTRICT="mirror"
-else
-	SRC_URI="https://github.com/webcamoid/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="alsa ffmpeg gstreamer jack libuvc oss portaudio pulseaudio qtaudio qtcamera sdl v4lutils videoeffects debug headers v4l"
-
-REQUIRED_USE="v4lutils? ( v4l )"
-
-COMMON_DEPEND="
-	dev-qt/qtconcurrent:5
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtdeclarative:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtopengl:5
-	dev-qt/qtquickcontrols2:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	ffmpeg?	( media-video/ffmpeg:= )
-	gstreamer? ( >=media-libs/gstreamer-1.6.0 )
-	jack? ( virtual/jack )
-	libuvc? ( media-libs/libuvc )
-	pulseaudio? ( media-libs/libpulse )
-	qtaudio? ( dev-qt/qtmultimedia:5 )
-	qtcamera? ( dev-qt/qtmultimedia:5 )
-	sdl? ( media-libs/libsdl2 )
-	v4l? ( media-libs/libv4l )
-"
-DEPEND="${COMMON_DEPEND}
-	>=sys-kernel/linux-headers-3.6
-"
-RDEPEND="${COMMON_DEPEND}
-	virtual/opengl
-"
-
-src_configure() {
-	# -Werror=odr
-	# https://bugs.gentoo.org/927104
-	# https://github.com/webcamoid/webcamoid/issues/702
-	filter-lto
-
-	#Disable git in package source. If not disabled the cmake configure process will show
-	#a lot of "fatal not a git repository" errors
-	sed -i 's|find_program(GIT_BIN git)|#find_program(GIT_BIN git)|' libAvKys/cmake/ProjectCommons.cmake || die
-
-	local mycmakeargs=(
-		"-DNOMEDIAFOUNDATION=1"
-		"-DNODSHOW=1"
-		"-DNOWASAPI=1"
-		"-DNOVLC=1"
-		"-DNOPIPEWIRE=1"
-		"-DNOPORTAUDIO=1" # PortAudio not packaged for gentoo
-		"-DNOALSA=$(usex alsa 0 1)"
-		"-DNOQTCAMERA=$(usex qtcamera 0 1)"
-		"-DNOFFMPEG=$(usex ffmpeg 0 1)"
-		"-DNOGSTREAMER=$(usex gstreamer 0 1)"
-		"-DNOJACK=$(usex jack 0 1)"
-		"-DNOLIBUVC=$(usex libuvc 0 1)"
-		"-DNOPULSEAUDIO=$(usex pulseaudio 0 1)"
-		"-DNOSDL=$(usex sdl 0 1)"
-		"-DNOV4L2=$(usex v4l 0 1)"
-		"-DNOV4LUTILS=$(usex v4lutils 0 1)"
-		"-DNOVIDEOEFFECTS=$(usex videoeffects 0 1)"
-	)
-	cmake_src_configure
-}
-
-src_install() {
-	docompress -x /usr/share/man/man1/${PN}.1.gz
-	cmake_src_install
-}


             reply	other threads:[~2025-02-17 20:21 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-17 20:20 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-17 20:20 [gentoo-commits] repo/gentoo:master commit in: media-video/webcamoid/ Andreas Sturmlechner
2025-02-17 20:20 Andreas Sturmlechner
2025-01-06 22:58 Andreas Sturmlechner
2024-07-08  3:19 Eli Schwartz
2024-07-08  3:19 Eli Schwartz
2023-08-17  7:39 Joonas Niilola
2023-08-17  7:39 Joonas Niilola
2023-05-29 12:23 Andreas Sturmlechner
2023-05-29 12:23 Andreas Sturmlechner
2023-05-29 12:23 Andreas Sturmlechner
2022-11-11 18:13 Joonas Niilola
2022-11-11 18:13 Joonas Niilola
2022-11-11 17:41 Joonas Niilola
2022-11-11 11:14 Joonas Niilola
2022-11-11  8:34 Joonas Niilola
2022-11-11  8:34 Joonas Niilola
2022-03-08 14:52 Jonas Stein
2022-02-17 21:23 Jonas Stein
2021-02-21 15:25 Joonas Niilola
2020-12-02 23:21 Sam James
2020-11-23 16:14 Joonas Niilola
2020-07-19 15:57 Andreas Sturmlechner
2020-07-19 15:57 Andreas Sturmlechner
2020-07-19 15:57 Andreas Sturmlechner
2020-04-26  8:08 Mikle Kolyada
2017-12-30 18:17 Aaron Swenson

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=1739823609.de2e1ac228f1bfd396fb07b97d9a88a7cbca29d2.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