[arch-commits] CVS update of extra/multimedia/libavg (2 files)

Alexander Baldeck alexander at archlinux.org
Sat Dec 22 20:16:05 UTC 2007


    Date: Saturday, December 22, 2007 @ 15:16:05
  Author: alexander
    Path: /home/cvs-extra/extra/multimedia/libavg

 Removed: ffmpeg-abi-change.patch (1.1) x86_64.patch (1.1)

* removed obsolete patches


-------------------------+
 ffmpeg-abi-change.patch |   11 -----------
 x86_64.patch            |   11 -----------
 2 files changed, 22 deletions(-)


Index: extra/multimedia/libavg/ffmpeg-abi-change.patch
diff -u extra/multimedia/libavg/ffmpeg-abi-change.patch:1.1 extra/multimedia/libavg/ffmpeg-abi-change.patch:removed
--- extra/multimedia/libavg/ffmpeg-abi-change.patch:1.1	Sat Feb  3 15:14:33 2007
+++ extra/multimedia/libavg/ffmpeg-abi-change.patch	Sat Dec 22 15:16:05 2007
@@ -1,11 +0,0 @@
-diff -ruN libavg-0.6.0.orig/src/player/FFMpegDecoder.cpp libavg-0.6.0/src/player/FFMpegDecoder.cpp
---- libavg-0.6.0.orig/src/player/FFMpegDecoder.cpp	2007-02-03 21:12:07.000000000 +0100
-+++ libavg-0.6.0/src/player/FFMpegDecoder.cpp	2007-02-03 21:12:18.000000000 +0100
-@@ -100,7 +100,6 @@
- 
-     AVG_TRACE(Logger::PROFILE, "Opening " << sFilename);
-     memset(&params, 0, sizeof(params));
--    params.image_format = 0;
- 
-     err = av_open_input_file(&m_pFormatContext, sFilename.c_str(), 
-             0, 0, &params);
Index: extra/multimedia/libavg/x86_64.patch
diff -u extra/multimedia/libavg/x86_64.patch:1.1 extra/multimedia/libavg/x86_64.patch:removed
--- extra/multimedia/libavg/x86_64.patch:1.1	Sat Aug 12 16:39:24 2006
+++ extra/multimedia/libavg/x86_64.patch	Sat Dec 22 15:16:05 2007
@@ -1,11 +0,0 @@
---- src/libavg-0.5.9/src/player/OGLTile.cpp	2006-08-11 12:16:15.000000000 +0200
-+++ src/libavg-0.5.9/src/player/OGLTile.cpp.new	2006-08-12 22:28:46.000000000 +0200
-@@ -196,7 +196,7 @@
-     unsigned char * pStartPos = (unsigned char *)
-             (Extent.tl.y*stride*bpp + Extent.tl.x*bpp);
-     if (MemoryMode == OGL) {
--        pStartPos += (unsigned int)(pBmp->getPixels());
-+        pStartPos += (unsigned long)(pBmp->getPixels());
-     }
-     {
-         ScopeTimer Timer(TexSubImageProfilingZone);




More information about the arch-commits mailing list