From owner-cvs-all@FreeBSD.ORG Wed Aug 11 20:54:17 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 692B116A4CE; Wed, 11 Aug 2004 20:54:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BC7D43D4C; Wed, 11 Aug 2004 20:54:17 +0000 (GMT) (envelope-from pav@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 i7BKsHIO087137; Wed, 11 Aug 2004 20:54:17 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7BKsHS6087136; Wed, 11 Aug 2004 20:54:17 GMT (envelope-from pav) Message-Id: <200408112054.i7BKsHS6087136@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 11 Aug 2004 20:54:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/marlin Makefile distinfo pkg-descr pkg-plist ports/audio/marlin/files patch-src-libegg-egg-toolbar-editor.c patch-src_marlin-cdda-record.c patch-src_marlin-window-menu.c 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, 11 Aug 2004 20:54:17 -0000 pav 2004-08-11 20:54:17 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/marlin Makefile distinfo pkg-descr pkg-plist audio/marlin/files patch-marlin-marlin-channel.h patch-marlin-marlin-sample-view.c patch-src-libegg-egg-toolbar-editor.c patch-src_marlin-cdda-record.c patch-src_marlin-window-menu.c Log: Add marlin, an audio editor similar to Audacity, with Gstreamer backend. It can open files, record from microphone and rip from AudioCD. Revision Changes Path 1.546 +1 -0 ports/audio/Makefile 1.1 +27 -0 ports/audio/marlin/Makefile (new) 1.1 +2 -0 ports/audio/marlin/distinfo (new) 1.1 +10 -0 ports/audio/marlin/files/patch-marlin-marlin-channel.h (new) 1.1 +12 -0 ports/audio/marlin/files/patch-marlin-marlin-sample-view.c (new) 1.1 +18 -0 ports/audio/marlin/files/patch-src-libegg-egg-toolbar-editor.c (new) 1.1 +11 -0 ports/audio/marlin/files/patch-src_marlin-cdda-record.c (new) 1.1 +12 -0 ports/audio/marlin/files/patch-src_marlin-window-menu.c (new) 1.1 +5 -0 ports/audio/marlin/pkg-descr (new) 1.1 +113 -0 ports/audio/marlin/pkg-plist (new)