Commit graph

9303 commits

Author SHA1 Message Date
wiz
e9a5bafbb5 Bump PKGREVISION for libjpeg7 fix. 2009-08-29 09:03:28 +00:00
dogcow
d732b97caf Fix scaling issue caused by jpeg7 update.
http://bugzilla.gnome.org/show_bug.cgi?id=588740
2009-08-29 05:47:41 +00:00
wiz
e8a5e254ae Fix fallout from recursive jpeg shlib bump.
The man page says that you should check the diff before committing,
especially for the case that went wrong here (PYPKGPREFIX -> py25).
Hi sno!
2009-08-27 18:53:36 +00:00
sno
9e04a7c891 bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
sno
949cd3bc1f bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
6a087fd3f6 Update to 0.3.6:
Arnaud Fontaine (5):
      icccm: use xcb_gravity_t when possible and cosmetic changes
      Check for ssize_t in configure for xcb-util-common.h
      event: update to libxcb 1.4
      event: fix compiler warning due to missing include for memset
      Bump version to 0.3.6

Julien Danjou (4):
      icccm: fix atoms_len with new libxcb
      xcb-property: fix bad comment
      icccm: typo fix
      icccm: add xcb_get_wm_protocols_from_reply

Mikhail Gusarov (1):
      Typo in configure.ac
2009-08-26 12:17:28 +00:00
wiz
e951448925 Update to 1.1.0:
Nothing exciting, only packaging changes.

Alan Coopersmith (1):
      renamed: .cvsignore -> .gitignore

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and dont distribute autogen.sh

Peter Hutterer (2):
      Remove RCS tags.
      resourceproto 1.1.0
2009-08-26 12:06:01 +00:00
wiz
4d1de63e6a Update to 1.2.0:
A few long-waiting packaging fixes, one man page fix.
The screensaver.h header file was moved from the scrnsaverproto module to
here, clients should not be affected though.
2009-08-26 11:54:46 +00:00
wiz
13e48cf5ff Update to 1.2.0:
Packaging-only update, no changes to the protocol itself since version
1.1.0. Notably is the removal of the scrnsaver.h header which was moved to
the libXScrnSaver module.
2009-08-26 11:53:59 +00:00
joerg
b0fbb28c4a Allow using libXp with xsrc for NetBSD/current. 2009-08-20 17:59:10 +00:00
jwise
1acce63ea9 Give up maintainership of packages where I am still listed as MAINTAINER. 2009-08-20 15:24:58 +00:00
tnn
838b97f81b not for python-2.4, because support was dropped from py-gnome2 2009-08-19 14:25:27 +00:00
tnn
29447f01c4 not for python-2.4, because support was dropped from py-gtk2 2009-08-19 11:34:34 +00:00
tnn
693384b2db not for python-2.4, because support was dropped from py-cairo 2009-08-19 08:06:47 +00:00
drochner
8271485c8c Don't check for the X server location at "configure" time. The X server
is no formal dependency of this pkg, so the outcome is not deterministic.
Assume instead that the X server is at ${X11BASE}/bin/X.
fixes PR pkg/41319 by Jared D. McNeill
bump PKGREVISION
2009-08-18 19:31:30 +00:00
markd
c7d74d85ee Fix for CVE-2009-1725 2009-08-18 11:57:33 +00:00
gson
eb81302f0d cosmetic reordering 2009-08-17 14:45:16 +00:00
gson
40da4f3fe6 Deal with the new "GenericEvent" X event. This fixes the same bug in
x11/p5-Tk that tk-8.4.18nb1 fixed in x11/tk.
2009-08-17 14:40:43 +00:00
dsainty
f7f05bbcba Linux patch(1) requires a little extra context in patch-ac. Appease. 2009-08-17 07:39:44 +00:00
wiz
c8346b4aa8 Update to 1.4:
Arnaud Fontaine (2):
      Add majorCode, minorCode and resourceID fields to X generic error
      Release libxcb 1.4

Jamey Sharp (1):
      Fix precedence bug: wrong length for big-requests preceded by sync

Julien Cristau (1):
      Fix libxcb-randr version info
