[Lunar-commits] gpac: initial import.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sat Jan 19 14:59:23 CET 2008
commit d8a27df7d80b5fcfca2b1c1cebbbd4a9c5a6efd9
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sat Jan 19 08:59:23 2008 -0500
gpac: initial import.
---
video/gpac/BUILD | 11 +++++++++++
video/gpac/DEPENDS | 20 ++++++++++++++++++++
video/gpac/DETAILS | 22 ++++++++++++++++++++++
3 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/video/gpac/BUILD b/video/gpac/BUILD
new file mode 100644
index 0000000..0a139d9
--- /dev/null
+++ b/video/gpac/BUILD
@@ -0,0 +1,11 @@
+(
+
+ chmod +x configure &&
+
+ OPTS="$OPTS --mozdir=/opt/lunar/plugins --cpu=$CPU"
+
+ default_build &&
+
+ make install-lib
+
+) > $C_FIFO 2>&1
diff --git a/video/gpac/DEPENDS b/video/gpac/DEPENDS
new file mode 100644
index 0000000..c3d0b36
--- /dev/null
+++ b/video/gpac/DEPENDS
@@ -0,0 +1,20 @@
+optional_depends xvidcore "" "" \
+ "for MPEG-4 compliant video codec support"
+optional_depends libmad "" "" \
+ "for MPEG audio decoder support"
+optional_depends faad "" "" \
+ "for AAC audio decoder support"
+optional_depends freetype2 "" "" \
+ "for freetype font support"
+optional_depends js "" "" \
+ "for JavaScript support"
+optional_depends wxGTK "" "--disable-wx" \
+ "for wxWindows support"
+optional_depends openjpeg "" "" \
+ "for jpeg2000 formats"
+optional_depends ffmpeg "" "" \
+ "for video support"
+optional_depends jpeg "" "" \
+ "for jpeg support"
+optional_depends libpng "" "" \
+ "for png support"
diff --git a/video/gpac/DETAILS b/video/gpac/DETAILS
new file mode 100644
index 0000000..41993c5
--- /dev/null
+++ b/video/gpac/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=gpac
+ VERSION=0.4.4
+ SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:99b185966632376295f4406821223f5d60d1a32c
+ WEB_SITE=http://gpac.sourceforge.net/home_about.php
+ ENTERED=20080119
+ UPDATED=20080119
+ SHORT="Open Source multimedia framework"
+ PSAFE=no
+cat << EOF
+GPAC is an Open Source multimedia framework for research and academic purposes.
+It is written in (almost 100% ANSI) C for portability reasons (embedded
+platforms and DSPs), attempting to keep the memory footprint as low as
+possible.
+
+The project is intended to a wide audience ranging from end-users or content
+creators with development skills who want to experiment the new standards for
+interactive technologies or want to convert files for mobile devices, to
+developers who need players and/or server for multimedia streaming applications.
+EOF
More information about the Lunar-commits
mailing list