Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22271 - ssm cvs ebuild. provides better jack support amongst other features (sound)
Summary: ssm cvs ebuild. provides better jack support amongst other features (sound)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Torben Hohn (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-06-05 06:16 UTC by Antoine Rivoire
Modified: 2004-01-22 03:30 UTC (History)
0 users

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


Attachments
ssm-cvs-0.1.ebuild (New Package) (ssm-cvs-0.1.ebuild,1.38 KB, text/plain)
2003-06-13 01:06 UTC, Torben Hohn (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Rivoire 2003-06-05 06:16:53 UTC
inherit cvs

DESCRIPTION="SSM is a object oriented modular softsynth/ sequencer/ sampler."
HOMEPAGE="http://www.pawfal.org/Software/SSM/"
#SRC_URI="mirror://sourceforge/spiralmodular/${P}.tar.gz"

#ECVS_SERVER="cvs.spiralmodular.sourceforge.net:/cvsroot/spiralmodular"
ECVS_MODULE="ssm"
ECVS_TOP_DIR="$DISTDIR/cvs-src/spiralmodular"

#SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
RDEPEND=">=x11-libs/fltk-1.1 \
	media-libs/ladspa-sdk"

DEPEND=">=x11-libs/fltk-1.1 \
	virtual/jack \
	media-libs/ladspa-sdk"

S="$WORKDIR/${PN/-cvs/}"

src_compile () {

	sh autogen.sh
	for i in `find . -name Makefile.in` 
	do 	cat $i|sed s/CXXFLAGS=\\t@CXXFLAGS@/CXXFLAGS=\\t@CXXFLAGS@\
@FLTK_CXXFLAGS@/ |sed s/CFLAGS\\t=\\t@CFLAGS@/CFLAGS\\t=\\t@CFLAGS@\
@FLTK_CFLAGS@/ > $i.new
		mv $i $i.old
		mv $i.new $i
		rm $i.old
	done
        myconf="--enable-shared  --enable-jack"
	econf ${myconf} || die "configure failed"
	emake || die
}

src_install() {
	dodir /usr/bin /usr/lib /usr/share/man /usr/share/info
	dodoc Examples/*
	make bindir=${D}/usr/bin libdir=${D}/usr/lib mandir=${D}/usr/share/man
infodir=${D}/usr/share/info datadir=${D}/usr/share install || die
}

pkg_postinst() {

        einfo ""
        einfo "Remember to remove any old ~/.sprialmodular files"
        einfo ""
}
Comment 1 Torben Hohn (RETIRED) gentoo-dev 2003-06-13 01:06:32 UTC
Created attachment 13194 [details]
ssm-cvs-0.1.ebuild (New Package)

Please attach ebuilds as file and not as a comment
Comment 2 Torben Hohn (RETIRED) gentoo-dev 2004-01-22 03:30:42 UTC
Sorry but we dont do cvs ebuilds anymore.
i would be happy to add a cvs snapshot though.