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-plugins/ir_lv2: metadata.xml ir_lv2-1.1.ebuild ChangeLog
Date: Mon, 24 Jan 2011 11:55:50
Message-Id: 20110124115539.6B25720054@flycatcher.gentoo.org
1 aballier 11/01/24 11:55:39
2
3 Added: metadata.xml ir_lv2-1.1.ebuild ChangeLog
4 Log:
5 initial import, ebuild by me
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-plugins/ir_lv2/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/ir_lv2/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/ir_lv2/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 </pkgmetadata>
22
23
24
25 1.1 media-plugins/ir_lv2/ir_lv2-1.1.ebuild
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/ir_lv2/ir_lv2-1.1.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/ir_lv2/ir_lv2-1.1.ebuild?rev=1.1&content-type=text/plain
29
30 Index: ir_lv2-1.1.ebuild
31 ===================================================================
32 # Copyright 1999-2011 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: /var/cvsroot/gentoo-x86/media-plugins/ir_lv2/ir_lv2-1.1.ebuild,v 1.1 2011/01/24 11:55:39 aballier Exp $
35
36 EAPI=3
37
38 inherit base toolchain-funcs flag-o-matic multilib
39
40 MY_P="${P/_/.}"
41 DESCRIPTION="LV2 convolver plugin especially for creating reverb effects"
42 HOMEPAGE="http://factorial.hu/plugins/lv2/ir"
43 SRC_URI="http://factorial.hu/system/files/${MY_P}.tar.gz"
44
45 LICENSE="GPL-2"
46 SLOT="0"
47 KEYWORDS="~amd64"
48 IUSE=""
49
50 RDEPEND="media-libs/zita-convolver
51 x11-libs/gtk+:2
52 media-libs/libsndfile
53 media-libs/libsamplerate"
54 DEPEND="${RDEPEND}
55 dev-util/pkgconfig"
56
57 S=${WORKDIR}/${PN/_/.}
58
59 PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
60
61 src_compile() {
62 tc-export CC CXX
63 append-cxxflags -fPIC
64 emake || die
65 }
66
67 src_install() {
68 emake INSTDIR="${D}/usr/$(get_libdir)/lv2/ir.lv2" install || die
69 dodoc README ChangeLog || die
70 }
71
72
73
74 1.1 media-plugins/ir_lv2/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/ir_lv2/ChangeLog?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/ir_lv2/ChangeLog?rev=1.1&content-type=text/plain
78
79 Index: ChangeLog
80 ===================================================================
81 # ChangeLog for media-plugins/ir_lv2
82 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
83 # $Header: /var/cvsroot/gentoo-x86/media-plugins/ir_lv2/ChangeLog,v 1.1 2011/01/24 11:55:39 aballier Exp $
84
85 *ir_lv2-1.1 (24 Jan 2011)
86
87 24 Jan 2011; Alexis Ballier <aballier@g.o> +ir_lv2-1.1.ebuild,
88 +files/ir_lv2-1.1-makefile.patch, +metadata.xml:
89 initial import, ebuild by me