Prepared optional package with General MIDI SoundFont by Tim Brechbill, closes
ticket #1357. Added the package to the alpha-* release profile by default. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37153 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
01654a9daa
commit
ac60452f44
@ -66,8 +66,9 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
|
||||
# SQLite - the database implementation
|
||||
# Subversion - the version control system
|
||||
# Tar - archiving utility
|
||||
# TimGMSoundFont - a good quality General MIDI Sound Font
|
||||
# TrackerNewTemplates - template files for Tracker's New menu
|
||||
# Transmission - A fast, easy, and free BitTorrent Client
|
||||
# Transmission - a fast, easy, and free BitTorrent Client
|
||||
# UserlandFS - aids native file system development (like FUSE)
|
||||
# Vim - Vi IMproved. Highly configurable text editor
|
||||
# Vision - powerful native IRC client
|
||||
@ -1261,6 +1262,15 @@ if [ IsOptionalHaikuImagePackageAdded Tar ] {
|
||||
}
|
||||
|
||||
|
||||
# TimGMSoundFont
|
||||
if [ IsOptionalHaikuImagePackageAdded TimGMSoundFont ] {
|
||||
InstallOptionalHaikuImagePackage TimGMSoundFont-2010-06-16.zip
|
||||
: $(baseURL)/TimGMSoundFont-2010-06-16.zip
|
||||
:
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
# TrackerNewTemplates
|
||||
if [ IsOptionalHaikuImagePackageAdded TrackerNewTemplates ] {
|
||||
InstallOptionalHaikuImagePackage TrackerNewTemplates-2010-04-26.zip
|
||||
|
@ -18,7 +18,7 @@ switch $(HAIKU_BUILD_PROFILE) {
|
||||
HAIKU_IMAGE_HOST_NAME = shredder ;
|
||||
HAIKU_IMAGE_SIZE = 650 ;
|
||||
|
||||
AddOptionalHaikuImagePackages TrackerNewTemplates ;
|
||||
AddOptionalHaikuImagePackages TimGMSoundFont TrackerNewTemplates ;
|
||||
AddOptionalHaikuImagePackages BePDF Clockwerk Pe Vision
|
||||
WebPositive WonderBrush ;
|
||||
AddOptionalHaikuImagePackages CVS Development Git Mercurial
|
||||
|
Loading…
x
Reference in New Issue
Block a user