public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/jalv: metadata.xml ChangeLog jalv-1.0.0.ebuild
@ 2012-04-23 13:21 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2012-04-23 13:21 UTC (permalink / raw
  To: gentoo-commits

aballier    12/04/23 13:21:00

  Added:                metadata.xml ChangeLog jalv-1.0.0.ebuild
  Log:
  initial import. ebuild by me.
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-sound/jalv/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>proaudio</herd>

<longdescription lang="en">
	Jalv is a simple but fully featured LV2 host for Jack. It runs LV2 plugins and exposes their ports as Jack ports, essentially making any LV2 plugin function as a Jack application.

	Jalv is a small program which is useful, but also intended to be an appropriate test host for plugin development. It runs plugins from the command line with no user interaction, is light enough to run in valgrind, and is capable of dumping all plugin to/from UI communication in a human readable format.

	To make it simple to test plugins in hosts that use different toolkits, there are several Jalv executables: jalv, jalv.gtk, jalv.gtkmm, and jalv.qt.
</longdescription>

<use>
	<flag name="gtkmm"> Adds support for <pkg>dev-cpp/gtkmm</pkg>: C++ interface for GTK+2</flag>
</use>

</pkgmetadata>



1.1                  media-sound/jalv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for media-sound/jalv
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/ChangeLog,v 1.1 2012/04/23 13:21:00 aballier Exp $

*jalv-1.0.0 (23 Apr 2012)

  23 Apr 2012; Alexis Ballier <aballier@gentoo.org> +jalv-1.0.0.ebuild,
  +metadata.xml:
  initial import. ebuild by me.




1.1                  media-sound/jalv/jalv-1.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.0.0.ebuild?rev=1.1&content-type=text/plain

Index: jalv-1.0.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.0.0.ebuild,v 1.1 2012/04/23 13:21:00 aballier Exp $

EAPI=4

inherit waf-utils

DESCRIPTION="Simple but fully featured LV2 host for Jack"
HOMEPAGE="http://drobilla.net/software/jalv/"
SRC_URI="http://download.drobilla.net/${P}.tar.bz2"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE="gtk gtkmm qt4"

RDEPEND="media-libs/lv2
	>=media-libs/lilv-0.14.0
	>=dev-libs/serd-0.4.5
	>=media-libs/suil-0.6.0
	>=media-libs/sratom-0.2.0
	>=media-sound/jack-audio-connection-kit-0.120.0
	gtk? ( >=x11-libs/gtk+-2.18.0:2 )
	gtkmm? ( >=dev-cpp/gtkmm-2.20.0:2.4 )
	qt4? ( x11-libs/qt-gui:4 )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

DOCS=( "AUTHORS" "NEWS" "README" )

src_configure() {
	# otherwise automagic
	use gtk || sed -i -e 's/gtk+-2.0/DiSaBlEd/' wscript
	use gtkmm || sed -i -e 's/gtkmm-2.4/DiSaBlEd/' wscript
	use qt4 || sed -i -e 's/QtGui/DiSaBlEd/' wscript
	waf-utils_src_configure \
		"--docdir=/usr/share/doc/${PF}"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-23 13:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-23 13:21 [gentoo-commits] gentoo-x86 commit in media-sound/jalv: metadata.xml ChangeLog jalv-1.0.0.ebuild Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox