naspro
changeset 292:fce5b4505e68 trunk
website/txt/headers documentation sync
| author | Stefano D'Angelo <zanga.mail@gmail.com> |
|---|---|
| date | Sat Dec 10 01:04:57 2011 +0200 (5 months ago) |
| parents | b352c3197ada |
| children | 16c6fec9ac13 |
| files | lv2proc/COPYING lv2proc/ChangeLog lv2proc/NEWS lv2proc/README lv2proc/configure.ac naspro-bridge-it/COPYING naspro-bridge-it/ChangeLog naspro-bridge-it/NEWS naspro-bridge-it/README naspro-bridge-it/configure.ac naspro-bridge-it/doc/proj/Menu.txt naspro-bridge-it/include/NASPRO/brit/lib.h naspro-bridge-it/nabrit-2.pc.in naspro-bridges/COPYING naspro-bridges/ChangeLog naspro-bridges/NEWS naspro-bridges/README naspro-bridges/configure.ac naspro-core/ChangeLog naspro-core/NEWS naspro-core/README naspro-core/include/NASPRO/core/lib.h |
line diff
1.1 --- a/lv2proc/COPYING Fri Dec 09 23:11:38 2011 +0200 1.2 +++ b/lv2proc/COPYING Sat Dec 10 01:04:57 2011 +0200 1.3 @@ -1,4 +1,4 @@ 1.4 -LV2proc 0.3.0, a simple command line effect processor using LV2 plugins 1.5 +LV2proc 0.4.0, a simple command line effect processor using LV2 plugins 1.6 Copyright (C) 2011 LV2proc development team 1.7 1.8 This program is free software: you can redistribute it and/or modify it under
2.1 --- a/lv2proc/ChangeLog Fri Dec 09 23:11:38 2011 +0200 2.2 +++ b/lv2proc/ChangeLog Sat Dec 10 01:04:57 2011 +0200 2.3 @@ -1,3 +1,7 @@ 2.4 +0.4.0 2.5 +----- 2.6 + * Added installation instructions to README. 2.7 + 2.8 0.3.0 2.9 ----- 2.10 First public release.
3.1 --- a/lv2proc/NEWS Fri Dec 09 23:11:38 2011 +0200 3.2 +++ b/lv2proc/NEWS Sat Dec 10 01:04:57 2011 +0200 3.3 @@ -1,3 +1,7 @@ 3.4 +0.4.0 3.5 +----- 3.6 + * Added installation instructions to README. 3.7 + 3.8 0.3.0 3.9 ----- 3.10 First public release.
4.1 --- a/lv2proc/README Fri Dec 09 23:11:38 2011 +0200 4.2 +++ b/lv2proc/README Sat Dec 10 01:04:57 2011 +0200 4.3 @@ -3,7 +3,7 @@ 4.4 4.5 http://naspro.atheme.org/applications/lv2proc/ 4.6 4.7 - Version: 0.3.0 4.8 + Version: 0.4.0 4.9 4.10 About 4.11 ----- 4.12 @@ -81,3 +81,10 @@ 4.13 LV2_PATH 4.14 Used to override the list of directories where LV2 plugin bundles are 4.15 looked for (as per LV2 specification, see <http://lv2plug.in/>). 4.16 + 4.17 +Installation 4.18 +------------ 4.19 + 4.20 + As usual: 4.21 + 4.22 + $ ./configure && make && make install
5.1 --- a/lv2proc/configure.ac Fri Dec 09 23:11:38 2011 +0200 5.2 +++ b/lv2proc/configure.ac Sat Dec 10 01:04:57 2011 +0200 5.3 @@ -9,7 +9,7 @@ 5.4 5.5 AC_PREREQ([2.61]) 5.6 5.7 -AC_INIT([LV2proc], [0.3.0], [zanga.mail@gmail.com]) 5.8 +AC_INIT([LV2proc], [0.4.0], [zanga.mail@gmail.com]) 5.9 AC_COPYRIGHT([Copyright (C) 2011 LV2proc development team]) 5.10 5.11 AC_CONFIG_SRCDIR([src/main.c])
6.1 --- a/naspro-bridge-it/COPYING Fri Dec 09 23:11:38 2011 +0200 6.2 +++ b/naspro-bridge-it/COPYING Sat Dec 10 01:04:57 2011 +0200 6.3 @@ -1,4 +1,4 @@ 6.4 -NASPRO Bridge it 0.3.0, LV2 bridging helper library of the NASPRO architecture 6.5 +NASPRO Bridge it 0.4.0, LV2 bridging helper library of the NASPRO architecture 6.6 Copyright (C) 2007-2011 NASPRO Bridge it development team 6.7 6.8 This library is free software; you can redistribute it and/or
7.1 --- a/naspro-bridge-it/ChangeLog Fri Dec 09 23:11:38 2011 +0200 7.2 +++ b/naspro-bridge-it/ChangeLog Sat Dec 10 01:04:57 2011 +0200 7.3 @@ -1,3 +1,7 @@ 7.4 +0.4.0 7.5 +----- 7.6 + * Synced documentation among website, text files and headers. 7.7 + 7.8 0.3.0 7.9 ------ 7.10 * API break, new version is 2.0.0, adapted to changes in NASPRO core 0.3.0,
8.1 --- a/naspro-bridge-it/NEWS Fri Dec 09 23:11:38 2011 +0200 8.2 +++ b/naspro-bridge-it/NEWS Sat Dec 10 01:04:57 2011 +0200 8.3 @@ -1,3 +1,7 @@ 8.4 +0.4.0 8.5 +----- 8.6 + * Synced documentation among website, text files and headers. 8.7 + 8.8 0.3.0 8.9 ------ 8.10 * API break, new version is 2.0.0.
9.1 --- a/naspro-bridge-it/README Fri Dec 09 23:11:38 2011 +0200 9.2 +++ b/naspro-bridge-it/README Sat Dec 10 01:04:57 2011 +0200 9.3 @@ -3,27 +3,30 @@ 9.4 9.5 http://naspro.atheme.org/libraries/naspro-bridge-it/ 9.6 9.7 - Version: 0.3.0, API: 2.0.0 9.8 + Version: 0.4.0, API: 2.0.0 9.9 9.10 About 9.11 ----- 9.12 9.13 NASPRO Bridge it (http://naspro.atheme.org/libraries/naspro-bridge-it/) is a 9.14 - little helper library to develop <insert-your-API-here> to LV2 bridges. 9.15 + little helper library to develop insert-your-API-here to LV2 bridges. 9.16 9.17 As of now, it basically offers a few utility functions and Turtle/RDF 9.18 serialization for LV2 dynamic manifest generation, supporting the following 9.19 - LV2 specifications/extensions: 9.20 + LV2 extensions: 9.21 9.22 - * LV2 (http://lv2plug.in/ns/lv2core) version 4.0; 9.23 - * LV2 Dynamic Manifest (http://lv2plug.in/ns/ext/dyn-manifest) version 1.0; 9.24 - * LV2 Port Properties (http://lv2plug.in/ns/ext/port-props) version 0.1 9.25 - (only for the logarithmic port property); 9.26 + * LV2 (http://lv2plug.in/ns/lv2core) >= 4.0; 9.27 + * LV2 Dynamic Manifest (http://lv2plug.in/ns/ext/dynmanifest) >= 1.0; 9.28 + * LV2 Port Properties (http://lv2plug.in/ns/ext/port-props) >= 0.1 (only for 9.29 + the logarithmic port property); 9.30 * Extended Port Information (http://lv2plug.in/ns/dev/extportinfo) draft 9.31 revision 3 (only for the logarithmic port property, deprecated); 9.32 - * LV2 Events (http://lv2plug.in/ns/ext/event) version 1.0; 9.33 - * LV2 MIDI Events (http://lv2plug.in/ns/ext/midi) version 1.0; 9.34 - * LV2 Presets (http://lv2plug.in/ns/ext/presets) version 2.2. 9.35 + * LV2 Events (http://lv2plug.in/ns/ext/event) >= 1.0; 9.36 + * LV2 MIDI Events (http://lv2plug.in/ns/ext/midi) >= 1.0; 9.37 + * LV2 Presets (http://lv2plug.in/ns/ext/presets) >= 2.2. 9.38 + 9.39 + The code is released under the LGPL 2.1 9.40 + (http://www.gnu.org/licenses/lgpl-2.1.html). 9.41 9.42 Supported platforms/compilers 9.43 ----------------------------- 9.44 @@ -40,7 +43,7 @@ 9.45 Build-time dependencies 9.46 ----------------------- 9.47 9.48 - * LV2 core (http://lv2plug.in) >= 4.0; 9.49 + * LV2 (http://lv2plug.in) >= 4.0; 9.50 * pkg-config (http://pkg-config.freedesktop.org/); 9.51 * An environment capable of running Autotools-based build systems; 9.52 * (optional) GNU Autoconf (http://www.gnu.org/software/autoconf/) >= 2.61, GNU 9.53 @@ -54,3 +57,16 @@ 9.54 9.55 Just include <NASPRO/brit/lib.h> in your source files and use the pkg-config 9.56 tool to retrieve compiler and linker flags (package name: nabrit-2). 9.57 + 9.58 +Installation 9.59 +------------ 9.60 + 9.61 + As usual: 9.62 + 9.63 + $ ./configure && make && make install 9.64 + 9.65 + Extra ./configure options 9.66 + ------------------------- 9.67 + 9.68 + --with-pkgconfigdir=DIR where to put pkg-config's .pc files 9.69 + [LIBDIR/pkgconfig]
10.1 --- a/naspro-bridge-it/configure.ac Fri Dec 09 23:11:38 2011 +0200 10.2 +++ b/naspro-bridge-it/configure.ac Sat Dec 10 01:04:57 2011 +0200 10.3 @@ -9,7 +9,7 @@ 10.4 10.5 AC_PREREQ([2.61]) 10.6 10.7 -AC_INIT([NASPRO Bridge it], [0.3.0], [zanga.mail@gmail.com]) 10.8 +AC_INIT([NASPRO Bridge it], [0.4.0], [zanga.mail@gmail.com]) 10.9 AC_COPYRIGHT([Copyright (C) 2007-2011 NASPRO Bridge it development team]) 10.10 10.11 AC_CONFIG_SRCDIR([src/internal.h])
11.1 --- a/naspro-bridge-it/doc/proj/Menu.txt Fri Dec 09 23:11:38 2011 +0200 11.2 +++ b/naspro-bridge-it/doc/proj/Menu.txt Sat Dec 10 01:04:57 2011 +0200 11.3 @@ -2,7 +2,7 @@ 11.4 11.5 11.6 Title: NASPRO Bridge it 11.7 -SubTitle: 0.3.0 11.8 +SubTitle: 0.4.0 11.9 11.10 Footer: Copyright &copy; 2007-2011 NASPRO Bridge it development team 11.11 Timestamp: Updated month day, year
12.1 --- a/naspro-bridge-it/include/NASPRO/brit/lib.h Fri Dec 09 23:11:38 2011 +0200 12.2 +++ b/naspro-bridge-it/include/NASPRO/brit/lib.h Sat Dec 10 01:04:57 2011 +0200 12.3 @@ -10,7 +10,7 @@ 12.4 /* 12.5 Title: NASPRO Bridge it 12.6 12.7 - *Version*: 0.3.0, *API*: 2.0.0. 12.8 + *Version*: 0.4.0, *API*: 2.0.0. 12.9 12.10 About: 12.11 12.12 @@ -19,18 +19,17 @@ 12.13 12.14 As of now, it basically offers a few utility functions and Turtle/RDF 12.15 serialization for LV2 dynamic manifest generation, supporting the following 12.16 - LV2 specifications/extensions. 12.17 + LV2 extensions. 12.18 12.19 - * <LV2 at http://lv2plug.in/ns/lv2core> version 4.0; 12.20 - * <LV2 Dynamic Manifest at http://lv2plug.in/ns/ext/dyn-manifest> version 12.21 - 1.0; 12.22 - * <LV2 Port Properties at http://lv2plug.in/ns/ext/port-props> version 12.23 - 0.1 (only for the logarithmic port property); 12.24 + * <LV2 at http://lv2plug.in/ns/lv2core> >= 4.0; 12.25 + * <LV2 Dynamic Manifest at http://lv2plug.in/ns/ext/dynmanifest> >= 1.0; 12.26 + * <LV2 Port Properties at http://lv2plug.in/ns/ext/port-props> >= 0.1 12.27 + (only for the logarithmic port property); 12.28 * <Extended Port Information at http://lv2plug.in/ns/dev/extportinfo> 12.29 draft revision 3 (only for the logarithmic port property, deprecated); 12.30 - * <LV2 Events at http://lv2plug.in/ns/ext/event> version 1.0; 12.31 - * <LV2 MIDI Events at http://lv2plug.in/ns/ext/midi> version 1.0; 12.32 - * <LV2 Presets at http://lv2plug.in/ns/ext/presets> version 2.2. 12.33 + * <LV2 Events at http://lv2plug.in/ns/ext/event> >= 1.0; 12.34 + * <LV2 MIDI Events at http://lv2plug.in/ns/ext/midi> >= 1.0; 12.35 + * <LV2 Presets at http://lv2plug.in/ns/ext/presets> >= 2.2. 12.36 12.37 Supported platforms/compilers: 12.38 12.39 @@ -55,7 +54,7 @@ 12.40 12.41 Build-time dependencies: 12.42 12.43 - * <LV2 core at http://lv2plug.in> >= 4.0; 12.44 + * <LV2 at http://lv2plug.in> >= 4.0; 12.45 * <pkg-config at http://pkg-config.freedesktop.org/>; 12.46 * An environment capable of running Autotools-based build systems; 12.47 * (optional) <GNU Autoconf at http://www.gnu.org/software/autoconf/> >=
13.1 --- a/naspro-bridge-it/nabrit-2.pc.in Fri Dec 09 23:11:38 2011 +0200 13.2 +++ b/naspro-bridge-it/nabrit-2.pc.in Sat Dec 10 01:04:57 2011 +0200 13.3 @@ -8,6 +8,6 @@ 13.4 URL: http://naspro.atheme.org/libraries/naspro-bridge-it/ 13.5 Requires: nacore-4 >= 0.3.0 lv2core >= 4.0 13.6 Conflicts: 13.7 -Version: 0.3.0 13.8 +Version: 0.4.0 13.9 Libs: -L${libdir} -lnabrit 13.10 Cflags: -I${includedir}/NASPRO/brit-2
14.1 --- a/naspro-bridges/COPYING Fri Dec 09 23:11:38 2011 +0200 14.2 +++ b/naspro-bridges/COPYING Sat Dec 10 01:04:57 2011 +0200 14.3 @@ -1,4 +1,4 @@ 14.4 -NASPRO bridges 0.3.0, A collection of bridges to LV2 14.5 +NASPRO bridges 0.3.1, A collection of bridges to LV2 14.6 Copyright (C) 2007-2011 NASPRO bridges development team 14.7 14.8 This library is free software; you can redistribute it and/or
15.1 --- a/naspro-bridges/ChangeLog Fri Dec 09 23:11:38 2011 +0200 15.2 +++ b/naspro-bridges/ChangeLog Sat Dec 10 01:04:57 2011 +0200 15.3 @@ -1,3 +1,7 @@ 15.4 +0.3.1 15.5 +----- 15.6 + * Synced documentation between website and text files. 15.7 + 15.8 0.3.0 15.9 ------ 15.10 * Adapted to changes in NASPRO core 0.3.0 and NASPRO Bridge it 0.3.0.
16.1 --- a/naspro-bridges/NEWS Fri Dec 09 23:11:38 2011 +0200 16.2 +++ b/naspro-bridges/NEWS Sat Dec 10 01:04:57 2011 +0200 16.3 @@ -1,3 +1,7 @@ 16.4 +0.3.1 16.5 +----- 16.6 + * Synced documentation between website and text files. 16.7 + 16.8 0.3.0 16.9 ----- 16.10 * Adapted to changes in NASPRO core 0.3.0 and NASPRO Bridge it 0.3.0.
17.1 --- a/naspro-bridges/README Fri Dec 09 23:11:38 2011 +0200 17.2 +++ b/naspro-bridges/README Sat Dec 10 01:04:57 2011 +0200 17.3 @@ -3,7 +3,7 @@ 17.4 17.5 http://naspro.atheme.org/plugins/naspro-bridges/ 17.6 17.7 - Version: 0.3.0 17.8 + Version: 0.3.1 17.9 17.10 About 17.11 ----- 17.12 @@ -15,6 +15,9 @@ 17.13 As of now, it contains two bridges: a LADSPA (http://www.ladspa.org/) 1.1 17.14 bridge and a DSSI (http://dssi.sourceforge.net/) 1.0.0/1.1.0 bridge. 17.15 17.16 + The code is released under the LGPL 2.1 17.17 + (http://www.gnu.org/licenses/lgpl-2.1.html). 17.18 + 17.19 Supported platforms 17.20 ------------------- 17.21 17.22 @@ -31,19 +34,19 @@ 17.23 * NASPRO Bridge it (http://naspro.atheme.org/libraries/naspro-bridge-it/) >= 17.24 0.3.0. 17.25 * (optional) ALSA (http://www.alsa-project.org/) or libdssialsacompat 17.26 - (http://www.smbolton.com/linux.html) for the DSSI bridge to work. 17.27 + (http://www.smbolton.com/linux.html) for the DSSI bridge. 17.28 17.29 Build-time dependencies 17.30 ----------------------- 17.31 17.32 * pkg-config (http://pkg-config.freedesktop.org/); 17.33 * an environment capable of running Autotools-based build systems; 17.34 - * LV2 Dynamic Manifest (http://lv2plug.in/ns/ext/dyn-manifest/) >= 1.0; 17.35 + * LV2 Dynamic Manifest (http://lv2plug.in/ns/ext/dynmanifest/) >= 1.0; 17.36 * (optional) LADSPA SDK (http://www.ladspa.org/) for building the LADSPA 17.37 bridge; 17.38 * (optional) DSSI (http://dssi.sourceforge.net/) >= 1.0.0, LV2 Events 17.39 - (http://lv2plug.in/ns/ext/event/) >= 1.0 and LV2 URI Map 17.40 - (http://lv2plug.in/ns/ext/uri-map/) >= 1.0 for building the DSSI bridge; 17.41 + (http://lv2plug.in/ns/ext/event) >= 1.0 and LV2 URI Map 17.42 + (http://lv2plug.in/ns/ext/uri-map) >= 1.0 for building the DSSI bridge; 17.43 * (optional) GNU Autoconf (http://www.gnu.org/software/autoconf/) >= 2.61, GNU 17.44 Automake (http://www.gnu.org/software/automake/) and GNU Libtool 17.45 (http://www.gnu.org/software/libtool/) to regenerate the build system. 17.46 @@ -89,3 +92,17 @@ 17.47 17.48 You can use LADSPA_PATH and DSSI_PATH environment variables to provide plugin 17.49 discovery locations as you like. 17.50 + 17.51 +Installation 17.52 +------------ 17.53 + 17.54 + As usual: 17.55 + 17.56 + $ ./configure && make && make install 17.57 + 17.58 + Extra ./configure options 17.59 + ------------------------- 17.60 + 17.61 + --with-lv2dir=DIR where to put LV2 bundles [LIBDIR/lv2] 17.62 + --enable-lrdf-bundles install LRDF-equivalent LV2 bundles [default=no] 17.63 + --enable-dssi-presets bridge DSSI programs as LV2 presets [default=no]
18.1 --- a/naspro-bridges/configure.ac Fri Dec 09 23:11:38 2011 +0200 18.2 +++ b/naspro-bridges/configure.ac Sat Dec 10 01:04:57 2011 +0200 18.3 @@ -9,7 +9,7 @@ 18.4 18.5 AC_PREREQ([2.61]) 18.6 18.7 -AC_INIT([NASPRO bridges], [0.3.0], [zanga.mail@gmail.com]) 18.8 +AC_INIT([NASPRO bridges], [0.3.1], [zanga.mail@gmail.com]) 18.9 AC_COPYRIGHT([Copyright (C) 2007-2011 NASPRO bridges development team]) 18.10 18.11 AC_CONFIG_SRCDIR([ladspa/internal.h])
19.1 --- a/naspro-core/ChangeLog Fri Dec 09 23:11:38 2011 +0200 19.2 +++ b/naspro-core/ChangeLog Sat Dec 10 01:04:57 2011 +0200 19.3 @@ -2,6 +2,7 @@ 19.4 ----- 19.5 * API version is now 4.1.0. 19.6 * Added threading, mutex and semaphore APIs. 19.7 + * Synced documentation among website, text files and headers. 19.8 19.9 0.3.0 19.10 -----
20.1 --- a/naspro-core/NEWS Fri Dec 09 23:11:38 2011 +0200 20.2 +++ b/naspro-core/NEWS Sat Dec 10 01:04:57 2011 +0200 20.3 @@ -2,6 +2,7 @@ 20.4 ----- 20.5 * API version is now 4.1.0. 20.6 * Added threading, mutex and semaphore APIs. 20.7 + * Synced documentation among website, text files and headers. 20.8 20.9 0.3.0 20.10 -----
21.1 --- a/naspro-core/README Fri Dec 09 23:11:38 2011 +0200 21.2 +++ b/naspro-core/README Sat Dec 10 01:04:57 2011 +0200 21.3 @@ -16,13 +16,17 @@ 21.4 small collection of abstract data types and provides a couple of useful APIs 21.5 to help with software development in general. 21.6 21.7 + The code is released under the LGPL 2.1 21.8 + (http://www.gnu.org/licenses/lgpl-2.1.html). 21.9 + 21.10 Supported platforms/compilers 21.11 ----------------------------- 21.12 21.13 It is written in C99 and should work on all POSIX-1.2008-compliant platforms, 21.14 assuming that malloc() and free() are thread-safe and errno is thread-local. 21.15 21.16 - It does also work on Windows XP or later, 32 and 64 bit versions. 21.17 + It should also work (but it's not yet "officially supported") on Windows XP 21.18 + and later, 32 and 64 bit versions. 21.19 21.20 It has only been built and tested using the GCC (http://gcc.gnu.org/) 21.21 compiler, for which it has special support and whose version is supposed to be 21.22 @@ -32,7 +36,9 @@ 21.23 Runtime dependencies 21.24 -------------------- 21.25 21.26 - * Standard C and math libraries. 21.27 + * Standard C and math libraries; 21.28 + * Platform-specific threading library (i.e., Pthreads on all platforms except 21.29 + Windows). 21.30 21.31 Build-time dependencies 21.32 ----------------------- 21.33 @@ -50,3 +56,16 @@ 21.34 Just include <NASPRO/core/lib.h> in your source files and use the pkg-config 21.35 (http://pkg-config.freedesktop.org/) tool to retrieve compiler and linker 21.36 flags (package name: nacore-4). 21.37 + 21.38 +Installation 21.39 +------------ 21.40 + 21.41 + As usual: 21.42 + 21.43 + $ ./configure && make && make install 21.44 + 21.45 + Extra ./configure options 21.46 + ------------------------- 21.47 + 21.48 + --with-pkgconfigdir=DIR where to put pkg-config's .pc files 21.49 + [LIBDIR/pkgconfig]
22.1 --- a/naspro-core/include/NASPRO/core/lib.h Fri Dec 09 23:11:38 2011 +0200 22.2 +++ b/naspro-core/include/NASPRO/core/lib.h Sat Dec 10 01:04:57 2011 +0200 22.3 @@ -22,13 +22,17 @@ 22.4 a small collection of abstract data types and provides a couple of useful 22.5 APIs to help with software development in general. 22.6 22.7 + The code is released under the <LGPL 2.1 at 22.8 + http://www.gnu.org/licenses/lgpl-2.1.html>. 22.9 + 22.10 Supported platforms/compilers: 22.11 22.12 It is written in C99 and should work on all POSIX-1.2008-compliant 22.13 platforms, assuming that malloc() and free() are thread-safe and errno is 22.14 thread-local. 22.15 22.16 - It does also work on Windows XP and later, 32 and 64 bit versions. 22.17 + It should also work (but it's not yet "officially supported") on Windows XP 22.18 + and later, 32 and 64 bit versions. 22.19 22.20 It has only been built and tested using the <GCC at http://gcc.gnu.org/> 22.21 compiler, for which it has special support and whose version is supposed to
