From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/
Date: Fri, 17 Apr 2020 12:35:47 +0000 (UTC) [thread overview]
Message-ID: <1587126667.e5ad8ae160cb2fd68e3a4ea4c7df0394e125cdaa.leio@gentoo> (raw)
commit: e5ad8ae160cb2fd68e3a4ea4c7df0394e125cdaa
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 17 12:31:07 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 12:31:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ad8ae1
media-video/celluloid: bump to 0.19
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
media-video/celluloid/Manifest | 1 +
media-video/celluloid/celluloid-0.19.ebuild | 33 +++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/media-video/celluloid/Manifest b/media-video/celluloid/Manifest
index 4cb8fda64c6..6429f753f3b 100644
--- a/media-video/celluloid/Manifest
+++ b/media-video/celluloid/Manifest
@@ -1,2 +1,3 @@
DIST celluloid-0.18.tar.xz 354752 BLAKE2B 810b4b6ceb2a57a3b7157acb63b78c9de73c84a1a183fec74a95123c29f7e9477e2740684966fc57c28cd779157be7fcab0ff1ff8482d6d917f345262d7bd82e SHA512 22e04ee774ca1e3d9bdc966ce32ca4c6f00ac5731b4019a4e92552d74524f7a20d4dfcb94f1c043f906c0bbb121708b08d34b00bc8a914391f38eaf08c7e50c2
+DIST celluloid-0.19.tar.xz 372548 BLAKE2B 9d09fb2b59bdfb3a456a17c36a33d507e42eb1304a564245b42dcb0d5f34b844214f813d894383e5f171add3014141bad8eedd6ad3f4f1f3d7e5205452fff9cd SHA512 4db31ab156e0056e6280c1cbb3f2d2996c4a5e18478bbefb19e13e731bec90672adc30548516bca1aef1e49ae1e22a1d9b8980587a2117f17ecc2b38c7d1498d
DIST gnome-mpv-0.16.tar.xz 320676 BLAKE2B ea92b94096b2bc13dd48ac54acec7aa19f23ffd53f40a90dd52fa7e9221a82bfc6159eb204eec98a1073d9ccd14ab4a4b8b380714098120deafaa4c3183d64f3 SHA512 b730cba7388e9c64014a17b7aa2bdeab344a80bcff46ed2f47566ef02f24e2b5b07ed3fbae65443dc7ae58b70bd03e065a4da6ab8860fb506bdaad8bbccc0fce
diff --git a/media-video/celluloid/celluloid-0.19.ebuild b/media-video/celluloid/celluloid-0.19.ebuild
new file mode 100644
index 00000000000..503980f3f28
--- /dev/null
+++ b/media-video/celluloid/celluloid-0.19.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 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"
+
+RDEPEND=">=dev-libs/glib-2.44
+ >=x11-libs/gtk+-3.22.23:3
+ >=media-video/mpv-0.29[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
+}
next reply other threads:[~2020-04-17 12:35 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-17 12:35 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-11 11:01 [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/ Sam James
2024-05-09 10:10 Pacho Ramos
2024-05-09 10:10 Pacho Ramos
2022-11-07 19:30 Ionen Wolkens
2022-11-07 19:30 Ionen Wolkens
2022-07-30 2:33 Sam James
2022-01-13 2:00 Georgy Yakovlev
2021-06-28 8:48 Mart Raudsepp
2021-06-28 8:48 Mart Raudsepp
2021-06-03 0:44 Georgy Yakovlev
2021-02-06 15:39 Sam James
2020-10-15 11:49 Mart Raudsepp
2020-04-18 9:18 Agostino Sarubbo
2020-02-22 11:52 Mart Raudsepp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1587126667.e5ad8ae160cb2fd68e3a4ea4c7df0394e125cdaa.leio@gentoo \
--to=leio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox