commit:     253466867a434b4b870b12b64d7942a15df8709e
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 10:11:26 2021 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> 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 <leio <AT> 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
+
+       !!<net-misc/spice-gtk-0.19
+" # File collision -- /usr/bin/snappy with older versions
+
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+       DOCS="AUTHORS README THANKS ToDo docs/*"
+       gnome2_src_configure --enable-dbus
+}

Reply via email to