diff options
Diffstat (limited to 'media-sound/noteedit/noteedit-2.8.0.ebuild')
-rw-r--r-- | media-sound/noteedit/noteedit-2.8.0.ebuild | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/media-sound/noteedit/noteedit-2.8.0.ebuild b/media-sound/noteedit/noteedit-2.8.0.ebuild new file mode 100644 index 000000000000..89961f921a54 --- /dev/null +++ b/media-sound/noteedit/noteedit-2.8.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.8.0.ebuild,v 1.1 2005/10/30 15:12:41 flameeyes Exp $ + +IUSE="" + +inherit kde-functions kde eutils flag-o-matic + +DESCRIPTION="Musical score editor (for Linux)." +HOMEPAGE="http://noteedit.berlios.de/" +SRC_URI="http://download.berlios.de/noteedit/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +DEPEND="|| ( kde-base/kmid kde-base/kdemultimedia ) + kde-base/arts + media-libs/tse3" + +need-kde 3 + +pkg_setup() { + append-flags -fpermissive +} + +src_unpack() { + kde_src_unpack + epatch "${FILESDIR}/${PN}-gcc4.patch" + epatch "${FILESDIR}/${P}-qt-3.3.5.patch" + + # Force rebuilding configure for the patch above + rm configure +} + +src_install() { + kde_src_install + dodoc FAQ FAQ.de examples + docinto examples + dodoc noteedit/examples/* +} |