VM Maker: CMakeVMMaker-jeanbaptistearnaud.282.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: CMakeVMMaker-jeanbaptistearnaud.282.mcz

commits-2
 
Timothy M uploaded a new version of CMakeVMMaker to project VM Maker:
http://source.squeak.org/VMMaker/CMakeVMMaker-jeanbaptistearnaud.282.mcz

==================== Summary ====================

Name: CMakeVMMaker-jeanbaptistearnaud.282
Author: jeanbaptistearnaud
Time: 30 April 2014, 6:23:07.58 pm
UUID: c0d1c771-c7ec-4dab-b5fe-d1d1af83d659
Ancestors: CMakeVMMaker-jeanbaptistearnaud.281

remove the sound plugins

=============== Diff against CMakeVMMaker-jeanbaptistearnaud.272 ===============

Item was removed:
- ----- Method: StackCrossRaspbianConfig>>configureSoundPlugin: (in category 'as yet unclassified') -----
- configureSoundPlugin: maker
- "extra rules for SoundPlugin"
-
- maker addPlatformSources: #( 'sqUnixSound').
- maker addExternalLibraries: #( 'asound2' )!

Item was changed:
  ----- Method: StackCrossRaspbianConfig>>defaultInternalPlugins (in category 'as yet unclassified') -----
  defaultInternalPlugins
  " took from unixbuild/bld/plugins.int"
  ^ #(
  ADPCMCodecPlugin
  AsynchFilePlugin
  BalloonEnginePlugin "B2DPlugin"
  BitBltSimulation "BitBltPlugin"
  BMPReadWriterPlugin
  CroquetPlugin
  DeflatePlugin  "ZipPlugin"
  DropPlugin
  DSAPlugin "DSAPrims"
  FFTPlugin
  FileCopyPlugin
  FilePlugin
  FloatArrayPlugin
  FloatMathPlugin
  JoystickTabletPlugin
  KlattSynthesizerPlugin "Klatt"
  LargeIntegersPlugin "LargeIntegers"
  Matrix2x3Plugin
  MIDIPlugin
  MiscPrimitivePlugin
  Mpeg3Plugin  
  SecurityPlugin
  SerialPlugin
  SocketPlugin
  SoundCodecPlugin "SoundCodecPrims"
  SoundGenerationPlugin
+ "SoundPlugin"
- SoundPlugin
  StarSqueakPlugin
  SurfacePlugin
  LocalePlugin
  )!

Item was removed:
- ----- Method: StackRaspbianConfig>>configureSoundPlugin: (in category 'as yet unclassified') -----
- configureSoundPlugin: maker
- "extra rules for SoundPlugin"
-
- maker addPlatformSources: #( 'sqUnixSound').
- maker addExternalLibraries: #( 'asound2' )!