Skip to content

Instantly share code, notes, and snippets.

@simonvanderveldt
Created October 4, 2016 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonvanderveldt/18d0cebfef23f53664013c6da398920a to your computer and use it in GitHub Desktop.
Save simonvanderveldt/18d0cebfef23f53664013c6da398920a to your computer and use it in GitHub Desktop.
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit git-r3 gnome2 eutils autotools
DESCRIPTION="A modular, free, open source music studio that is conceptionally based on Buzz"
HOMEPAGE="http://www.buzztrax.org"
LICENSE="GPL-2"
EGIT_REPO_URI="https://github.com/Buzztrax/buzztrax.git"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc +introspection static-libs"
RDEPEND=">=media-libs/gstreamer-1.2.0[introspection?]
>=media-libs/gst-plugins-base-1.2.0
>=media-libs/gst-plugins-good-1.2.0
dev-libs/glib:2
gnome-extra/libgsf
dev-libs/libxml2
x11-libs/gtk+:3
media-libs/clutter-gtk
introspection? ( dev-libs/gobject-introspection )"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( dev-util/gtk-doc )"
src_configure() {
./autogen.sh \
$(use_enable doc gtk-doc-html) \
$(use_enable introspection) \
$(use_enable static-libs static)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment