summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-libs/lv2-ui
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-libs/lv2-ui')
-rw-r--r--media-libs/lv2-ui/Manifest1
-rw-r--r--media-libs/lv2-ui/lv2-ui-2.4-r1.ebuild24
-rw-r--r--media-libs/lv2-ui/metadata.xml8
3 files changed, 33 insertions, 0 deletions
diff --git a/media-libs/lv2-ui/Manifest b/media-libs/lv2-ui/Manifest
new file mode 100644
index 000000000000..b66418503b17
--- /dev/null
+++ b/media-libs/lv2-ui/Manifest
@@ -0,0 +1 @@
+DIST lv2-ui-2.4.tar.bz2 101001 SHA256 0175ff907293eec928d3543612d179359d9d515f8bf6bd032054e36f761f7bdd SHA512 55c6c1ae24045ff6e088408975d8555285404e9d2a3f06fbd5d6711b79fbf90b29f4b7e414b26727bd596814f86c643b4d27b2be8b7645e0b63af189b62d1278 WHIRLPOOL f7179aa9a53cae6c8d79d4d2e5feeacfa093e8b950c157ac49d6dd1317a0fc5aa21efb789da4bb6d33404f27e100b8daa3768e466d53972302df681989362c25
diff --git a/media-libs/lv2-ui/lv2-ui-2.4-r1.ebuild b/media-libs/lv2-ui/lv2-ui-2.4-r1.ebuild
new file mode 100644
index 000000000000..92be57cafb86
--- /dev/null
+++ b/media-libs/lv2-ui/lv2-ui-2.4-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE='threads'
+
+inherit python-any-r1 waf-utils
+
+DESCRIPTION="Generic UI interface for LV2 plugins"
+HOMEPAGE="http://lv2plug.in/ns/extensions/ui"
+SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND=">=media-libs/lv2core-6.0"
+
+DOCS=( "NEWS" )
diff --git a/media-libs/lv2-ui/metadata.xml b/media-libs/lv2-ui/metadata.xml
new file mode 100644
index 000000000000..630499147bb2
--- /dev/null
+++ b/media-libs/lv2-ui/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>proaudio</herd>
+ <longdescription lang="en">
+ This extension defines an interface that can be used in LV2 plugins and hosts to create UIs for plugins. The UIs are similar to plugins and reside in shared object files in an LV2 bundle.
+</longdescription>
+</pkgmetadata>