Updated the opensound OptionalPackage.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36564 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary
2010-05-01 05:16:19 +00:00
parent 09552695d7
commit f296d61c82
+5 -3
View File
@@ -925,8 +925,9 @@ if [ IsOptionalHaikuImagePackageAdded OpenSound ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package OpenSound available for $(TARGET_ARCH)" ;
} else {
InstallOptionalHaikuImagePackage OpenSound.zip
: $(baseURL)/OpenSound-x86-gcc2-2008-06-21.zip
InstallOptionalHaikuImagePackage
opensound-4.2-r1a2-x86-gcc2-2010-05-01.zip
: $(baseURL)/opensound-4.2-r1a2-x86-gcc2-2010-05-01.zip
:
;
}
@@ -1438,7 +1439,8 @@ if [ IsOptionalHaikuImagePackageAdded Yasm ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package Yasm available for $(TARGET_ARCH)" ;
} else {
InstallOptionalHaikuImagePackage yasm-0.8.0-r1a2-x86-gcc2-2010-04-21.zip
InstallOptionalHaikuImagePackage
yasm-0.8.0-r1a2-x86-gcc2-2010-04-21.zip
: $(baseURL)/yasm-0.8.0-r1a2-x86-gcc2-2010-04-21.zip
:
;