From 7afa97d319df1c3343588f81017b8b9fa2ffe1ff Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Tue, 22 Apr 2008 12:12:06 +0000 Subject: WIP of the NMM port (to allow further, distributed enhancements), see below for what NMM is. Status so far: - compiles and installs (KDE integration should be possible with this) - doesn't segfault when doing a ruidemental test - doesn't provide the complete plugin set (no RTP, no shoutcast, no OSS audio (any volunteers to develop this?), ...) - TODO list integrated into the port Makefile From pkg-descr: ---snip--- The Network-Integrated Multimedia Middleware (NMM) provides an architecture that allows to create distributed multimedia application easily: local and remote multimedia devices or software components can be controlled transparently and integrated into a common multimedia processing flow graph. As an example, this allows for the quick and easy development of an application that receives TV from a remote device -- including the transparent control of the distributed TV receiver. Even a PDA with only limited computational power can run such an application: the media conversions needed to adapt the audio and video content to the resources provided by the PDA can be distributed within the network. While the distribution is transparent for developers, no overhead is added to all locally operating parts of the application. WWW: http://www.motama.com/ ---snip--- --- multimedia/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'multimedia/Makefile') diff --git a/multimedia/Makefile b/multimedia/Makefile index 1374def6040e..a81deada56b3 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -162,6 +162,7 @@ SUBDIR += mplex SUBDIR += mythtv SUBDIR += netshow + SUBDIR += nmm SUBDIR += noatun-plugins SUBDIR += nxtvepg SUBDIR += ogle -- cgit v1.2.3