Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122321 - stk-4.2.1.ebuild Synthesis ToolKit (new submission)
Summary: stk-4.2.1.ebuild Synthesis ToolKit (new submission)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-02-09 17:02 UTC by charles quarra
Modified: 2008-10-05 11:42 UTC (History)
2 users (show)

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


Attachments
stk-4.2.1.ebuild (stk-4.2.1.ebuild,1.01 KB, text/plain)
2006-02-09 17:04 UTC, charles quarra
Details
stk-4.2.1.ebuild (fix to the previous file) (stk-4.2.1.ebuild,1.06 KB, text/plain)
2006-02-09 20:23 UTC, charles quarra
Details
update and cleanup of stk-4.2.1.ebuild (stk-4.2.1.ebuild,717 bytes, text/plain)
2006-02-12 18:02 UTC, charles quarra
Details

Note You need to log in before you can comment on or make changes to this bug.
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