Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f75cb1951da80d988b5a9801901acd2e6234839d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f75cb1951da80d988b5a9801901acd2e6234839d)
  • Date: Wed, 27 Sep 2006 10:26:29 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 3 +++
video/ffmpeg2theora/DEPENDS | 2 ++
video/ffmpeg2theora/DETAILS | 14 ++++++++++++++
video/ffmpeg2theora/HISTORY | 3 +++
4 files changed, 22 insertions(+)

New commits:
commit f75cb1951da80d988b5a9801901acd2e6234839d
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

video/ffmpeg2theora: new spell, a simple converter to create Ogg Theora
files
it has problem with lzo 2.02 in test grimoire, after dispel -d lzo 1.08
it works like a charm
lzo 2.02 probably breaks also other spell
we should probably add branches to lzo, I can add tomorrow

2006-08-14 Anton Brondz <dinolinux AT gmail.com>
* DETAILS: updated to 2.02 bug #10413

2005-06-05 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: downgrade to 1.08, 2.00 breaks everything using lzo

diff --git a/ChangeLog b/ChangeLog
index 7703700..4789c7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-09-27 Ladislav Hagara <hgr AT vabo.cz>
+ * video/ffmpeg2theora: new spell, a converter to create Ogg Theora
files
+
2006-09-26 Ladislav Hagara <hgr AT vabo.cz>
* mail/sylpheed-claws-extra-plugins: new spell

diff --git a/video/ffmpeg2theora/DEPENDS b/video/ffmpeg2theora/DEPENDS
new file mode 100755
index 0000000..7788fb2
--- /dev/null
+++ b/video/ffmpeg2theora/DEPENDS
@@ -0,0 +1,2 @@
+depends LIBAVCODEC &&
+depends libtheora
diff --git a/video/ffmpeg2theora/DETAILS b/video/ffmpeg2theora/DETAILS
new file mode 100755
index 0000000..32e10bd
--- /dev/null
+++ b/video/ffmpeg2theora/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=ffmpeg2theora
+ VERSION=0.16
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://v2v.cc/~j/ffmpeg2theora/$SOURCE
+
SOURCE_HASH=sha512:d0ea7b13049868e87e0ba6bd55edc5b774a7e8ce86ee3933650d5a24647596fa3c123bd9da324196c338ac7581e0b7ca796dc854d36661bae25df7393d2bf1f4
+ WEB_SITE=http://v2v.cc/~j/ffmpeg2theora/
+ ENTERED=20060927
+ LICENSE[0]=GPL
+ KEYWORDS="video"
+ SHORT="a simple converter to create Ogg Theora files"
+cat << EOF
+A simple converter to create Ogg Theora files.
+EOF
diff --git a/video/ffmpeg2theora/HISTORY b/video/ffmpeg2theora/HISTORY
new file mode 100644
index 0000000..14589d1
--- /dev/null
+++ b/video/ffmpeg2theora/HISTORY
@@ -0,0 +1,3 @@
+2006-09-27 Ladislav Hagara <hgr AT vabo.cz>
+ * *: created this spell, version 0.16
+




Archive powered by MHonArc 2.6.24.

Top of Page