HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #446

Ticket #446: dssi-1.1.1.bep

File dssi-1.1.1.bep, 675 bytes (added by richienyhus, 2 years ago)
Line 
1DESCRIPTION="DSSI is an API for audio processing plugins, particularly useful for software synthesis plugins with user interfaces."
2HOMEPAGE="http://dssi.sourceforge.net/"
3SRC_URI="http://downloads.sourceforge.net/project/dssi/dssi/1.1.1/dssi-1.1.1.tar.gz"
4CHECKSUM_MD5="619ab73c883b02dc37ddb37001591f8b"
5REVISION="1"
6LICENSE="GNU LGPL v2.1"
7STATUS_HAIKU="stable"
8COPYRIGHT="1998 2004-2009 Chris Camman
9        2004-2009 Steve Harris
10        2004-2009 Sean Bolton"
11DEPEND="media-libs/libalsadssicompat
12        media-libs/libsndfile
13        dev-util/pkgconfig"
14BUILD {
15        cd dssi-1.1.1
16        autoconf
17        automake
18        ./configure --prefix=`finddir B_COMMON_DIRECTORY`
19        make
20}
21INSTALL {
22        cd dssi-1.1.1
23        make install
24}

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/