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 9EF2A139083 for ; Wed, 20 Dec 2017 23:22:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15811E11A0; Wed, 20 Dec 2017 23:22:57 +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 E6C42E11A4 for ; Wed, 20 Dec 2017 23:22:56 +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 27B9C33D4A6 for ; Wed, 20 Dec 2017 23:22:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F46AAE8E for ; Wed, 20 Dec 2017 23:22:53 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1513811911.f3149308e450e19bf89692baf8932d49b0e7b522.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-lv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-lv2/Manifest media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.12.3.ebuild media-plugins/gst-plugins-lv2/metadata.xml X-VCS-Directories: media-plugins/gst-plugins-lv2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: f3149308e450e19bf89692baf8932d49b0e7b522 X-VCS-Branch: master Date: Wed, 20 Dec 2017 23:22:53 +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: bb0d0603-d46b-4fbe-a496-20e678d9afd9 X-Archives-Hash: 27ad4e165999a932adc4969a02ee235a commit: f3149308e450e19bf89692baf8932d49b0e7b522 Author: Matthew Thode gentoo org> AuthorDate: Wed Dec 20 03:30:50 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Wed Dec 20 23:18:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3149308 media-plugins/gst-plugins-lv2: adding for pulseeffects Package-Manager: Portage-2.3.14, Repoman-2.3.6 media-plugins/gst-plugins-lv2/Manifest | 1 + .../gst-plugins-lv2/gst-plugins-lv2-1.12.3.ebuild | 16 ++++++++++++++++ media-plugins/gst-plugins-lv2/metadata.xml | 12 ++++++++++++ 3 files changed, 29 insertions(+) diff --git a/media-plugins/gst-plugins-lv2/Manifest b/media-plugins/gst-plugins-lv2/Manifest new file mode 100644 index 00000000000..931bf8b2151 --- /dev/null +++ b/media-plugins/gst-plugins-lv2/Manifest @@ -0,0 +1 @@ +DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2 SHA512 6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661 diff --git a/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.12.3.ebuild b/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.12.3.ebuild new file mode 100644 index 00000000000..bbba511d132 --- /dev/null +++ b/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.12.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer + +DESCRIPTION="Ladspa elements for Gstreamer" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=media-libs/lv2-1.14.0-r1 +" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-lv2/metadata.xml b/media-plugins/gst-plugins-lv2/metadata.xml new file mode 100644 index 00000000000..a87b4071229 --- /dev/null +++ b/media-plugins/gst-plugins-lv2/metadata.xml @@ -0,0 +1,12 @@ + + + + + gstreamer@gentoo.org + GStreamer package maintainers + + + prometheanfire@gentoo.org + Matthew Thode + +