]> git.pld-linux.org Git - packages/kino.git/commitdiff
- obsolete (I assume)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 Aug 2006 13:54:59 +0000 (13:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kino-externc.patch -> 1.2
    kino-fix_no_mplex.patch -> 1.2

kino-externc.patch [deleted file]
kino-fix_no_mplex.patch [deleted file]

diff --git a/kino-externc.patch b/kino-externc.patch
deleted file mode 100644 (file)
index fce721c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ur kino-0.9.0-o/src/kino_common.h kino-0.9.0/src/kino_common.h
---- kino-0.9.0-o/src/kino_common.h     2006-08-16 21:29:54.000000000 -0600
-+++ kino-0.9.0/src/kino_common.h       2006-02-07 00:10:09.000000000 -0700
-@@ -315,7 +315,9 @@
-       void fetchProjectMetadata( const std::string& projectKey );
- };
--// Yucky global reference
--extern KinoCommon *common;
-+extern "C" {
-+      // Yucky global reference
-+      extern KinoCommon *common;
-+}
- #endif
diff --git a/kino-fix_no_mplex.patch b/kino-fix_no_mplex.patch
deleted file mode 100644 (file)
index 5d53c2a..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## Paul Brossier <piem@debian.org>
-## DP: fix segfault when no multiplex tool is set 
-
-@DPATCH@
---- kino-0.7.6/src/page_export_mjpeg.cc        2005-04-02 00:02:00.000000000 +0100
-+++ kino-0.76/src/page_export_mjpeg.cc 2005-07-21 17:33:26.000000000 +0100
-@@ -277,7 +277,10 @@
-               gchar *full;
-               char sceneString[ 20 ];
-               int sceneEnd = end;
--              bool userMplexSplit = ( strstr( multiplex, "-S" ) || strstr( multiplex, "--max-segment-size" ) );
-+              bool userMplexSplit = 0;
-+                if ( multiplex != NULL && strcmp( multiplex, "" ) )
-+                        userMplexSplit =  (strstr( multiplex, "-S" ) 
-+                                        || strstr( multiplex, "--max-segment-size" ));
-               // Determine if we need to split by scene or not
-               // when splitting: Output is generated as fileNNN_MMM.mpeg where NNN is the
This page took 0.049143 seconds and 4 git commands to generate.