Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 8724463E9BF for ; Thu, 29 Nov 2012 08:42:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 673F214A362; Thu, 29 Nov 2012 08:42:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7AFE614A360 for ; Thu, 29 Nov 2012 08:42:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id acxliwyEDNsS for ; Thu, 29 Nov 2012 08:42:00 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id F151914A35E for ; Thu, 29 Nov 2012 08:41:59 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6C851175DD; Thu, 29 Nov 2012 08:42:38 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 29 Nov 2012 08:42:38 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/audio/gst-plugins1-oss To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20121129084238.6C851175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Thu Nov 29 08:42:38 UTC 2012 Added Files: pkgsrc/audio/gst-plugins1-oss: DESCR Makefile PLIST Log Message: Import gst-plugins1-oss-1.0.3 as audio/gst-plugins1-oss. GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL. This package is part of the 'good' plugins for GStreamer. It provides the oss plugin, which allows playback and recording of sound through the Open Sound System audio libraries. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/audio/gst-plugins1-oss/DESCR \ pkgsrc/audio/gst-plugins1-oss/Makefile \ pkgsrc/audio/gst-plugins1-oss/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.