[csw-devel] SF.net SVN: gar:[7324] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Nov 17 16:01:51 CET 2009
Revision: 7324
http://gar.svn.sourceforge.net/gar/?rev=7324&view=rev
Author: dmichelsen
Date: 2009-11-17 15:01:51 +0000 (Tue, 17 Nov 2009)
Log Message:
-----------
libschroedinger: Initial commit
Added Paths:
-----------
csw/mgar/pkg/libschroedinger/
csw/mgar/pkg/libschroedinger/branches/
csw/mgar/pkg/libschroedinger/tags/
csw/mgar/pkg/libschroedinger/trunk/
csw/mgar/pkg/libschroedinger/trunk/Makefile
csw/mgar/pkg/libschroedinger/trunk/checksums
csw/mgar/pkg/libschroedinger/trunk/files/
Property changes on: csw/mgar/pkg/libschroedinger/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/libschroedinger/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libschroedinger/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libschroedinger/trunk/Makefile 2009-11-17 15:01:51 UTC (rev 7324)
@@ -0,0 +1,25 @@
+GARNAME = libschroedinger
+GARVERSION = 1.0.7
+CATEGORIES = lib
+
+DESCRIPTION = A cross-platform implementation of the Dirac video compression specification
+define BLURB
+ A new release of Schrödinger is available. Schrödinger (o"schro"
+ for short) is a cross-platform implementation of the Dirac video
+ compression specification as a C library. Many media frameworks
+ such as GStreamer and ffmpeg use schro to encode and decode Dirac
+ video.
+endef
+
+MASTER_SITES = http://diracvideo.org/download/schroedinger/
+DISTNAME = schroedinger-$(GARVERSION)
+DISTFILES = $(DISTNAME).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+BUILD64 = 1
+NO_ISAEXEC = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
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