Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8358F1A9239 for ; Mon, 15 Nov 2021 22:04:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B7AA084E90; Mon, 15 Nov 2021 22:04:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DBA4384E8D for ; Mon, 15 Nov 2021 22:04:53 +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 kFR1P2KqOh1R for ; Mon, 15 Nov 2021 22:04:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4A7BD84CE0 for ; Mon, 15 Nov 2021 22:04:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 488E1FAEC; Mon, 15 Nov 2021 22:04:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1637013893207760" MIME-Version: 1.0 Date: Mon, 15 Nov 2021 22:04:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/gst-plugins1-musepack To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211115220453.488E1FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1637013893207760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 15 22:04:53 UTC 2021 Added Files: pkgsrc/audio/gst-plugins1-musepack: DESCR Makefile PLIST Log Message: audio/gst-plugins1-musepack: import gst-plugins1-musepack-1.18.5 Packaged by nia for wip. GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple mp3 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. This package provides the Musepack plugin for GStreamer, which allows decoding .mpc audio. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/audio/gst-plugins1-musepack/DESCR \ pkgsrc/audio/gst-plugins1-musepack/Makefile \ pkgsrc/audio/gst-plugins1-musepack/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1637013893207760 Content-Disposition: inline Content-Length: 1724 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/audio/gst-plugins1-musepack/DESCR diff -u /dev/null pkgsrc/audio/gst-plugins1-musepack/DESCR:1.1 --- /dev/null Mon Nov 15 22:04:53 2021 +++ pkgsrc/audio/gst-plugins1-musepack/DESCR Mon Nov 15 22:04:53 2021 @@ -0,0 +1,10 @@ +GStreamer is a library that allows the construction of graphs of +media-handling components, ranging from simple mp3 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. + +This package provides the Musepack plugin for GStreamer, which allows +decoding .mpc audio. Index: pkgsrc/audio/gst-plugins1-musepack/Makefile diff -u /dev/null pkgsrc/audio/gst-plugins1-musepack/Makefile:1.1 --- /dev/null Mon Nov 15 22:04:53 2021 +++ pkgsrc/audio/gst-plugins1-musepack/Makefile Mon Nov 15 22:04:53 2021 @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2021/11/15 22:04:53 wiz Exp $ + +PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-musepack/} +CATEGORIES= audio gnome + +COMMENT= Open source multimedia framework - Musepack plugin + +GST_EXT_BUILD= # defined +GST_PLUGINS+= musepack + +.include "../../multimedia/gst-plugins1-bad/Makefile.common" +.include "../../audio/musepack/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/audio/gst-plugins1-musepack/PLIST diff -u /dev/null pkgsrc/audio/gst-plugins1-musepack/PLIST:1.1 --- /dev/null Mon Nov 15 22:04:53 2021 +++ pkgsrc/audio/gst-plugins1-musepack/PLIST Mon Nov 15 22:04:53 2021 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2021/11/15 22:04:53 wiz Exp $ +lib/gstreamer-1.0/libgstmusepack.so --_----------=_1637013893207760--