From owner-cvs-all@FreeBSD.ORG Wed Oct 13 23:24:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 985CA16A4CF; Wed, 13 Oct 2004 23:24:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AC0943D39; Wed, 13 Oct 2004 23:24:34 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DNOYPY047506; Wed, 13 Oct 2004 23:24:34 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DNOYjY047505; Wed, 13 Oct 2004 23:24:34 GMT (envelope-from edwin) Message-Id: <200410132324.i9DNOYjY047505@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Oct 2004 23:24:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia Makefile ports/multimedia/gavl Makefile distinfo pkg-descr pkg-plist ports/multimedia/gavl/files patch-configure patch-gavl-c-_cmix_c.c patch-gavl-mix.c patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 13 Oct 2004 23:24:34 -0000 edwin 2004-10-13 23:24:34 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/gavl Makefile distinfo pkg-descr pkg-plist multimedia/gavl/files patch-configure patch-gavl-c-_cmix_c.c patch-gavl-mix.c patch-ltmain.sh Log: [NEW PORT] multimedia/gavl: A library for handling uncompressed video and audio data Gavl (Gmerlin Audio Video Library) is a library for handling uncompressed video and audio data. PR: ports/71133 Submitted by: Michael Johnson Revision Changes Path 1.81 +1 -0 ports/multimedia/Makefile 1.1 +55 -0 ports/multimedia/gavl/Makefile (new) 1.1 +2 -0 ports/multimedia/gavl/distinfo (new) 1.1 +18 -0 ports/multimedia/gavl/files/patch-configure (new) 1.1 +27 -0 ports/multimedia/gavl/files/patch-gavl-c-_cmix_c.c (new) 1.1 +20 -0 ports/multimedia/gavl/files/patch-gavl-mix.c (new) 1.1 +15 -0 ports/multimedia/gavl/files/patch-ltmain.sh (new) 1.1 +23 -0 ports/multimedia/gavl/pkg-descr (new) 1.1 +10 -0 ports/multimedia/gavl/pkg-plist (new)