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 1BC69138350 for ; Sun, 8 Mar 2020 16:21:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4073DE0963; Sun, 8 Mar 2020 16:21:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 285F3E0963 for ; Sun, 8 Mar 2020 16:21:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5413934F6BD for ; Sun, 8 Mar 2020 16:21:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17418180 for ; Sun, 8 Mar 2020 16:21:22 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1583319780.b90afc872c0638fbe2ecb80b2608e693c3bedfa5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/vidify-audiosync/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/vidify-audiosync/vidify-audiosync-0.2.ebuild X-VCS-Directories: media-video/vidify-audiosync/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b90afc872c0638fbe2ecb80b2608e693c3bedfa5 X-VCS-Branch: master Date: Sun, 8 Mar 2020 16:21:22 +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: cc05b052-d3d0-4535-b3cb-044eab097129 X-Archives-Hash: d8fd478f021a5c069ea99a217eac5351 commit: b90afc872c0638fbe2ecb80b2608e693c3bedfa5 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Mar 4 11:03:00 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Mar 4 11:03:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b90afc87 media-video/vidify-audiosync: Add dep on pulseaudio already depends on vidify which depends on tekore which depends on spotify which depends on pulseaudio but just to be safe Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan riseup.net> media-video/vidify-audiosync/vidify-audiosync-0.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/vidify-audiosync/vidify-audiosync-0.2.ebuild b/media-video/vidify-audiosync/vidify-audiosync-0.2.ebuild index a652647..130a059 100644 --- a/media-video/vidify-audiosync/vidify-audiosync-0.2.ebuild +++ b/media-video/vidify-audiosync/vidify-audiosync-0.2.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="debug" RDEPEND=" + media-sound/pulseaudio media-video/ffmpeg[openssl] media-video/vidify[${PYTHON_USEDEP}] sci-libs/fftw 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 AB070138350 for ; Wed, 4 Mar 2020 11:04:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F362EE0AA3; Wed, 4 Mar 2020 11:04:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DD5E6E0AA3 for ; Wed, 4 Mar 2020 11:04:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A5E0034F56A for ; Wed, 4 Mar 2020 11:04:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3301210B for ; Wed, 4 Mar 2020 11:04:20 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1583319780.b90afc872c0638fbe2ecb80b2608e693c3bedfa5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/vidify-audiosync/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/vidify-audiosync/vidify-audiosync-0.2.ebuild X-VCS-Directories: media-video/vidify-audiosync/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b90afc872c0638fbe2ecb80b2608e693c3bedfa5 X-VCS-Branch: dev Date: Wed, 4 Mar 2020 11:04:20 +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: f101cd97-fdda-4f87-be86-7826bbde7696 X-Archives-Hash: fb6dd284f2ae7deb2e6e0a757ca96260 Message-ID: <20200304110420.dnKz7b5CQbdyTrnPeNaJK3gaRdR_3i-62dHCLfBYsXo@z> commit: b90afc872c0638fbe2ecb80b2608e693c3bedfa5 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Mar 4 11:03:00 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Mar 4 11:03:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b90afc87 media-video/vidify-audiosync: Add dep on pulseaudio already depends on vidify which depends on tekore which depends on spotify which depends on pulseaudio but just to be safe Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan riseup.net> media-video/vidify-audiosync/vidify-audiosync-0.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/vidify-audiosync/vidify-audiosync-0.2.ebuild b/media-video/vidify-audiosync/vidify-audiosync-0.2.ebuild index a652647..130a059 100644 --- a/media-video/vidify-audiosync/vidify-audiosync-0.2.ebuild +++ b/media-video/vidify-audiosync/vidify-audiosync-0.2.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="debug" RDEPEND=" + media-sound/pulseaudio media-video/ffmpeg[openssl] media-video/vidify[${PYTHON_USEDEP}] sci-libs/fftw