]> git.pld-linux.org Git - packages/allegro5.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Nov 2005 16:47:54 +0000 (16:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    allegro-alsa-1_0.patch -> 1.2
    allegro-am18.patch -> 1.2
    allegro-asm.patch -> 1.2

allegro-alsa-1_0.patch [deleted file]
allegro-am18.patch [deleted file]
allegro-asm.patch [deleted file]

diff --git a/allegro-alsa-1_0.patch b/allegro-alsa-1_0.patch
deleted file mode 100644 (file)
index ab1da2f..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-diff -durN -x '*~' allegro-4.1.12.orig/aclocal.m4 allegro-4.1.12/aclocal.m4
---- allegro-4.1.12.orig/aclocal.m4     2003-11-09 18:43:06.000000000 +0000
-+++ allegro-4.1.12/aclocal.m4  2004-12-29 12:33:41.454794712 +0000
-@@ -362,6 +362,13 @@
- if test -n "$allegro_enable_alsadigi"; then
-   AC_CACHE_CHECK(for supported ALSA version for digital sound,
-   allegro_cv_support_alsadigi,
-+  AC_TRY_COMPILE([#include <alsa/asoundlib.h>
-+                  #if SND_LIB_MAJOR == 1 && SND_LIB_MINOR == 0
-+                  #else
-+                  #error
-+                  #endif],,
-+  [allegro_cv_support_alsadigi=yes
-+   allegro_cv_alsa_version=9],
-   AC_TRY_COMPILE([#include <sys/asoundlib.h>
-                   #if SND_LIB_MAJOR == 0 && SND_LIB_MINOR == 9
-                   #else
-@@ -376,7 +383,7 @@
-                   #endif],,
-   [allegro_cv_support_alsadigi=yes
-    allegro_cv_alsa_version=5],
--  allegro_cv_support_alsadigi=no)))
-+  allegro_cv_support_alsadigi=no))))
-   if test "X$allegro_cv_support_alsadigi" = "Xyes" && 
-      test -z "$allegro_support_modules"; then
-     LIBS="-lasound $LIBS"
-@@ -399,6 +406,13 @@
- if test -n "$allegro_enable_alsamidi"; then
-   AC_CACHE_CHECK(for supported ALSA version for MIDI,
-   allegro_cv_support_alsamidi,
-+  AC_TRY_COMPILE([#include <alsa/asoundlib.h>
-+                  #if SND_LIB_MAJOR == 1 && SND_LIB_MINOR == 0
-+                  #else
-+                  #error
-+                  #endif],,
-+  [allegro_cv_support_alsamidi=yes
-+   allegro_cv_alsa_version=9],
-   AC_TRY_COMPILE([#include <sys/asoundlib.h>
-                   #if SND_LIB_MAJOR == 0 && SND_LIB_MINOR == 9
-                   #else
-@@ -413,7 +427,7 @@
-                   #endif],,
-   [allegro_cv_support_alsamidi=yes
-    allegro_cv_alsa_version=5],
--  allegro_cv_support_alsamidi=no)))
-+  allegro_cv_support_alsamidi=no))))
-   if test "X$allegro_cv_support_alsamidi" = "Xyes" &&
-      test "X$allegro_cv_support_alsadigi" != "Xyes" &&
-      test -z "$allegro_support_modules"; then
-
diff --git a/allegro-am18.patch b/allegro-am18.patch
deleted file mode 100644 (file)
index eceddb5..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- allegro-4.1.15/misc/allegro.m4.orig        2004-07-30 15:36:23.000000000 +0200
-+++ allegro-4.1.15/misc/allegro.m4     2004-07-31 10:29:17.325405000 +0200
-@@ -11,7 +11,7 @@
- dnl AM_PATH_allegro([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
- dnl Test for allegro, and define allegro_CFLAGS and allegro_LIBS
- dnl
--AC_DEFUN(AM_PATH_ALLEGRO,[ 
-+AC_DEFUN([AM_PATH_ALLEGRO],[ 
- AC_ARG_WITH(allegro-prefix,
-             [  --with-allegro-prefix=PFX   Prefix where liballegro is installed (optional)],
-             ALLEGRO_CONFIG_prefix="$withval", ALLEGRO_CONFIG_prefix="")
diff --git a/allegro-asm.patch b/allegro-asm.patch
deleted file mode 100644 (file)
index 2914fe1..0000000
+++ /dev/null
@@ -1,246 +0,0 @@
---- allegro-4.1.18/src/i386/iblit16.s.orig     2003-07-16 21:43:28.000000000 +0200
-+++ allegro-4.1.18/src/i386/iblit16.s  2005-05-21 19:05:29.977355096 +0200
-@@ -43,7 +43,7 @@
-    movl ARG1, %edx               /* edx = bmp */
-    movl BMP_CT(%edx), %ebx       /* line to start at */
--   movl BMP_SEG(%edx), %es       /* select segment */
-+   mov BMP_SEG(%edx), %es        /* select segment */
-    movl BMP_CR(%edx), %esi       /* width to clear */
-    subl BMP_CL(%edx), %esi
-@@ -311,7 +311,7 @@
-    movl B_DEST, %edx
-    movl %ds, %ebx                /* save data segment selector */
--   movl BMP_SEG(%edx), %es       /* load destination segment */
-+   mov BMP_SEG(%edx), %es        /* load destination segment */
- #ifdef ALLEGRO_MMX               /* only use MMX if the compiler supports it */
-@@ -484,7 +484,7 @@
-    movl B_DEST, %edx
-    movl %ds, %ebx                /* save data segment selector */
--   movl BMP_SEG(%edx), %es       /* load destination segment */
-+   mov BMP_SEG(%edx), %es        /* load destination segment */
-    _align_
- blit_backwards_loop:
-@@ -501,7 +501,7 @@
-    leal (%eax, %esi, 2), %esi
-    movl B_WIDTH, %ecx            /* x loop counter */
--   movl BMP_SEG(%edx), %ds       /* load data segment */
-+   mov BMP_SEG(%edx), %ds        /* load data segment */
-    std                           /* backwards */
-    rep ; movsw                   /* copy the line */
-@@ -551,7 +551,7 @@
-    movl B_DEST, %edx
-    movl %ds, %ebx 
--   movl BMP_SEG(%edx), %es 
-+   mov BMP_SEG(%edx), %es 
-    cld 
-    movl B_SOURCE, %edx
---- allegro-4.1.18/src/i386/blit.inc.orig      2003-07-16 21:43:28.000000000 +0200
-+++ allegro-4.1.18/src/i386/blit.inc   2005-05-21 19:04:19.964998592 +0200
-@@ -52,7 +52,7 @@
-    leal (%eax, %esi, bpp), %esi                                            ; \
-                                                                          ; \
-    movl B_WIDTH, %ecx            /* x loop counter */                      ; \
--   movl BMP_SEG(%edx), %ds       /* load data segment */                   ; \
-+   mov BMP_SEG(%edx), %ds        /* load data segment */                   ; \
-    code                          /* do the transfer */                     ; \
-                                                                          ; \
-    movl %ebx, %ds                /* restore data segment */                ; \
---- allegro-4.1.18/src/i386/iblit24.s.orig     2002-07-13 00:51:15.000000000 +0200
-+++ allegro-4.1.18/src/i386/iblit24.s  2005-05-21 19:06:28.462464008 +0200
-@@ -39,7 +39,7 @@
-    movl ARG1, %edx               /* edx = bmp */
-    movl BMP_CT(%edx), %ebx       /* line to start at */
--   movl BMP_SEG(%edx), %es       /* select segment */
-+   mov BMP_SEG(%edx), %es        /* select segment */
-    cld
-@@ -123,7 +123,7 @@
-    pushl %es
-    movl B_DEST, %edx
--   movl BMP_SEG(%edx), %es       /* load destination segment */
-+   mov BMP_SEG(%edx), %es        /* load destination segment */
-    movl B_DEST_X, %edi
-    leal (%edi, %edi, 2), %edi
-    movl %edi, B_DEST_X
-@@ -149,7 +149,7 @@
-    READ_BANK()                   /* select bank */
-    addl %eax, %esi               /* esi = eax+3*esi */
-    movl B_WIDTH, %ecx            /* x loop counter */
--   movl BMP_SEG(%edx), %ds       /* load data segment */
-+   mov BMP_SEG(%edx), %ds        /* load data segment */
-    shrl $1, %ecx
-    jnc notcarry1
-    movsb
-@@ -218,7 +218,7 @@
-    movl B_DEST, %edx
-    movl %ds, %ebx                /* save data segment selector */
--   movl BMP_SEG(%edx), %es       /* load destination segment */
-+   mov BMP_SEG(%edx), %es        /* load destination segment */
-    _align_
- blit_backwards_loop:
-@@ -233,7 +233,7 @@
-    READ_BANK()                   /* select bank */
-    addl %eax, %esi               /* esi = eax+3*esi */
-    movl B_WIDTH, %ecx            /* x loop counter */
--   movl BMP_SEG(%edx), %ds       /* load data segment */
-+   mov BMP_SEG(%edx), %ds        /* load data segment */
-    std                           /* backwards */
-    shrl $1, %ecx
-    jnc  not_carry1
-@@ -289,7 +289,7 @@
-    movl B_DEST, %edx
-    movl %ds, %ebx 
--   movl BMP_SEG(%edx), %es 
-+   mov BMP_SEG(%edx), %es 
-    cld 
-    movl B_DEST_X, %eax
-@@ -307,7 +307,7 @@
-    WRITE_BANK()                  /* select bank */
-    addl %eax, %edi
-    movl B_SOURCE,%edx
--   movl BMP_SEG(%edx), %ds       /* load data segment */
-+   mov BMP_SEG(%edx), %ds        /* load data segment */
-    movl B_SOURCE_Y, %eax         /* line number */
-    movl B_SOURCE_X, %esi         /* x offset */
-    READ_BANK()                   /* select bank */
---- allegro-4.1.18/src/i386/iblit32.s.orig     2003-07-16 21:43:28.000000000 +0200
-+++ allegro-4.1.18/src/i386/iblit32.s  2005-05-21 19:07:26.172690720 +0200
-@@ -39,7 +39,7 @@
-    movl ARG1, %edx               /* edx = bmp */
-    movl BMP_CT(%edx), %ebx       /* line to start at */
--   movl BMP_SEG(%edx), %es       /* select segment */
-+   mov BMP_SEG(%edx), %es        /* select segment */
-    movl BMP_CR(%edx), %esi       /* width to clear */
-    subl BMP_CL(%edx), %esi
-@@ -88,7 +88,7 @@
-    movl B_DEST, %edx
-    movl %ds, %ebx                /* save data segment selector */
--   movl BMP_SEG(%edx), %es       /* load destination segment */
-+   mov BMP_SEG(%edx), %es        /* load destination segment */
-    cld                           /* for forward copy */
-    _align_
-@@ -138,7 +138,7 @@
-    movl B_DEST, %edx
-    movl %ds, %ebx                /* save data segment selector */
--   movl BMP_SEG(%edx), %es       /* load destination segment */
-+   mov BMP_SEG(%edx), %es        /* load destination segment */
-    _align_
- blit_backwards_loop:
-@@ -155,7 +155,7 @@
-    leal (%eax, %esi, 4), %esi
-    movl B_WIDTH, %ecx            /* x loop counter */
--   movl BMP_SEG(%edx), %ds       /* load data segment */
-+   mov BMP_SEG(%edx), %ds        /* load data segment */
-    std                           /* backwards */
-    rep ; movsl                   /* copy the line */
-@@ -202,7 +202,7 @@
-    movl B_DEST, %edx
-    movl %ds, %ebx 
--   movl BMP_SEG(%edx), %es 
-+   mov BMP_SEG(%edx), %es 
-    cld 
- #ifdef ALLEGRO_SSE  /* Use SSE if the compiler supports it */
---- allegro-4.1.18/src/i386/iblit8.s.orig      2003-07-16 21:43:28.000000000 +0200
-+++ allegro-4.1.18/src/i386/iblit8.s   2005-05-21 19:08:09.038174176 +0200
-@@ -41,7 +41,7 @@
-    movl ARG1, %edx               /* edx = bmp */
-    pushl %es 
--   movl BMP_SEG(%edx), %es       /* select segment */
-+   mov BMP_SEG(%edx), %es        /* select segment */
-    movl BMP_CT(%edx), %ebx       /* line to start at */
-@@ -315,7 +315,7 @@
-    movl B_DEST, %edx
-    movl %ds, %ebx                /* save data segment selector */
--   movl BMP_SEG(%edx), %es       /* load destination segment */
-+   mov BMP_SEG(%edx), %es        /* load destination segment */
-    cld                           /* for forward copy */
-    shrl $1, B_WIDTH              /* halve counter for word copies */
-@@ -406,7 +406,7 @@
-    movl B_DEST, %edx
-    movl %ds, %ebx                /* save data segment selector */
--   movl BMP_SEG(%edx), %es       /* load destination segment */
-+   mov BMP_SEG(%edx), %es        /* load destination segment */
-    movl B_SOURCE_Y, %eax         /* if different line -> fast dword blit */
-    cmpl B_DEST_Y, %eax
-@@ -433,7 +433,7 @@
-    std                           /* backwards */
-    movl B_WIDTH, %ecx            /* x loop counter */
--   movl BMP_SEG(%edx), %ds       /* load data segment */
-+   mov BMP_SEG(%edx), %ds        /* load data segment */
-    rep ; movsb                   /* copy the line */
-    movl %ebx, %ds                /* restore data segment */
-@@ -460,7 +460,7 @@
-    std                           /* backwards */
-    movl B_WIDTH, %eax            /* x loop counter */
--   movl BMP_SEG(%edx), %ds       /* load data segment */
-+   mov BMP_SEG(%edx), %ds        /* load data segment */
-    movl %eax, %ecx
-    andl $3, %ecx                 /* copy bytes */
-@@ -517,7 +517,7 @@
-    movl B_DEST, %edx
-    movl %ds, %ebx 
--   movl BMP_SEG(%edx), %es 
-+   mov BMP_SEG(%edx), %es 
-    cld 
- #ifdef ALLEGRO_SSE  /* Use SSE if the compiler supports it */
---- allegro-4.1.18/src/misc/modexgfx.s.orig    2003-07-16 21:43:28.000000000 +0200
-+++ allegro-4.1.18/src/misc/modexgfx.s 2005-05-21 19:31:53.228664312 +0200
-@@ -1230,7 +1230,7 @@
-    pushw %es
-    movl DEST, %edx               /* load segment selector */
--   movl BMP_SEG(%edx), %es
-+   mov BMP_SEG(%edx), %es
-    _align_
- x_blit_forward_y_loop:
-@@ -1335,7 +1335,7 @@
-    addl %eax, DEST_X
-    movl DEST, %edx               /* load segment selector */
--   movl BMP_SEG(%edx), %es
-+   mov BMP_SEG(%edx), %es
-    _align_
- x_blit_backward_y_loop:
This page took 0.158086 seconds and 4 git commands to generate.