2009-08-16 15:42:28 +00:00
wiz
1579c4c564 Update to 0.15.20:
- A new test program for compositing operators [Siarhei Siamashka]

        - Bugs and performance fixes [Benjamin Otte, Chris Wilson,
          Andre Tupinamba, Soren Sandmann]
2009-08-15 20:51:30 +00:00
wiz
b617f959d7 Update to 1.3.1:
Federico Mena Quintero (1):
      bfo#22864 - grab the server around all modifications to CRTCs

Matthias Hopf (3):
      Report program version as well with --version.
      Fix missing prototype warning.
      Bump to 1.3.1

Éric Piel (1):
      xrandr: Document --nograb option
2009-08-15 15:47:38 +00:00
wiz
002f22582b Fix build against libxklavier-4.0 and depend on it. Bump PKGREVISION.
Set LICENSE. Split off options handling into options.mk.
2009-08-15 14:48:34 +00:00
wiz
354c894436 Fix build with libxklavier-4.0, and depend on it.
Bump PKGREVISION.
Patch from gentoo, linked to by hasso.
2009-08-14 15:47:31 +00:00
obache
b728468db7 Update ruby-gnome2 to 0.19.1.
This release is a bug fix release of 0.19.0.

=== Changes

==== Ruby/GTK2

  * use RUBYARCHDIR
    [OBATA Akio]
  * #2814953: install missing headers
    [Mamoru Tasaka]

==== Ruby/GLib2

  * Bug fixes:
    * avoid object allocation while GC
      [OBATA Akio, Kouhei Sutou]
  * use RUBYARCHDIR
    [OBATA Akio]
  * mkmf-gnome2.rb add "-I$(vendorarchdir)" to $CPPFLAGS.
    [OBATA Akio, Kouhei Sutou]

==== Ruby/ATK

  * use RUBYARCHDIR
    [OBATA Akio]

==== Ruby/Pango

  * use RUBYARCHDIR
    [OBATA Akio]
  * use gem version rcairo as fallback
    [OBATA Akio]

==== Ruby/Libart

  * use RUBYARCHDIR
    [OBATA Akio]

==== Ruby/GdkPixbuf

  * use gem version rcairo as fallback
    [OBATA Akio]

==== Ruby/GnomePrint

  * install rblibgnomeprintversion.h
    [OBATA Akio, Kouhei Sutou]

==== Ruby/GtkMozEmbeded

  * fix header generation error caused by missing file
    [OBATA Akio]

==== Ruby/VTE

  * support VTE 0.20
    [Kouhei Sutou]

==== Ruby/PanelApplet

  * #2815036: re-support Ruby 1.8.6.
    [Mamoru Tasaka, Kouhei Sutou]

==== Ruby/Libglade2

  * Debian#519786: fix GC related SEGV when a widget in
    glade is removed by hand.
    [Arnaud Cornet, Kouhei Sutou]

=== Thanks

  * OBATA Akio
  * Mamoru Tasaka
  * Arnaud Cornet
2009-08-12 12:43:08 +00:00
obache
c42f455e2c recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
zafer
3a89129818 remove dead master site mirror.nu6.org. Doesn't resolve anymore. 2009-08-11 22:10:34 +00:00
hasso
c18e172953 Make ksysguardd work for FreeBSD and DragonFly users as well.
Bump PKGREVISION.
2009-08-11 20:37:55 +00:00
wiz
5e394685b8 hasso says that 2.8.0 is almost useless for any user not using Linux,
because it now only supports DRI2 or KMS.

Downgrade to 2.7.1nb1.
2009-08-10 06:17:21 +00:00
wiz
192c350e09 Update to 10.16.7:
Bob Long (1):
      Fix black screen after resume from hibernate.

Micah Dowty (1):
      An imperfect fix for Xinerama state changes without a mode change

Philip Langdale (1):
      Bump for 10.16.7 Release.
2009-08-09 23:01:37 +00:00
wiz
9b08d0c0bf Update to 2.2.1:
Adam Jackson (1):
      Attempt VBE PanelID if DDC fails

