Browse Source

Chris Efant:


			
			
				rocklinux
			
			
		
Chris Efant 21 years ago
parent
commit
4c0cd6e2dd
33 changed files with 577 additions and 0 deletions
  1. +22
    -0
      package/sirkull/ardour/ardour.desc
  2. +24
    -0
      package/sirkull/audacity/audacity.desc
  3. +9
    -0
      package/sirkull/fftw3/fftw3.conf
  4. +43
    -0
      package/sirkull/fftw3/fftw3.desc
  5. +26
    -0
      package/sirkull/jamin/jamin.desc
  6. +3
    -0
      package/sirkull/ladspa-caps/ladspa-caps.conf
  7. +28
    -0
      package/sirkull/ladspa-caps/ladspa-caps.desc
  8. +15
    -0
      package/sirkull/ladspa-cmt/disable-sound.patch
  9. +4
    -0
      package/sirkull/ladspa-cmt/ladspa-cmt.conf
  10. +19
    -0
      package/sirkull/ladspa-cmt/ladspa-cmt.desc
  11. +20
    -0
      package/sirkull/ladspa-mcp/ladspa-mcp.desc
  12. +19
    -0
      package/sirkull/ladspa-rev/ladspa-rev.desc
  13. +19
    -0
      package/sirkull/ladspa-swh-plugins/ladspa-swh-plugins.desc
  14. +3
    -0
      package/sirkull/ladspa-tap/ladspa-tap.conf
  15. +21
    -0
      package/sirkull/ladspa-tap/ladspa-tap.desc
  16. +7
    -0
      package/sirkull/ladspa-vcf/ladspa-vcf.conf
  17. +19
    -0
      package/sirkull/ladspa-vcf/ladspa-vcf.desc
  18. +23
    -0
      package/sirkull/ladspa-vco/ladspa-vco.desc
  19. +3
    -0
      package/sirkull/ladspa-vlevel/ladspa-vlevel.conf
  20. +22
    -0
      package/sirkull/ladspa-vlevel/ladspa-vlevel.desc
  21. +2
    -0
      package/sirkull/ladspa-vocoder/ladspa-vocoder.conf
  22. +21
    -0
      package/sirkull/ladspa-vocoder/ladspa-vocoder.desc
  23. +2
    -0
      package/sirkull/ladspa-vst/ladspa-vst.conf
  24. +20
    -0
      package/sirkull/ladspa-vst/ladspa-vst.desc
  25. +15
    -0
      package/sirkull/ladspa/disable-sound.patch
  26. +8
    -0
      package/sirkull/ladspa/ladspa.conf
  27. +19
    -0
      package/sirkull/ladspa/ladspa.desc
  28. +25
    -0
      package/sirkull/liblrdf/liblrdf.desc
  29. +23
    -0
      package/sirkull/libsamplerate/libsamplerate.desc
  30. +26
    -0
      package/sirkull/qjackctl/qjackctl.desc
  31. +25
    -0
      package/sirkull/raptor/raptor.desc
  32. +18
    -0
      package/sirkull/vstserver/vstserver.conf
  33. +24
    -0
      package/sirkull/vstserver/vstserver.desc

+ 22
- 0
package/sirkull/ardour/ardour.desc

@ -0,0 +1,22 @@
[I] A multitrack, multichannel audio recorder/non-linear editor.
[T] Ardour is a professional multitrack/multichannel audio recorder and DAW
[T] for Linux, using ALSA-supported audio interfaces. It supports up to 32
[T] bit samples, 24+ channels at up to 96kHz, full MMC control, a
[T] non-destructive, non-linear editor, and LADSPA plugins.
[U] http://ardour.org/
[A] Artjom Simon
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 0.9beta11.2
[P] X -----5---9 722.500
[D] 2811474469 ardour-0.9beta11.2.tar.bz2 http://ardour.org/releases/

+ 24
- 0
package/sirkull/audacity/audacity.desc

