From 21406bd896af2492d09b53e74bb6f4e6c4a7bf01 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Tue, 12 Mar 2013 18:44:01 +0100 Subject: [PATCH] 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. --- build/jam/OptionalPackages | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index 56ed53b027..319a793d40 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -39,11 +39,15 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1 # Ctags - exuberant ctags (source files indexing) # Curl - a client that groks URLs # 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) # DevelopmentBase - basic development environment (gcc, headers, libs,...) # DevelopmentJava - JamVM, a Java Virtual machine, GNU Classpath, ECJ # 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 # Droid - Font family from Google's Android project # Expat - XML parsing libraries @@ -90,6 +94,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1 # Sed - the ultimate stream editor # SQLite - the database implementation # Subversion - the version control system +# System-sounds - a collection of system sounds # TagLib - id3 tag library # Tar - archiving utility # 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 if [ IsOptionalHaikuImagePackageAdded TagLib ] { if $(TARGET_ARCH) != x86 {