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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F8EC158064 for ; Thu, 9 May 2024 10:10:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A528E2BD9; Thu, 9 May 2024 10:10:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3077EE2BD9 for ; Thu, 9 May 2024 10:10:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18D4833BEE9 for ; Thu, 9 May 2024 10:10:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51D9411CA for ; Thu, 9 May 2024 10:10:41 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1715249332.7b7eb01b79d3aa47cd1121128ca337abd34a0a37.pacho@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.26.ebuild X-VCS-Directories: media-video/celluloid/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7b7eb01b79d3aa47cd1121128ca337abd34a0a37 X-VCS-Branch: master Date: Thu, 9 May 2024 10:10:41 +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: b8acb450-943b-4bd7-8981-1a2d534d8535 X-Archives-Hash: 409a0333992cac692c430cbc483fdc35 commit: 7b7eb01b79d3aa47cd1121128ca337abd34a0a37 Author: Pacho Ramos gentoo org> AuthorDate: Thu May 9 10:08:52 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu May 9 10:08:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7eb01b media-video/celluloid: add 0.26 Bug: https://bugs.gentoo.org/768939 Signed-off-by: Pacho Ramos gentoo.org> media-video/celluloid/Manifest | 1 + media-video/celluloid/celluloid-0.26.ebuild | 36 +++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/media-video/celluloid/Manifest b/media-video/celluloid/Manifest index 00cfc27fd725..c2367e33e5b0 100644 --- a/media-video/celluloid/Manifest +++ b/media-video/celluloid/Manifest @@ -1 +1,2 @@ DIST celluloid-0.21.tar.xz 413072 BLAKE2B 726eb035f15c24333151833ded843be611b6d6340d77de13f38d29f92307da1e30c63c657e654327f10b617987f8800e59b72e28bcc65cdcad4ef9ab002214c4 SHA512 6e48d982be127c21cc6afeec8e94ae5c78c667f865690f8fad6db2f0b8290922682334c4d905827e99765dc2084c1b8a36927ff3de485a7a456f4a2fb7058ae6 +DIST celluloid-0.26.tar.xz 305420 BLAKE2B d74f5be26427ac0798f67e37066f0840d6af1a5a43e4bf714d02519e57231c57c34e191a678d11ebdca0ccbfd8f40eed4a23410f054394cc9f42559c6bbc934c SHA512 bcbb970b8ce512d4d7e64833a309a2e32631b262989ee7f9e1ec4b7f0015387b3978c8cbc0206a5aa86bd9e74fae3b7d38776e71be8c16996444d234bc37d42f diff --git a/media-video/celluloid/celluloid-0.26.ebuild b/media-video/celluloid/celluloid-0.26.ebuild new file mode 100644 index 000000000000..00062ed05b0b --- /dev/null +++ b/media-video/celluloid/celluloid-0.26.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome2-utils meson xdg + +DESCRIPTION="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 ~arm64 ~ppc64" + +RDEPEND=">=dev-libs/glib-2.66:2 + >=gui-libs/gtk-4.6.1:4 + >=gui-libs/libadwaita-1.2.0:1 + >=media-video/mpv-0.32:=[libmpv] + media-libs/libepoxy" +DEPEND="${RDEPEND}" +BDEPEND="dev-libs/appstream-glib + dev-util/gdbus-codegen + 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 +}