Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (685bfda2b8d93f08d47562b87fb2dcc1d8d0198d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (685bfda2b8d93f08d47562b87fb2dcc1d8d0198d)
  • Date: Mon, 28 Sep 2009 06:27:39 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
php-pear/ffmpeg-php/DEPENDS | 2 ++
php-pear/ffmpeg-php/DETAILS | 19 +++++++++++++++++++
php-pear/ffmpeg-php/HISTORY | 2 ++
php-pear/ffmpeg-php/PRE_BUILD | 4 ++++
5 files changed, 30 insertions(+)

New commits:
commit 685bfda2b8d93f08d47562b87fb2dcc1d8d0198d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ffmpeg-php: new spell, PHP support for ffmpeg

diff --git a/ChangeLog b/ChangeLog
index 16fa79b..bd26809 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-09-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * php-pear/ffmpeg-php: new spell, PHP support for ffmpeg
+
2009-09-28 Bor Kraljič <pyrobor AT ver.si>
* audio-libs/liblastfm: new spell, Last.fm services libraries

diff --git a/php-pear/ffmpeg-php/DEPENDS b/php-pear/ffmpeg-php/DEPENDS
new file mode 100755
index 0000000..252a49e
--- /dev/null
+++ b/php-pear/ffmpeg-php/DEPENDS
@@ -0,0 +1,2 @@
+depends php &&
+depends LIBAVCODEC
diff --git a/php-pear/ffmpeg-php/DETAILS b/php-pear/ffmpeg-php/DETAILS
new file mode 100755
index 0000000..6436fe7
--- /dev/null
+++ b/php-pear/ffmpeg-php/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=ffmpeg-php
+ VERSION=0.6.0
+ SOURCE=$SPELL-$VERSION.tbz2
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:837c854870886486683cf9d3ac2de376f0b4067487d68d4f5c685dd0bd4d306e406334821140bd1fab2d48105e7ee17956db70f2f70fb9bec4dcea14a2104127
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://ffmpeg-php.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20090928
+ SHORT="PHP support for ffmpeg"
+cat << EOF
+ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented
+API for accessing and retrieving information from video and audio files.
+It has methods for returning frames from movie files as images that can be
+manipulated using PHP's image functions. This works well for automatically
+creating thumbnail images from movies. ffmpeg-php is also useful for
reporting
+the duration and bitrate of audio files (mp3, wma, etc). ffmpeg-php can
+access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv,
etc).
+EOF
diff --git a/php-pear/ffmpeg-php/HISTORY b/php-pear/ffmpeg-php/HISTORY
new file mode 100644
index 0000000..ea6f927
--- /dev/null
+++ b/php-pear/ffmpeg-php/HISTORY
@@ -0,0 +1,2 @@
+2009-09-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
diff --git a/php-pear/ffmpeg-php/PRE_BUILD b/php-pear/ffmpeg-php/PRE_BUILD
new file mode 100755
index 0000000..7f85d2f
--- /dev/null
+++ b/php-pear/ffmpeg-php/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+phpize



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (685bfda2b8d93f08d47562b87fb2dcc1d8d0198d), Vlad Glagolev, 09/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page