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 56723138334 for ; Tue, 27 Aug 2019 21:05:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02C61E0857; Tue, 27 Aug 2019 21:05:26 +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 7DCC1E084A for ; Tue, 27 Aug 2019 21:05:25 +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 8744534A400 for ; Tue, 27 Aug 2019 21:05:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 762A5777 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: <1566939865.affaeb81d2067a67af982b9b501ed4abf7e0b475.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-dts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-dts/Manifest media-plugins/gst-plugins-dts/gst-plugins-dts-1.14.5.ebuild X-VCS-Directories: media-plugins/gst-plugins-dts/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: affaeb81d2067a67af982b9b501ed4abf7e0b475 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: f4d62696-cec0-4506-a67c-e9ebdeb3c009 X-Archives-Hash: 8468524a55f5fb6f4d42a54ff5272953 commit: affaeb81d2067a67af982b9b501ed4abf7e0b475 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Aug 27 20:56:35 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Aug 27 21:04:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=affaeb81 media-plugins/gst-plugins-dts: 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-dts/Manifest | 1 + .../gst-plugins-dts/gst-plugins-dts-1.14.5.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/media-plugins/gst-plugins-dts/Manifest b/media-plugins/gst-plugins-dts/Manifest index 9fd3b6a7d64..b4e19d1a028 100644 --- a/media-plugins/gst-plugins-dts/Manifest +++ b/media-plugins/gst-plugins-dts/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-dts/gst-plugins-dts-1.14.5.ebuild b/media-plugins/gst-plugins-dts/gst-plugins-dts-1.14.5.ebuild new file mode 100644 index 00000000000..ef9b7fc44b4 --- /dev/null +++ b/media-plugins/gst-plugins-dts/gst-plugins-dts-1.14.5.ebuild @@ -0,0 +1,17 @@ +# 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="DTS audio decoder plugin for Gstreamer" +KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd" +IUSE="+orc" + +RDEPEND=" + >=media-libs/libdca-0.0.5-r3[${MULTILIB_USEDEP}] + orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) +" +DEPEND="${RDEPEND}"