Changeset 219

Show
Ignore:
Timestamp:
01/18/08 10:09:19 (4 years ago)
Author:
ath
Message:

Update AUTHORS and README files.

Location:
trunk
Files:
13 modified

Legend:

Unmodified
Added
Removed
  • trunk/AUTHORS

    r216 r219  
     1Main author and mantainer: 
     2    Alberto Botti <alberto.botti@yoda2000.net> 
     3     
     4Based on code and ideas from (see subdirectories for more details): 
     5    * GLIB - Library of useful routines for C programming. 
     6        http://www.gtk.org 
     7    * GDAM - the "Geoff and Dave's Audio Mixer" 
     8        http://www.ffem.org/gdam 
     9    * the GStreamer multimedia framework 
     10        http://www.gstreamer.net 
     11    * terminatorX realtime audio scrathing simulator, by Alexander König 
     12        http://www.terminatorX.cx 
     13    * the JACK Audio Connection Kit examples and ringbuffer code 
     14        http://www.jackaudio.com 
     15    * the ALSA programming guide 
     16        http://www.alsa-project.org 
     17 
     18Distributed as a whole under the terms of the GNU General Public License (GPL) 
     19version 2 or later (the RGC library is distributed under the terms of the 
     20GNU Library General Public License (LGPL) version 2 or later). 
  • trunk/NEWS

    r216 r219  
     1Unstable unreleased development sources from SVN - be careful! 
  • trunk/fm_gui/AUTHORS

    r207 r219  
    11Main author and mantainer: 
    2         Alberto Botti <alberto.botti@yoda2000.net> 
     2    Alberto Botti <alberto.botti@yoda2000.net> 
     3 
     4Distributed under the terms of the GNU General Public License (GPL) 
     5version 2 or later. 
  • trunk/fm_gui/ChangeLog

    r207 r219  
    1 2006-12-03  gettextize  <bug-gnu-gettext@gnu.org> 
    21 
    3         * m4/codeset.m4: Upgrade to gettext-0.15. 
    4         * m4/gettext.m4: Upgrade to gettext-0.15. 
    5         * m4/glibc2.m4: New file, from gettext-0.15. 
    6         * m4/glibc21.m4: Upgrade to gettext-0.15. 
    7         * m4/iconv.m4: Upgrade to gettext-0.15. 
    8         * m4/intdiv0.m4: New file, from gettext-0.15. 
    9         * m4/intmax.m4: New file, from gettext-0.15. 
    10         * m4/inttypes_h.m4: New file, from gettext-0.15. 
    11         * m4/inttypes-h.m4: New file, from gettext-0.15. 
    12         * m4/inttypes-pri.m4: New file, from gettext-0.15. 
    13         * m4/lcmessage.m4: Upgrade to gettext-0.15. 
    14         * m4/lib-ld.m4: New file, from gettext-0.15. 
    15         * m4/lib-link.m4: New file, from gettext-0.15. 
    16         * m4/lib-prefix.m4: New file, from gettext-0.15. 
    17         * m4/lock.m4: New file, from gettext-0.15. 
    18         * m4/longdouble.m4: New file, from gettext-0.15. 
    19         * m4/longlong.m4: New file, from gettext-0.15. 
    20         * m4/nls.m4: New file, from gettext-0.15. 
    21         * m4/po.m4: New file, from gettext-0.15. 
    22         * m4/printf-posix.m4: New file, from gettext-0.15. 
    23         * m4/progtest.m4: Upgrade to gettext-0.15. 
    24         * m4/signed.m4: New file, from gettext-0.15. 
    25         * m4/size_max.m4: New file, from gettext-0.15. 
    26         * m4/stdint_h.m4: New file, from gettext-0.15. 
    27         * m4/uintmax_t.m4: New file, from gettext-0.15. 
    28         * m4/ulonglong.m4: New file, from gettext-0.15. 
    29         * m4/visibility.m4: New file, from gettext-0.15. 
    30         * m4/wchar_t.m4: New file, from gettext-0.15. 
    31         * m4/wint_t.m4: New file, from gettext-0.15. 
    32         * m4/xsize.m4: New file, from gettext-0.15. 
    33         * Makefile.am (SUBDIRS): Remove intl. 
    34         (ACLOCAL_AMFLAGS): New variable. 
    35         (EXTRA_DIST): Add config.rpath. 
    36         * configure.in (AM_GNU_GETTEXT_VERSION): Bump to 0.15. 
    37  
  • trunk/fm_gui/NEWS

    r207 r219  
     1Unstable unreleased development sources from SVN - be careful! 
  • trunk/fm_server/AUTHORS

    r206 r219  
    1 Main author and developer: 
    2         Alberto Botti <alberto.botti@yoda2000.net> 
     1Main author and mantainer: 
     2    Alberto Botti <alberto.botti@yoda2000.net> 
    33 
    44Based on code and ideas from: 
    5 * the GDAM "Geoff and Dave's Audio Mixer" (www.ffem.org/gdam) 
    6 * the GStreamer multimedia framework (www.gstreamer.net) 
    7 * the terminatorX realtime audio scrathing program by Alexander König 
    8   (www.terminatorX.cx) 
    9 * the JACK Audio Connection Kit (www.jackaudio.com) examples and ringbuffer code 
    10 * the ALSA (www.alsa-project.org) programming guide 
     5    * GDAM - the "Geoff and Dave's Audio Mixer" 
     6        http://www.ffem.org/gdam 
     7    * the GStreamer multimedia framework 
     8        http://www.gstreamer.net 
     9    * terminatorX realtime audio scrathing simulator, by Alexander König 
     10        http://www.terminatorX.cx 
     11    * the JACK Audio Connection Kit examples and ringbuffer code 
     12        http://www.jackaudio.com 
     13    * the ALSA programming guide 
     14        http://www.alsa-project.org 
     15 
     16Distributed under the terms of the GNU General Public License (GPL) 
     17version 2 or later. 
  • trunk/fm_server/ChangeLog

    r206 r219  
    1 2006-11-19  gettextize  <bug-gnu-gettext@gnu.org> 
    21 
    3         * m4/codeset.m4: Upgrade to gettext-0.15. 
    4         * m4/gettext.m4: Upgrade to gettext-0.15. 
    5         * m4/glibc2.m4: New file, from gettext-0.15. 
    6         * m4/glibc21.m4: Upgrade to gettext-0.15. 
    7         * m4/iconv.m4: Upgrade to gettext-0.15. 
    8         * m4/intdiv0.m4: New file, from gettext-0.15. 
    9         * m4/intmax.m4: New file, from gettext-0.15. 
    10         * m4/inttypes_h.m4: New file, from gettext-0.15. 
    11         * m4/inttypes-h.m4: New file, from gettext-0.15. 
    12         * m4/inttypes-pri.m4: New file, from gettext-0.15. 
    13         * m4/lcmessage.m4: Upgrade to gettext-0.15. 
    14         * m4/lib-ld.m4: New file, from gettext-0.15. 
    15         * m4/lib-link.m4: New file, from gettext-0.15. 
    16         * m4/lib-prefix.m4: New file, from gettext-0.15. 
    17         * m4/lock.m4: New file, from gettext-0.15. 
    18         * m4/longdouble.m4: New file, from gettext-0.15. 
    19         * m4/longlong.m4: New file, from gettext-0.15. 
    20         * m4/nls.m4: New file, from gettext-0.15. 
    21         * m4/po.m4: New file, from gettext-0.15. 
    22         * m4/printf-posix.m4: New file, from gettext-0.15. 
    23         * m4/progtest.m4: Upgrade to gettext-0.15. 
    24         * m4/signed.m4: New file, from gettext-0.15. 
    25         * m4/size_max.m4: New file, from gettext-0.15. 
    26         * m4/stdint_h.m4: New file, from gettext-0.15. 
    27         * m4/uintmax_t.m4: New file, from gettext-0.15. 
    28         * m4/ulonglong.m4: New file, from gettext-0.15. 
    29         * m4/visibility.m4: New file, from gettext-0.15. 
    30         * m4/wchar_t.m4: New file, from gettext-0.15. 
    31         * m4/wint_t.m4: New file, from gettext-0.15. 
    32         * m4/xsize.m4: New file, from gettext-0.15. 
    33         * Makefile.am (SUBDIRS): Remove intl. 
    34         (ACLOCAL_AMFLAGS): New variable. 
    35         (EXTRA_DIST): Add config.rpath. 
    36         * configure.in (AM_GNU_GETTEXT_VERSION): Bump to 0.15. 
    37  
  • trunk/fm_server/NEWS

    r206 r219  
     1Unstable unreleased development sources from SVN - be careful! 
  • trunk/fm_tools/AUTHORS

    r208 r219  
    1 Main author and developer: 
    2         Alberto Botti <ath9@libero.it> 
     1Main author and mantainer: 
     2    Alberto Botti <alberto.botti@yoda2000.net> 
    33 
    4 Based on code and ideas from the GDAM "Geoff and Dave's Audio Mixer" 
    5 (www.ffem.org/gdam), the GStreamer multimedia framework (www.gstreamer.net) 
    6 and the terminatorX realtime audio scrathing program by Alexander König 
    7 (www.terminatorX.cx). 
     4Distributed under the terms of the GNU General Public License (GPL) 
     5version 2 or later. 
     6 
  • trunk/fm_tools/NEWS

    r208 r219  
     1Unstable unreleased development sources from SVN - be careful! 
  • trunk/rgc/ChangeLog

    r204 r219  
    1 2006-11-24  gettextize  <bug-gnu-gettext@gnu.org> 
    21 
    3         * m4/gettext.m4: Upgrade to gettext-0.15. 
    4         * m4/inttypes-h.m4: New file, from gettext-0.15. 
    5         * m4/inttypes-pri.m4: Upgrade to gettext-0.15. 
    6         * m4/lib-link.m4: Upgrade to gettext-0.15. 
    7         * m4/lib-prefix.m4: Upgrade to gettext-0.15. 
    8         * m4/lock.m4: New file, from gettext-0.15. 
    9         * m4/longdouble.m4: Upgrade to gettext-0.15. 
    10         * m4/nls.m4: Upgrade to gettext-0.15. 
    11         * m4/po.m4: Upgrade to gettext-0.15. 
    12         * m4/size_max.m4: Upgrade to gettext-0.15. 
    13         * m4/visibility.m4: New file, from gettext-0.15. 
    14         * configure.in (AC_OUTPUT): Remove intl/Makefile. 
    15         (AM_GNU_GETTEXT_VERSION): Bump to 0.15. 
    16  
    17 2006-08-30  gettextize  <bug-gnu-gettext@gnu.org> 
    18  
    19         * configure.in (AC_OUTPUT): Add intl/Makefile. 
    20  
    21 2006-08-30  gettextize  <bug-gnu-gettext@gnu.org> 
    22  
    23         * m4/codeset.m4: Upgrade to gettext-0.14.5. 
    24         * m4/gettext.m4: Upgrade to gettext-0.14.5. 
    25         * m4/glibc2.m4: New file, from gettext-0.14.5. 
    26         * m4/glibc21.m4: Upgrade to gettext-0.14.5. 
    27         * m4/iconv.m4: Upgrade to gettext-0.14.5. 
    28         * m4/intdiv0.m4: New file, from gettext-0.14.5. 
    29         * m4/intmax.m4: New file, from gettext-0.14.5. 
    30         * m4/inttypes.m4: New file, from gettext-0.14.5. 
    31         * m4/inttypes_h.m4: New file, from gettext-0.14.5. 
    32         * m4/inttypes-pri.m4: New file, from gettext-0.14.5. 
    33         * m4/isc-posix.m4: Upgrade to gettext-0.14.5. 
    34         * m4/lcmessage.m4: Upgrade to gettext-0.14.5. 
    35         * m4/lib-ld.m4: New file, from gettext-0.14.5. 
    36         * m4/lib-link.m4: New file, from gettext-0.14.5. 
    37         * m4/lib-prefix.m4: New file, from gettext-0.14.5. 
    38         * m4/longdouble.m4: New file, from gettext-0.14.5. 
    39         * m4/longlong.m4: New file, from gettext-0.14.5. 
    40         * m4/nls.m4: New file, from gettext-0.14.5. 
    41         * m4/po.m4: New file, from gettext-0.14.5. 
    42         * m4/printf-posix.m4: New file, from gettext-0.14.5. 
    43         * m4/progtest.m4: Upgrade to gettext-0.14.5. 
    44         * m4/signed.m4: New file, from gettext-0.14.5. 
    45         * m4/size_max.m4: New file, from gettext-0.14.5. 
    46         * m4/stdint_h.m4: New file, from gettext-0.14.5. 
    47         * m4/uintmax_t.m4: New file, from gettext-0.14.5. 
    48         * m4/ulonglong.m4: New file, from gettext-0.14.5. 
    49         * m4/wchar_t.m4: New file, from gettext-0.14.5. 
    50         * m4/wint_t.m4: New file, from gettext-0.14.5. 
    51         * m4/xsize.m4: New file, from gettext-0.14.5. 
    52         * Makefile.am (SUBDIRS): Remove intl. 
    53         (ACLOCAL_AMFLAGS): New variable. 
    54         (EXTRA_DIST): Add config.rpath. 
    55         * configure.in (AM_GNU_GETTEXT_VERSION): Bump to 0.14.5. 
    56  
    57 2004-07-09  Alberto Botti  <ath9@libero.it> 
    58  
    59         First release 0.0.1 
  • trunk/rgc/NEWS

    r204 r219  
    1 This is RGC version 0.0.1. It is a development release. 
    2 * First version 
     1Unstable unreleased development sources from SVN - be careful! 
  • trunk/rgc/README

    r204 r219  
    11                                RGC 
    22                the Remote GLib(-inspired) Call protocol 
    3                            version 0.0.1 
     3                           development version 
    44                             
    5 The RGC library allows two (or more) programs to talk over a local or remote 
    6 binary protocol (currently only using FIFOs, but the system is designed to 
    7 be extendable), using object-oriented techniques in a server-client environment. 
     5The RGC library allows a server and one or more client programs to talk over a 
     6local or remote connection using both an simple binary protocol (using 
     7network TCP or local UNIX-domain sockets) and standard-based ones (such as OSC 
     8and D-BUS), using object-oriented techniques. 
    89 
    910It is Free Software, available under a LGPL license. It is written in pure C, 
    1011and depends only on the GLib 2.x library (available from www.gtk.org) and 
    1112standard POSIX system calls. Altought primarily written and tested on GNU/Linux 
    12 systems, it should work on others UNIX and UNIX-like operating systems. A 
    13 Microsoft Windows will be worked on in the future... 
     13systems, it should work on others UNIX and UNIX-like operating systems (it was 
     14reported to work at least on FreeBSD and Darwin/Apple OS X). A Microsoft Windows 
     15is in an experimental stage. 
    1416 
    1517It's very much a work in progress (and it WILL change significantly in the 
    1618future), but it is now usable for simple applications. 
    1719It is primarily developed for FreeMix, a Free Software DJ audio mixing 
    18 application, where is used to connect togheter the audio processing backend ( 
    19 the "server") to the graphical-or-not user interfaces ("clients"). 
     20application, where is used to connect togheter the audio processing backend 
     21(the "server") to the graphical-or-not user interfaces ("clients"). 
    2022 
    2123Its goals: 
     
    3234advantage of object data handling, reference counting, ... 
    3335Every value (integers, floats, strings...) is sent to one process to another 
    34 using the GValues. 
     36using GValues. 
    3537 
    36 To get an idea of how it works, take a look at the main header rgc.h, and at 
    37 the source of FreeMix. 
     38To get an idea of how it works, take a look at the simple examples in the /test 
     39directory and at the source of FreeMix. 
    3840 
    39 The current version is available at "http://fire.prohosting.com/athpro/freemix". 
     41The latest version is available at "http://ciampix.net/proj/freemix".