From owner-cvs-all@FreeBSD.ORG Sun Oct 16 00:09:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 455FD16A41F; Sun, 16 Oct 2005 00:09:25 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D74B43D46; Sun, 16 Oct 2005 00:09:25 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9G09OVr099763; Sun, 16 Oct 2005 00:09:24 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9G09OA1099762; Sun, 16 Oct 2005 00:09:24 GMT (envelope-from mnag) Message-Id: <200510160009.j9G09OA1099762@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 16 Oct 2005 00:09:24 +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/graphics Makefile ports/graphics/xmms-scivi Makefile distinfo pkg-descr pkg-plist ports/graphics/xmms-scivi/files patch-src_presets.c patch-src_scivi.h 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: Sun, 16 Oct 2005 00:09:25 -0000 mnag 2005-10-16 00:09:24 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/xmms-scivi Makefile distinfo pkg-descr pkg-plist graphics/xmms-scivi/files patch-src_presets.c patch-src_scivi.h Log: Scivi is a visualization plugin for XMMS, uses 3D Accelerated hardware, but is not actually 3D. Features: Low CPU Usage because of 3D accelerated hardware. All effects including potentially expensive complex image transformations are done in hardware. So, if you have a fast video card, your CPU most of a time will be idle! Powerful C-style Scripting Language will help you to program your own nice presets! The visualization is under your control! Root-window rendering supported. Put a nice video effects on your desktop! This feature is window-manager dependent. KDE and GNOME probably won't work Press 'V' to switch to root-window mode. Full-screen rendering. Planned. WWW: http://xmms-scivi.sourceforge.net/ PR: 87488 Submitted by: Alejandro Pulver Revision Changes Path 1.864 +1 -0 ports/graphics/Makefile 1.1 +44 -0 ports/graphics/xmms-scivi/Makefile (new) 1.1 +2 -0 ports/graphics/xmms-scivi/distinfo (new) 1.1 +25 -0 ports/graphics/xmms-scivi/files/patch-src_presets.c (new) 1.1 +10 -0 ports/graphics/xmms-scivi/files/patch-src_scivi.h (new) 1.1 +23 -0 ports/graphics/xmms-scivi/pkg-descr (new) 1.1 +33 -0 ports/graphics/xmms-scivi/pkg-plist (new)