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 F2A32138334 for ; Tue, 27 Aug 2019 21:05:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 169A5E0867; Tue, 27 Aug 2019 21:05:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E9820E0869 for ; Tue, 27 Aug 2019 21:05:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4093F34A404 for ; Tue, 27 Aug 2019 21:05:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E955177D for ; Tue, 27 Aug 2019 21:05:22 +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: <1566939869.5c31d8b725ea1115bfc2263320759872b90331fe.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libde265/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-libde265/Manifest media-plugins/gst-plugins-libde265/gst-plugins-libde265-1.14.5.ebuild X-VCS-Directories: media-plugins/gst-plugins-libde265/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 5c31d8b725ea1115bfc2263320759872b90331fe X-VCS-Branch: master Date: Tue, 27 Aug 2019 21:05:22 +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: ae70236f-3309-45c0-8a74-199b1696c659 X-Archives-Hash: 44edf2d3c3d60b584d2a0dff5a47fa57 commit: 5c31d8b725ea1115bfc2263320759872b90331fe Author: Mart Raudsepp gentoo org> AuthorDate: Tue Aug 27 20:57:30 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Aug 27 21:04:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c31d8b7 media-plugins/gst-plugins-libde265: bump to 1.14.5, no code changes from 1.14.3 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> media-plugins/gst-plugins-libde265/Manifest | 1 + .../gst-plugins-libde265-1.14.5.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/media-plugins/gst-plugins-libde265/Manifest b/media-plugins/gst-plugins-libde265/Manifest index 9fd3b6a7d64..b4e19d1a028 100644 --- a/media-plugins/gst-plugins-libde265/Manifest +++ b/media-plugins/gst-plugins-libde265/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf SHA512 3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7 +DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d SHA512 64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b diff --git a/media-plugins/gst-plugins-libde265/gst-plugins-libde265-1.14.5.ebuild b/media-plugins/gst-plugins-libde265/gst-plugins-libde265-1.14.5.ebuild new file mode 100644 index 00000000000..fe6e528f044 --- /dev/null +++ b/media-plugins/gst-plugins-libde265/gst-plugins-libde265-1.14.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer + +DESCRIPTION="H.265 decoder plugin for GStreamer" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=media-libs/libde265-0.9[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}"