Date: Tue, 22 Apr 2008 12:12:07 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia Makefile ports/multimedia/nmm Makefile distinfo pkg-descr pkg-message pkg-plist ports/multimedia/nmm/files patch-Makefile_am_extra patch-configure_in patch-nmm_plugins_file_dvd_DVDReadNode_hpp patch-nmm_plugins_file_mpeg_MPEGCheckFormat_hpp patch-nmm_plugins_video_ffmpeg_FFMpegEncodeNode_cpp ... Message-ID: <200804221212.m3MCC71U035769@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2008-04-22 12:12:06 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/nmm Makefile distinfo pkg-descr pkg-message pkg-plist multimedia/nmm/files patch-Makefile_am_extra patch-configure_in patch-nmm_plugins_file_dvd_DVDReadNode_hpp patch-nmm_plugins_file_mpeg_MPEGCheckFormat_hpp patch-nmm_plugins_video_ffmpeg_FFMpegEncodeNode_cpp patch-nmm_plugins_video_filter_Makefile_am patch-nmm_utils_fork_Fork_cpp patch-nmm_utils_net_SockStream_Linux_cpp patch-nmm_utils_net_Sock_Linux_cpp patch-nmm_utils_net_nmm_netutils_hpp patch-nmm_utils_net_nmm_sockaddr_in_hpp Log: 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--- Revision Changes Path 1.261 +1 -0 ports/multimedia/Makefile 1.1 +102 -0 ports/multimedia/nmm/Makefile (new) 1.1 +3 -0 ports/multimedia/nmm/distinfo (new) 1.1 +17 -0 ports/multimedia/nmm/files/patch-Makefile_am_extra (new) 1.1 +37 -0 ports/multimedia/nmm/files/patch-configure_in (new) 1.1 +13 -0 ports/multimedia/nmm/files/patch-nmm_plugins_file_dvd_DVDReadNode_hpp (new) 1.1 +19 -0 ports/multimedia/nmm/files/patch-nmm_plugins_file_mpeg_MPEGCheckFormat_hpp (new) 1.1 +13 -0 ports/multimedia/nmm/files/patch-nmm_plugins_video_ffmpeg_FFMpegEncodeNode_cpp (new) 1.1 +8 -0 ports/multimedia/nmm/files/patch-nmm_plugins_video_filter_Makefile_am (new) 1.1 +11 -0 ports/multimedia/nmm/files/patch-nmm_utils_fork_Fork_cpp (new) 1.1 +20 -0 ports/multimedia/nmm/files/patch-nmm_utils_net_SockStream_Linux_cpp (new) 1.1 +37 -0 ports/multimedia/nmm/files/patch-nmm_utils_net_Sock_Linux_cpp (new) 1.1 +11 -0 ports/multimedia/nmm/files/patch-nmm_utils_net_nmm_netutils_hpp (new) 1.1 +20 -0 ports/multimedia/nmm/files/patch-nmm_utils_net_nmm_sockaddr_in_hpp (new) 1.1 +15 -0 ports/multimedia/nmm/pkg-descr (new) 1.1 +4 -0 ports/multimedia/nmm/pkg-message (new) 1.1 +1784 -0 ports/multimedia/nmm/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804221212.m3MCC71U035769>