You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/din/din-5.2.1.ebuild

38 lines
842 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils autotools
DESCRIPTION="a software musical instrument and audio synthesizer"
HOMEPAGE="http://dinisnoise.org/"
SRC_URI="https://din.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-lang/tcl:0=
media-libs/liblo
media-sound/jack-audio-connection-kit
net-libs/libircclient
sci-libs/fftw:3.0
virtual/opengl
x11-libs/libX11"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
epatch "${FILESDIR}"/${P}-makefile.patch
epatch "${FILESDIR}"/${P}-tcl.patch
epatch "${FILESDIR}"/${P}-desktop.patch
epatch "${FILESDIR}"/fix-random-constants.patch
# force script to be regenerated so it uses the right data path
rm data/checkdotdin || die
eautoreconf
}