lp://staging/~brandontschaefer/libsdl/add-mir-support-v2
- Get this branch:
- bzr branch lp://staging/~brandontschaefer/libsdl/add-mir-support-v2
Branch merges
- VCS imports: Pending requested
-
Diff: 9066 lines (+8851/-2)26 files modified.pc/applied-patches (+1/-0)
.pc/mir-support.diff/configure.in (+2965/-0)
.pc/mir-support.diff/include/SDL_config.h.in (+312/-0)
.pc/mir-support.diff/src/video/SDL_sysvideo.h (+424/-0)
.pc/mir-support.diff/src/video/SDL_video.c (+1978/-0)
configure.in (+38/-0)
debian/changelog (+6/-0)
debian/control (+8/-2)
debian/patches/mir-support.diff (+1632/-0)
debian/patches/series (+1/-0)
debian/rules (+4/-0)
include/SDL_config.h.in (+1/-0)
src/video/SDL_sysvideo.h (+3/-0)
src/video/SDL_video.c (+3/-0)
src/video/mir/SDL_mirbuffer.c (+58/-0)
src/video/mir/SDL_mirbuffer.h (+32/-0)
src/video/mir/SDL_mirevents.c (+264/-0)
src/video/mir/SDL_mirevents.h (+33/-0)
src/video/mir/SDL_mirgl.c (+218/-0)
src/video/mir/SDL_mirgl.h (+55/-0)
src/video/mir/SDL_mirhw.c (+46/-0)
src/video/mir/SDL_mirhw.h (+36/-0)
src/video/mir/SDL_mirmouse.c (+62/-0)
src/video/mir/SDL_mirmouse.h (+37/-0)
src/video/mir/SDL_mirvideo.c (+590/-0)
src/video/mir/SDL_mirvideo.h (+44/-0)
- VCS imports: Pending requested
- Diff: 458056 lines
Branch information
Recent revisions
- 53. By Brandon Schaefer
-
* I should not ignore key_repeat rather, if we are not a KEY_UP action
assume its a KEY_DOWN event. - 50. By Steve Langasek
-
* Merge from Debian unstable, remaining changes:
- Drop directfb support. This is the only package which still pulls the
rather sizable directfb into a standard installation, and we never
actually used/supported it anyway.
* Dropped changes, included in Debian:
- Drop tslib support which is in universe.
- debian/patches/ sdl-check- for-SDL_ VIDEO_X11_ BACKINGSTORE. patch:
Restore old backingstore behavior to prevent tearing. - 49. By Steve Langasek
-
* Restore accidentally-
clobbered changes from 1.2.15-8ubuntu2. [ Timo Jyrinki ]
* debian/patches/ sdl-check- for-SDL_ VIDEO_X11_ BACKINGSTORE. patch:
- Restore old backingstore behavior to prevent tearing
(LP: #1280665) - 48. By Steve Langasek
-
* Merge from Debian unstable, remaining changes:
- Drop directfb support. This is the only package which still pulls the
rather sizable directfb into a standard installation, and we never
actually used/supported it anyway.
- Drop tslib support which is in universe.
* Dropped changes, included in Debian:
- fix dh_autoreconf handling. - 47. By Timo Jyrinki
-
* debian/
patches/ sdl-check- for-SDL_ VIDEO_X11_ BACKINGSTORE. patch:
- Restore old backingstore behavior to prevent tearing
(LP: #1280665) - 46. By Steve Langasek
-
* Merge from Debian unstable, remaining changes:
- Drop directfb support. This is the only package which still pulls the
rather sizable directfb into a standard installation, and we never
actually used/supported it anyway.
--enable-video-directfb from confflags.
- Drop tslib support which is in universe.
- debian/rules, debian/patches/ proper- autotools. patch: Fix wrong
handling of dh_autoreconf that fails to ever re-libtoolize the
package. Bypass calling autoheader, since configure.in isn't
compatible with current version of autoheader.
* Dropped changes, merged in Debian:
- drop the unused libsdl1.2debian- udeb package
- Use dh_autotools-dev to update config.{sub,guess} for new ports. - 45. By Steve Langasek
-
debian/rules, debian/
patches/ proper- autotools. patch: Fix wrong handling
of dh_autoreconf that fails to ever re-libtoolize the package. Bypass
calling autoheader, since configure.in isn't compatible with current
version of autoheader.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/libsdl