aboutsummaryrefslogtreecommitdiffstats
path: root/audio/lash/pkg-plist
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-01-14 05:41:41 +0800
committermiwi <miwi@FreeBSD.org>2007-01-14 05:41:41 +0800
commit1b2d4960ed30a27d3fcbf7ec7fd1dc998780c081 (patch)
tree0335a09bfdb1049b96761e6250504df213fe120b /audio/lash/pkg-plist
parent6bfb087001397ee7ebda55e7480590a1208cde05 (diff)
downloadfreebsd-ports-gnome-1b2d4960ed30a27d3fcbf7ec7fd1dc998780c081.tar.gz
freebsd-ports-gnome-1b2d4960ed30a27d3fcbf7ec7fd1dc998780c081.tar.zst
freebsd-ports-gnome-1b2d4960ed30a27d3fcbf7ec7fd1dc998780c081.zip
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>
Diffstat (limited to 'audio/lash/pkg-plist')
-rw-r--r--audio/lash/pkg-plist32
1 files changed, 32 insertions, 0 deletions
diff --git a/audio/lash/pkg-plist b/audio/lash/pkg-plist
new file mode 100644
index 000000000000..0f939f5b94c6
--- /dev/null
+++ b/audio/lash/pkg-plist
@@ -0,0 +1,32 @@
+bin/lashd
+bin/lash_control
+bin/lash_save_button
+bin/lash_panel
+include/lash-1.0/lash/lash.h
+include/lash-1.0/lash/types.h
+include/lash-1.0/lash/xmalloc.h
+include/lash-1.0/lash/config.h
+include/lash-1.0/lash/event.h
+include/lash-1.0/lash/list.h
+include/lash-1.0/lash/file.h
+include/lash-1.0/lash/client_interface.h
+include/lash-1.0/lash/protocol.h
+include/lash-1.0/lash/loader.h
+include/lash-1.0/lash/exec_params.h
+lib/liblash.so.2
+lib/liblash.so
+lib/liblash.la
+lib/liblash.a
+libdata/pkgconfig/lash-1.0.pc
+%%DATADIR%%/dtds/lash-project-1.0.dtd
+%%DATADIR%%/icons/lash_16px.png
+%%DATADIR%%/icons/lash_24px.png
+%%DATADIR%%/icons/lash_48px.png
+%%DATADIR%%/icons/lash_96px.png
+%%DATADIR%%/icons/lash.svg
+%%DATADIR%%/icons/lash.xcf
+@dirrm %%DATADIR%%/icons
+@dirrm %%DATADIR%%/dtds
+@dirrm %%DATADIR%%
+@dirrm include/lash-1.0/lash
+@dirrm include/lash-1.0