--- web/trunk/www.linuxsampler.org/downloads.html 2008/01/03 21:04:52 1617 +++ web/trunk/www.linuxsampler.org/downloads.html 2009/10/23 17:05:15 2010 @@ -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? +
+

+

+
+ + +
+
+ + +
@@ -264,10 +313,18 @@ - Debian + Debian "Lenny" - Individual Debian (.deb) binary package for each software component, compiled for x86 (Debian stable, a.k.a "Etch"). +
New versions!
Individual Debian (.deb) binary package for each software component, compiled for i486 (Debian stable, a.k.a "Lenny"). + + + + + Ubuntu "Hardy Heron" + + +
New supported OS!
Individual Ubuntu (.deb) binary package for each software component, compiled for i486 (Ubuntu 8.04 LTS, a.k.a "Hardy Heron"). @@ -283,23 +340,23 @@ Suse - Individual RPM package for each software component, compiled for i586. +
New versions!
Individual RPM package for each software component for openSUSE 11.1, compiled for i586 and x86_64. - + Windows - Self-extracting all-in-one installer for the latest official releases of all software components for Windows. Download, execute, enjoy! +
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! - + Mac - 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!) +
New version!
All-in-one installer (Diskimage) of the current official releases of the software components for Mac OS X. This is a universal binary, natively supporting PPC, i386 and x64. It includes standalone and Audio Unit plugin versions of the sampler. (Note: the Mac installer does not include gigedit yet!) @@ -320,18 +377,20 @@ - - Fantasia-0.8a.jar + + Fantasia-0.9.jar - JSampler "Fantasia", a frontend to LinuxSampler, + +
New version!
+ 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 + + JS_Classic-0.8a-cvs4.jar JSampler "Classic", a frontend to LinuxSampler, classic distribution of JSampler @@ -356,57 +415,57 @@ -libgig-3.2.1.tar.bz2 - Gigasampler file access library (C++) + href="http://download.linuxsampler.org/packages/libgig-3.3.0.tar.bz2"> +libgig-3.3.0.tar.bz2 +
New version!
Gigasampler file access library (C++) -liblscp-0.5.5.tar.gz - LinuxSampler Control Protocol (LSCP) wrapper library + href="http://download.linuxsampler.org/packages/liblscp-0.5.6.tar.gz"> +liblscp-0.5.6.tar.gz +
New version!
LinuxSampler Control Protocol (LSCP) wrapper library -linuxsampler-0.5.1.tar.bz2 - sampler engine / backend + href="http://download.linuxsampler.org/packages/linuxsampler-1.0.0.tar.bz2"> +linuxsampler-1.0.0.tar.bz2 +
New version!
sampler engine / backend -qsampler-0.2.1.tar.gz - graphical frontend to LinuxSampler + href="http://download.linuxsampler.org/packages/qsampler-0.2.2.tar.gz"> +qsampler-0.2.2.tar.gz +
New version!
graphical frontend to LinuxSampler -jlscp-0.7a.tar.bz2 - a java LinuxSampler control protocol API + href="http://downloads.sourceforge.net/jlscp/jlscp-0.8.tar.bz2"> +jlscp-0.8.tar.bz2 +
New version!
a java LinuxSampler control protocol API -JSampler-0.8a.tar.bz2 - a java frontend to LinuxSampler + href="http://downloads.sourceforge.net/jsampler/JSampler-0.9.tar.bz2"> +JSampler-0.9.tar.bz2 +
New version!
a java frontend to LinuxSampler -gigedit-0.1.1.tar.gz - an instrument editor for gig files + href="http://download.linuxsampler.org/packages/gigedit-0.2.0.tar.gz"> +gigedit-0.2.0.tar.gz +
New version!
an instrument editor for gig files
@@ -415,7 +474,7 @@

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 seven subprojects in the LinuxSampler project, pick +There are currently eight subprojects in the LinuxSampler project, pick the line of the respective subproject you want to checkout from below:

cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
@@ -430,7 +489,9 @@
 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
+ co gigedit +cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \ + co libsf2

You don't need to checkout the sources again later on, just for keeping track to the latest development version. For updating to