[csw-devel] SF.net SVN: gar:[7318] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Nov 17 14:05:16 CET 2009
Revision: 7318
http://gar.svn.sourceforge.net/gar/?rev=7318&view=rev
Author: dmichelsen
Date: 2009-11-17 13:05:15 +0000 (Tue, 17 Nov 2009)
Log Message:
-----------
libshout: Initial commit
Added Paths:
-----------
csw/mgar/pkg/libshout/
csw/mgar/pkg/libshout/branches/
csw/mgar/pkg/libshout/tags/
csw/mgar/pkg/libshout/trunk/
csw/mgar/pkg/libshout/trunk/Makefile
csw/mgar/pkg/libshout/trunk/checksums
csw/mgar/pkg/libshout/trunk/files/
Property changes on: csw/mgar/pkg/libshout/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/libshout/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libshout/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libshout/trunk/Makefile 2009-11-17 13:05:15 UTC (rev 7318)
@@ -0,0 +1,28 @@
+GARNAME = libshout
+GARVERSION = 2.2.2
+CATEGORIES = lib
+
+DESCRIPTION = Icecast library
+define BLURB
+endef
+
+MASTER_SITES = http://downloads.us.xiph.org/releases/libshout/
+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
+
+REQUIRED_PKGS = CSWlibogg CSWtheora CSWvorbis
+PRERQUISITE_PKGS = $(REQUIRED_PKGS)
+
+# GAR default: -xO3 -xarch=v8 -I/opt/csw/include
+# Configure hardwired: -xO4 -fast -w -fsimple -native -xcg92
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+BUILD_ARGS = CFLAGS="-xO4 -fast -w -fsimple -native -xcg92 $(filter -xarch=% -I%,$(CFLAGS))"
+
+TEST_TARGET = check
+
+include gar/category.mk
Added: csw/mgar/pkg/libshout/trunk/checksums
===================================================================
--- csw/mgar/pkg/libshout/trunk/checksums (rev 0)
+++ csw/mgar/pkg/libshout/trunk/checksums 2009-11-17 13:05:15 UTC (rev 7318)
@@ -0,0 +1 @@
+4f75fc9901c724b712c371c9a1e782d3 libshout-2.2.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