[audacious-plugins/f15] revise patch

Michael Schwendt mschwendt at fedoraproject.org
Wed Jun 8 15:29:47 UTC 2011


commit 70a71080ccdd8caeccb3c22894e353d0fcb6899e
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Wed Jun 8 17:29:34 2011 +0200

    revise patch

 audacious-plugins-2.4.5-vcedit.patch |   22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/audacious-plugins-2.4.5-vcedit.patch b/audacious-plugins-2.4.5-vcedit.patch
index 33f2398..54d00af 100644
--- a/audacious-plugins-2.4.5-vcedit.patch
+++ b/audacious-plugins-2.4.5-vcedit.patch
@@ -1,6 +1,15 @@
 diff -Nur audacious-plugins-fedora-2.4.5-orig/src/vorbis/vcedit.c audacious-plugins-fedora-2.4.5/src/vorbis/vcedit.c
 --- audacious-plugins-fedora-2.4.5-orig/src/vorbis/vcedit.c	2011-04-17 15:29:26.000000000 +0200
-+++ audacious-plugins-fedora-2.4.5/src/vorbis/vcedit.c	2011-06-08 17:08:48.314512099 +0200
++++ audacious-plugins-fedora-2.4.5/src/vorbis/vcedit.c	2011-06-08 17:28:33.578529564 +0200
+@@ -145,7 +145,7 @@
+ {
+     int result;
+     char *buffer;
+-    int bytes;
++    gint64 bytes;
+ 
+     result = ogg_stream_packetout(s->os, p);
+ 
 @@ -189,7 +189,7 @@
                        vcedit_write_func write_func)
  {
@@ -10,9 +19,18 @@ diff -Nur audacious-plugins-fedora-2.4.5-orig/src/vorbis/vcedit.c audacious-plug
      ogg_packet *header;
      ogg_packet header_main;
      ogg_packet header_comments;
+@@ -317,7 +317,7 @@
+     ogg_int64_t granpos = 0;
+     int result;
+     char *buffer;
+-    int bytes;
++    gint64 bytes;
+     int needflush = 0, needout = 0;
+ 
+     state->eosin = 0;
 diff -Nur audacious-plugins-fedora-2.4.5-orig/src/vorbis/vcedit.h audacious-plugins-fedora-2.4.5/src/vorbis/vcedit.h
 --- audacious-plugins-fedora-2.4.5-orig/src/vorbis/vcedit.h	2011-04-17 15:29:26.000000000 +0200
-+++ audacious-plugins-fedora-2.4.5/src/vorbis/vcedit.h	2011-06-08 17:07:42.029568313 +0200
++++ audacious-plugins-fedora-2.4.5/src/vorbis/vcedit.h	2011-06-08 17:27:47.390269257 +0200
 @@ -19,8 +19,8 @@
  #include <vorbis/codec.h>
  #include <audacious/plugin.h>


More information about the scm-commits mailing list