From owner-cvs-ports@FreeBSD.ORG  Sun Nov  9 14:37:55 2008
Return-Path: <owner-cvs-ports@FreeBSD.ORG>
Delivered-To: cvs-ports@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 76358106564A;
	Sun,  9 Nov 2008 14:37:55 +0000 (UTC)
	(envelope-from amdmi3@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 613F68FC08;
	Sun,  9 Nov 2008 14:37:55 +0000 (UTC)
	(envelope-from amdmi3@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mA9EbtIF083052;
	Sun, 9 Nov 2008 14:37:55 GMT
	(envelope-from amdmi3@repoman.freebsd.org)
Received: (from amdmi3@localhost)
	by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mA9EbtNH083051;
	Sun, 9 Nov 2008 14:37:55 GMT (envelope-from amdmi3)
Message-Id: <200811091437.mA9EbtNH083051@repoman.freebsd.org>
From: Dmitry Marakasov <amdmi3@FreeBSD.org>
Date: Sun, 9 Nov 2008 14:37:55 +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/gmerlin
 Makefile distinfo pkg-descr pkg-plist
X-BeenThere: cvs-ports@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the ports tree <cvs-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-ports>,
	<mailto:cvs-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-ports>
List-Post: <mailto:cvs-ports@freebsd.org>
List-Help: <mailto:cvs-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-ports>,
	<mailto:cvs-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 09 Nov 2008 14:37:55 -0000

amdmi3      2008-11-09 14:37:55 UTC

  FreeBSD ports repository

  Modified files:
    multimedia           Makefile 
  Added files:
    multimedia/gmerlin   Makefile distinfo pkg-descr pkg-plist 
  Log:
  Gmerlin is a multimedia framework, which allows you to quickly
  develop multimedia applications. It is built upon gavl (for low
  level Audio/Video things) and libxml2 (for loading and saving
  configuration data and other things). The gmerlin API can be used
  at multiple levels: Either you take the basic things like plugins,
  fifos, message-queues and gavl audio/video converters and build
  your own media engine. The other possibility is to use the player
  or transcoder engines directly. The latter approach is probably
  easier, but you'll have less freedom in controlling the process.
  
  Gmerlin includes GUI player with mediatree and a GUI transcoder
  among other things.
  
  WWW: http://gmerlin.sourceforge.net/
  
  Revision  Changes    Path
  1.280     +1 -0      ports/multimedia/Makefile
  1.1       +196 -0    ports/multimedia/gmerlin/Makefile (new)
  1.1       +3 -0      ports/multimedia/gmerlin/distinfo (new)
  1.1       +14 -0     ports/multimedia/gmerlin/pkg-descr (new)
  1.1       +324 -0    ports/multimedia/gmerlin/pkg-plist (new)