From owner-cvs-all@FreeBSD.ORG Tue Apr 22 12:12:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 694311065673; Tue, 22 Apr 2008 12:12:07 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 443088FC16; Tue, 22 Apr 2008 12:12:07 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3MCC7ZA035770; Tue, 22 Apr 2008 12:12:07 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3MCC71U035769; Tue, 22 Apr 2008 12:12:07 GMT (envelope-from netchild) Message-Id: <200804221212.m3MCC71U035769@repoman.freebsd.org> From: Alexander Leidinger Date: Tue, 22 Apr 2008 12:12:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 12:12:07 -0000 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)