summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-01-07 15:17:35 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-01-07 15:17:35 +0000
commit96ce5f53477caa0bc1896dce0b43b1360e193ebf (patch)
tree3ea5a9c1454837e10a86d7d727ca06436fdbff69 /media-libs
parentadd gtk useflag and make deps match reality (diff)
downloadgentoo-2-96ce5f53477caa0bc1896dce0b43b1360e193ebf.tar.gz
gentoo-2-96ce5f53477caa0bc1896dce0b43b1360e193ebf.tar.bz2
gentoo-2-96ce5f53477caa0bc1896dce0b43b1360e193ebf.zip
initial import, ebuild by Gavin Pryke
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/lv2-ui/ChangeLog10
-rw-r--r--media-libs/lv2-ui/lv2-ui-2.4.ebuild20
-rw-r--r--media-libs/lv2-ui/metadata.xml8
3 files changed, 38 insertions, 0 deletions
diff --git a/media-libs/lv2-ui/ChangeLog b/media-libs/lv2-ui/ChangeLog
new file mode 100644
index 000000000000..e112a44eda32
--- /dev/null
+++ b/media-libs/lv2-ui/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-libs/lv2-ui
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2-ui/ChangeLog,v 1.1 2012/01/07 15:17:35 aballier Exp $
+
+*lv2-ui-2.4 (07 Jan 2012)
+
+ 07 Jan 2012; Alexis Ballier <aballier@gentoo.org> +lv2-ui-2.4.ebuild,
+ +metadata.xml:
+ initial import, ebuild by Gavin Pryke
+
diff --git a/media-libs/lv2-ui/lv2-ui-2.4.ebuild b/media-libs/lv2-ui/lv2-ui-2.4.ebuild
new file mode 100644
index 000000000000..ed703b9a7f0d
--- /dev/null
+++ b/media-libs/lv2-ui/lv2-ui-2.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2-ui/lv2-ui-2.4.ebuild,v 1.1 2012/01/07 15:17:35 aballier Exp $
+
+EAPI=3
+inherit 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"
+IUSE=""
+
+DEPEND=""
+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..db82acdb6622
--- /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>