Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (f2b69e5f6cfbc3c6319be94b994e8c68aba7fb31)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Peng Chang \(Charles\)" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (f2b69e5f6cfbc3c6319be94b994e8c68aba7fb31)
  • Date: Tue, 14 Jun 2011 23:15:29 -0500

GIT changes to master grimoire by Peng Chang (Charles) <chp AT sourcemage.org>:

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

New commits:
commit f2b69e5f6cfbc3c6319be94b994e8c68aba7fb31
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>

kino: removed old patch

diff --git a/video/kino/HISTORY b/video/kino/HISTORY
index bfa8496..e0c2357 100644
--- a/video/kino/HISTORY
+++ b/video/kino/HISTORY
@@ -1,3 +1,7 @@
+2011-06-15 Peng Chang (Charles) <chp AT sourcemage.org>
+ * PRE_BUILD: frame.cc.patch no longer needed for 1.3.4
+ * frame.cc.patch: removed
+
2009-10-29 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 1.3.4

diff --git a/video/kino/PRE_BUILD b/video/kino/PRE_BUILD
index fbc35cf..32edb98 100755
--- a/video/kino/PRE_BUILD
+++ b/video/kino/PRE_BUILD
@@ -1,8 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&

-if [ "${KINO_CVS}" == 'n' ]; then
- patch -p0 < ${SCRIPT_DIRECTORY}/frame.cc.patch
-elif [ "${KINO_CVS}" == 'y' ]; then
+if [ "${KINO_CVS}" == 'y' ]; then
NOCONFIGURE=Y ./autogen.sh
fi
diff --git a/video/kino/frame.cc.patch b/video/kino/frame.cc.patch
deleted file mode 100644
index 126366d..0000000
--- a/video/kino/frame.cc.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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 Peng Chang (Charles) (f2b69e5f6cfbc3c6319be94b994e8c68aba7fb31), Peng Chang (Charles), 06/15/2011

Archive powered by MHonArc 2.6.24.

Top of Page