| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.9.2-r1.ebuild,v 1.3 2012/04/05 07:36:31 jdhore Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.9.2-r1.ebuild,v 1.4 2012/05/05 08:50:12 mgorny Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | inherit eutils |
6 | inherit eutils |
| 7 | |
7 | |
| 8 | DESCRIPTION="Seq24 is a loop based MIDI sequencer with focus on live performances." |
8 | DESCRIPTION="Seq24 is a loop based MIDI sequencer with focus on live performances." |
| … | |
… | |
| 18 | >=dev-cpp/gtkmm-2.4:2.4 |
18 | >=dev-cpp/gtkmm-2.4:2.4 |
| 19 | >=dev-libs/libsigc++-2.2:2 |
19 | >=dev-libs/libsigc++-2.2:2 |
| 20 | jack? ( >=media-sound/jack-audio-connection-kit-0.90 ) |
20 | jack? ( >=media-sound/jack-audio-connection-kit-0.90 ) |
| 21 | lash? ( >=media-sound/lash-0.5 )" |
21 | lash? ( >=media-sound/lash-0.5 )" |
| 22 | DEPEND="${RDEPEND} |
22 | DEPEND="${RDEPEND} |
| 23 | dev-util/pkgconfig" |
23 | virtual/pkgconfig" |
| 24 | |
24 | |
| 25 | DOCS=( AUTHORS ChangeLog README RTC SEQ24 ) |
25 | DOCS=( AUTHORS ChangeLog README RTC SEQ24 ) |
| 26 | |
26 | |
| 27 | src_prepare() { |
27 | src_prepare() { |
| 28 | epatch "${FILESDIR}"/${P}-lash-fix.patch |
28 | epatch "${FILESDIR}"/${P}-lash-fix.patch |