ChangeLog

# ChangeLog for media-sound/freewheeling
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/freewheeling/ChangeLog,v 1.8 2007/07/28 08:45:43 drac Exp $

*freewheeling-0.5.5 (28 Jul 2007)

28 Jul 2007; Samuli Suominen +freewheeling-0.5.5.ebuild:
Version bump.

*freewheeling-0.5.3 (14 Jan 2007)

14 Jan 2007; MATSUU Takuto +freewheeling-0.5.3.ebuild:
Version bumped, bug #149784.

02 Oct 2006; Diego Pettenò
+files/freewheeling-0.5_pre4-gcc41.patch, freewheeling-0.5_pre4.ebuild:
Add patch to build with GCC 4.1, thanks to David Cunningham in bug #140288.

07 Mar 2006; Diego Pettenò
freewheeling-0.5_pre4.ebuild:
Drop virtual/libc dependency. Drop redundant src_compile.

08 Oct 2005; MATSUU Takuto
freewheeling-0.5_pre4.ebuild:
Replace virtual/jack to media-sound/jack-audio-connection-kit.

04 Sep 2005; Diego Pettenò
freewheeling-0.5_pre4.ebuild:
Don't install COPYING file.

15 Jul 2005; David Holm freewheeling-0.5_pre4.ebuild:
Added to ~ppc.

*freewheeling-0.5_pre4 (14 Jul 2005)

14 Jul 2005; Frank van de Pol +metadata.xml,
+freewheeling-0.5_pre4.ebuild:
New ebuild for freewheeling, kindly submitted by Ron Widler
. Closes bug #93154.

Manifest

DIST fweelin-0.5.3-src.tar.bz2 411684 RMD160 425d4b5219736d597673b15c928cfd1e42e88f86 SHA1 da988205abf9a4f4d41842aaa5b58b3d2dd3d796 SHA256 d9dbf283dbde6661afb264e2457e6b8a44427009f956ac14db117551e4df0f06
DIST fweelin-0.5.5-src.tar.bz2 436566 RMD160 ec87b1f87a39d9b33611a6656088973113ea778f SHA1 983abe3700779f09aa85435b2780075485fba2ea SHA256 5facb8cd2ace9f1a0d2a60cc3dd05b1aabf1ce20a2d573858a9c3092b17a3cb6
EBUILD freewheeling-0.5.3.ebuild 1303 RMD160 7e3aba2d2e2d7fef6892bd3319032b245bb7817f SHA1 cf5d2a560f54306e8c3e0351ece9e9a72a854999 SHA256 592a5835574bdc4f28ced0a1d6e0bd078a310c14450ab0adfc16e2869960e364
EBUILD freewheeling-0.5.5.ebuild 1200 RMD160 887ea66ae85885c541f42fa25522c2fb83fd37e0 SHA1 a9040321c71671dd8b0213bffbc37afa155a0480 SHA256 61ae96c242e330713d54032603f379e8c55f20118c8441afcb24daaa524c35be
MISC ChangeLog 1441 RMD160 576bd77d50df9bb258cb52408f46316640fb67aa SHA1 fffb30b1c7514ffbed744e91b2d4ed8f3b6b765d SHA256 166d4fa93051d6f0b0d5a8f0f81a782a1603d6ae2990530cf92e8160d5b66d70
MISC metadata.xml 158 RMD160 6842e2189a50bd8a98e84802c38180ac1421c00e SHA1 703cea5a2109d41f7c87993c1f01d418a4c85174 SHA256 dfb5b47e6836db39fb187301dfcff1c2605e91d13d21db160806a563d8c75f9b

freewheeling-0.5.3.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/freewheeling/freewheeling-0.5.3.ebuild,v 1.1 2007/01/14 01:38:36 matsuu Exp $

inherit eutils multilib

IUSE="fluidsynth"
MY_P="fweelin-${PV/_/}"

DESCRIPTION="A live looping instrument using SDL and jack."
HOMEPAGE="http://freewheeling.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.bz2"

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

# don't keyword it stable on amd64 before talking to fvdpol@gentoo.org
KEYWORDS="~amd64 ~ppc ~x86"

# x11
DEPEND="x11-libs/libXt
net-libs/gnutls
media-libs/freetype
media-libs/sdl-gfx
>=media-libs/sdl-ttf-2.0.0
dev-libs/libxml2
media-libs/alsa-lib
media-sound/jack-audio-connection-kit
fluidsynth? ( media-sound/fluidsynth )
media-libs/libvorbis
media-libs/libsndfile"

S="${WORKDIR}/${MY_P}"

src_unpack() {
unpack ${A}
cd "${S}"
sed -i -e "s:/usr/local/lib/jack:/usr/$(get_libdir)/jack:" src/Makefile.{am,in} || die
}

src_compile() {
econf $(use_enable fluidsynth) || die "econf failed"
emake || die "emake failed"
}

src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog EVOLUTION NEWS README THANKS TUNING
docinto examples; dodoc examples/*
}

freewheeling-0.5.5.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/freewheeling/freewheeling-0.5.5.ebuild,v 1.1 2007/07/28 08:45:43 drac Exp $

inherit multilib

MY_P="fweelin-${PV/_/}"

DESCRIPTION="A live looping instrument using SDL and jack."
HOMEPAGE="http://freewheeling.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="fluidsynth"

RDEPEND="x11-libs/libXt
net-libs/gnutls
media-libs/freetype
media-libs/sdl-gfx
>=media-libs/sdl-ttf-2.0.0
dev-libs/libxml2
media-libs/alsa-lib
media-sound/jack-audio-connection-kit
fluidsynth? ( media-sound/fluidsynth )
media-libs/libvorbis
media-libs/libsndfile"
DEPEND="${RDEPEND}"

S="${WORKDIR}"/${MY_P}

src_unpack() {
unpack ${A}
cd "${S}"
sed -i -e "s:/usr/local/lib/jack:/usr/$(get_libdir)/jack:" src/Makefile.{am,in}
}

src_compile() {
econf $(use_enable fluidsynth)
emake || die "emake failed."
}

src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog NEWS README THANKS TUNING
docinto examples
dodoc examples/*
}

metadata.xml




sound