Dave Airlie (3):
      vesa: update for resources/RAC API removal
      vesa: change to using ABI version check
      vesa: bump for release 2.2.1

Peter Hutterer (1):
      Update to xextproto 7.1 support.
2009-08-09 23:00:39 +00:00
wiz
42e4d7b78f Update to 1.2.2:
Adam Jackson (2):
      Remove useless loader symbol lists.
      tseng 1.2.2

Alan Coopersmith (2):
      Remove xorgconfig & xorgcfg from See Also list in man page
      Add README with pointers to mailing list, bugzilla & git repos
2009-08-09 22:59:39 +00:00
wiz
1c13aba2e3 Update to 1.3.3:
Adam Jackson (2):
      Remove useless loader symbol lists.
      trident 1.3.2

Alan Coopersmith (2):
      Remove xorgconfig & xorgcfg from See Also list in man page
      Add README with pointers to mailing list, bugzilla & git repos

Chris Ball (2):
      Build fix: set EXA_DRIVER_KNOWN_MAJOR=3
      Revert "Build fix: set EXA_DRIVER_KNOWN_MAJOR=3"

Dave Airlie (3):
      trident: update for resources/RAC API removal
      trident: change to using ABI version check
      bump to 1.3.3 for release

Peter Hutterer (1):
      Update to xextproto 7.1 support.
2009-08-09 22:58:28 +00:00
wiz
d3264bef5c Update to 1.4.3:
Dave Airlie (3):
      tdfx: update for resources/RAC API removal
      tdfx: change to using ABI version check
      tdfx: bump for release 1.4.3
2009-08-09 22:57:19 +00:00
wiz
0fb955929f Update to 0.10.2:
Adam Jackson (1):
      Remove useless loader symbol lists.

Alan Coopersmith (3):
      Remove xorgconfig & xorgcfg from See Also list in man page
      Make sisRegs3D4 big enough to hold all values written to it
      Correct bounds check of blitClip array access

Chris Ball (2):
      Build fixes for EXA3
      Revert "Build fixes for EXA3"

Dave Airlie (3):
      sis: update for resources/RAC API removal
      sis: change to using ABI version check
      sis: bump for release 0.10.2

Peter Hutterer (1):
      Update to xextproto 7.1 support.
2009-08-09 22:56:13 +00:00
wiz
3b402f329d Update to 1.7.3:
Adam Jackson (2):
      Remove useless loader symbol lists.
      siliconmotion 1.7.2

Alan Coopersmith (1):
      Fill in COPYING file, add SubmittingPatches URL to README

Francisco Jerez (5):
      Probe the amount of installed memory by trial and error on SM712.
      Fail gracefully when the specified virtual screen doesn't fit in RAM.
      Widen the pixel clock readjust interval for SM712.
      Program MCLK/MXCLK on startup for a secondary SM502.
      Fix EXA rotation for SM502 at 32bpp (bug 22432).

Dave Airlie (4):
      siliconmotion: update for resources/RAC API removal
      siliconmotion: change to using ABI version check
      update for 1.7.3
      fix build after headers moved

Peter Hutterer (1):
      Update to xextproto 7.1 support.
2009-08-09 22:55:04 +00:00
wiz
7957168a1d Update to 2.3.1:
Adam Jackson (2):
      Remove useless loader symbol lists.
      savage 2.3.0

Alan Coopersmith (2):
      Remove xorgconfig & xorgcfg from See Also list in man page
      Add README with pointers to mailing list, bugzilla & git repos

Alex Villacís Lasso (9):
      Bug #18378: Use xfVillKeyHelperDrawable if available.
      Fix EXA Copy
      Document the existence of the IgnoreEDID option
      YUV packed buffer and YV12 planar buffer (if required) are now separate allocations
      Add AGPforXv Option
      EXA: UTS Optimization
      Fix crash by null pointer access when DRI is not available.
      Implement use of Mastered Image Transfer through AGP for UploadToScreen EXA acceleration.
      Do not use XAAGetCopyROP outside of XAA-specific code

Chris Ball (3):
      Build fix: EXA now requires -DEXA_DRIVER_KNOWN_MAJOR=3
      configure: use AC_DEFINE instead of shell substitution
      Revert EXA 3 build fix.

