mgorny 15/06/12 20:07:21 Modified: ChangeLog Added: slv2-0.6.6-r1.ebuild Log: python-any-r1 & waf-utils to the rescue. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.23 media-libs/slv2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 27 Jun 2012 19:46:57 -0000 1.22 +++ ChangeLog 12 Jun 2015 20:07:21 -0000 1.23 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/slv2 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.22 2012/06/27 19:46:57 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.23 2015/06/12 20:07:21 mgorny Exp $ + +*slv2-0.6.6-r1 (12 Jun 2015) + + 12 Jun 2015; Michał Górny <[email protected]> +slv2-0.6.6-r1.ebuild: + python-any-r1 & waf-utils to the rescue. 27 Jun 2012; Samuli Suominen <[email protected]> slv2-0.6.6.ebuild: Pass LDFLAGS to LINKFLAGS for ./waf wrt #330197 by Gavin Pryke and Kacper @@ -86,4 +91,3 @@ 10 Dec 2007; Alexis Ballier <[email protected]> +metadata.xml, +slv2-0.3.2.ebuild: initial import: a library to use ladspa v2 plugins easily - 1.1 media-libs/slv2/slv2-0.6.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/slv2-0.6.6-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/slv2/slv2-0.6.6-r1.ebuild?rev=1.1&content-type=text/plain Index: slv2-0.6.6-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.6.6-r1.ebuild,v 1.1 2015/06/12 20:07:21 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE='threads(+)' inherit eutils multilib python-any-r1 toolchain-funcs waf-utils DESCRIPTION="A library to make the use of LV2 plugins as simple as possible for applications" HOMEPAGE="http://wiki.drobilla.net/SLV2" SRC_URI="http://download.drobilla.net/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc jack" RDEPEND=">=dev-libs/redland-1.0.6 jack? ( >=media-sound/jack-audio-connection-kit-0.107.0 ) || ( media-libs/lv2 media-libs/lv2core )" DEPEND="${RDEPEND} ${PYTHON_DEPS} virtual/pkgconfig doc? ( app-doc/doxygen )" src_prepare() { epatch "${FILESDIR}"/ldconfig.patch } src_configure() { waf-utils_src_configure \ --prefix=/usr \ --libdir=/usr/$(get_libdir) \ --htmldir=/usr/share/doc/${PF}/html \ $(use doc && echo --build-docs) \ $(use jack || echo --no-jack) }
