Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (308a63a2c38657ced1fb64dbe2a1ca2f6f8fa118)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (308a63a2c38657ced1fb64dbe2a1ca2f6f8fa118)
  • Date: Sat, 28 Apr 2007 09:54:13 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

video/transcode/DEPENDS | 2 +-
video/transcode/HISTORY | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 308a63a2c38657ced1fb64dbe2a1ca2f6f8fa118
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

transcode
Added a bit of version voodoo to the avifile optional depends.
now transcode can find the avifile headers and it builds :D

diff --git a/video/transcode/DEPENDS b/video/transcode/DEPENDS
index d2e79e7..96ec687 100755
--- a/video/transcode/DEPENDS
+++ b/video/transcode/DEPENDS
@@ -7,7 +7,7 @@ optional_depends nasm \
"for mpeg encoding with bbmpeg support" &&

optional_depends avifile \
- "--enable-avifile" \
+ "--enable-avifile
--with-avifile-includes=/usr/include/avifile-$(installed_version avifile |
awk -F'.' '{print $1"."$2}')" \
"--disable-avifile" \
"for AVI decoding support using avifile" &&

diff --git a/video/transcode/HISTORY b/video/transcode/HISTORY
index e18437e..b164a67 100644
--- a/video/transcode/HISTORY
+++ b/video/transcode/HISTORY
@@ -1,3 +1,7 @@
+2007-04-28 David Kowis <dkowis AT shlrm.org>
+ * DEPENDS: added some version voodoo to the avifile depends so that it
+ can find the includes.
+
2007-04-20 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: updated to 1.0.3, updated WEB_SITE to transcoding.org,
use official download location again




Archive powered by MHonArc 2.6.24.

Top of Page