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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Nov 9 16:43:43 CET 2009


Revision: 7177
          http://gar.svn.sourceforge.net/gar/?rev=7177&view=rev
Author:   dmichelsen
Date:     2009-11-09 15:43:43 +0000 (Mon, 09 Nov 2009)

Log Message:
-----------
ffmpeg: Initial commit

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


Property changes on: csw/mgar/pkg/ffmpeg/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/ffmpeg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ffmpeg/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/ffmpeg/trunk/Makefile	2009-11-09 15:43:43 UTC (rev 7177)
@@ -0,0 +1,21 @@
+GARNAME = ffmpeg
+GARVERSION = 0.5
+CATEGORIES = lib
+
+DESCRIPTION = Very fast video and audio converter (includes libavcodec)
+define BLURB
+  FFmpeg is a complete, cross-platform solution to record, convert and stream
+  audio and video. It includes libavcodec - the leading audio/video codec library.
+endef
+
+MASTER_SITES = http://ffmpeg.org/releases/
+DISTFILES  = $(DISTNAME).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
+NO_ISAEXEC = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk

Added: csw/mgar/pkg/ffmpeg/trunk/checksums
===================================================================
--- csw/mgar/pkg/ffmpeg/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/ffmpeg/trunk/checksums	2009-11-09 15:43:43 UTC (rev 7177)
@@ -0,0 +1 @@
+be8503f15c3b81ba00eb8379ca8dcf33  ffmpeg-0.5.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