Commit graph

9409 commits

Author SHA1 Message Date
drochner
d69e2d59ed update to 2.28.0
This switches to the gnome-2.28 release branch.
2009-10-22 17:29:42 +00:00
drochner
cfc5b0f332 update to 2.28.1
This switches to the gnome-2.28 release branch.
2009-10-22 17:25:44 +00:00
drochner
cdb7fb867b update to 2.28.0
This switches to the gnome-2.28 release branch.
2009-10-22 17:20:55 +00:00
drochner
0484bc7e27 update to 2.28.1
This switches to the gnome-2.28 release branch.
2009-10-22 17:15:35 +00:00
drochner
e0cd8517f6 update to 2.28.0
This switches to the gnome-2.28 release branch.
2009-10-22 17:09:35 +00:00
adam
b69da57628 Changes 2.18.2:
* Reintroduce accidentally removed API methods Gtk::Widget::can_default()
  and Gtk::Widget::can_focus().
* Include infobar.h from main gtkmm.h header.

Changes 2.18.1:
* RecentManager: Undeprecate get_default().

Changes 2.18.0:
* Clipboard: wait_for_targets): Fix a crash.
Build:
* Require a recent pangomm.
* Style: Fix a compiler error with the Intel C++ compiler.
* Fix recently-introduced problems with disable-deprecated options.
2009-10-22 08:22:02 +00:00
drochner
a3c9d4cf8e update to 2.28.0
This switches to the gnome-2.28 release branch.
2009-10-21 16:48:24 +00:00
drochner
0631b63984 update to 2.8.1
This switches to the gnome-2.28 release branch.
2009-10-21 16:47:17 +00:00
drochner
f933a37dd6 update to 2.18.3
This switches to the gnome-2.28 release branch.
2009-10-21 15:34:06 +00:00
sborrill
0b97394178 Set app-defaults folder so it is in ${PREFIX} (previously tried to install
in /usr/lib).
Bump PKGREVISION
2009-10-20 13:15:29 +00:00
tez
10ed9cde5e Fix build for SunOS modular x11 (PR#36132) 2009-10-19 21:47:22 +00:00
ahoka
9cb6dce6a9 Add the required buildlink foo for the gtk2 options, some stuff wants
to link against gobject it seems.
2009-10-19 11:07:32 +00:00
ahoka
0cf9f7307a Add option for gtk2 support. (allows qt to draw native gtk2 widgets) 2009-10-18 16:34:34 +00:00
wiz
96f5d2403e Install QtHelp headers again. Bump PKGREVISION. 2009-10-17 23:32:52 +00:00
wiz
c1ae70edc9 Install missing headers again. Should fix build of dependencies like soprano
or phonon. (hi adam!)

Bump PKGREVISION.
2009-10-17 22:57:45 +00:00
dsainty
da9c17c003 Fix execution of 'configure' under shells that dislike if-fi with no
intermediate block (Linux here, but probably Solaris too).

Whilst here, remove a cosmetic patch hunk.
2009-10-15 21:24:26 +00:00
sborrill
f58fa6646b Update to 0.2.904.
Changes:
Save/restore ECK Clock Synthesizer
Fixed bug with panel autodetection using
ViaPanelGetNativeModeFromScratchPad function
Fixed problem with backlite (Ticket #308)
TV-out VT1625 chip support
Cursor support speedup
Removed two old variables:
        pBIOSInfo->panelX
        pBIOSInfo->panelY
and replaced it by:
        pBIOSInfo->Panel->NativeMode->Width
        pBIOSInfo->Panel->NativeMode->Height
Fix bug with DFP Power Off (ticket #317)
Fix bug with wrong panel size value
(http://www.openchrome.org/trac/ticket/301)
       This bug appeared only when UseLegacyModeSwitch was TRUE
Added support of the VIA OpenBook
Added support for screen rotate upside-down and remove "magic numbers"
Forgot to remove an old Dot Clock entry from the table.
XO 1.5 Panel patch contributed by Xavier Bachelot.
Fixup some of the Dotclock code and add working plls
for the XO 1.5
CX700 integrated TMDS (Patch courtesy Tim Chen from VIA).
Initialize CRTC before a mode switch. Fix bug #260.
a couple of small compatibility fixes for XAA and EXA.
viaLowLevel.c and via_accel.c are fixes by
        Bartosz Kosiorek.  The via_video.c is a syntax
        fix by Robert Bridge.  Thanks for the bug fixes.
Patch submitted by Robert Bridge, originally started by
        Xavier Bachelot, to remove old EXA support.  We are moving
        forward with the driver and are no longer supporting the
        old EXA initializations.
According to VIA's code the P4M900 should have the same
        acceleration initialization registers as the K8M890.  This
        patch fixes this and gives about a 10x increase in the
        video benchmark numbers.
remove the check for VIA_3D_ENG_BUSY in the idle loop.
        This causes xorg to chew a bit more cpu with XAA enabled,
        and it causes the entire X server to dump if EXA is enabled.
        I should investigate further, but for now I will just remove
        it.
Oops forgot to change registers for the vx800 chipset
        when waiting for Idle in the engines.  I also added
        back in waiting for the 3d engine to be idle.  I am
        not sure if this was removed for a reason.
Temporary hack to fix a bug with newer Xorg and DRI
        that crashes if CRTC is not setup.  I am adding this
        because I am working on this part of the code anyways
        so it won't get lost in bit rot.
Make sure that the monitor settings will handle our
        internal Modes set for TV out and LCD Panels.
A couple more tweaks to fix mono hardware cursor on older
        chipsets.
Missed a couple of changes for the chipset specific
        cursors.  Moved chipset detection to HWInit.  Removed
        some extraneous debugging.
Initial XVideo support for VX800.
Okay I tried to cheat.  We need to have some chipset
        specific intelligence.  I have added this back into
        the initial test to check for HWCursor support.
This is a take at reworking HWCursor.  It works off the
        ttm_branch and the work done in the randr_branch.  It only needs
        marginal testing as HWCursor was already very broken.
Moved pVia->FrameBufferBase setting to within
        VIAMapFB where it was before being called without
        being set.
Patch submitted by Robert Bridge to clean up compiler
        warnings.  Should close trac ticket #243.  Thanks
        RobbieAB.
Finally tracked down the XAA libpciaccess bug.  Also
        Realized I had not enabled write-combining on the main
        framebuffer.  This should give a small speed boost.
Added support for all Modes in ViaPanelNativeModes to
        ViaPanelModes.  Modes used are from Via's released driver
        in ViaSupportModes.
Found needed register writes that are needed so VX800 doesn't
        crash when CRT is not enabled.  I also removed NEEDS FIXING
        comments from them as they are obviously needed.
A few more acceleration tweaks for the VX800.
        This should fix all the XAA rendering issues.
        This should also allow 800x480 Panels to work without
        custom modelines.
Initial support for the VX800 chipset.  This is based off the
        Basic chipset support work of Xavier Bachelot and the inital
        Acceleration work done by Harald Welte.  I verified the changes
        based off the most recent VIA codebaase and fixed a couple of
        rendering issues.

        Still needs more work on EXA ( font rendering glitches ) and
        XVideo.
2009-10-15 08:16:03 +00:00
hasso
f76484e789 Update to 1.3.0. Version 1.3.0 improvements:
- Added support for RV740, M92, M93, M97.
  - Added support for HDMI audio on RS690 and R700.
  - Added support for power management.
  - Implemented almost correct analysis of PowerPlay AtomBIOS tables.
  - 2D acceleration (EXA) is enabled by default now, except on RV740.
  - Backlight handling finally fixed - compatible with xbacklight 1.1.1.
  - Overhaul of memory controller setup. Fixes many "MC not idle" issues.
  - Overhaul of cursor handling. Fixes most cursor bugs.
  - Selectable color space for XVideo on R6xx/R7xx.
  - Tons of bug fixes (DDC, EXA, LUT, RandR, AtomBIOS).
  - More quirk table entries.
  - Shave support (cleaner compilation output).
  - All warnings fixed.
  - Some start of Developer's documentation in README.coding.
2009-10-14 18:50:20 +00:00
hasso
3eecdab148 Update to 1.6.5. Changes since 1.6.4:
Keith Packard (1):
      Re-fix DGA removal.
Peter Hutterer (1):
      ephyr: if -parent is given, check for a trailing -screen. (#24144)

Changes since 1.6.3:

Daniel Stone (1):
      fbdevhw: Test for graphics:fb%d as well as graphics/fb%d

Keith Packard (3):
      render: return the supported version rather than just passing the
      proto's version
      xfree86/modes: Remove all framebuffer support from DGA
      Bump to version 1.6.4

Michel Dänzer (1):
      dri2: Don't crash if pPriv is NULL.

Peter Hutterer (1):
      Don't send events through the master if the device has SendCoreEvents off.

Richard Hughes (1):
      Don't reset the lastDeviceEventTime when doing DPMS actions

Rémi Cardona (1):
      dix: append "built-ins" to the font path in SetDefaultFontPath
2009-10-14 18:46:58 +00:00
hasso
d9701ec5ba Unbreak it with making it install Qt<subsystem>/<class> headers again. Bump
PKGREVISION.
2009-10-13 15:59:02 +00:00
obache
650f8e4646 Update ruby-gnome2 to 0.19.3.
== Ruby-GNOME2 0.19.3: 2009-09-24

NOTE: 0.19.x releases are development series.

This release is a bug fix release of 0.19.2.

=== Changes

===== Ruby/GLib2

  * Bug fix:
    * really fix
      'empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64.'
      [Simon Arnaud, Kouhei Sutou]

=== Thanks

  * Simon Arnaud

== Ruby-GNOME2 0.19.2: 2009-09-23

NOTE: 0.19.x releases are development series.

This release is a bug fix release of 0.19.1.

=== Changes

==== Ruby/GLib2

  * Bug fixes:
    * empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64.
      [Toshiyuki Suzumura, Kouhei Sutou]
    * [#2862022] fix multi thread blocking with Ruby
      1.8.6-p368 or later and 1.8.7-p173 or later.
      [Roy Wright, Andrea Dallera, Kouhei Sutou]
    * [Debian #502262] work Ruby thread with GTK+.
      [Johan Walles, Kouhei Sutou]

==== Ruby/GTK2

  * Bug fixes:
    * [#2679744] fix a typo:
      Gtk::Widget#set_scroll_adjustment ->
      Gtk::Widget#set_scroll_adjustments.
      [Kentaro Fukuchi, Kouhei Sutou]

==== Ruby/GtkMozEmbed

  * Bug fixes:
    * fix .pc detection.
      [OBATA Akio, Kouhei Sutou]

=== Thanks

  * OBATA Akio
  * Toshiyuki Suzumura
  * Roy Wright
  * Andrea Dallera
  * Johan Walles
  * Kentaro Fukuchi
2009-10-12 03:09:30 +00:00
adam
11649f3ea0 Changes 4.5.3:
* This is a bug-fix release.
2009-10-11 09:14:52 +00:00
markd
e4aeda29e7 Update KDE4 to 4.3.2
KDE 4.3.2 brings a nice number of bugfixes, some critical, some just
fixing small annoyances:
* Many crashers have been fixed in KDE's core libraries, bringing more
  stability to all applications
* KWin's window compositing effects have been further stabilized by fixing
  a number of bugs in effect plugins such as the famous coverswitch window
  switcher
* The biggest number of bugs for this release has been fixed in KMail,
  KDE's email client, making it more reliable and usable by correcting a
  number of display issues
* Saving files over themselves works again in Okular, KDE's document viewer
2009-10-11 08:13:38 +00:00
markd
45b94ec3fa patch-ab was old and shouldn't have been commited, remove it. 2009-10-10 10:31:25 +00:00
jnemeth
67a3f8f8a0 sort 2009-10-08 06:17:24 +00:00
joerg
c49647eeb0 DESTDIR support. Fix build on NetBSD 5.0+ 2009-10-07 14:59:35 +00:00
joerg
e9916e85ee No APM on NetBSD/amd64. 2009-10-06 18:47:10 +00:00
joerg
796acec9d0 Fix PLIST. Bump revision. 2009-10-06 14:06:27 +00:00
sketch
5bc52d5f23 Some fixes for previous. 2009-10-05 08:39:06 +00:00
sketch
eaed30b965 Kludge to work around hardcoded 'grep -o' GNUism. 2009-10-05 06:28:11 +00:00
wiz
57f0ceef2a Remove wip artefacts. 2009-10-03 07:09:22 +00:00
markd
4d2c8e676f Add kde4 l10n packages 2009-10-02 22:28:29 +00:00
markd
834d5711ae Import KDE4.3.1 from wip
OKed during freeze by wiz and agc
2009-10-02 22:26:19 +00:00
markd
ee7f8a19f9 Import KDE4.3.1 from wip
OKed during freeze by wiz and agc
2009-10-02 22:07:52 +00:00
markd
782faeac25 add kde4 packages 2009-10-02 19:55:05 +00:00
markd
8b9e282b40 Import KDE4.3.1 from wip
OKed during freeze by wiz and agc
2009-10-02 19:47:45 +00:00
markd
090157803b Import KDE4.3.1 from wip
OKed during freeze by wiz and agc
2009-10-02 19:37:19 +00:00
markd
92f50d15bf Import KDE4.3.1 from wip
OKed during freeze by wiz and agc
2009-10-02 19:23:22 +00:00
markd
f444e6eae0 Import KDE4.3.1 from wip
OKed during freeze by wiz and agc
2009-10-02 19:18:56 +00:00
drochner
8cbab1da4e add patch from upstream to fix certificate check flaw (CVE-2009-2700),
bump PKGREVISION
2009-10-01 13:30:42 +00:00
tnn
ea92a441aa don't leak WRKDIR into run path.
Bump revision.
2009-09-30 14:59:06 +00:00
sketch
cf1a51c2a4 Add a bunch more gtkdoc-rebase workarounds. 2009-09-30 09:22:47 +00:00
wiz
0b40ef0ddc Give unsigned char argument to toupper.
Fixes coredumps in Sigil when pressing "CTRL" or "BACKSPACE".

Bump PKGREVISION.
2009-09-29 06:39:29 +00:00
wiz
3bb697d031 Add pkg-config to TOOLS. Fixes library linking on systems using native
xorg. Suggestion from drochner.

Bump PKGREVISION.
2009-09-28 18:26:38 +00:00
drochner
9e528ffeb4 fix botch in client ID generation if the (BSD) uuid functions are used,
it caused the first character of the ID to be random, and for me this
crashed XFCE4 sessions through a somewhat complex chain involving
a consistency check in dbus-glib signal generation
bump PKGREVISION
2009-09-28 12:38:50 +00:00
ahoka
0d9fc214cc Install a NetBSD flavoured screensaver. 2009-09-24 19:05:36 +00:00
tron
48371fd9b0 Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".

Approved by Thomas Klausner.
2009-09-23 09:54:45 +00:00
tnn
6f481597ba Invoke the C preprocessor in a portable manner on all non-GCC compilers.
This is PR pkg/39879.
2009-09-22 19:34:05 +00:00
tnn
f9702bcd7b fix copy-pasto in previous 2009-09-21 17:48:46 +00:00
tnn
3edfe5e2b7 Use SUBST to fixup hardcoded "/usr/pkg/include" in configure script.
Makes configure work with X11_TYPE=modular and LOCALBASE != /usr/pkg
2009-09-21 17:47:11 +00:00