[csw-devel] SF.net SVN: gar:[7063] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sun Nov 1 14:32:53 CET 2009
Revision: 7063
http://gar.svn.sourceforge.net/gar/?rev=7063&view=rev
Author: dmichelsen
Date: 2009-11-01 13:32:53 +0000 (Sun, 01 Nov 2009)
Log Message:
-----------
wavpack: Initial commit
Added Paths:
-----------
csw/mgar/pkg/wavpack/
csw/mgar/pkg/wavpack/branches/
csw/mgar/pkg/wavpack/tags/
csw/mgar/pkg/wavpack/trunk/
csw/mgar/pkg/wavpack/trunk/Makefile
csw/mgar/pkg/wavpack/trunk/checksums
csw/mgar/pkg/wavpack/trunk/files/
Property changes on: csw/mgar/pkg/wavpack/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/wavpack/trunk/Makefile
===================================================================
--- csw/mgar/pkg/wavpack/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/wavpack/trunk/Makefile 2009-11-01 13:32:53 UTC (rev 7063)
@@ -0,0 +1,24 @@
+GARNAME = wavpack
+GARVERSION = 4.60.0
+CATEGORIES = lib
+
+DESCRIPTION = Open audio compression format
+define BLURB
+ WavPack is a completely open audio compression format providing lossless,
+ high-quality lossy, and a unique hybrid compression mode. Although the
+ technology is loosely based on previous versions of WavPack, the new version 4
+ format has been designed from the ground up to offer unparalleled performance
+ and functionality.
+endef
+
+MASTER_SITES = http://www.wavpack.com/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+BUILD64 = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
Added: csw/mgar/pkg/wavpack/trunk/checksums
===================================================================
--- csw/mgar/pkg/wavpack/trunk/checksums (rev 0)
+++ csw/mgar/pkg/wavpack/trunk/checksums 2009-11-01 13:32:53 UTC (rev 7063)
@@ -0,0 +1 @@
+722f90393b292cd1413e8af8250a3783 wavpack-4.60.0.tar.bz2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list