packages: schroedinger/schroedinger-gst.patch (NEW), schroedinger/schroedin...
charles
charles at pld-linux.org
Sun Sep 13 21:47:38 CEST 2009
Author: charles Date: Sun Sep 13 19:47:38 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- for 1.0.7
---- Files affected:
packages/schroedinger:
schroedinger-gst.patch (NONE -> 1.1) (NEW), schroedinger-install.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/schroedinger/schroedinger-gst.patch
diff -u /dev/null packages/schroedinger/schroedinger-gst.patch:1.1
--- /dev/null Sun Sep 13 21:47:38 2009
+++ packages/schroedinger/schroedinger-gst.patch Sun Sep 13 21:47:33 2009
@@ -0,0 +1,86 @@
+diff -ur schroedinger-1.0.7.orig/gst/gstschrodec.c schroedinger-1.0.7/gst/gstschrodec.c
+--- schroedinger-1.0.7.orig/gst/gstschrodec.c 2009-04-23 04:32:31.000000000 +0300
++++ schroedinger-1.0.7/gst/gstschrodec.c 2009-08-16 15:46:45.000000000 +0300
+@@ -547,7 +547,7 @@
+
+ n_available -= 3;
+
+- return gst_adapter_masked_scan_uint32 (adapter, 0x42424344, 0xffffffff,
++ return schro_gst_adapter_masked_scan_uint32 (adapter, 0x42424344, 0xffffffff,
+ offset, MIN (n, n_available - 3));
+ }
+
+diff -ur schroedinger-1.0.7.orig/gst/gstschroparse.c schroedinger-1.0.7/gst/gstschroparse.c
+--- schroedinger-1.0.7.orig/gst/gstschroparse.c 2009-04-22 21:33:38.000000000 +0300
++++ schroedinger-1.0.7/gst/gstschroparse.c 2009-08-16 15:46:45.000000000 +0300
+@@ -305,7 +305,7 @@
+
+ n_available -= 3;
+
+- return gst_adapter_masked_scan_uint32 (adapter, 0x42424344, 0xffffffff,
++ return schro_gst_adapter_masked_scan_uint32 (adapter, 0x42424344, 0xffffffff,
+ offset, MIN (n, n_available - 3));
+ }
+
+diff -ur schroedinger-1.0.7.orig/gst-libs/gst/video/gstbasevideoutils.c schroedinger-1.0.7/gst-libs/gst/video/gstbasevideoutils.c
+--- schroedinger-1.0.7.orig/gst-libs/gst/video/gstbasevideoutils.c 2009-04-22 20:55:58.000000000 +0300
++++ schroedinger-1.0.7/gst-libs/gst/video/gstbasevideoutils.c 2009-08-16 15:46:45.000000000 +0300
+@@ -231,7 +231,7 @@
+
+
+ int
+-gst_adapter_masked_scan_uint32 (GstAdapter *adapter,
++schro_gst_adapter_masked_scan_uint32 (GstAdapter *adapter,
+ guint32 pattern, guint32 mask, int offset, int n)
+ {
+ GSList *g;
+diff -ur schroedinger-1.0.7.orig/gst-libs/gst/video/gstbasevideoutils.h schroedinger-1.0.7/gst-libs/gst/video/gstbasevideoutils.h
+--- schroedinger-1.0.7.orig/gst-libs/gst/video/gstbasevideoutils.h 2009-04-22 20:56:06.000000000 +0300
++++ schroedinger-1.0.7/gst-libs/gst/video/gstbasevideoutils.h 2009-08-16 15:46:45.000000000 +0300
+@@ -84,7 +84,7 @@
+ GstClockTime gst_video_state_get_timestamp (const GstVideoState *state,
+ int frame_number);
+
+-int gst_adapter_masked_scan_uint32 (GstAdapter *adapter,
++int schro_gst_adapter_masked_scan_uint32 (GstAdapter *adapter,
+ guint32 pattern, guint32 mask, int offset, int n);
+ GstBuffer *gst_adapter_get_buffer (GstAdapter *adapter);
+
+diff -ur schroedinger-1.0.7/gst-libs/gst/video/gstbasevideoparse.h.orig schroedinger-1.0.7/gst-libs/gst/video/gstbasevideoparse.h
+--- schroedinger-1.0.7/gst-libs/gst/video/gstbasevideoparse.h.orig 2009-09-10 04:37:44.206319157 -0400
++++ schroedinger-1.0.7/gst-libs/gst/video/gstbasevideoparse.h 2009-09-10 04:38:06.719330934 -0400
+@@ -20,8 +20,8 @@
+ #ifndef _GST_BASE_VIDEO_PARSE_H_
+ #define _GST_BASE_VIDEO_PARSE_H_
+
+-#include <gst/video/gstbasevideocodec.h>
+-#include <gst/video/gstbasevideoutils.h>
++#include "gstbasevideocodec.h"
++#include "gstbasevideoutils.h"
+
+ G_BEGIN_DECLS
+
+diff -ur schroedinger-1.0.7/gst-libs/gst/video/gstbasevideodecoder.h.orig schroedinger-1.0.7/gst-libs/gst/video/gstbasevideodecoder.h
+--- schroedinger-1.0.7/gst-libs/gst/video/gstbasevideodecoder.h.orig 2009-09-10 04:38:21.985071525 -0400
++++ schroedinger-1.0.7/gst-libs/gst/video/gstbasevideodecoder.h 2009-09-10 04:38:49.917081149 -0400
+@@ -20,7 +20,7 @@
+ #ifndef _GST_BASE_VIDEO_DECODER_H_
+ #define _GST_BASE_VIDEO_DECODER_H_
+
+-#include <gst/video/gstbasevideocodec.h>
++#include "gstbasevideocodec.h"
+
+ G_BEGIN_DECLS
+
+diff -ur schroedinger-1.0.7/gst-libs/gst/video/gstbasevideocodec.h.orig schroedinger-1.0.7/gst-libs/gst/video/gstbasevideocodec.h
+--- schroedinger-1.0.7/gst-libs/gst/video/gstbasevideocodec.h.orig 2009-09-10 04:39:10.407323883 -0400
++++ schroedinger-1.0.7/gst-libs/gst/video/gstbasevideocodec.h 2009-09-10 04:39:25.443233871 -0400
+@@ -22,7 +22,7 @@
+
+ #include <gst/gst.h>
+ #include <gst/video/gstvideocompat.h>
+-#include <gst/video/gstbasevideoutils.h>
++#include "gstbasevideoutils.h"
+
+ G_BEGIN_DECLS
+
================================================================
Index: packages/schroedinger/schroedinger-install.patch
diff -u /dev/null packages/schroedinger/schroedinger-install.patch:1.1
--- /dev/null Sun Sep 13 21:47:38 2009
+++ packages/schroedinger/schroedinger-install.patch Sun Sep 13 21:47:33 2009
@@ -0,0 +1,13 @@
+--- schroedinger-1.0.7/schroedinger/Makefile.am.orig 2009-04-22 04:00:23.000000000 +0200
++++ schroedinger-1.0.7/schroedinger/Makefile.am 2009-09-13 21:15:30.000000000 +0200
+@@ -57,9 +57,7 @@
+ schroutils.h \
+ schrovideoformat.h \
+ schrovirtframe.h \
+- schrowavelet.h \
+- schrobitstream.h \
+- schromotion.h
++ schrowavelet.h
+
+ nodist_pkginclude_HEADERS = \
+ schroversion.h
================================================================
More information about the pld-cvs-commit
mailing list