Added optional package System-sounds.
Added the optional package for system sounds that were collected for GCI 2012. Also added the demo packges to the "contents" at the top of OptionalPackages.
This commit is contained in:
@@ -39,11 +39,15 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
|
|||||||
# Ctags - exuberant ctags (source files indexing)
|
# Ctags - exuberant ctags (source files indexing)
|
||||||
# Curl - a client that groks URLs
|
# Curl - a client that groks URLs
|
||||||
# CVS - the version control system
|
# CVS - the version control system
|
||||||
|
# DemoPackage_Audio - a collection of audio files suitable for demonstrations
|
||||||
|
# DemoPackage_Data - a collection of data files suitable for demonstrations
|
||||||
|
# DemoPackage_Image - a collection of image files suitable for demonstrations
|
||||||
|
# DemoPackage_Video - a collection of video files suitable for demonstrations
|
||||||
# Development - more complete dev environment (including autotools)
|
# Development - more complete dev environment (including autotools)
|
||||||
# DevelopmentBase - basic development environment (gcc, headers, libs,...)
|
# DevelopmentBase - basic development environment (gcc, headers, libs,...)
|
||||||
# DevelopmentJava - JamVM, a Java Virtual machine, GNU Classpath, ECJ
|
# DevelopmentJava - JamVM, a Java Virtual machine, GNU Classpath, ECJ
|
||||||
# DevelopmentMin - development headers, libs, tools, from sources only
|
# DevelopmentMin - development headers, libs, tools, from sources only
|
||||||
# DevelopmentPowerPC - Cross compiling environment for PowerPC
|
# DevelopmentPowerPC - Cross compiling environment for PowerPC
|
||||||
# Doxygen - Generate documentation from source code
|
# Doxygen - Generate documentation from source code
|
||||||
# Droid - Font family from Google's Android project
|
# Droid - Font family from Google's Android project
|
||||||
# Expat - XML parsing libraries
|
# Expat - XML parsing libraries
|
||||||
@@ -90,6 +94,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
|
|||||||
# Sed - the ultimate stream editor
|
# Sed - the ultimate stream editor
|
||||||
# SQLite - the database implementation
|
# SQLite - the database implementation
|
||||||
# Subversion - the version control system
|
# Subversion - the version control system
|
||||||
|
# System-sounds - a collection of system sounds
|
||||||
# TagLib - id3 tag library
|
# TagLib - id3 tag library
|
||||||
# Tar - archiving utility
|
# Tar - archiving utility
|
||||||
# TimGMSoundFont - a good quality General MIDI Sound Font
|
# TimGMSoundFont - a good quality General MIDI Sound Font
|
||||||
@@ -2014,6 +2019,14 @@ if [ IsOptionalHaikuImagePackageAdded Subversion ] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# System-sounds
|
||||||
|
if [ IsOptionalHaikuImagePackageAdded System-sounds ] {
|
||||||
|
InstallOptionalHaikuImagePackage System-sounds-2013-03-12.zip
|
||||||
|
: $(baseURL)/System-sounds-2013-03-12.zip
|
||||||
|
: ;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# TagLib
|
# TagLib
|
||||||
if [ IsOptionalHaikuImagePackageAdded TagLib ] {
|
if [ IsOptionalHaikuImagePackageAdded TagLib ] {
|
||||||
if $(TARGET_ARCH) != x86 {
|
if $(TARGET_ARCH) != x86 {
|
||||||
|
|||||||
Reference in New Issue
Block a user