Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/calf: metadata.xml calf-0.0.60.ebuild calf-9999.ebuild Manifest ChangeLog
Date: Sat, 25 Jul 2015 08:47:44
Message-Id: 20150725084739.164D0C1@oystercatcher.gentoo.org
1 yngwin 15/07/25 08:47:39
2
3 Added: metadata.xml calf-0.0.60.ebuild calf-9999.ebuild
4 Manifest ChangeLog
5 Log:
6 Initial import. Ebuild updated from proaudio overlay.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
9
10 Revision Changes Path
11 1.1 media-plugins/calf/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/calf/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/calf/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>proaudio</herd>
22 <use>
23 <flag name="lv2">Add support for Ladspa V2</flag>
24 </use>
25 </pkgmetadata>
26
27
28
29 1.1 media-plugins/calf/calf-0.0.60.ebuild
30
31 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/calf/calf-0.0.60.ebuild?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/calf/calf-0.0.60.ebuild?rev=1.1&content-type=text/plain
33
34 Index: calf-0.0.60.ebuild
35 ===================================================================
36 # Copyright 1999-2015 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Header: /var/cvsroot/gentoo-x86/media-plugins/calf/calf-0.0.60.ebuild,v 1.1 2015/07/25 08:47:39 yngwin Exp $
39
40 EAPI=5
41 AUTOTOOLS_AUTORECONF=yes
42 inherit autotools-utils
43
44 DESCRIPTION="A set of open source instruments and effects for digital audio workstations"
45 HOMEPAGE="http://calf-studio-gear.org/"
46
47 if [[ "${PV}" = "9999" ]] ; then
48 inherit git-r3
49 EGIT_REPO_URI="https://github.com/calf-studio-gear/calf.git"
50 else
51 SRC_URI="https://github.com/calf-studio-gear/calf/archive/${PV}.tar.gz -> ${P}.tar.gz"
52 KEYWORDS="~amd64 ~x86"
53 fi
54
55 LICENSE="LGPL-2.1"
56 SLOT="0"
57 IUSE="lash lv2 static-libs"
58
59 RDEPEND="dev-libs/atk
60 dev-libs/expat
61 dev-libs/glib:2
62 gnome-base/libglade:2.0
63 media-sound/fluidsynth
64 media-sound/jack-audio-connection-kit
65 x11-libs/cairo
66 x11-libs/gdk-pixbuf
67 x11-libs/gtk+:2
68 x11-libs/pango
69 lash? ( media-sound/lash )
70 lv2? ( media-libs/lv2 )"
71 DEPEND="${RDEPEND}
72 virtual/pkgconfig"
73
74 src_configure() {
75 myeconfargs=(
76 --with-lv2-dir=/usr/$(get_libdir)/lv2
77 $(use_with lash)
78 $(use_with lv2)
79 )
80 autotools-utils_src_configure
81 }
82
83
84
85 1.1 media-plugins/calf/calf-9999.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/calf/calf-9999.ebuild?rev=1.1&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/calf/calf-9999.ebuild?rev=1.1&content-type=text/plain
89
90 Index: calf-9999.ebuild
91 ===================================================================
92 # Copyright 1999-2015 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 # $Header: /var/cvsroot/gentoo-x86/media-plugins/calf/calf-9999.ebuild,v 1.1 2015/07/25 08:47:39 yngwin Exp $
95
96 EAPI=5
97 AUTOTOOLS_AUTORECONF=yes
98 inherit autotools-utils
99
100 DESCRIPTION="A set of open source instruments and effects for digital audio workstations"
101 HOMEPAGE="http://calf-studio-gear.org/"
102
103 if [[ "${PV}" = "9999" ]] ; then
104 inherit git-r3
105 EGIT_REPO_URI="https://github.com/calf-studio-gear/calf.git"
106 else
107 SRC_URI="https://github.com/calf-studio-gear/calf/archive/${PV}.tar.gz -> ${P}.tar.gz"
108 KEYWORDS="~amd64 ~x86"
109 fi
110
111 LICENSE="LGPL-2.1"
112 SLOT="0"
113 IUSE="lash lv2 static-libs"
114
115 RDEPEND="dev-libs/atk
116 dev-libs/expat
117 dev-libs/glib:2
118 gnome-base/libglade:2.0
119 media-sound/fluidsynth
120 media-sound/jack-audio-connection-kit
121 x11-libs/cairo
122 x11-libs/gdk-pixbuf
123 x11-libs/gtk+:2
124 x11-libs/pango
125 lash? ( media-sound/lash )
126 lv2? ( media-libs/lv2 )"
127 DEPEND="${RDEPEND}
128 virtual/pkgconfig"
129
130 src_configure() {
131 myeconfargs=(
132 --with-lv2-dir=/usr/$(get_libdir)/lv2
133 $(use_with lash)
134 $(use_with lv2)
135 )
136 autotools-utils_src_configure
137 }
138
139
140
141 1.1 media-plugins/calf/Manifest
142
143 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/calf/Manifest?rev=1.1&view=markup
144 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/calf/Manifest?rev=1.1&content-type=text/plain
145
146 Index: Manifest
147 ===================================================================
148 DIST calf-0.0.60.tar.gz 5594386 SHA256 5ca8d3c8fbdca52304cbd01d80eebc0e2adf6bc6404a05a5fc58a0f5512c8100 SHA512 85a814b1210765bd16a60a4921c4518b1721c6b72aa9c902d1c0f8e4dcad285de2b52e3c2783bc221b575c61de9c859f40d589cf8a68efc260f393a864dfc360 WHIRLPOOL 4cf931e1f6bddf4b4b53cd2d18f61c400fdf8c2137507f3623414bdd39980502163eb4cebcac953d9ab38e5571cbaf9de54e6c7cb25bfb61e59e2d0efbc5b692
149 EBUILD calf-0.0.60.ebuild 1051 SHA256 3d8b50a1ef5c3f0952229f865ea2e78ffeb2977379303d1c4694e660042c187f SHA512 396e04c37607d56f0ac0e71e58853b4d120347bcca5caad18ef292b8106f509d8b8b82c1c455dfe44068fe8686b8c9d6c7db7fa1584b78c0277ac5f9bdcc8c37 WHIRLPOOL 54a666d7736a1fdb90c74ce41e36ce800b8673e061b2c108182566361126a07050390b1b233fceffa735fb2ce370ce19d42997a03a28308ef62e9763307a1916
150 EBUILD calf-9999.ebuild 1051 SHA256 3d8b50a1ef5c3f0952229f865ea2e78ffeb2977379303d1c4694e660042c187f SHA512 396e04c37607d56f0ac0e71e58853b4d120347bcca5caad18ef292b8106f509d8b8b82c1c455dfe44068fe8686b8c9d6c7db7fa1584b78c0277ac5f9bdcc8c37 WHIRLPOOL 54a666d7736a1fdb90c74ce41e36ce800b8673e061b2c108182566361126a07050390b1b233fceffa735fb2ce370ce19d42997a03a28308ef62e9763307a1916
151 MISC metadata.xml 234 SHA256 20428aad08fee2f7a7507f1b456c7ee3ebccd0eba59b90bd70d78b972d2b0799 SHA512 ed4a455e15b346baee30ba9c76637a199fda7c1d7c144cee546d45e7312dc7cd1f50be64d80b0900834a5b7e3851ce82158b676696c3ee1b34809a341edca2a9 WHIRLPOOL 68998d2804aab1645e9cb386ecd149680486b967ccd65b281327247a5617ef3f7c5ee25be285a502d397e6c414db70f39111716a2fe5f7b7a012c327fbe5abae
152
153
154
155 1.1 media-plugins/calf/ChangeLog
156
157 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/calf/ChangeLog?rev=1.1&view=markup
158 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/calf/ChangeLog?rev=1.1&content-type=text/plain
159
160 Index: ChangeLog
161 ===================================================================
162 # ChangeLog for media-plugins/calf
163 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
164 # $Header: /var/cvsroot/gentoo-x86/media-plugins/calf/ChangeLog,v 1.1 2015/07/25 08:47:39 yngwin Exp $
165
166 *calf-9999 (25 Jul 2015)
167 *calf-0.0.60 (25 Jul 2015)
168
169 25 Jul 2015; Ben de Groot <yngwin@g.o> +calf-0.0.60.ebuild,
170 +calf-9999.ebuild, +metadata.xml:
171 Initial import. Ebuild updated from proaudio overlay.