Tormod Volden (1):
      Savage: Do not add panel modes when there is no panel

Dave Airlie (4):
      savage: update for resources/RAC API removal
      savage: change to using ABI version check
      savage: move abi check down for RAC
      savage: bump for release 2.3.1

Peter Hutterer (1):
      Update to xextproto 7.1 support.
2009-08-09 22:53:55 +00:00
wiz
ec78c01231 Update to 1.10.4:
Adam Jackson (2):
      Remove useless loader symbol lists.
      s3virge 1.10.3

Alan Coopersmith (2):
      Remove xorgconfig & xorgcfg from See Also list in man page
      Add README with pointers to mailing list, bugzilla & git repos

Dave Airlie (4):
      s3virge: update for resources/RAC API removal
      s3virge: change to using ABI version check
      s3v: add include to ABI version
      s3virge: bump for release 1.10.4

Peter Hutterer (1):
      Update to xextproto 7.1 support.
2009-08-09 22:52:17 +00:00
wiz
f601c18b49 Update to 0.6.3:
Adam Jackson (2):
      Remove useless loader symbol lists.
      s3 0.6.2

Alan Coopersmith (2):
      Add README with pointers to mailing list, bugzilla & git repos
      Raise minimum xorg-server required to 1.4 for miGetPointerPosition

Evgeny M. Zubok (4):
      shadowFB option. Interlace mode support. Close bug #14999.
      Trio64V+ now using NewMMIO. Enable Xv for Trio64V+ and Trio64UV+
      Add manual page.
      Revert the using of BIOS defaults for the VRAM/DRAM timings

Adam Hoka (1):
      Handle libpciaccess errors more gently and report any problems

Dave Airlie (5):
      s3: switch to using config pci entity instead of active
      s3: remove unneeded include
      s3: fixup resources under pci access
      s3: change to using ABI version check
      s3: bump for release 0.6.3
2009-08-09 22:51:13 +00:00
wiz
a121c3c388 Update to 4.2.2:
Adam Jackson (2):
      Remove useless loader symbol lists.
      rendition 4.2.2

Alan Coopersmith (1):
      Fill in COPYING file
2009-08-09 22:49:53 +00:00
wiz
6df3504e17 Update to 6.8.1:
Alan Coopersmith (2):
      Remove xorgconfig & xorgcfg from See Also list in man page
      Add README with pointers to mailing list, bugzilla & git repos

Dave Airlie (3):
      r128: update for resources/RAC API removal
      r128: change to using ABI version check
      r128: bump for release 6.8.1

Gaetan Nadon (1):
      Use XORG_CHANGELOG macro to create ChangeLog. #22611

John Nielsen (1):
      R128: fix zaphod dualhead after libpciaccess switch

Matthieu Herrb (2):
      Kill bare RCS id.
      Don't de-reference a NULL pointer in R128FreeScreen in the error path.

Peter Hutterer (1):
      Update to xextproto 7.1 support.
2009-08-09 22:48:47 +00:00
wiz
7e0c94faf4 Update to 2.1.14:
Aaron Plattner (6):
      Fix a dumb typo in the chip name entry for the GeForce 9800 GTX+
      More chip names.
      New chip support.
      Fix modesets on certain GPUs that were broken by the previous commit.
      More new chips
      Bump to 2.1.14

Adam Jackson (1):
      Remove useless loader symbol lists.

Yinan Shen (1):
      G80: Fix incorrect I2C port access for ports above 3.
2009-08-09 22:47:09 +00:00
wiz
83c34adf64 Update to 1.2.4:
Adam Jackson (2):
      Remove useless loader symbol lists.
      neomagic 1.2.3

Alan Coopersmith (1):
      Remove xorgconfig & xorgcfg from See Also list in man page
Dave Airlie (4):
      neomagic: remove unneeded include
      neomagic: update for resources/RAC API removal
      neomagic: change to using ABI version check
      neomagic: bump for release 1.2.4
