Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/lv2-ui: metadata.xml ChangeLog lv2-ui-2.4.ebuild
Date: Sat, 07 Jan 2012 15:17:47
Message-Id: 20120107151735.BD9DB2004B@flycatcher.gentoo.org
1 aballier 12/01/07 15:17:35
2
3 Added: metadata.xml ChangeLog lv2-ui-2.4.ebuild
4 Log:
5 initial import, ebuild by Gavin Pryke
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-libs/lv2-ui/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>proaudio</herd>
21 <longdescription lang="en">
22 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.
23 </longdescription>
24 </pkgmetadata>
25
26
27
28 1.1 media-libs/lv2-ui/ChangeLog
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/ChangeLog?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/ChangeLog?rev=1.1&content-type=text/plain
32
33 Index: ChangeLog
34 ===================================================================
35 # ChangeLog for media-libs/lv2-ui
36 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
37 # $Header: /var/cvsroot/gentoo-x86/media-libs/lv2-ui/ChangeLog,v 1.1 2012/01/07 15:17:35 aballier Exp $
38
39 *lv2-ui-2.4 (07 Jan 2012)
40
41 07 Jan 2012; Alexis Ballier <aballier@g.o> +lv2-ui-2.4.ebuild,
42 +metadata.xml:
43 initial import, ebuild by Gavin Pryke
44
45
46
47
48 1.1 media-libs/lv2-ui/lv2-ui-2.4.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/lv2-ui-2.4.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/lv2-ui-2.4.ebuild?rev=1.1&content-type=text/plain
52
53 Index: lv2-ui-2.4.ebuild
54 ===================================================================
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $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 $
58
59 EAPI=3
60 inherit waf-utils
61
62 DESCRIPTION="Generic UI interface for LV2 plugins"
63 HOMEPAGE="http://lv2plug.in/ns/extensions/ui"
64 SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2"
65
66 LICENSE="ISC"
67 SLOT="0"
68 KEYWORDS="~amd64"
69 IUSE=""
70
71 DEPEND=""
72 RDEPEND=">=media-libs/lv2core-6.0"
73
74 DOCS=( "NEWS" )