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:
@@ -66,8 +66,9 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
|
|||||||
# SQLite - the database implementation
|
# SQLite - the database implementation
|
||||||
# Subversion - the version control system
|
# Subversion - the version control system
|
||||||
# Tar - archiving utility
|
# Tar - archiving utility
|
||||||
|
# TimGMSoundFont - a good quality General MIDI Sound Font
|
||||||
# TrackerNewTemplates - template files for Tracker's New menu
|
# 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)
|
# UserlandFS - aids native file system development (like FUSE)
|
||||||
# Vim - Vi IMproved. Highly configurable text editor
|
# Vim - Vi IMproved. Highly configurable text editor
|
||||||
# Vision - powerful native IRC client
|
# 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
|
# TrackerNewTemplates
|
||||||
if [ IsOptionalHaikuImagePackageAdded TrackerNewTemplates ] {
|
if [ IsOptionalHaikuImagePackageAdded TrackerNewTemplates ] {
|
||||||
InstallOptionalHaikuImagePackage TrackerNewTemplates-2010-04-26.zip
|
InstallOptionalHaikuImagePackage TrackerNewTemplates-2010-04-26.zip
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ switch $(HAIKU_BUILD_PROFILE) {
|
|||||||
HAIKU_IMAGE_HOST_NAME = shredder ;
|
HAIKU_IMAGE_HOST_NAME = shredder ;
|
||||||
HAIKU_IMAGE_SIZE = 650 ;
|
HAIKU_IMAGE_SIZE = 650 ;
|
||||||
|
|
||||||
AddOptionalHaikuImagePackages TrackerNewTemplates ;
|
AddOptionalHaikuImagePackages TimGMSoundFont TrackerNewTemplates ;
|
||||||
AddOptionalHaikuImagePackages BePDF Clockwerk Pe Vision
|
AddOptionalHaikuImagePackages BePDF Clockwerk Pe Vision
|
||||||
WebPositive WonderBrush ;
|
WebPositive WonderBrush ;
|
||||||
AddOptionalHaikuImagePackages CVS Development Git Mercurial
|
AddOptionalHaikuImagePackages CVS Development Git Mercurial
|
||||||
|
|||||||
Reference in New Issue
Block a user