2009-08-09 22:44:47 +00:00
wiz
870695fbbd Update to 1.4.11:
Adam Jackson (4):
      Remove redundant MGAuseI2C macro
      Normalize DDC for the second head.
      Do E-EDID if built against a server that supports it.
      Remove useless loader symbol lists.

Alan Coopersmith (1):
      Fill in COPYING file, add SubmittingPatches URL to README

Dave Airlie (3):
      mga: update for resources/RAC API removal
      mga: change to using ABI version check
      mga: bump for release 1.4.11

Gaetan Nadon (1):
      xf86-video-mga: use XORG_CHANGELOG macro to create ChangeLog. #22611
2009-08-09 22:43:28 +00:00
wiz
e3ddb69828 Update to 6.8.2:
Alan Coopersmith (2):
      Doublecheck pictFormat is a supported format
      Fill in COPYING file, add SubmittingPatches URL to README

Dave Airlie (3):
      mach64: update for resources/RAC API removal
      mach64: change to using ABI version check
      mach64: bump for release 6.8.2

Peter Hutterer (1):
      Update to xextproto 7.1 support.
2009-08-09 22:42:06 +00:00
wiz
4f8bc32d97 Update to 2.8.0:
We are pleased to present this major release of the xf86-video-intel
driver. This release is very similar to the 2.7.99.902 release
candidate but includes a couple of additional bug fixes, (for bugs
#22760 and @22483).

Compared to the 2.7 releases this driver contains several new features
and many bug fixes. The driver now depends on X server 1.6 or later,
and eliminates several obsolete code paths, (XAA and EXA removed in
favor of UXA, DRI1 support eliminated). The driver certainly will work
best with an i915 module from a recent kernel (2.6.31) and with
kernel-modesetting (KMS, specified by loading i915 with the option
"modeset=1").
2009-08-09 22:40:15 +00:00
wiz
1ff1929965 Update to 1.3.2:
Adam Jackson (2):
      Remove useless loader symbol lists.
      i740 1.3.1

Alan Coopersmith (2):
      Fill in COPYING file
      Documentation update

Dave Airlie (5):
      i740: fixup for rac/resources
      Revert "i740: fixup for rac/resources"
      i740: fix rac/resources properly
      i740: change to using ABI version check
      i740: bump for release 1.3.2
2009-08-09 22:36:04 +00:00
wiz
10d85bd1bc Update to 1.3.3:
Adam Jackson (2):
      Remove useless loader symbol lists.
      i128 1.3.2

Alan Coopersmith (1):
      Remove xorgconfig & xorgcfg from See Also list in man page

Chris Ball (1):
      Build fix for EXA 3

Mark Kettenis (2):
      Properly unmap things with libpciaccess.
      Fix endianness bugs in cursor realization code.

Thomas Jaeger (1):
      CheckComposite: Add a few checks

Dave Airlie (3):
      i128: update for resources/RAC API removal
      i128: change to using ABI version check
      i128: bump for release 1.3.3
2009-08-09 22:34:51 +00:00
wiz
97fbc6feaa Update to 1.2.4:
Adam Jackson (2):
      Remove useless loader symbol lists.
      glint 1.2.3

Alan Coopersmith (2):
      Remove xorgconfig & xorgcfg from See Also list in man page
      Add README with pointers to mailing list, bugzilla & git repos

Mark Kettenis (5):
      Fix for big-endian machines.
      Only map a 64k block of registers.
      Fix DDC probe.
      Disable int10 code if __sparc__.
      Don't set the default depth to 8bpp.

Dave Airlie (3):
      glint: update for resources/RAC API removal
      glint: change to using ABI version check
      glint: bump for release 1.2.4

Peter Hutterer (1):
      Update to xextproto 7.1 support.
2009-08-09 22:33:07 +00:00
wiz
8999b8ba6a Update to 1.3.2:
Adam Jackson (2):
      Remove useless loader symbol lists.
      cirrus 1.3.1

Dave Airlie (1):
      cirrus: add inputstr.h explicitly

Dave Airlie (3):
      cirrus: update for resources/RAC API removal
      cirrus: change to using ABI version check
      cirrus: bump for release 1.3.2
2009-08-09 22:31:36 +00:00