From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27605138359 for ; Thu, 23 Jul 2020 10:47:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65664E0823; Thu, 23 Jul 2020 10:47:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48245E0823 for ; Thu, 23 Jul 2020 10:47:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1411634F0CD for ; Thu, 23 Jul 2020 10:47:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CFCB2D3 for ; Thu, 23 Jul 2020 10:47:31 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1595501246.d99a80991a33aea18282e833febf6fe1990564ac.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/simplescreenrecorder/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/simplescreenrecorder/simplescreenrecorder-0.4.2.ebuild media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild X-VCS-Directories: media-video/simplescreenrecorder/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d99a80991a33aea18282e833febf6fe1990564ac X-VCS-Branch: master Date: Thu, 23 Jul 2020 10:47:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4cd975b3-171f-4377-be1f-bf473243af0f X-Archives-Hash: 0499a82d4c7593d8483047ca9ba69d16 commit: d99a80991a33aea18282e833febf6fe1990564ac Author: Lars Wendler gentoo org> AuthorDate: Thu Jul 23 10:46:12 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jul 23 10:47:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99a8099 media-video/simplescreenrecorder: Fixed dependencies Thanks-to: Ladislav Jech gmail.com> Closes: https://bugs.gentoo.org/733168 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Lars Wendler gentoo.org> .../simplescreenrecorder/simplescreenrecorder-0.4.2.ebuild | 9 ++++----- .../simplescreenrecorder/simplescreenrecorder-9999.ebuild | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.2.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.2.ebuild index 98efd341c92..9fb007c901b 100644 --- a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.2.ebuild +++ b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.2.ebuild @@ -6,15 +6,12 @@ EAPI=7 CMAKE_ECLASS=cmake inherit cmake-multilib flag-o-matic xdg -if [[ ${PV} = 9999 ]]; then - inherit git-r3 -fi - DESCRIPTION="A Simple Screen Recorder" HOMEPAGE="https://www.maartenbaert.be/simplescreenrecorder" LICENSE="GPL-3" PKGNAME="ssr" if [[ ${PV} = 9999 ]] ; then + inherit git-r3 EGIT_REPO_URI="https://github.com/MaartenBaert/${PKGNAME}.git" EGIT_BOOTSTRAP="" else @@ -32,11 +29,13 @@ RDEPEND=" dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 media-libs/alsa-lib:0= - media-libs/mesa[${MULTILIB_USEDEP},X(+)] + media-libs/libglvnd[${MULTILIB_USEDEP},X] media-video/ffmpeg[vorbis?,vpx?,x264?,mp3?,theora?] x11-libs/libX11[${MULTILIB_USEDEP}] x11-libs/libXext x11-libs/libXfixes[${MULTILIB_USEDEP}] + x11-libs/libXi + x11-libs/libXinerama virtual/glu[${MULTILIB_USEDEP}] jack? ( virtual/jack ) pulseaudio? ( media-sound/pulseaudio ) diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild index 98efd341c92..9fb007c901b 100644 --- a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild +++ b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild @@ -6,15 +6,12 @@ EAPI=7 CMAKE_ECLASS=cmake inherit cmake-multilib flag-o-matic xdg -if [[ ${PV} = 9999 ]]; then - inherit git-r3 -fi - DESCRIPTION="A Simple Screen Recorder" HOMEPAGE="https://www.maartenbaert.be/simplescreenrecorder" LICENSE="GPL-3" PKGNAME="ssr" if [[ ${PV} = 9999 ]] ; then + inherit git-r3 EGIT_REPO_URI="https://github.com/MaartenBaert/${PKGNAME}.git" EGIT_BOOTSTRAP="" else @@ -32,11 +29,13 @@ RDEPEND=" dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 media-libs/alsa-lib:0= - media-libs/mesa[${MULTILIB_USEDEP},X(+)] + media-libs/libglvnd[${MULTILIB_USEDEP},X] media-video/ffmpeg[vorbis?,vpx?,x264?,mp3?,theora?] x11-libs/libX11[${MULTILIB_USEDEP}] x11-libs/libXext x11-libs/libXfixes[${MULTILIB_USEDEP}] + x11-libs/libXi + x11-libs/libXinerama virtual/glu[${MULTILIB_USEDEP}] jack? ( virtual/jack ) pulseaudio? ( media-sound/pulseaudio )