Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (81eb6349db2831c44d13fe88a84998d8894aa629)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ivan Lezhnjov Jr <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (81eb6349db2831c44d13fe88a84998d8894aa629)
  • Date: Thu, 10 Apr 2008 09:05:30 -0500

GIT changes to master grimoire by Ivan Lezhnjov Jr
<ivan.lezhnjov.jr AT sourcemage.org>:

libs/gavl/BUILD | 2 ++
libs/gavl/CONFIGURE | 3 +++
libs/gavl/DEPENDS | 4 ++++
libs/gavl/DETAILS | 22 ++++++++++++++++++++++
libs/gavl/HISTORY | 3 +++
5 files changed, 34 insertions(+)

New commits:
commit 81eb6349db2831c44d13fe88a84998d8894aa629
Author: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>
Commit: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>

gavl, new spell

diff --git a/libs/gavl/BUILD b/libs/gavl/BUILD
new file mode 100755
index 0000000..5db0da8
--- /dev/null
+++ b/libs/gavl/BUILD
@@ -0,0 +1,2 @@
+OPTS="$GAVL_OPTS $OPTS" &&
+default_build
diff --git a/libs/gavl/CONFIGURE b/libs/gavl/CONFIGURE
new file mode 100755
index 0000000..2300f18
--- /dev/null
+++ b/libs/gavl/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option GAVL_OPTS "Enable debugging symbols?" n \
+ "--enable-debug" \
+ ""
diff --git a/libs/gavl/DEPENDS b/libs/gavl/DEPENDS
new file mode 100755
index 0000000..d64da9c
--- /dev/null
+++ b/libs/gavl/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends "libpng" \
+ "" \
+ "--disable-libpng" \
+ "build with support for libpng?"
diff --git a/libs/gavl/DETAILS b/libs/gavl/DETAILS
new file mode 100755
index 0000000..8ffdc44
--- /dev/null
+++ b/libs/gavl/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=gavl
+ VERSION=0.2.7
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://downloads.sourceforge.net/gmerlin/$SOURCE
+ WEB_SITE=http://gmerlin.sourceforge.net/
+ ENTERED=20080306
+
SOURCE_HASH=sha512:f0fbb99a66cb261a8e163e53dfeb45c6c002251fbae061c89893b29b7fad33b04dde08749f61d46be11e0c71c73cfce769093419ea50cdd9cbd16a1430b18a88
+ LICENSE[0]=GPL
+ SHORT="Gmerlin Audio Video Library"
+cat << EOF
+Gavl is short for Gmerlin Audio Video Library. It is a low level library,
+upon which multimedia APIs can be built. Gavl handles all the details of
+audio and video formats like colorspaces, samplerates, multichannel
+configurations etc. It provides standardized definitions for those formats
+as well as container structures for carrying audio samples or video images
+inside an application.
+
+In addition, it handles the sometimes ugly task to convert between all
+these formats and provides some elementary operations (copying, scaling,
+alpha blending etc).
+EOF
diff --git a/libs/gavl/HISTORY b/libs/gavl/HISTORY
new file mode 100644
index 0000000..c52e8fe
--- /dev/null
+++ b/libs/gavl/HISTORY
@@ -0,0 +1,3 @@
+2008-03-06 Ivan Lezhnjov Jr. <ivan.lezhnjov.jr AT gmail.com>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS, HISTORY: created this spell.
+




Archive powered by MHonArc 2.6.24.

Top of Page