From e11f3e83a0b249cd5b63a0e0f120159af1ebe866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 21 Jun 2008 13:48:08 +0000 Subject: [PATCH] For the time being, I uploaded a modified OSS package which does not include the OSS media add-on (node), since Haiku comes with it's own version. Therefor you can now add the OpenSound optional package and it will just work out of the box, unless you have native drivers that fight over the hardware with OSS. It is no longer necessary to delete the opensound.media_addon from the home/config/add-ons/media folder. If you don't build from scratch, make sure you delete generated/download/OpenSound.zip or the change won't take effect. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26064 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/OptionalPackages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index d6ee4df8be..057003e1ef 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -240,7 +240,7 @@ if [ IsOptionalHaikuImagePackageAdded OpenSound ] { # Echo "No optional package OpenSound available for gcc4" ; } else { InstallOptionalHaikuImagePackage OpenSound - : http://revolf.free.fr/beos/oss-beos-v4.1test-bin.zip + : http://www.yellowbites.com/downloads/OpenSound_Haiku20080621.zip : ; }