Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18054 - galan-0.2.14.ebuild (Update)
Summary: galan-0.2.14.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: J. Ellis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-23 15:25 UTC by Torben Hohn (RETIRED)
Modified: 2003-03-23 18:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
galan-0.2.14.ebuild (Update) (galan-0.2.14.ebuild,1.04 KB, text/plain)
2003-03-23 15:27 UTC, Torben Hohn (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Torben Hohn (RETIRED) gentoo-dev 2003-03-23 15:25:05 UTC
hi...

galan-0.2.14 is released and the submitted ebuild is emerging at my machine at the moment....



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Torben Hohn (RETIRED) gentoo-dev 2003-03-23 15:27:06 UTC
Created attachment 9729 [details]
galan-0.2.14.ebuild (Update)


# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/media-sound/galan/galan-0.2.13d.ebuild,v
1.1 2003/03/15 11:49:28 jje Exp $


DESCRIPTION="gAlan - Graphical Audio Language"
SRC_URI="mirror://sourceforge/galan/${P}.tar.gz"
HOMEPAGE="http://galan.sourceforge.net/"

SLOT="0"
LICENSE="GPL-2"

KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"

IUSE="oggvorbis alsa opengl esd"

S=${WORKDIR}/${P}
DEPEND=">=x11-libs/gtk+-1.2* 
	media-libs/gdk-pixbuf
	oggvorbis? ( >=media-sound/vorbis-tools-1.0 )
	alsa? ( >=media-libs/alsa-lib-0.9.0_rc1 )
	opengl? ( >=x11-libs/gtkglarea-1.2* )
	esd? ( media-sound/esound )
	media-libs/liblrdf
	media-libs/ladspa-sdk
	media-libs/audiofile
	media-libs/libsndfile"


src_unpack() {
	unpack ${A}
}

src_compile() {
	econf || die "configure failed"
	emake || die "build failed"
}

src_install() {
    einstall || dies "install failed"
}

DOC="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO doc/"
Comment 2 J. Ellis (RETIRED) gentoo-dev 2003-03-23 18:59:21 UTC
Hello Torben, version bump commited. Thanks.

BTW, is it worth creating an ebuild for the 3.0 branch? I'd like to get a jack enabled version out there. Let me know.