[csw-devel] SF.net SVN: gar:[7459] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Nov 26 15:54:10 CET 2009


Revision: 7459
          http://gar.svn.sourceforge.net/gar/?rev=7459&view=rev
Author:   dmichelsen
Date:     2009-11-26 14:54:10 +0000 (Thu, 26 Nov 2009)

Log Message:
-----------
libfishsound: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/libfishsound/
    csw/mgar/pkg/libfishsound/branches/
    csw/mgar/pkg/libfishsound/tags/
    csw/mgar/pkg/libfishsound/trunk/
    csw/mgar/pkg/libfishsound/trunk/Makefile
    csw/mgar/pkg/libfishsound/trunk/checksums
    csw/mgar/pkg/libfishsound/trunk/files/


Property changes on: csw/mgar/pkg/libfishsound/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/libfishsound/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libfishsound/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libfishsound/trunk/Makefile	2009-11-26 14:54:10 UTC (rev 7459)
@@ -0,0 +1,35 @@
+GARNAME = libfishsound
+GARVERSION = 0.9.2
+CATEGORIES = lib
+
+DESCRIPTION = Decoding and encoding audio data using the Xiph.org codecs
+define BLURB
+  libfishsound provides a simple programming interface for decoding and encoding
+  audio data using the Xiph.org codecs (FLAC, Speex and Vorbis).
+endef
+
+MASTER_SITES =  http://downloads.xiph.org/releases/libfishsound/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+SPKG_SOURCEURL = http://www.xiph.org/fishsound/
+
+REQUIRED_PKGS = CSWflac CSWlibogg CSWspeex CSWvorbis
+PREREQUISITE_PKGS = $(REQUIRED_PKGS)
+
+BUILD64 = 1
+NO_ISAEXEC = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+BUILD_ARGS = AM_CFLAGS=
+
+TEST_TARGET = check
+
+include gar/category.mk
+
+# UINTPTR_MAX is defined empty in Solaris, which breaks a constraint check
+post-configure-modulated:
+	perl -pi -e 's,(.*HAVE_UINTPTR_T.*),/* \1 */,' $(WORKSRC)/config.h
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/libfishsound/trunk/checksums
===================================================================
--- csw/mgar/pkg/libfishsound/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/libfishsound/trunk/checksums	2009-11-26 14:54:10 UTC (rev 7459)
@@ -0,0 +1 @@
+92f5d4de8ecd9ab3333b77224f8d3efd  libfishsound-0.9.2.tar.gz


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