Revision: 3952 http://gar.svn.sourceforge.net/gar/?rev=3952&view=rev Author: dmichelsen Date: 2009-03-25 16:16:25 +0000 (Wed, 25 Mar 2009)
Log Message: ----------- libtheora: Initial commit Added Paths: ----------- csw/mgar/pkg/libtheora/ csw/mgar/pkg/libtheora/branches/ csw/mgar/pkg/libtheora/tags/ csw/mgar/pkg/libtheora/trunk/ csw/mgar/pkg/libtheora/trunk/Makefile csw/mgar/pkg/libtheora/trunk/checksums csw/mgar/pkg/libtheora/trunk/files/ Property changes on: csw/mgar/pkg/libtheora/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/libtheora/trunk/Makefile =================================================================== --- csw/mgar/pkg/libtheora/trunk/Makefile (rev 0) +++ csw/mgar/pkg/libtheora/trunk/Makefile 2009-03-25 16:16:25 UTC (rev 3952) @@ -0,0 +1,31 @@ +GARNAME = libtheora +GARVERSION = 1.0 +CATEGORIES = lib + +DESCRIPTION = Theora video codec support library +define BLURB + Theora is a free and open video compression format from the Xiph.org Foundation. + Like all our multimedia technology it can be used to distribute film and video + online and on disc without the licensing and royalty fees or vendor lock-in + associated with other formats. +endef + +MASTER_SITES = http://downloads.xiph.org/releases/theora/ +DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 + +SPKG_SOURCEURL = http://www.theora.org + +PREREQUISITE_PKGS = CSWtransfig +REQUIRED_PKGS = CSWlibogg + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = (\d+(?:\.\d+)*).tar.gz + +BUILD64 = 1 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --disable-examples + +TEST_TARGET = check + +include gar/category.mk Added: csw/mgar/pkg/libtheora/trunk/checksums =================================================================== --- csw/mgar/pkg/libtheora/trunk/checksums (rev 0) +++ csw/mgar/pkg/libtheora/trunk/checksums 2009-03-25 16:16:25 UTC (rev 3952) @@ -0,0 +1 @@ +c963937053f45a7878954bed37ceb182 download/libtheora-1.0.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel