/[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 2707 by schoenebeck, Sat Jan 17 22:25:39 2015 UTC revision 2775 by schoenebeck, Sun Jun 14 13:33:17 2015 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.version.ProductVersion >= '10.6.0')) {              if (!(system.compareVersions(system.version.ProductVersion, '10.5.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.6.0 to install this software';                  my.result.message = 'You need at least Mac OS X 10.5.0 to install this software';
15                  my.result.type = 'Fatal';                  my.result.type = 'Fatal';
16                  return false;                  return false;
17              }              }
# Line 54  Line 54 
54      </script>      </script>
55    
56      <pkg-ref auth='Admin' id='org.linuxsampler.libgig' version='3.3.0' installKBytes='1076' onConclusion='None'>#libgig.pkg</pkg-ref>      <pkg-ref auth='Admin' id='org.linuxsampler.libgig' version='3.3.0' installKBytes='1076' onConclusion='None'>#libgig.pkg</pkg-ref>
57        <pkg-ref auth='Admin' id='org.linuxsampler.gigtools' version='3.3.0' installKBytes='1' onConclusion='None'>#gigtools.pkg</pkg-ref>
58      <pkg-ref auth='Admin' id='org.linuxsampler.codecs' version='1.0.0' installKBytes='8580' onConclusion='None'>#codecs.pkg</pkg-ref>      <pkg-ref auth='Admin' id='org.linuxsampler.codecs' version='1.0.0' installKBytes='8580' onConclusion='None'>#codecs.pkg</pkg-ref>
59      <pkg-ref auth='Admin' id='org.linuxsampler.libgtk' version='2.0.0' installKBytes='36412' onConclusion='None'>#libgtk.pkg</pkg-ref>      <pkg-ref auth='Admin' id='org.linuxsampler.libgtk' version='2.0.0' installKBytes='36412' onConclusion='None'>#libgtk.pkg</pkg-ref>
60      <pkg-ref auth='Admin' id='org.linuxsampler.liblinuxsampler' version='1.0.0' installKBytes='11072' onConclusion='None'>#liblinuxsampler.pkg</pkg-ref>      <pkg-ref auth='Admin' id='org.linuxsampler.liblinuxsampler' version='1.0.0' installKBytes='11072' onConclusion='None'>#liblinuxsampler.pkg</pkg-ref>
# Line 69  Line 70 
70          <pkg-ref id='org.linuxsampler.libgig'/>          <pkg-ref id='org.linuxsampler.libgig'/>
71      </choice>      </choice>
72    
73        <choice start_selected='true' start_enabled='true' title='Command Line Tools' id='gigtools' start_visible='true' description='GIGTOOLS_DESCR'>
74            <pkg-ref id='org.linuxsampler.gigtools'/>
75        </choice>
76    
77      <choice start_selected='true' start_enabled='false' title='Audio Codecs' id='codecs' start_visible='true' description='CODECS_DESCR' selected='req_codecs();'>      <choice start_selected='true' start_enabled='false' title='Audio Codecs' id='codecs' start_visible='true' description='CODECS_DESCR' selected='req_codecs();'>
78          <pkg-ref id='org.linuxsampler.codecs'/>          <pkg-ref id='org.linuxsampler.codecs'/>
79      </choice>      </choice>
# Line 122  Line 127 
127          <line choice='qsampler'/>          <line choice='qsampler'/>
128          <line choice='fantasia'/>          <line choice='fantasia'/>
129          <line choice='gigedit'/>          <line choice='gigedit'/>
130            <line choice='gigtools'/>
131          <line choice='libs_group'>          <line choice='libs_group'>
132              <line choice='libgig'/>              <line choice='libgig'/>
133              <line choice='libgigedit'/>              <line choice='libgigedit'/>

Legend:
Removed from v.2707  
changed lines
  Added in v.2775

  ViewVC Help
Powered by ViewVC