@ -0,0 +1,24 @@
[I] A cross-platform multitrack audio editor
[T] Audacity is a cross-platform multitrack audio editor. It allows you to
[T] record sounds directly or to import Ogg, WAV, AIFF, AU, IRCAM, or MP3
[T] files. It features a few simple effects, all of the editing features you
[T] should need, and unlimited undo. The GUI was built with wxWindows and
[T] the audio I/O currently uses OSS under Linux. Audacity runs on
[T] Linux/*BSD, MacOS, and Windows.
[U] http://audacity.sourceforge.net/
[A] Dominic Mazzoni
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] GPL
[S] Stable
[V] 1.2.0
[P] X -----5---9 722.000
[D] 936777348 audacity-src-1.2.0.tar.gz http://aleron.dl.sourceforge.net/sourceforge/audacity/

+ 9
- 0
package/sirkull/fftw3/fftw3.conf

@ -0,0 +1,9 @@
# Optimization
if [ $arch_machine = i686 -o $arch_machine = i586 -o $arch_machine = i486 -o $arch_machine = Intel -o $arch_machine = k6 -o $arch_machine = k7 ] ; then
var_append confopt " " "--enable-i386-hacks"
echo "Enable i386 hacks"
fi
var_append confopt " " "--enable-threads"
var_append confopt " " "--enable-float"

+ 43
- 0
package/sirkull/fftw3/fftw3.desc

@ -0,0 +1,43 @@
[I] Fastest Fourier Transform in The West
[T] FFTW is a C subroutine library for computing the
[T] Discrete Fourier Transform (DFT) in one or more
[T] dimensions, of both real and complex data, and of
[T] arbitrary input size. We believe that FFTW, which is
[T] free software, should become the FFT library of c
[T] choice for most applications. Our benchmarks, performed
[T] on on a variety of platforms, show that FFTW's
[T] performance is typically superior to that of other publicly
[T] available FFT software. Moreover, FFTW's performance
[T] is portable: the program will perform well on
[T] most architectures without modification.
[T]
[T] It is difficult to summarize in a few words all the
[T] complexities that arise when testing many programs, and
[T] there is no "best" or "fastest" program. However,
[T] FFTW appears to be the fastest program most of the
[T] time for in-order transforms, especially in the
[T] multi-dimensional and real-complex cases (Kasparov is
[T] the best chess player in the world even though he
[T] loses some games). Hence the name, "FFTW," which
[T] stands for the somewhat whimsical title of "Fastest
[T] Fourier Transform in the West." Please visit the
[T] benchFFT home page for a more extensive survey of
[T] the results. It comes with a MPI version and Matlab
[T] wrappers.
[U] http://www.fftw.org
[A] Matteo Frigo <athena@fftw.org>
[M] Chris Efant <rock@sirkull.org>
[C] extra/scientific
[L] GPL
[S] Stable
[V] 3.0.1
[P] X -----5---9 686.000
[D] 3202325541 fftw-3.0.1.tar.gz http://www.fftw.org/

+ 26
- 0
package/sirkull/jamin/jamin.desc

@ -0,0 +1,26 @@
[I] A JACK Audio Mastering interface
[T] JAMin is a realtime mastering processor designed to bring out the detail
[T] in recorded music and provide the final layer of polish. Every effort
[T] has been made to ensure a clean, distortion-free signal path. All
[T] processing elements use linear-phase filtering, ensuring that no phase
[T] distortion is introduced. JAMin uses the JACK Audio Connection Kit, a
[T] low-latency audio server, which can connect a number of different
[T] applications to an audio device, and also allow them to share audio
[T] among themselves.
[U] http://jamin.sourceforge.net/
[A] Jack O'Quin
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 0.8.0
[P] X -----5---9 722.000
[D] 1615625791 jamin-0.8.0.tar.gz http://aleron.dl.sourceforge.net/sourceforge/jamin/

+ 3
- 0
package/sirkull/ladspa-caps/ladspa-caps.conf

@ -0,0 +1,3 @@
var_append makeinstopt " " "PREFIX=$root/$prefix"

+ 28
- 0
package/sirkull/ladspa-caps/ladspa-caps.desc

@ -0,0 +1,28 @@
[I] LADSPA plugins for amp modeling, stomp-boxes and others
[T] caps, the C* Audio Plugin Suite, is a collection of refined LADSPA units
[T] including instrument amplifier emulation, stomp-box classics, versatile
[T] 'virtual analog' oscillators, fractal oscillation, reverb, equalization
[T] and others.
[T]
[T] Most of the suite is of Tim's own invention, while some plugins are
[T] rewrites of existing designs, included because of their excellence or
[T] interest. Inspiring code was authored by (in no particular order):
[T] Andrew Simper, Perry Cook, Gary Scavone, Steve Harris, Richard Dobson,
[T] Bram de Jong and others.
[U] http://quitte.de/dsp/caps.html
[A] Tim Goetze
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 0.1.10
[P] X -----5---9 721.500
[D] 2097339775 caps_0.1.10.tar.gz http://quitte.de/dsp/

+ 15
- 0
package/sirkull/ladspa-cmt/disable-sound.patch

@ -0,0 +1,15 @@
--- ./makefile.orig 2002-12-19 15:52:51.000000000 -0500
+++ ./makefile 2004-02-21 02:08:16.000000000 -0500
@@ -80,12 +80,10 @@
@echo ---------------------------------------------
@echo First listen to the white noise input signal:
@echo ---------------------------------------------
- play ../../ladspa_sdk/snd/noise.wav
@echo -------------------------
@echo Compare to plugin output.
@echo -------------------------
@echo Should be a noise band around 6000Hz, repeated quietly after 1s.
- play /tmp/test.wav
/tmp/test.wav: $(PLUGIN_LIB) ../../ladspa_sdk/snd/noise.wav
analyseplugin $(PLUGIN_LIB)

+ 4
- 0
package/sirkull/ladspa-cmt/ladspa-cmt.conf

@ -0,0 +1,4 @@
var_append makeinstopt " " "INSTALL_PLUGINS_DIR=$root/$prefix/lib/ladspa/"
srcdir="cmt/src/"

+ 19
- 0
package/sirkull/ladspa-cmt/ladspa-cmt.desc

@ -0,0 +1,19 @@
[I] CMT LADSPA Plugins
[T] The CMT LADSPA Plugins.
[U] http://www.ladspa.org/
[A] Richard Furse
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] LGPL
[S] Stable
[V] 1.15
[P] X -----5---9 721.500
[D] 2565577933 cmt_src_1.15.tgz http://www.ladspa.org/download/

+ 20
- 0
package/sirkull/ladspa-mcp/ladspa-mcp.desc

@ -0,0 +1,20 @@
[I] LADSPA plugins - phaser, chorus, voltage controlled lowpass filter
[T] The MCP plugins include a voltage controlled lowpass filter, a phaser,
[T] and a chorus.
[U] http://users.skynet.be/solaris/linuxaudio/
[A] Fons Adriaensen
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 0.2.2
[P] X -----5---9 721.500
[D] 2838800558 MCP-plugins-0.2.2.tar.bz2 http://users.skynet.be/solaris/linuxaudio/downloads/

+ 19
- 0
package/sirkull/ladspa-rev/ladspa-rev.desc

@ -0,0 +1,19 @@
[I] A stereo reverb LADSPA plugin
[T] This is a stereo reverb plugin based on the well-known greverb.
[U] http://users.skynet.be/solaris/linuxaudio/
[A] Fons Adriaensen
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 0.2.1
[P] X -----5---9 721.500
[D] 1002474844 REV-plugins-0.2.1.tar.bz2 http://users.skynet.be/solaris/linuxaudio/downloads/

+ 19
- 0
package/sirkull/ladspa-swh-plugins/ladspa-swh-plugins.desc

@ -0,0 +1,19 @@
[I] A set of LADSPA plugins.
[T] SWH Plugins are a set of audio plugins for the LADSPA plugin system.
[U] http://plugin.org.uk/
[A] Steve Harris <steve@plugin.org.uk>
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] GPL
[S] Stable
[V] 0.4.3
[P] X -----5---9 721.500
[D] 1421233132 swh-plugins-0.4.3.tar.gz http://plugin.org.uk/releases/0.4.3/

+ 3
- 0
package/sirkull/ladspa-tap/ladspa-tap.conf

@ -0,0 +1,3 @@
var_append makeinstopt " " "INSTALL_PLUGINS_DIR=$root/$prefix/lib/ladspa"
var_append makeinstopt " " "INSTALL_LRDF_DIR=$root/$prefix/share/ladspa/rdf"

+ 21
- 0
package/sirkull/ladspa-tap/ladspa-tap.desc

@ -0,0 +1,21 @@
[I] Tom's Audio Processing LADSPA plugins
[T] TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch
[T] of LADSPA plugins for digital audio processing, intended for use in a
[T] professional DAW environment such as Ardour.
[U] http://tap-plugins.sourceforge.net/
[A] Tom Szilagyi <tszilagyi@users.sourceforge.net>
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 0.4.2
[P] X -----5---9 722.500
[D] 1356196342 tap-plugins-0.4.2.tar.gz http://aleron.dl.sourceforge.net/sourceforge/tap-plugins/

+ 7
- 0
package/sirkull/ladspa-vcf/ladspa-vcf.conf

@ -0,0 +1,7 @@
function vcf_custmain() {
make $makeopt
install vcf.so $root/$prefix/lib/ladspa/
}
custmain="vcf_custmain"

+ 19
- 0
package/sirkull/ladspa-vcf/ladspa-vcf.desc

@ -0,0 +1,19 @@
[I] LADSPA Plugin
[T] LADSPA plugins for audio EQ biquad.
[U] http://www.suse.de/~mana/ladspa.html
[A] Matthias Nagorni
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 0.0.5
[P] X -----5---9 721.500
[D] 712947479 vcf-0.0.5.tar.bz2 http://www.suse.de/~mana/

+ 23
- 0
package/sirkull/ladspa-vco/ladspa-vco.desc

@ -0,0 +1,23 @@
[I] Anti-aliased oscillator plugins for LADSPA.
[T] This plugin contains two anti-aliased oscillators, both based on the
[T] concept of using precomputed bandlimited Dirac pulses to construct the
[T] classical waveforms. They are both memory and CPU efficient. The first
[T] one produces a flat spectrum (impulses) and the second generates a
[T] sawtooth waveform.
[U] http://users.skynet.be/solaris/linuxaudio/
[A] Fons Adriaensen
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 0.2.1
[P] X -----5---9 721.500
[D] 2600071936 VCO-plugins-0.2.1.tar.bz2 http://users.skynet.be/solaris/linuxaudio/downloads/

+ 3
- 0
package/sirkull/ladspa-vlevel/ladspa-vlevel.conf

@ -0,0 +1,3 @@
var_append makeinstopt " " "LADSPA_PREFIX=$root/$prefix/lib/ladspa/"
var_append makeinstopt " " "PREFIX=$root/$prefix"

+ 22
- 0
package/sirkull/ladspa-vlevel/ladspa-vlevel.desc

@ -0,0 +1,22 @@
[I] A dynamic audio compressor
[T] VLevel is a dynamic compressor that amplifies the quiet parts of music.
[T] It uses a look-ahead buffer to provide gradual changes, and never causes
[T] clipping. A command line filter and a LADSPA plugin are provided, and
[T] XMMS is supported.
[U] http://sourceforge.net/projects/vlevel/
[A] Tom Felker
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 0.4
[P] X -----5---9 721.500
[D] 3827234541 vlevel-0.5.tar.gz http://aleron.dl.sourceforge.net/sourceforge/vlevel/

+ 2
- 0
package/sirkull/ladspa-vocoder/ladspa-vocoder.conf

@ -0,0 +1,2 @@
var_append makeinstopt " " "INSTALL_PLUGINS_DIR=$root/$prefix/lib/ladspa/"

+ 21
- 0
package/sirkull/ladspa-vocoder/ladspa-vocoder.desc

@ -0,0 +1,21 @@
[I] LADSPA Vocoder Plugin
[T] A vocoder is a sound effect that can make a human voice sound synthetic.
[T] It is often used to speak like a robot, with a metallic and monotonous
[T] voice.
[U] http://www.sirlab.de/linux/descr_vocoder.html
[A] Achim Settelmeier's <settel-linux@sirlab.de>
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 0.2
[P] X -----5---9 721.500
[D] 2050552190 vocoder-ladspa-0.2.tgz http://www.sirlab.de/linux/download/

+ 2
- 0
package/sirkull/ladspa-vst/ladspa-vst.conf

@ -0,0 +1,2 @@
var_append makeopt " " "LADSPA_PATH=$root/$prefix/lib/ladspa/"
var_append makeinstopt " " "LADSPA_PATH=$root/$prefix/lib/ladspa/"

+ 20
- 0
package/sirkull/ladspa-vst/ladspa-vst.desc

@ -0,0 +1,20 @@
[I] LADSPA VST Plugin
[T] This plugin works with the VST Server package allowing you to use
[T] VST plugins as a LADSPA plugin.
[U] http://www.notam02.no/arkiv/src/
[A] Kjetil S. Matheussen
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] GPL
[S] Stable
[V] 0.1.6
[P] X -----5---9 721.500
[D] 330862738 ladspavst-0.1.6.tar.gz http://www.notam02.no/arkiv/src/

+ 15
- 0
package/sirkull/ladspa/disable-sound.patch

@ -0,0 +1,15 @@
--- ./makefile.orig 2002-07-06 13:34:20.000000000 -0400
+++ ./makefile 2004-02-21 01:48:43.000000000 -0500
@@ -51,12 +51,10 @@
@echo ---------------------------------------------
@echo First listen to the white noise input signal:
@echo ---------------------------------------------
- play ../snd/noise.wav
@echo -------------------------
@echo Compare to plugin output.
@echo -------------------------
@echo Should be a noise band around 6000Hz, repeated quietly after 1s.
- play /tmp/test.wav
install: targets
-mkdirhier $(INSTALL_PLUGINS_DIR) \

+ 8
- 0
package/sirkull/ladspa/ladspa.conf

@ -0,0 +1,8 @@
var_append makeinstopt " " "INSTALL_PREFIX=$root/$prefix "
var_append makeinstopt " " "INSTALL_PLUGINS_DIR=$root/$prefix/lib/ladspa/"
var_append makeinstopt " " "INSTALL_INCLUDE_DIR=$root/$prefix/include/"
var_append makeinstopt " " "INSTALL_BINARY_DIR=$root/$prefix/bin/"
srcdir="ladspa_sdk/src/"

+ 19
- 0
package/sirkull/ladspa/ladspa.desc

@ -0,0 +1,19 @@
[I] Linux Audio Developer's Simple Plugin API (LADSPA)
[T] Toolkit for creating audio filters.
[U] http://www.ladspa.org/
[A] Richard Furse
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] LGPL
[S] Stable
[V] 1.12
[P] X -----5---9 721.000
[D] 3776488631 ladspa_sdk_1.12.tgz http://www.ladspa.org/download/

+ 25
- 0
package/sirkull/liblrdf/liblrdf.desc

@ -0,0 +1,25 @@
[I] An RDF library
[T] This is a library to make it easy to manipulate RDF files describing
[T] LADSPA plugins.
[T]
[T] It can also be used for general RDF manipulation.
[T]
[T] It can read RDF/XLM and N3 files and export N3 files, it also has a
[T] light taxonomic inference capablility.
[U] http://plugin.org.uk/lrdf/
[A] Steve Harris <steve@plugin.org.uk>
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] GPL
[S] Stable
[V] 0.3.5
[P] X -----5---9 722.000
[D] 2796895715 liblrdf-0.3.5.tar.gz http://plugin.org.uk/lrdf/

+ 23
- 0
package/sirkull/libsamplerate/libsamplerate.desc

@ -0,0 +1,23 @@
[I] A library for performing sample rate conversion on audio.
[T] Secret Rabbit Code is a sample rate converter for audio. It is capable
[T] of arbitrary and time varying conversions. It can downsample by a factor
[T] of 12 and upsample by the same factor. The ratio of input and output
[T] sample rates can be a real number. The conversion ratio can also vary
[T] with time for speeding up and slowing down effects.
[U] http://www.mega-nerd.com/SRC/
[A] Erik de Castro Lopo
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 0.15.0
[P] X -----5---9 720.000
[D] 2267741305 libsamplerate-0.0.15.tar.gz http://www.mega-nerd.com/SRC/

+ 26
- 0
package/sirkull/qjackctl/qjackctl.desc

@ -0,0 +1,26 @@
[I] A simple Qt application to control the JACK sound server daemon
[T] Qjackctl is a simple Qt application to control the JACK sound server
[T] daemon, specifically for the Linux Audio Desktop infrastructure. It is
[T] written in C++ around the Qt3 toolkit for X11, most exclusively using Qt
[T] Designer. It provides a simple GUI dialog for setting several JACK
[T] daemon parameters, which are properly saved between sessions, and a way
[T] to control of the status of the audio server daemon. With time, this
[T] primordial interface has become richer by including an enhanced patchbay
[T] and connection control features.
[U] http://qjackctl.sourceforge.net
[A] Rui Nuno Capela
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 0.2.6
[P] X -----5---9 722.000
[D] 0 qjackctl-0.2.6.tar.gz http://aleron.dl.sourceforge.net/sourceforge/qjackctl/

+ 25
- 0
package/sirkull/raptor/raptor.desc

@ -0,0 +1,25 @@
[I] An RDF parser library in C.
[T] Raptor is a C library for parsing RDF syntaxes into RDF triples. It
[T] supports the latest revision of RDF/XML (including collections and
[T] datatypes), N-Triples, and some XML RSS via a tag soup parser. It
[T] handles the RDF/XML used by RDF applications such as RSS 1.0, FOAF,
[T] Dublin Core, and OWL. It can use either expat or libxml2 for XML
[T] parsing, libcurl when available for URI retrieval, and is portable to
[T] many POSIX systems.
[U] http://www.redland.opensource.ac.uk/raptor/
[A] Valentin Ziegler <ziegler@informatik.hu-berlin.de>
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] LGPL
[S] Stable
[V] 1.2.0
[P] X -----5---9 720.000
[D] 814645136 raptor-1.2.0.tar.gz http://www.redland.opensource.ac.uk/dist/source/

+ 18
- 0
package/sirkull/vstserver/vstserver.conf

@ -0,0 +1,18 @@
vstpath=$root/$prefix/lib/vst
var_append makeopt " " "WINEPATH=$root/$prefix"
var_append makeopt " " "VST_PATH=$vstpath"
var_append makeinstopt " " "WINEPATH=$root/$prefix"
var_append makeinstopt " " "VST_PATH=$vstpath"
function vstserver_premake() {
mkdir -vp $vstpath
}
function vst_server_postmake() {
cat <<- EOT > $root/etc/profile.d/vstserver
export VST_PATH=$vstpath
EOT
}
premake=vstserver_premake

+ 24
- 0
package/sirkull/vstserver/vstserver.desc

@ -0,0 +1,24 @@
[I] VSTServer
[T] Vstserver is a program that must be running when using programs using
[T] vstlib.
[T]
[T] Vstlib is a library that can be used by programs to run windows vst
[T] audio plugins under i386linux/i386freebsd/i386solaris/i386etc. (May
[T] require som modifications for other os-es than i386linux).
[U] http://www.notam02.no/arkiv/src/
[A] Kjetil S. Matheussen
[M] Chris Efant <rock@sirkull.org>
[C] extra/multimedia
[L] LGPL
[S] Stable
[V] 0.3.1
[P] X -----5---9 698.000
[D] 1817837779 vstserver-0.3.1.tar.bz2 http://www.notam02.no/arkiv/src/

Loading…
Cancel
Save