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 B1F6B138350 for ; Sun, 3 May 2020 19:12:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24840E0A07; Sun, 3 May 2020 19:12:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 F2300E0A10 for ; Sun, 3 May 2020 19:12:28 +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 979AD34F54E for ; Sun, 3 May 2020 19:12:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47B2B235 for ; Sun, 3 May 2020 19:12: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: <1588533133.d9858f34832ce1b990e0a4b70327ecabba92573d.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-sidplay/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-sidplay/Manifest media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.16.2.ebuild X-VCS-Directories: media-plugins/gst-plugins-sidplay/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: d9858f34832ce1b990e0a4b70327ecabba92573d X-VCS-Branch: master Date: Sun, 3 May 2020 19:12: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: a3aeeb52-546b-47ad-b30d-be8af257fa48 X-Archives-Hash: 64735b3ef0e00fde26c5aff14758a4e9 commit: d9858f34832ce1b990e0a4b70327ecabba92573d Author: Mart Raudsepp gentoo org> AuthorDate: Sun May 3 18:05:38 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun May 3 19:12:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9858f34 media-plugins/gst-plugins-sidplay: bump to 1.16.2 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> media-plugins/gst-plugins-sidplay/Manifest | 1 + .../gst-plugins-sidplay/gst-plugins-sidplay-1.16.2.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/media-plugins/gst-plugins-sidplay/Manifest b/media-plugins/gst-plugins-sidplay/Manifest index cda56f7ff09..ee418bb501f 100644 --- a/media-plugins/gst-plugins-sidplay/Manifest +++ b/media-plugins/gst-plugins-sidplay/Manifest @@ -1 +1,2 @@ DIST gst-plugins-ugly-1.14.3.tar.xz 889492 BLAKE2B 0c76ca28e1f062d0eac438f1692d2af33536719913ec10229eb6bc64f1f957bc7f6afe45e1c528ab4015c25dec61b8b9d2c517fee78a8a992c76bd41ff9e75d1 SHA512 0866bbcc3f1d0d668e77b5ef83fa7469dc80c957d2c6526126e761db46e83ff18d941c247833d27336106d8ba043e9ad50cafbddbff241f95bb16f9b1a0fbacc +DIST gst-plugins-ugly-1.16.2.tar.xz 893964 BLAKE2B c607a7aa3459625a930021d247705f00e418e57557c57b8f9793bce74cb5c4d708b253250f0bbebd9698e9ff80d5636d578dded8c360ca2d34e3d43c9a722416 SHA512 9f393043f51b12b376607e68b3b86437af86e321e3a3566e59c7f3507ed26622211df87e30a23bcc927f37bc11f53ca3b29f1b12bf58e623ce18edc88a9cdee3 diff --git a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.16.2.ebuild b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.16.2.ebuild new file mode 100644 index 00000000000..0554036d3a9 --- /dev/null +++ b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.16.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GST_ORG_MODULE=gst-plugins-ugly + +inherit gstreamer + +DESCRIPTION="Sid decoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=media-libs/libsidplay-1.36.59-r1:1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}"