From owner-cvs-all@FreeBSD.ORG Mon Nov 2 12:05:35 2009 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 A82F9106566B; Mon, 2 Nov 2009 12:05:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9700A8FC0C; Mon, 2 Nov 2009 12:05:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nA2C5Z5w033328; Mon, 2 Nov 2009 12:05:35 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nA2C5Z0n033327; Mon, 2 Nov 2009 12:05:35 GMT (envelope-from miwi) Message-Id: <200911021205.nA2C5Z0n033327@repoman.freebsd.org> From: Martin Wilke Date: Mon, 2 Nov 2009 12:05:35 +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/libomxil-bellagio Makefile distinfo pkg-descr pkg-plist ports/multimedia/libomxil-bellagio/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 12:05:35 -0000 miwi 2009-11-02 12:05:35 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/libomxil-bellagio Makefile distinfo pkg-descr pkg-plist multimedia/libomxil-bellagio/files patch-Makefile.in Log: Bellagio is an opensource implementation of the OpenMAX IL API that runs on Linux PC, including: * A shared library with the IL core and a "reference" OpenMAX component * A number of OpenMAX components which pass Khronos conformance tests It is intended to show the usage of the IL API and to allow people to start developing components. WWW: http://omxil.sourceforge.net/index.html PR: ports/139349 Submitted by: Thinker K.F. Li Revision Changes Path 1.343 +1 -0 ports/multimedia/Makefile 1.1 +23 -0 ports/multimedia/libomxil-bellagio/Makefile (new) 1.1 +3 -0 ports/multimedia/libomxil-bellagio/distinfo (new) 1.1 +11 -0 ports/multimedia/libomxil-bellagio/files/patch-Makefile.in (new) 1.1 +11 -0 ports/multimedia/libomxil-bellagio/pkg-descr (new) 1.1 +76 -0 ports/multimedia/libomxil-bellagio/pkg-plist (new)