--- web/trunk/www.linuxsampler.org/downloads.html 2007/12/06 19:25:36 1566 +++ web/trunk/www.linuxsampler.org/downloads.html 2008/02/08 14:21:33 1675 @@ -47,6 +47,11 @@ downloadsout = new Image(); downloadsout.src = dir + "mdownloads.png"; + supportover = new Image(); + supportover.src = dir + "msupporthover.png"; + supportout = new Image(); + supportout.src = dir + "msupport.png"; + developersover = new Image(); developersover.src = dir + "mdevelopershover.png"; @@ -126,7 +131,9 @@ href="downloads.html" onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src" onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src">download + support + gigeditAn instrument editor for gig files (written in C++, based on the gtk(mm) toolkit). - -> (pure) GPL + -> (pure) GPL jlscpA java LinuxSampler control protocol API. - -> (pure) GPL v2 + -> (pure) GPL v2 JSamplerA graphical frontend to LinuxSampler, written in Java. - -> (pure) GPL v2 + -> (pure) GPL v2 libgigGigasampler file access library (C++), for loading, modifying and creating gig files. - -> (pure) GPL + -> (pure) GPL liblscpLinuxSampler Control Protocol (LSCP) wrapper C library. - -> (pure) LGPL + -> (pure) LGPL LinuxSamplerSampler backend, including sampler engine, audio and MIDI drivers, network layer (LSCP) API and native C++ API. - -> GPL with commercial exception* + -> GPL with commercial exception* QSamplerGraphical frontend to LinuxSampler (written in C++, based on the Qt toolkit). - -> (pure) GPL + -> (pure) GPL

- [*] LinuxSampler is licensed under the GNU GPL license with the exception that - USAGE of the souce code, libraries and applications + [*] LinuxSampler is licensed under the GNU GPL with the exception that + USAGE of the source code, libraries and applications FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without prior written permission by the LinuxSampler authors. If you have questions on the subject, that are not yet covered by the - FAQ, - please contact us. + FAQ, + please contact us.

Dependencies

@@ -249,68 +256,101 @@ either. JSampler requires jlscp though. You have to compile and install libgig before being able to compile and use gigedit.

-

Source Packages (Stable)

+

Binary Packages

+

+ We currently provide pre-compiled binaries for the following operating systems: +

- + - + + Debian + + + - + + Gentoo + + + - + + Suse + + + - + + Windows + + + - + + Mac + + + + +
File NameOperating System Description
- - -libgig-3.1.1.tar.bz2 Gigasampler file access library (C++) Individual Debian (.deb) binary package for each software component, compiled for x86 (Debian stable, a.k.a "Etch").
- - -liblscp-0.5.3.tar.gz LinuxSampler Control Protocol (LSCP) wrapper library Bleeding edge Gentoo ebuild for each software component, which can be used to conveniently emerge the latest versions directly from CVS.
- - -linuxsampler-0.4.0.tar.bz2 sampler engine / backend Individual RPM package for each software component, compiled for i586.
- - -qsampler-0.1.4.tar.gz graphical frontend to LinuxSampler Self-extracting all-in-one installer for the latest official releases of all software components for Windows. Download, execute, enjoy!
- - -jlscp-0.5a.tar.bz2 a java LinuxSampler control protocol API All-in-one installer (Diskimage) for the latest official releases of the software components for Mac OS X. (Note: the Mac installer does not include gigedit and JSampler yet!)
+

+ Additionally there are the following platform independent Java executable + packages (note: you need to have the + Java Runtime + Environment 6 installed to be able to execute these software + packages on your computer): +

+ + + + + + + + - + + Fantasia-0.8a.jar + + + + + +
File NameDescription
- - -JSampler-0.6a.tar.bz2 a java frontend to LinuxSampler JSampler "Fantasia", a frontend to LinuxSampler, + modern skin-based distribution of JSampler (note: "Fantasia" is + already included with the Windows installer)
+ + JS_Classic-0.8a.jar + + JSampler "Classic", a frontend to LinuxSampler, classic distribution of JSampler
+
-

Source Packages (Testing)

+

Source Packages

+

+ Source code packages of the latest official releases: +

@@ -320,39 +360,51 @@ - - - + - + - + - + @@ -362,20 +414,10 @@ href="http://download.linuxsampler.org/packages/gigedit-0.1.1.tar.gz"> gigedit-0.1.1.tar.gz -
+ + libgig-3.2.1.tar.bz2 Gigasampler file access library (C++)
+ + liblscp-0.5.5.tar.gz LinuxSampler Control Protocol (LSCP) wrapper library
-linuxsampler-0.5.0.tar.bz2 + + +linuxsampler-0.5.1.tar.bz2 sampler engine / backend
-qsampler-0.1.5.tar.gz + + +qsampler-0.2.1.tar.gz graphical frontend to LinuxSampler
-jlscp-0.6a.tar.bz2 + + +jlscp-0.7a.tar.bz2 a java LinuxSampler control protocol API
-JSampler-0.7a.tar.bz2 + + +JSampler-0.8a.tar.bz2 a java frontend to LinuxSampler
an instrument editor for gig files
+
-

Binary Packages

-

There are currently Debian -packages and RPM packages -for i386 only, bleeding edge Gentoo ebuilds -and platform-independent Java packages -(Fantasia 0.7a, - JS Classic 0.7a). -For gigedit and libgig you can find Windows binaries as well.

CVS

This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set.