Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 122321

Summary: stk-4.2.1.ebuild Synthesis ToolKit (new submission)
Product: Gentoo Linux Reporter: charles quarra <charlls_quarra>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED FIXED    
Severity: enhancement CC: proaudio, sound
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: stk-4.2.1.ebuild
stk-4.2.1.ebuild (fix to the previous file)
update and cleanup of stk-4.2.1.ebuild

Description charles quarra 2006-02-09 17:02:25 UTC
The Synthesis ToolKit in C++ (STK) is a set of open source audio signal processing and algorithmic synthesis classes written in the C++ programming language. STK was designed to facilitate rapid development of music synthesis and audio processing software, with an emphasis on cross-platform functionality, realtime control, ease of use, and educational example code.

I suggest sound-libs/stk.
this ebuild depends on alsa, jack-audio-connection-kit and/or oss
Comment 1 charles quarra 2006-02-09 17:04:49 UTC
Created attachment 79388 [details]
stk-4.2.1.ebuild
Comment 2 charles quarra 2006-02-09 20:23:33 UTC
Created attachment 79407 [details]
stk-4.2.1.ebuild (fix to the previous file)



the first one passed wrong parameters to the configure script, it should pass --with-stuff, not --enable-stuff
Comment 3 charles quarra 2006-02-09 20:32:39 UTC
actually, i meant i suggest media-libs/stk, no sound-libs/ 
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2006-02-12 11:53:52 UTC
- license missing
- keywords should be ~
- S=${WORKDIR}/${P} and src_unpack() are superfluous
- RDEPEND="" implies no runtime dependencies, whch doesn't look correct
- DEPENDs are hardcoded, while optional in src_compile
- inherit eutils and do local myconf="(use_with alsa) ...
- remove the lines you've commented out
Comment 5 charles quarra 2006-02-12 18:02:42 UTC
Created attachment 79631 [details]
update and cleanup of stk-4.2.1.ebuild
Comment 6 Alexis Ballier gentoo-dev 2008-10-05 11:42:52 UTC
actually 4.3.1 is in the tree now