Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Donald Johnson (dc9c65eba71b5dca417aaa84a436e6f661126137)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Donald Johnson <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Donald Johnson (dc9c65eba71b5dca417aaa84a436e6f661126137)
  • Date: Fri, 21 Aug 2009 19:07:22 -0500

GIT changes to master grimoire by Donald Johnson <ltdonny AT gmail.com>:

video/kino/HISTORY | 5 +++++
video/kino/PRE_BUILD | 4 +++-
video/kino/frame.cc.patch | 14 ++++++++++++++
3 files changed, 22 insertions(+), 1 deletion(-)

New commits:
commit dc9c65eba71b5dca417aaa84a436e6f661126137
Author: Donald Johnson <ltdonny AT gmail.com>
Commit: Donald Johnson <ltdonny AT gmail.com>

video/kino: Added patch to compile, diffed from CVS, sent upstream

diff --git a/video/kino/HISTORY b/video/kino/HISTORY
index 1144dcd..df5e267 100644
--- a/video/kino/HISTORY
+++ b/video/kino/HISTORY
@@ -1,3 +1,8 @@
+2009-08-21 Donald Johnson <ltdonny AT gmail.com>
+ * PRE_BUILD: Updated to patch
+ * Added frame.cc.patch, diffed from CVS, and sent upstream. Needed to
+ compile
+
2009-04-19 Robin Cook <rcook AT wyrms.net>
* PREPARE: added to ask CVS query
* DETAILS: added CVS version
diff --git a/video/kino/PRE_BUILD b/video/kino/PRE_BUILD
index 32edb98..fbc35cf 100755
--- a/video/kino/PRE_BUILD
+++ b/video/kino/PRE_BUILD
@@ -1,6 +1,8 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&

-if [ "${KINO_CVS}" == 'y' ]; then
+if [ "${KINO_CVS}" == 'n' ]; then
+ patch -p0 < ${SCRIPT_DIRECTORY}/frame.cc.patch
+elif [ "${KINO_CVS}" == 'y' ]; then
NOCONFIGURE=Y ./autogen.sh
fi
diff --git a/video/kino/frame.cc.patch b/video/kino/frame.cc.patch
new file mode 100644
index 0000000..126366d
--- /dev/null
+++ b/video/kino/frame.cc.patch
@@ -0,0 +1,14 @@
+--- src/frame.cc 2008-12-25 23:27:01.000000000 -0600
++++ src/frame.cc.new 2009-08-21 18:27:44.000000000 -0500
+@@ -56,6 +56,11 @@
+ #include "frame.h"
+ #include "preferences.h"
+
++#if LIBAVUTIL_VERSION_INT >= (50<<16)
++#define PIX_FMT_YUV422 PIX_FMT_YUYV422
++#endif
++
++
+ VideoInfo::VideoInfo() : width( 0 ), height( 0 ), isPAL( false )
+ {}
+



  • [SM-Commit] GIT changes to master grimoire by Donald Johnson (dc9c65eba71b5dca417aaa84a436e6f661126137), Donald Johnson, 08/21/2009

Archive powered by MHonArc 2.6.24.

Top of Page