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

Context Navigation

  • Back to Ticket #692

Ticket #692: opensound-4.2.bep

File opensound-4.2.bep, 939 bytes (added by nicholas, 2 years ago)
Line 
1DESCRIPTION="Open Sound System - "
2HOMEPAGE="http://developer.opensound.com/"
3SRC_URI="http://www.4front-tech.com/developer/sources/stable/bsd/oss-v4.2-build2007-src-bsd.tar.bz2"
4REVISION="2"
5STATUS_HAIKU="stable"
6DEPEND=""
7CHECKSUM_MD5="28a1cf99c47e83179fdd71b446a135a6"
8BUILD {
9        cd oss-v4.2-build2007-src-bsd
10        mkdir -p build
11        cd build
12        ../configure
13        make
14        make package
15}
16
17INSTALL {
18        cd oss-v4.2-build2007-src-bsd/build
19        unzip -o oss-beos-v4.2-2007.zip -d /boot/
20        mkdir -p `finddir B_COMMON_DIRECTORY`/include/sys
21        cp --force include/*.h `finddir B_COMMON_DIRECTORY`/include/sys/
22        echo These OSS4.2 headers are required to compile libAO with working audio output. This is a nasty hack that needs a better solution.>`finddir B_COMMON_DIRECTORY`/include/sys/README
23        wget http://revolf.free.fr/beos/opensound_media_addon_beos.bin.zip
24        unzip -o opensound_media_addon_beos.bin.zip -d /boot/
25}
26LICENSE="BSD (2-clause)"
27COPYRIGHT="1996-2009"

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/