Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (b55db5bfdf9f8cff9f799632c7122c851af71a8f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mathieu Lonjaret <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (b55db5bfdf9f8cff9f799632c7122c851af71a8f)
  • Date: Tue, 21 Aug 2007 04:12:23 -0500

GIT changes to master grimoire by Mathieu Lonjaret <lejatorn AT sourcemage.org>:

ChangeLog | 3 +++
video/gpac/DEPENDS | 46 ++++++++++++++++++++++++++++++++++++++++++++++
video/gpac/DETAILS | 44 ++++++++++++++++++++++++++++++++++++++++++++
video/gpac/HISTORY | 3 +++
video/gpac/PRE_BUILD | 3 +++
5 files changed, 99 insertions(+)

New commits:
commit b55db5bfdf9f8cff9f799632c7122c851af71a8f
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>

gpac: new spell

commit ca9fa1191099cc88ced29fdb08da40026f44f647
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>

gpac: new video spell

diff --git a/ChangeLog b/ChangeLog
index 926b344..d5110ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-08-21 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * video/gpac: new spell for creating/manipulating/playing mp4
+
2007-08-21 Pol Vinogradov <vin.public AT gmail.com>
* python-devel/django: new spell, a high-level Python Web framework

diff --git a/video/gpac/DEPENDS b/video/gpac/DEPENDS
new file mode 100755
index 0000000..3b7d70f
--- /dev/null
+++ b/video/gpac/DEPENDS
@@ -0,0 +1,46 @@
+depends zlib &&
+optional_depends "openssl" \
+ "" \
+ "--disable-ssl" \
+ "enable ssl?" &&
+optional_depends "wxgtk" \
+ "" \
+ "--disable-wx" \
+ "to build Osmo4 player" &&
+optional_depends "librsvg2" \
+ "" \
+ "--disable-svg" \
+ "enable svg?" &&
+optional_depends "freetype2" \
+ "" \
+ "--use-ft=no" \
+ "enable freetype?" &&
+optional_depends "jpeg" \
+ "" \
+ "--use-jpeg=no" \
+ "enable jpeg?" &&
+optional_depends "libpng" \
+ "" \
+ "--use-png=no" \
+ "enable png?" &&
+optional_depends "libmad" \
+ "" \
+ "--use-mad=no" \
+ "enable libmad?" &&
+optional_depends "faad2" \
+ "" \
+ "--use-faad=no" \
+ "enable faad?" &&
+optional_depends "xvid" \
+ "" \
+ "--use-xvid=no" \
+ "enable xvid?" &&
+optional_depends "ffmpeg" \
+ "" \
+ "--use-ffmpeg=no" \
+ "enable ffmpeg?" &&
+optional_depends "openjpeg" \
+ "" \
+ "--use-openjpeg=no" \
+ "enable openjpeg?"
+
diff --git a/video/gpac/DETAILS b/video/gpac/DETAILS
new file mode 100755
index 0000000..b1d3843
--- /dev/null
+++ b/video/gpac/DETAILS
@@ -0,0 +1,44 @@
+ SPELL=gpac
+ VERSION=0.4.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://gpac.sourceforge.net/
+ ENTERED=20070820
+ UPDATED=20070820
+ LICENSE[0]=LGPL
+ BUILD_API=2
+
SOURCE_HASH=sha512:5374130e7bda61fa895f70a2836bd8dc207b7b5da0a71d1584e55467c2c3c2367fbba66a6055a73364d8510becedf37b7653ebb6b5fd2cb7ff58de4ac1ea5cf8
+ KEYWORDS="video"
+ SHORT=' GPAC is an Open Source multimedia framework for
+research and academic purposes in different aspects of multimedia, with
+a focus on presentation technologies (graphics, animation and
+interactivity).'
+cat << EOF
+GPAC features encoders and multiplexers, publishing and content
+distribution tools for MP4 and 3GPP(2) files and many tools for scene
+descriptions (BIFS/VRML/X3D converters, SWF/BIFS, SVG/BIFS, etc...).
+MP4Box provides all these tools in a single command-line application. An
+exhaustive list of packaging features is available here but a good
+summary of what MP4Box can do for you is the following:
+
+* MP4/3GP Conversion from MP3, AVI, MEPG-2 TS, MPEG-PS, AAC, H263,
+* H264, AMR, and many others,
+* File layout: fragmentation or interleaving, and cleaning,
+* File hinting for RTP/RTSP and QTSS/DSS servers (MPEG-4 / ISMA /
+* 3GP / 3GP2 files),
+* File splitting by size or time, extraction from file and file
+* concatenation,
+* XML information dumping for MP4 and RTP hint tracks,
+* Media Track extractions,
+* ISMA E&A encryption and decryption,
+* 3GPP timed text tools (SUB/SRT/TTXT/TeXML), VobSub import/export,
+* BIFS codec and scene conversion between MP4, BT and XMT-A,
+* LASeR codec and scene conversion between MP4, SAF, SVG and XSR
+* (XML LASeR),
+* XML scene statistics for BIFS scene (BT, XMT-A and MP4),
+* Conversion to and from BT, XMT-A, WRL, X3D and X3DV with support
+* for gzip.
+
+GPAC also provides a multimedia player and streamer: MP4Client.
+EOF
diff --git a/video/gpac/HISTORY b/video/gpac/HISTORY
new file mode 100644
index 0000000..a83c824
--- /dev/null
+++ b/video/gpac/HISTORY
@@ -0,0 +1,3 @@
+2007-08-21 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY, PRE_BUILD: spell created
+
diff --git a/video/gpac/PRE_BUILD b/video/gpac/PRE_BUILD
new file mode 100755
index 0000000..3e21fe1
--- /dev/null
+++ b/video/gpac/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+chmod u+x configure



  • [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (b55db5bfdf9f8cff9f799632c7122c851af71a8f), Mathieu Lonjaret, 08/21/2007

Archive powered by MHonArc 2.6.24.

Top of Page