--- web/trunk/www.linuxsampler.org/downloads.html 2005/08/15 18:20:48 734 +++ web/trunk/www.linuxsampler.org/downloads.html 2009/08/04 16:29:03 1984 @@ -47,6 +47,17 @@ downloadsout = new Image(); downloadsout.src = dir + "mdownloads.png"; + donationsover = new Image(); + donationsover.src = dir + "mdonationshover.png"; + + donationsout = new Image(); + donationsout.src = dir + "mdonations.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 +137,10 @@ href="downloads.html" onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src" onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src">download + donations + support + credits + name="credits" src="gfx/mcredits.png" alt="credits"> + +
+
+ + + + +
+
+ + + + +
+Why donate? +
+

+

+
+ + +
+
+ + +
-

License

-

-LinuxSampler is licensed under the GNU GPL license with the exception that
-COMMERCIAL USE of the souce code, libraries and applications is
-NOT ALLOWED without prior written permission by the LinuxSampler authors.
-If you have questions on the subject please contact us.
+

Licenses

+

+ There are several subprojects, each having its own license terms, as follows: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ gigeditAn instrument editor for gig files (written in C++, based on the gtk(mm) toolkit). + -> (pure) GPL
+ jlscpA java LinuxSampler control protocol API. + -> (pure) GPL v2
+ JSamplerA graphical frontend to LinuxSampler, written in Java. + -> (pure) GPL v2
+ libgigGigasampler file access library (C++), for loading, modifying and creating gig files. + -> (pure) GPL
+ liblscpLinuxSampler Control Protocol (LSCP) wrapper C library. + -> (pure) LGPL
+ LinuxSamplerSampler backend, including sampler engine, audio and MIDI drivers, network layer (LSCP) API and native C++ API. + -> GPL with commercial exception*
+ QSamplerGraphical frontend to LinuxSampler (written in C++, based on the Qt toolkit). + -> (pure) GPL
+ + +

+ [*] 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. +

Dependencies

The following figure illustrates the compile -time / linker dependencies.

+time / linker dependencies.

-
       QSampler ~~~(optional)~~~> libgig
-           |                         A
-           |                         |
-      (mandatory)               (mandatory)
-           |                         |
-           V                         |
-        liblscp                 LinuxSampler
-			  
+
                                  gigedit
+                                     |
+                                (mandatory)
+                                     |
+                                     V
+       QSampler ~~~(optional)~~~> libgig         JSampler
+           |                         A              |
+           |                         |              |
+      (mandatory)               (mandatory)    (mandatory)
+           |                         |              |
+           V                         |              V
+        liblscp                 LinuxSampler      jlscp

Or again in words: you have to compile and install libgig before being able to compile and use LinuxSampler. You @@ -184,135 +292,233 @@ recommended. You cannot compile nor use QSampler without liblscp though. As QSampler is communicating with LinuxSampler via TCP, there is no linker dependency between them, but of course you still need to -have LinuxSampler installed to be able to use QSampler.

+have LinuxSampler installed to be able to use QSampler (either locally +or on any other computer in your network). JSampler is also communicating +with LinuxSampler via TCP, so there is no linker dependency between them +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: +

+
+ + + + + + - - - + + - - - + + - - - + + - - - + + - - - + +
Operating SystemDescription
-libgig-2.0.1.tar.bz2 --> Gigasampler file loader library + + Debian + + Individual Debian (.deb) binary package for each software component, compiled for x86 (Debian stable, a.k.a "Etch").
-liblscp-0.3.0.tar.gz --> LinuxSampler Control Protocol (LSCP) wrapper library + + Gentoo + + Bleeding edge Gentoo ebuild for each software component, which can be used to conveniently emerge the latest versions directly from CVS.
-linuxsampler-0.3.3.tar.bz2 --> sampler backend + + Suse + + Individual RPM package for each software component, compiled for i586.
-qsampler-0.1.2.tar.gz --> graphical frontend to LinuxSampler + + Windows + +
New version!
Self-extracting all-in-one installer for the latest official releases of all software components for Windows. It includes native 64 bit and native 32 bit binaries, standalone and VST plugin versions. Download, execute, enjoy!
-jlscp-0.2a.tar.bz2 --> a java LinuxSampler control protocol API + + Mac + + All-in-one installer (Diskimage) of the previous official releases of the software components for Mac OS X. (Note: the Mac installer does not include gigedit and JSampler yet!)
- -

