Browse Source

upgrading package: xine-lib 1rc1 -> 1rc2

Ralf S. Engelschall 22 years ago
parent
commit
315e641cfa
2 changed files with 25 additions and 3 deletions
  1. 22 0
      xine-lib/xine-lib.patch
  2. 3 3
      xine-lib/xine-lib.spec

+ 22 - 0
xine-lib/xine-lib.patch

@@ -31,3 +31,25 @@
      return 0;
  
    } else if (info->reduce_gap && abs(avg_gap) < 50) {
+Index: src/video_out/video_out_pgx64.c
+--- src/video_out/video_out_pgx64.c.orig	2003-11-21 20:12:57.000000000 +0100
++++ src/video_out/video_out_pgx64.c	2003-11-21 20:22:28.000000000 +0100
+@@ -345,6 +345,8 @@
+     frame->vo_frame.proc_frame = NULL; 
+     frame->vo_frame.proc_slice = NULL; 
+ 
++#define memalign(n,l) (((int)(l / n) + 1) * n)
++
+     switch (format) {
+       case XINE_IMGFMT_YUY2:
+         frame->native_format = VIDEO_FORMAT_YUY2;
+@@ -522,7 +524,9 @@
+ 
+   this->vregs[CAPTURE_CONFIG] = this->dblbuf_select ? le2me_32(CAPTURE_CONFIG_BUF1) : le2me_32(CAPTURE_CONFIG_BUF0);
+   this->dblbuf_select = 1 - this->dblbuf_select;
++#ifdef FBIOVERTICAL
+   ioctl(this->fbfd, FBIOVERTICAL);
++#endif
+ 
+   if (this->current != NULL) {
+     this->current->vo_frame.free(&this->current->vo_frame);

+ 3 - 3
xine-lib/xine-lib.spec

@@ -26,8 +26,8 @@
 #   FIXME: ms: still slightly broken due to video drivers/plugins failures?!
 
 #   package version
-%define       V_dist   1-rc1
-%define       V_opkg   1rc1
+%define       V_dist   1-rc2
+%define       V_opkg   1rc2
 
 #   package information
 Name:         xine-lib
@@ -39,7 +39,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Video
 License:      GPL
 Version:      %{V_opkg}
-Release:      20031016
+Release:      20031121
 
 #   list of sources
 Source0:      http://download.sourceforge.net/xine/xine-lib-%{V_dist}.tar.gz