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 AC524138334 for ; Tue, 31 Jul 2018 08:03:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FBCEE0951; Tue, 31 Jul 2018 08:03:03 +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 C2C8EE0935 for ; Tue, 31 Jul 2018 08:03:02 +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 667E3335CC3 for ; Tue, 31 Jul 2018 08:03:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB31C3A3 for ; Tue, 31 Jul 2018 08:02:57 +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: <1533024159.c63c3d2cf0e0afa43af0a965c7dcedb54e01739e.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-chromaprint/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-chromaprint/Manifest media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.2.ebuild X-VCS-Directories: media-plugins/gst-plugins-chromaprint/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c63c3d2cf0e0afa43af0a965c7dcedb54e01739e X-VCS-Branch: master Date: Tue, 31 Jul 2018 08:02:57 +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-Archives-Salt: 369c6108-0776-40f3-a90a-d111f218d8a1 X-Archives-Hash: 5bc1ef6af20eb6f56463aa9f4a6c7379 commit: c63c3d2cf0e0afa43af0a965c7dcedb54e01739e Author: Mart Raudsepp gentoo org> AuthorDate: Tue Jul 31 07:45:52 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Jul 31 08:02:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63c3d2c media-plugins/gst-plugins-chromaprint: bump to 1.14.2, no code changes from 1.14.1 Package-Manager: Portage-2.3.43, Repoman-2.3.10 media-plugins/gst-plugins-chromaprint/Manifest | 1 + .../gst-plugins-chromaprint-1.14.2.ebuild | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/media-plugins/gst-plugins-chromaprint/Manifest b/media-plugins/gst-plugins-chromaprint/Manifest index 25fa05bb322..a3fc36743c3 100644 --- a/media-plugins/gst-plugins-chromaprint/Manifest +++ b/media-plugins/gst-plugins-chromaprint/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36 SHA512 6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729 +DIST gst-plugins-bad-1.14.2.tar.xz 4664260 BLAKE2B 477c9a864088676ead3170dc11017ad997c4d0ef136845a7ad34d15745d5f1abf4486dda7a226feb5ff6c7c65c8788cd39eb5e9901f3f15a426d79bf2b81e78c SHA512 7282c8941f1eabf7141362bb8e61097b3b26ef39410ae767712c34d7e40779fc22f6ea97a950009fdb6d62175f9a153d435ead8f663cf66cc6af5aac7f2a73db diff --git a/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.2.ebuild b/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.2.ebuild new file mode 100644 index 00000000000..34955bf8169 --- /dev/null +++ b/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer + +DESCRIPTION="Calculate Chromaprint fingerprint from audio files for GStreamer" +KEYWORDS="~amd64 ~x86" + +RDEPEND="media-libs/chromaprint[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}"