Source Packages (Unstable)

- - +

+ 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): +

+
+ - - - + + + + - - - + + - - - + + + +
-libgig-2.0.2.tar.bz2 --> Gigasampler file loader library File NameDescription
-liblscp-0.3.0.tar.gz --> LinuxSampler Control Protocol (LSCP) wrapper library + + Fantasia-0.9.jar + + +
New version!
+ JSampler "Fantasia", a frontend to LinuxSampler, + modern skin-based distribution of JSampler (note: "Fantasia" is + already included with the Windows installer)
-linuxsampler-0.3.3.tar.bz2 --> sampler backend + + JS_Classic-0.8a-cvs4.jar + + JSampler "Classic", a frontend to LinuxSampler, classic distribution of JSampler
+
+ +

Source Packages

+

+ Source code packages of the latest official releases: +

+ + - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +
-qsampler-0.1.2.tar.gz --> graphical frontend to LinuxSampler File NameDescription
-jlscp-0.2a.tar.bz2 --> a java LinuxSampler control protocol API
+ + +libgig-3.3.0.tar.bz2
New version!
Gigasampler file access library (C++)
+ + +liblscp-0.5.6.tar.gz
New version!
LinuxSampler Control Protocol (LSCP) wrapper library
+ + +linuxsampler-1.0.0.tar.bz2
New version!
sampler engine / backend
+ + +qsampler-0.2.2.tar.gz
New version!
graphical frontend to LinuxSampler
+ + +jlscp-0.8.tar.bz2 a java LinuxSampler control protocol API
+ + +JSampler-0.9.tar.bz2
New version!
a java frontend to LinuxSampler
+ + +gigedit-0.2.0.tar.gz
New version!
an instrument editor for gig files
+
-

Binary Packages

-

There are currently Debian -packages and RPM packages -for i386 only.

-

CVS

+

CVS

This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. When prompted for a password for anonymous, simply press the Enter key. -There are currently five subprojects in the LinuxSampler project, pick +There are currently seven subprojects in the LinuxSampler project, pick the line of the respective subproject you want to checkout from below:

- - - - - - - -
-
1
2
3
4
5
-
-
cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co libgig
cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co liblscp
cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co linuxsampler
cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co qsampler
cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co jlscp
-
+ +
cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
+  co libgig
+cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
+  co liblscp
+cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
+  co linuxsampler
cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \ + co qsampler +cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \ + co jlscp +cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \ + co jsampler +cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \ + co gigedit
+ +

You don't need to checkout the sources again later on, + just for keeping track to the latest development version. For updating to + the latest CVS version you can simply run the following command at any + time from the checked out source directory:

+ +
cvs update -d -P
+

You can also browse the CVS repository.

-

Wallpapers

-

How about a bit eye candy for your desktop? -There's currently only a wallpaper for 1600x1200. Tell us if you like -it and maybe we add other resolutions as well.

+

Bootsplash theme

+

Does your computer already boot in LinuxSampler style? No? Checkout the following LinuxSampler theme for either fbsplash (gensplash) or bootsplash:

+ href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png"> + Screenshot 1 + + + + + + href="http://download.linuxsampler.org/bootsplash/screenshots/top.png"> Screenshot of terminal (here running 'top')
- wallpaper preview --> Screenshot while booting
+ Screenshot 2 --> -1600x1200
+

You can get this theme here.