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 0A486139335 for ; Mon, 28 Jun 2021 08:48:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50453E08EC; Mon, 28 Jun 2021 08:48:37 +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 3275EE08EC for ; Mon, 28 Jun 2021 08:48:37 +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 3414233FE49 for ; Mon, 28 Jun 2021 08:48:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE4BA7BB for ; Mon, 28 Jun 2021 08:48:34 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1624870106.a74f206ea5ae020aa0f39e18b7750ea7e656b81f.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/celluloid/Manifest media-video/celluloid/celluloid-0.21.ebuild X-VCS-Directories: media-video/celluloid/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: a74f206ea5ae020aa0f39e18b7750ea7e656b81f X-VCS-Branch: master Date: Mon, 28 Jun 2021 08:48:34 +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: 4d3a6b5e-b2a2-4507-8d8a-cc6f2bc49079 X-Archives-Hash: 8cc0384a940e83817b4a82f7652087e8 commit: a74f206ea5ae020aa0f39e18b7750ea7e656b81f Author: Mart Raudsepp gentoo org> AuthorDate: Mon Jun 28 07:29:30 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Jun 28 08:48:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74f206e media-video/celluloid: bump to 0.21 Closes: https://bugs.gentoo.org/794826 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> media-video/celluloid/Manifest | 1 + media-video/celluloid/celluloid-0.21.ebuild | 33 +++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/media-video/celluloid/Manifest b/media-video/celluloid/Manifest index 27e9904915f..2c7921a1903 100644 --- a/media-video/celluloid/Manifest +++ b/media-video/celluloid/Manifest @@ -1 +1,2 @@ DIST celluloid-0.20.tar.xz 388972 BLAKE2B 9f60bef311a33ed86a78b11742e9ea547dafe0431aba41d9f11a786c17ed6f67480f65507cca27223e7f0d1dfadc2c98f16eb3160a5e25f2165b696f15107e17 SHA512 53bb7ea155cf0b2b96da67851ec598782601ecb68504d4355aa03544fc89c0f64aefb507217d08f8ce49d2b7877215365c9ccce69f5f355ed1792a94ea1a6093 +DIST celluloid-0.21.tar.xz 413072 BLAKE2B 726eb035f15c24333151833ded843be611b6d6340d77de13f38d29f92307da1e30c63c657e654327f10b617987f8800e59b72e28bcc65cdcad4ef9ab002214c4 SHA512 6e48d982be127c21cc6afeec8e94ae5c78c667f865690f8fad6db2f0b8290922682334c4d905827e99765dc2084c1b8a36927ff3de485a7a456f4a2fb7058ae6 diff --git a/media-video/celluloid/celluloid-0.21.ebuild b/media-video/celluloid/celluloid-0.21.ebuild new file mode 100644 index 00000000000..6a771a6e23f --- /dev/null +++ b/media-video/celluloid/celluloid-0.21.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit gnome2-utils meson xdg + +DESCRIPTION="A simple GTK+ frontend for mpv" +HOMEPAGE="https://celluloid-player.github.io/" +SRC_URI="https://github.com/celluloid-player/celluloid/releases/download/v${PV}/${P}.tar.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~ppc64" + +RDEPEND=">=dev-libs/glib-2.44 + >=x11-libs/gtk+-3.22.23:3 + >=media-video/mpv-0.32[libmpv] + media-libs/libepoxy" +DEPEND="${RDEPEND} + dev-util/glib-utils + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig" + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +}