diff options
Diffstat (limited to 'gnustep-apps/melodie/melodie-0.4.1.ebuild')
-rw-r--r-- | gnustep-apps/melodie/melodie-0.4.1.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/gnustep-apps/melodie/melodie-0.4.1.ebuild b/gnustep-apps/melodie/melodie-0.4.1.ebuild new file mode 100644 index 0000000..c16da91 --- /dev/null +++ b/gnustep-apps/melodie/melodie-0.4.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +inherit gnustep-2 + +S="${WORKDIR}/Etoile-${PV}/Services/User/Melodie" + +DESCRIPTION="Melodie is a music player for Etoile" + +HOMEPAGE="http://www.etoile-project.org" +SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.bz2" + +LICENSE="BSD" +KEYWORDS="~amd64 ~ppc ~x86" +SLOT="0" +IUSE="" + +DEPEND=">=gnustep-base/gnustep-gui-0.16.0 + media-libs/libmp4v2 + media-libs/taglib + >=gnustep-libs/coreobject-${PV} + >=gnustep-libs/etoile-ui-${PV} + >=gnustep-libs/iconkit-${PV} + >=gnustep-libs/mediakit-${PV} + >=gnustep-libs/scriptkit-${PV} + >=gnustep-libs/smalltalkkit-${PV}" +RDEPEND="${DEPEND}" + +src_prepare() { + cd "${WORKDIR}/Etoile-${PV}" + sed -i -e "s/-Werror/-Werror -Wno-unreachable-code/" etoile.make "${S}"/GNUmakefile || die "sed failed" +} |