/[svn]/misc/trunk/mac_package_builder/linuxsampler.unpkg/Distribution
ViewVC logotype

Diff of /misc/trunk/mac_package_builder/linuxsampler.unpkg/Distribution

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3494 by schoenebeck, Fri Jul 17 18:09:31 2015 UTC revision 3495 by persson, Sun Mar 10 07:38:26 2019 UTC
# Line 9  Line 9 
9      <script>      <script>
10          function req_install_check() {          function req_install_check() {
11              system.log("LinuxSampler installer launched ...");              system.log("LinuxSampler installer launched ...");
12              if (!(system.compareVersions(system.version.ProductVersion, '10.5.0') >= 0)) {              if (!(system.compareVersions(system.version.ProductVersion, '10.7.0') >= 0)) {
13                  my.result.title = 'Wrong Mac OS X Version';                  my.result.title = 'Wrong Mac OS X Version';
14                  my.result.message = 'You need at least Mac OS X 10.5.0 to install this software';                  my.result.message = 'You need at least Mac OS X 10.7.0 to install this software';
15                  my.result.type = 'Fatal';                  my.result.type = 'Fatal';
16                  return false;                  return false;
17              }              }
# Line 78  Line 78 
78          <pkg-ref id='org.linuxsampler.codecs'/>          <pkg-ref id='org.linuxsampler.codecs'/>
79      </choice>      </choice>
80    
81      <choice start_selected='true' start_enabled='false' title='GTK 2' id='libgtk' start_visible='true' description='GTK_DESCR' selected='req_gtk();'>      <choice start_selected='true' start_enabled='false' title='GTK 3' id='libgtk' start_visible='true' description='GTK_DESCR' selected='req_gtk();'>
82          <pkg-ref id='org.linuxsampler.libgtk'/>          <pkg-ref id='org.linuxsampler.libgtk'/>
83      </choice>      </choice>
84    

Legend:
Removed from v.3494  
changed lines
  Added in v.3495

  ViewVC Help
Powered by ViewVC