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 23EB01382C5 for ; Sat, 20 Feb 2021 10:12:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A1F1E08C3; Sat, 20 Feb 2021 10:12:24 +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 624D5E08C3 for ; Sat, 20 Feb 2021 10:12:24 +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 6EF93340FF2 for ; Sat, 20 Feb 2021 10:12:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B23A04F1 for ; Sat, 20 Feb 2021 10:12:20 +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: <1613815935.253466867a434b4b870b12b64d7942a15df8709e.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/snappy/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/snappy/Manifest media-video/snappy/snappy-1.0_p20200428.ebuild X-VCS-Directories: media-video/snappy/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 253466867a434b4b870b12b64d7942a15df8709e X-VCS-Branch: master Date: Sat, 20 Feb 2021 10:12: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: 55e83122-6b38-481e-8cf2-a520a5ed91d3 X-Archives-Hash: 93b250fe83ba6effe62477d02714752b commit: 253466867a434b4b870b12b64d7942a15df8709e Author: Mart Raudsepp gentoo org> AuthorDate: Sat Feb 20 10:11:26 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 20 10:12:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25346686 media-video/snappy: bump to a snapshot, EAPI-7 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> media-video/snappy/Manifest | 1 + media-video/snappy/snappy-1.0_p20200428.ebuild | 43 ++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/media-video/snappy/Manifest b/media-video/snappy/Manifest index 49d67fc9a55..ac5a0feb66a 100644 --- a/media-video/snappy/Manifest +++ b/media-video/snappy/Manifest @@ -1 +1,2 @@ DIST snappy-1.0.tar.xz 282964 BLAKE2B 9855e3c9397ccde1122c22066cc33e98fda93cb364c03d8649a823dddc9de81bb9eaa89002f3fd1410b6910433e554d231774524da1cd917138c3154c6ed153b SHA512 d8a3fd3a598efde4d699cc8fa13bee1239917a877627b26d5d278af5fd1824f02acf5ce685f8bf994087b3374de9917a5aa4f6f6ebe94f385c8d3bf91887eca9 +DIST snappy-ebf8e3ed30013e6577fa8994db40743d2ec05e94.tar.bz2 80663 BLAKE2B 1bf4b654c4c8c1b8b5cdbb71295c231588a03034e1ad3691e4c80f6e5439b420a76124d5f7a073eb225a13db99b32745dca3fe6845fbfe3bca6a685810fa7f61 SHA512 adc6c514dc38bab86d100aa481be09a75160a9641cfe32f467cc524ef7a006dabbbd450587c007d6a980e8e4b974b49629295e6cf791be3b42401b45168040f3 diff --git a/media-video/snappy/snappy-1.0_p20200428.ebuild b/media-video/snappy/snappy-1.0_p20200428.ebuild new file mode 100644 index 00000000000..572a173dfe7 --- /dev/null +++ b/media-video/snappy/snappy-1.0_p20200428.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +GNOME2_EAUTORECONF="yes" + +inherit gnome2 + +DESCRIPTION="A simple media player written using GStreamer and Clutter" +HOMEPAGE="https://wiki.gnome.org/Apps/Snappy" +COMMIT_HASH="ebf8e3ed30013e6577fa8994db40743d2ec05e94" +SRC_URI="https://gitlab.gnome.org/GNOME/snappy/-/archive/${COMMIT_HASH}/snappy-${COMMIT_HASH}.tar.bz2" +S="${WORKDIR}/${PN}-${COMMIT_HASH}" + +KEYWORDS="~amd64 ~x86" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.32:2 + >=media-libs/clutter-1.20.0:1.0 + media-libs/clutter-gst:3.0 + >=media-libs/clutter-gtk-1.6.0:1.0 + >=x11-libs/gtk+-3.5.0:3 + x11-libs/libXtst + + >=media-libs/gstreamer-1.6.0:1.0 + >=media-libs/gst-plugins-base-1.6.0:1.0 + + media-plugins/gst-plugins-meta:1.0 + + !!