Commit graph

6 commits

Author SHA1 Message Date
Steve Wills
65873d9f25 audio/lash: Fixed.pc file: removed Requires line, added missing USE statements
* Removed Requires in .pc because it causes pkg-config to pass jack libraries
  to users that users don't need
* Add needed USE_GNOME=gdkpixbuf2 cairo
* PYTHON_CONFIGURE_ENABLE=pylash - pylash is still broken as before.

PR:		220956
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2017-08-18 14:15:45 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Edward Tomasz Napierala
260ef9ac16 - Work around session resuming problem. 2008-01-02 19:35:26 +00:00
Edward Tomasz Napierala
af1f6eecce - Fix session restoration. 2007-10-03 12:32:55 +00:00
Edward Tomasz Napierala
65e3f4b5e3 - Update to 0.5.3.
Approved by:	miwi (mentor)
2007-06-04 20:41:24 +00:00
Martin Wilke
9cf490f25e 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>
2007-01-13 21:41:41 +00:00