[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-sisusb: Changes to 'refs/tags/xserver-xorg-video-sisusb-1_0.8.1-5'



Tag 'xserver-xorg-video-sisusb-1_0.8.1-5' created by David Nusinow <dnusinow@debian.org> at 2007-03-02 04:43 +0100

Tagging upload of xserver-xorg-video-sisusb-1_0.8.1-5 to experimental.

Changes since xserver-xorg-video-sisusb-1_0.8.1-3:
Aaron Plattner:
      Add a DrawablePtr argument to the XV functions to pave the way for

Adam Jackson:
      Bug #3626: _X_EXPORT tags for video and input drivers.
      Prep for modular builds by adding guarded #include "config.h" everywhere.
      More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
      Only build dlloader modules by default.
      Stub COPYING files
      Unlibcwrap. Bump server version requirement. Bump to 0.8.0.
      Bump to 0.8.1 for Xv changes.

Alan Coopersmith:
      More updates for Panoramix -> Xinerama rename
      Use sed & cpp to substitute variables in driver man pages
      Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
      Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4

Branden Robinson:
      Set svn:keywords property to "Id" (keyword already present).
      Note probable out-of-dateness of maplink() function body.
      Add high-level documentation to XSFBS shell library, intended to reduce

Daniel Stone:
      Fix includes right throughout the Xserver tree:
      Change all misc.h and os.h references to <X11/foo.h>.
      Update autogen.sh to one that does objdir != srcdir.

David Nusinow:
      Move xsfbs back to its rightful place
      Make us error out if we call patch and don't have quilt installed
      Fix the last commit and fix spelling error. Thanks Brice Goglin for the spelling catch.
      Fix for bug #371152. Thanks Joey Hess.
      Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, FIRSTINST, and UPGRADE variables
      Move the files so they'll be put in debian/xsfbs automatically when pulled
      Prepare drivers for use with xserver 1.2, which has a new ABI (version 1.1)
      Merge branch 'upstream-experimental' into debian-experimental
      Merge branch 'xsfbs' into debian-experimental
      Merge branch 'xsfbs-unstable' into debian-experimental
      Generate server dependencies automatically from the ABI
      Update serverabi generation to also account for driver Provides
      Generate Provides line automatically
      Merge branch 'debian-unstable' of git+ssh://dnusinow@alioth.debian.org/git/pkg-xorg/xsfbs into debian-experimental
      Fix name of serverminver
      Merge branch 'xsfbs-unstable' into debian-experimental
      Add support for X server input ABI versioning
      Fix typo that prevented the input abi versioning from working.
      Merge branch 'xsfbs-unstable' into debian-experimental
      Autoreconf
      Fix one missed bit from the serverabiver -> serverminver rename
      Merge branch 'xsfbs-unstable' into debian-experimental

Eric Anholt:
      Add .cvsignores for drivers.

Julien Cristau:
      For each driver, add a symlink to xserver-xorg-core's bug script, so that each
      Add new "serverabi" rule to generate drivers dependency on the server.

Kevin E Martin:
      Various changes preparing packages for RC0:
      Update package version number for RC1 release.
      Update pkgcheck depedencies to work with separate build roots.
      Update package version number for X11R7 RC2 release.
      Bump version numbers for X11R6.9/X11R7 RC2.
      Remove extraneous AC_MSG_RESULT.
      Update package version number for X11R7 RC3 release.
      Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
      Update package version number for final X11R7 release candidate.
      Update package version for X11R7 release.

Søren Sandmann Pedersen:
      Tue Jul 26 18:47:47 2005 Søren Sandmann <sandmann@redhat.com>
      Build system for sisusb

Thierry Reding:
      Add some more watch files.

Thomas Winischhofer:
      Add sisusb driver
      sisusb: Update manpage
      sisusb: Remove debug warning
      sisusb: Minor clean-ups
      sisusb: Accelerate by only committing data every third time the
      - Accelerate HWcursor upload in double scan modes
      sisusb: Add default modes 1280x1024 and 1152x864
      SISUSB driver:
      SiSUSB driver:
      SiSUSB driver: Work-around a segfault at 'X -configure'
      SiSUSB driver: Sync with sis driver
      SiSUSB driver: Remove declarations of non-existent routines
      SiSUSB: Prep for SiSUSB kernel console driver
      SiSUSB: Additional support for kernel text consoles
      SiSUSB: Fix sisctrl extension (stupid typo) Fix (gamma) brightness and add
      SIS USB driver: Fix cursor flickering
      SiS USB driver: Allow HWCursor in interlace modes
      SiSUSB: Sync option names with SiS driver

---
 .cvsignore                             |   19 
 aclocal.m4                             |  147 ++-
 autogen.sh                             |   12 
 config.guess                           |  667 +++++++-------
 config.h.in                            |    9 
 config.sub                             |  230 +++-
 configure                              | 1571 ++++++++-------------------------
 debian/changelog                       |   15 
 debian/control                         |    6 
 debian/rules                           |    2 
 debian/watch                           |    2 
 debian/xserver-xorg-video-sisusb.links |    1 
 debian/xsfbs/xsfbs-autoreconf.mk       |  150 +++
 debian/xsfbs/xsfbs.mk                  |  380 +++++++
 debian/xsfbs/xsfbs.sh                  |  907 +++++++++++++++++++
 ltmain.sh                              |   12 
 man/.cvsignore                         |    2 
 man/Makefile.am                        |    2 
 man/Makefile.in                        |    2 
 man/sisusb.man                         |    2 
 mkinstalldirs                          |   89 +
 src/.cvsignore                         |    6 
 src/sisusb_accel.c                     |    2 
 src/sisusb_accel.h                     |    2 
 src/sisusb_cursor.c                    |    2 
 src/sisusb_cursor.h                    |    2 
 src/sisusb_dac.c                       |    2 
 src/sisusb_dac.h                       |    2 
 src/sisusb_driver.c                    |    2 
 src/sisusb_driver.h                    |    2 
 src/sisusb_init.c                      |    2 
 src/sisusb_init.h                      |    2 
 src/sisusb_opt.c                       |    2 
 src/sisusb_osdef.h                     |    2 
 src/sisusb_regs.h                      |    2 
 src/sisusb_setup.c                     |    2 
 src/sisusb_shadow.c                    |    2 
 src/sisusb_struct.h                    |    2 
 src/sisusb_types.h                     |    2 
 src/sisusb_utility.c                   |    2 
 src/sisusb_vga.c                       |    2 
 src/sisusb_video.c                     |    2 
 src/sisusb_video.h                     |    2 
 src/sisusb_videostr.h                  |    2 
 44 files changed, 2687 insertions(+), 1590 deletions(-)
---



Reply to: