cvs commit: ports/audio Makefile ports/audio/lash Makefile distinfo pkg-descr pkg-plist ports/audio/lash/files patch-clients-panel-project.c patch-lash-1.0.pc.in patch-lashd-conn_mgr.c patch-lashd-main.c patch-lashd-project.c patch-lashd-server.c ...

Martin Wilke miwi at FreeBSD.org
Sat Jan 13 13:41:41 PST 2007


miwi        2007-01-13 21:41:41 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/lash           Makefile distinfo pkg-descr pkg-plist 
    audio/lash/files     patch-clients-panel-project.c 
                         patch-lash-1.0.pc.in 
                         patch-lashd-conn_mgr.c patch-lashd-main.c 
                         patch-lashd-project.c 
                         patch-lashd-server.c patch-lashd-store.c 
                         patch-liblash-loader.c 
  Log:
  LASH is a session management system for JACK audio applications.
  It is an implementation of a proposal that originated from this
  discussion.  Its aim is to allow you to have many different audio
  programs running at once, to save their setup, close them down and
  then easily reload the setup at some other time.  LASH doesn't deal
  with any kind of audio data itself; it just runs programs, deals
  with saving/loading (arbitrary) data and connects different kinds
  of virtual audio ports together (currently JACK and ALSA sequencer
  ports).  It can also be used to move entire sessions between
  computers, or post sessions on the Internet for download.
  
  WWW:    http://www.nongnu.org/lash/
  
  PR:             ports/107875
  Submitted by:   trasz <trasz at pin.if.uz.zgora.pl>
  
  Revision  Changes    Path
  1.812     +1 -0      ports/audio/Makefile
  1.1       +37 -0     ports/audio/lash/Makefile (new)
  1.1       +3 -0      ports/audio/lash/distinfo (new)
  1.1       +11 -0     ports/audio/lash/files/patch-clients-panel-project.c (new)
  1.1       +11 -0     ports/audio/lash/files/patch-lash-1.0.pc.in (new)
  1.1       +10 -0     ports/audio/lash/files/patch-lashd-conn_mgr.c (new)
  1.1       +19 -0     ports/audio/lash/files/patch-lashd-main.c (new)
  1.1       +10 -0     ports/audio/lash/files/patch-lashd-project.c (new)
  1.1       +10 -0     ports/audio/lash/files/patch-lashd-server.c (new)
  1.1       +34 -0     ports/audio/lash/files/patch-lashd-store.c (new)
  1.1       +10 -0     ports/audio/lash/files/patch-liblash-loader.c (new)
  1.1       +12 -0     ports/audio/lash/pkg-descr (new)
  1.1       +32 -0     ports/audio/lash/pkg-plist (new)


More information about the cvs-ports mailing list