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 D508D138359 for ; Tue, 25 Aug 2020 21:47:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCF74E08A2; Tue, 25 Aug 2020 21:46:59 +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 BDE32E08A2 for ; Tue, 25 Aug 2020 21:46:59 +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 29ACF340EE5 for ; Tue, 25 Aug 2020 21:46:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA778320 for ; Tue, 25 Aug 2020 21:46:56 +0000 (UTC) From: "Matthias Coppens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Coppens" Message-ID: <1598391966.ad6cc911d4016d752668cafa9946940fa16a9e89.coppens.matthias@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/mpvpaper/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/mpvpaper/metadata.xml gui-apps/mpvpaper/mpvpaper-9999.ebuild X-VCS-Directories: gui-apps/mpvpaper/ X-VCS-Committer: coppens.matthias X-VCS-Committer-Name: Matthias Coppens X-VCS-Revision: ad6cc911d4016d752668cafa9946940fa16a9e89 X-VCS-Branch: dev Date: Tue, 25 Aug 2020 21:46:56 +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: 3f58ce5e-be45-4c72-903c-64771cbf3590 X-Archives-Hash: 83976f49c6551f571e51d547148f577a commit: ad6cc911d4016d752668cafa9946940fa16a9e89 Author: Matthias Coppens gmail com> AuthorDate: Tue Aug 25 21:44:46 2020 +0000 Commit: Matthias Coppens gmail com> CommitDate: Tue Aug 25 21:46:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad6cc911 gui-apps/mpvpaper: New package Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthias Coppens gmail.com> gui-apps/mpvpaper/metadata.xml | 16 ++++++++++++++++ gui-apps/mpvpaper/mpvpaper-9999.ebuild | 19 +++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/gui-apps/mpvpaper/metadata.xml b/gui-apps/mpvpaper/metadata.xml new file mode 100644 index 0000000..8a81946 --- /dev/null +++ b/gui-apps/mpvpaper/metadata.xml @@ -0,0 +1,16 @@ + + + + + Matthias Coppens + coppens.matthias.abc@gmail.com + + + MPVPaper is a wallpaper program for wlroots based wayland compositors, + such as sway. That allows you to play videos with mpv as your wallpaper. + + + GhostNaN/mpvpaper + https://github.com/GhostNaN/mpvpaper/issues + + diff --git a/gui-apps/mpvpaper/mpvpaper-9999.ebuild b/gui-apps/mpvpaper/mpvpaper-9999.ebuild new file mode 100644 index 0000000..a377822 --- /dev/null +++ b/gui-apps/mpvpaper/mpvpaper-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A video wallpaper program for wlroots based wayland compositors" +HOMEPAGE="https://github.com/GhostNaN/mpvpaper" + +inherit git-r3 meson +EGIT_REPO_URI="https://github.com/GhostNaN/mpvpaper.git" + +LICENSE="GPL-3" +SLOT="0" + +RDEPENDS=" + media-video/mpv[libmpv] + gui-libs/wlroots +" +DEPENDS="${RDEPENDS}"