commit:     49d0f87fdc86188a64d3221d5e4f5fd3c2a859ff
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 08:49:33 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 08:49:33 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d0f87f

media-libs/lilv: Bump to 0.22.0

Package-Manager: portage-2.2.23

 media-libs/lilv/Manifest           |  1 +
 media-libs/lilv/lilv-0.22.0.ebuild | 53 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/media-libs/lilv/Manifest b/media-libs/lilv/Manifest
index 54e92e2..a393ccf 100644
--- a/media-libs/lilv/Manifest
+++ b/media-libs/lilv/Manifest
@@ -1,2 +1,3 @@
 DIST lilv-0.18.0.tar.bz2 201334 SHA256 
55995dd966df233337d80ff59c7b2a7ed0df56e82ec06d179feb518f00733ccd SHA512 
a4892446220f642fb555eed39ce50a8235546c4415e979fe7f54acdc89fca6e437632b714e179806f3cbb80c81c0988978b8e1bcaa904c5e23ca789f6cb39206
 WHIRLPOOL 
b36bbf7ce471e5cac4da7cb3fee3eea59dc85d494f745aec1a2fd8cc34289bd24c4c77302ea2613292847a65c4d84440b1a4780b4f45b6fac9585ceb005716ad
 DIST lilv-0.20.0.tar.bz2 207948 SHA256 
428a39f1265d44c55f2604829a12ade0ea13e1a1022ff937ca2a9ad227bd422a SHA512 
bbc8b9154339cd145a61c5e4613fd31a2e457df8242c55371f3245564d3b23d028a0bc0ffafac393119bb47171b7c735f0c3a55cf5bffc6920ae89aa877240e5
 WHIRLPOOL 
1e71e553f1b969d40042633c9eb63b96ef1f9d72d8087326414f840ffe8ee38094f63cabf0efc57dece04471e7d4897140fbb886bad21f11a6282d420530d51c
+DIST lilv-0.22.0.tar.bz2 217207 SHA256 
cd279321223ef11ca01551767d3c16d68cb31f689e02320a0b2e37b4f7d17ab4 SHA512 
6c2827c1658437bd00f66f81d87c55c9dc26b575dd42f6dcce04c58f4a924fd6fa1499730f1b5ab4703d0537d722e6fd0d841fce065660b37540d257cf13024a
 WHIRLPOOL 
acc86bef9e3e2b1153aefa5c0c15f57594c898c43be9eb9e77219eacb57baf9dc284da1fe7990b79c7627c26f624ee3a8d369963f59f8635a32112d2a7417558

diff --git a/media-libs/lilv/lilv-0.22.0.ebuild 
b/media-libs/lilv/lilv-0.22.0.ebuild
new file mode 100644
index 0000000..da5a8e7
--- /dev/null
+++ b/media-libs/lilv/lilv-0.22.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit base python-any-r1 waf-utils bash-completion-r1
+
+DESCRIPTION="Library to make the use of LV2 plugins as simple as possible for 
applications"
+HOMEPAGE="http://drobilla.net/software/lilv/";
+SRC_URI="http://download.drobilla.net/${P}.tar.bz2";
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc +dyn-manifest static-libs test"
+
+RDEPEND="media-libs/lv2
+       >=media-libs/sratom-0.4.0
+       >=dev-libs/serd-0.14.0
+       >=dev-libs/sord-0.13.0"
+DEPEND="${RDEPEND}
+       ${PYTHON_DEPS}
+       doc? ( app-doc/doxygen )
+       virtual/pkgconfig"
+
+DOCS=( "AUTHORS" "NEWS" "README" )
+
+src_prepare() {
+       sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
+}
+
+src_configure() {
+       waf-utils_src_configure \
+               --docdir="${EPREFIX}"/usr/share/doc/${PF} \
+               --no-bash-completion \
+               $(use test && echo "--test") \
+               $(use doc && echo "--docs") \
+               $(use static-libs && echo "--static") \
+               $(use dyn-manifest && echo "--dyn-manifest")
+}
+
+src_test() {
+       ./waf test || die
+}
+
+src_install() {
+       waf-utils_src_install
+       newbashcomp utils/lilv.bash_completion ${PN}
+}

Reply via email to