Commit graph

9278 commits

Author SHA1 Message Date
drochner
3a1f874d56 a Python script needed for build contains tons if these ugly
"conditional expressions", so it needs Python-2.5+
2009-06-18 11:08:18 +00:00
asau
452d99dda6 Resolve conflicting edits: back out my change, expand comment. 2009-06-17 18:40:55 +00:00
asau
a2706d3725 Work around build problems on Solaris 10.
Patch from Joern Clausen per PR 41608.
Other platforms are not affected.
2009-06-17 17:57:55 +00:00
drochner
69c705ab1a explicitely disable "papi" printer support so that it doesn't get
picked up on Solaris
should fix build error reported by Joern Clausen in PR pkg/41608
2009-06-17 17:08:29 +00:00
hasso
00093eba18 Update to 4.5.1. Changes since 4.5:
* Only convert exact dicts to a QVariantMap and back and not dict
  sub-classes.
* Removed an assertion when building dynamic meta-objects, instead just
  ignore the attribute if it doesn't have the expected type.
* Fixed the handling of QWizard by pyuic.
* Changed the SIP dependency to v4.8.1 (not necessary but we don't want it
  to survive in the wild).
* Changed the roadmap to show how incompatible APIs will be selected.
* Fixed __str__ for QByteArray for Python v3 so it is consistent with
  Python v2.
* Reverted the roadmap change about __hash__ being an incompatibile change.
  The issue isn't that the hash function has changed (which isn't considered
  a compatibility problem) it's that different objects that previously had a
  different hash value (based on their id()) now might have the same hash
  value.
* Updated the roadmap to show that the __hash__ additions (including QUrl)
  are not now considered incompatible changes.
* Removed the Python v3 buffer protocol support for QString.
* Improved the implementation of the Python v3 buffer protocol for QByteArray.
* Fixed a pyuic problem with Python v3 when setting the tab order.
* Added /Transfer/ to QComboBox.setLineEdit().
* Added /KeepReference/ to setValidator() and setCompleter() for QLineEdit
  and QComboBox.
* Added the missing setCoordinateMode() and coordinateMode() methods from
  QGradient.
2009-06-17 07:57:49 +00:00
hasso
dca7d17bce Update to 3.18.1 which makes it actually build with sip-4.8.x.
Changes in 3.18.1 since 3.18:

* Fixed the handwritten code for all QDomDocument.setContent() overloads
  which was using deprecated (and now removed) sipBuildResult() format
  characters.
* Fixed a build problem that affected Python v2.5 and earlier.

Changes in 3.18 since 3.17.6:

* Removed some compiler warning messages.
* Reverted the changes that removed the use of sipSelfWasArg in handwritten
  code.
* Tweaked configure.py so that Python3 can run just enough of it to display
  an error message.
* Fixed a regression in emitting Python signals to Qt signals.
* Handwritten code changes for the removal of the sipProtectVirt_*() methods.
* Fixed a build problem with the GPL version.
* Refactored the signla/slot support.
* Safety checking of latest signal/slot refactoring.
* Safety commit of the PyQt3-specific meta-type and super-type (just stubs
  at the moment).
* Use the %Plugin directive to enable PyQt3 signal support.
* More changes to the QObject.sender() support.
* Updated the QObject::sender() support in response to sip changes.
* Moved the last of the type parsing from sip.
* The type parsing now uses sipResolveTypedef().
* Added the type parsing support from the sip module as PyQt4 no longer uses
  it.
* Replaced sipFindConnection() with sipFindSlot().
* Replaced sipFreeConnection() with sipFreeSipslot().
* Changes required by recent changes to the Qt support API.
* Compatibility changes needed for SIP v4.8.
* Merged the v3.17 maintenance branch into the trunk.
* Made some char* in handwritten code const needed by SIP v4.8.
2009-06-17 07:11:03 +00:00
hasso
3ed639dae5 Update to 4.8.1. Changes since 4.8:
* Fixed the reference count handling of a module in the error paths when
  initialising it.
* Added support for (vaguely) defining private assignment operators to
  suppress the generation of PyQt4 assignment helpers.
* Fixed a regression in the creation of new exceptions.
* Various changes (including bumping the major version number of the C API)
  to accomodate the design of the API selection support. The implementation
  should not need any further data structure changes.
* Fixed a code generation bug when an /ArraySize/ argument was typedef'ed.
* Fixed sipResolveTypedef().
2009-06-17 07:08:35 +00:00
reed
e033fb1c4c configure requires pixman>=0.13.2 so define BUILDLINK_API_DEPENDS.pixman.
If try to workaround that get build failures in rrtransform.h
or runtime problem:

Xorg: Undefined PLT symbol "pixman_transform_init_identity" (symnum = 1603)
2009-06-16 18:05:34 +00:00
hasso
46ae629b54 Fix a serious security issue for platforms using kgrantpty (NetBSD isn't
such, but DragonFly is): ${SETUID_ROOT_PERMS} doesn't work for suid
kgrantpty, because the locate() method used to find the path to the binary
expects it to have a read permissions set.
2009-06-16 16:09:36 +00:00
taca
2ae13fe193 Update Ruby packages to 1.8.7.174 (1.8.7-p174).
* Fix critical problem of BigDecimal class in 1.8.7-p173.


Fri Jun 12 16:36:44 2009  Yukihiro Matsumoto  <matz@ruby-lang.org>

	* ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introduced
	  in r23613.  [ruby-talk:338957]
2009-06-16 15:08:38 +00:00
joerg
fcb902ae82 Drop mkfontdir calls that are already done by pkginstall scripts.
Bump revision.
2009-06-15 13:12:02 +00:00
hasso
27d86729f9 Remove x11/xf86-video-via, it doesn't build, it's deprecated and
x11/xf86-video-openchrome replaces it.
2009-06-15 11:05:15 +00:00
hasso
ff7da83f5f Mark x11/xf86-video-cyrix and x11/xf86-video-imstt broken. 2009-06-15 10:49:15 +00:00
ahoka
0e8f813074 add options.mk 2009-06-15 08:18:20 +00:00
joerg
9bb0d96ea9 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
ahoka
2018ca4f18 Upgrade to version 4.0.
Work done by Leonardo Taccari in pkgsrc-wip.

Thanks Leo!
2009-06-14 22:48:51 +00:00
joerg
385a1370fd Remove @dirrm logic. 2009-06-14 22:12:45 +00:00
joerg
e85e58a029 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:06:39 +00:00
joerg
843a1e6099 Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
hasso
302dd2c2ef Make these actually build. 2009-06-14 06:33:44 +00:00
hasso
069b1fb73d Update to 4.5. Major new features are:
* support for Python v3
* support for Qt v4.5.1
* added the QInputContextFactory class
* a new, more Pythonic, API has been added for connecting signals and slots
  which does not require knowledge of C++ data types
* new signals can now be defined using pyqtSignal as a more Pythonic
  replacement of the __pyqtSignals__ class attribute.
* added the pyqtSlot decorator as a more Pythonic replacement of the
  pyqtSignature decorator
* the "type" argument to pyqtProperty() can also be a Python type object
* the "type" argument to Q_ARG() can also be a Python type object
* the "type" argument to Q_RETURN_ARG() can also be a Python type object
* added QT_TR_NOOP_UTF8()
* super() works without restrictions
* replaced the old qtdemo example launcher with a port of the newer version
* added the editabletreemodel.py and fetchmore.py examples
* replaced the old tutorial with the newer Address Book tutorial.
2009-06-13 12:15:42 +00:00
hasso
0a929c8f68 Update to 4.5.1. Most of work done by Matthias Drochner. Upstream changelog
is too massive, see http://doc.qtsoftware.com/4.5/qt4-5-intro.html as
starting point.
2009-06-13 11:55:50 +00:00
wiz
c1cd9063c2 Update to 2.1:
Here's the 2.1 release of dri2proto with the new request from Ian
to support front buffer rendering.

Have fun rendering to the front buffer!
Kristian

Ian Romanick (1):
      Add protocol for DRI2GetBuffersWithFormat
2009-06-12 22:53:34 +00:00
ahoka
bb14b3f8cd Bump for ffmpeg update. 2009-06-12 17:24:53 +00:00
wiz
6bec174e7f Bump PKGREVISION for vte-0.20.5. 2009-06-11 08:10:25 +00:00
wiz
19736091d7 Update to 0.20.5:
0.20.5
=======
- Followup release to undo unintended .soname bump
2009-06-11 08:09:28 +00:00
hasso
a27414b850 Accumulated cursor fixes from upstream repository. Should fix a cursor
corruption issues. Bump PKGREVISION.
2009-06-11 07:00:31 +00:00
hasso
1159b4d581 Pull in some patches from upstream repo. Should fix a cursor corruption
issues and hardware freeze with images of certain size. Bump PKGREVISION.
2009-06-11 06:55:28 +00:00
wiz
b658dd7c35 Update to 1.4.0:
Lots of cleanup and misc bugfixes since 1.3.4.  Still one of the worst
libraries we ship though.

If you're unfortunate enough to need speedo, type1, or printer fonts,
then you'll want to skip this release.

---

Adam Jackson (15):
      Delete speedo
      Delete Type1
      const cleanup
      Get rid of a useless array
      Remove useless #define
      Remove loadable renderer support.
      Remove printer font support.
      Remove PMF support.
      xalloc -> malloc, etc.
      Drop OS/2 support
      Move the copy of CopyISOLatin1Lowered near its user, and un-weak it.
      Delete some dead ifdefs
      Allow case insensitive filename matching in fontfile.
      Remove some strcasecmp silliness
      libXfont 1.4.0

Alan Coopersmith (1):
      Restore comment deleted by b6f793d7d5

Jeremy Huddleston (1):
      Added missing AM_CFLAGS for -Wl,-flat_namespace

Paulo Cesar Pereira de Andrade (3):
      libXfont ansification and removal of xf86_ansic.h dependency
      Disable some fun stdio wrapping.
      Janitor: make distcheck and .gitignore

Peter Astrand (1):
      Avoid sending uninitialized padding data over the network.
2009-06-10 14:00:36 +00:00
taca
4e363bb7b9 Update ruby-tk package to packages to 1.8.7.173 (1.8.7-p173). 2009-06-10 12:48:38 +00:00
wiz
db5cb2a9c3 Update to 1.4.2:
This release brings mainly 64-bit fixes.
Also, the device list now prints out the type (MOUSE, KEYBOARD, etc.).

Peter Hutterer (7):
      fix 64 bit issues with set-int-prop and list-props.
      Fix set-float-prop on 64-bit architectures.
      The float_atom should actually be an Atom
      If there's multiple null-terminated strings in the property, print all.
      Create the float property if it doesn't exist.
      XCloseDisplay when we're done.
      xinput 1.4.2

Simon Thum (2):
      xinput: mention set-float-prop in manpage
      xinput: include device type in device list
2009-06-10 09:35:10 +00:00
hasso
470f68291b Updated to 1.4.1.
Changes in 1.4.1:
=================

Dave Airlie (1):
      tdfx 1.4.1

Jakub Bogusz (1):
      Bug #17557: Fix device initialization.

Tiago Vignatti (2):
      Remove libc wrapper functions.
      Fix my bad typo in last commit.

Changes in 1.4.0:
=================

Adam Jackson (2):
      Death to RCS tags.
      tdfx 1.4.0

Brice Goglin (1):
      TDFX_*_VERSION using PACKAGE_VERSION_*

Dave Airlie (1):
      update tdfx to use proper pciaccess detection

Ian Romanick (6):
      Supply NULL driverFunc pointer in DriverRec.
      Wrap pciReadLong / pciWriteLong with macros.
      Make TDFXGetRec return the pointer instead of a bool.
      Minor code cleaning in TDFXMapMem.
      White-space police in TDFXInitChips.
      Initial pass at porting driver to pci-rework.  DOES NOT WORK.

James Cloos (2):
      Rename .cvsignore to .gitignore
      Add *~ to .gitignore to skip patch/emacs droppings

Matthieu Herrb (1):
      Makefile.am: nuke RCS Id

Michael Lorenz (1):
      Add DDC2/I2C support to the tdfx driver
2009-06-10 08:05:03 +00:00
hasso
1cacf13f49 Add devel/xorg-util-macros build dependency for the drivers autoreconfed. 2009-06-10 07:24:48 +00:00
hasso
7c59246e83 Update to 2.8.3. Make it compile with new xserver - stoling assyntax.h from
old xserver and the libpciaccess patch from upstream repository.

Changes since 2.8.2:

Brice Goglin (1):
      Define NSC_VERSION_* using PACKAGE_VERSION*

Eric Anholt (2):
      Bug #9588: Fix build after XFree86Server unifdef by removing HAL junk.
      Bump driver version to 2.8.3 to release untested build fixes.

James Cloos (2):
      Rename .cvsignore to .gitignore
      Add *~ to .gitignore to skip patch/emacs droppings
2009-06-09 17:10:15 +00:00
wiz
bbf22e6027 Update to 4.8:
SIP v4.8 has been released. The highlights of this release include
support for Python v3, the ability to supply alternate super-types
and meta-types for wrapped objects, and documentation built using
Sphinx.

The major new features are:

  * support for Python v3
  * the %BIGetBufferCode and %BIReleaseBufferCode to
    support the buffer interface of Python v3
  * the %DefaultMetatype directive and the
    /Metatype/ class annotation to allow the
    meta-type of a wrapped type to be changed
  * the %DefaultSupertype directive and the
    /Supertype/ class annotation to allow the
    super-type of a wrapped type to be changed
  * the sip.simplewrapper type to be used as a
    super-type for wrapped types that don't take
    part in parent/child relationships
  * the %InitialisationCode directive
  * the /KeepReference/ argument annotation
  * the /Encoding/ argument, function, typedef and
    variable annotation
  * super() now works as expected with wrapped types
  * support for __floordiv__, __ifloordiv__,
    __truediv__, __itruediv__ and __index__
  * __bool__ is a synonym for __nonzero__
  * Sphinx is now used for the documentation
  * many additions and deprecations in the API to
    eliminate the differences between classes and
    mapped types. (See the documentation for the
    details.)
2009-06-09 13:51:57 +00:00
hasso
b4a1e801f4 Update to 1.10.2. Changes since 1.10.1:
Christian Aistleitner (1):
      Respect rotation upon ShadowFB initialization

Dave Airlie (1):
      s3virge 1.10.2

Paulo Cesar Pereira de Andrade (1):
      Correct calls to find_bios_string
2009-06-09 09:16:52 +00:00
hasso
98b2b892c6 Update to 1.4.10. Changes since 1.4.9:
Adam Jackson (6):
      Remove a leftover from overlay support
      Fix xf86ModeBandwidth check
      Move device ID and memory sizing much earlier in setup
      G200SE: Only force 16bpp on low-memory cards
      Fix ChangeLog generation
      mga 1.4.10

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 for EXA 3
      Revert "Build fix for EXA 3"

Stefan Dirsch (1):
      Prevent MergedFB setups from crashing.

Thomas Jaeger (1):
      Fall back to software for unsupported repeat modes

Yannick Heneault (9):
      fixed winbond/nuvoton min pll clock to correct value (18.75Mhz).
      Fixed PLL m,n,p selection for G200eW to respect byte granularity.
      Updated PLL algorithm for G200eW.
      Fixed bad access issues and ddc1 implementation for IP core.
      Modified memory count rountine for G200eW to detect up to 16Megs.
      fixed memory count rountine for G200eW to detect up to 16Megs on X server without
libpciaccess.
      Fixed G200SE PLL selection routine of m,n,p.
      Force pitch of 1024 for G200SE Pilot1 when edid is used as modeline.
      Fixed bad vga access in memory count routine.
2009-06-09 09:15:02 +00:00
hasso
327aeb915f Update to 6.8.1. Changes since 6.8.0:
Aaron Plattner (1):
      Make sure the screen is a mach64 screen before doing anything in
ATIMach64XVInitialiseAdaptor.

Adam Jackson (1):
      Don't print the resource list on failure.

Alan Coopersmith (3):
      Add README with pointers to mailing list, bugzilla & git repos
      Convert to XORG_CWARNFLAGS & XORG_CHANGELOG
      Version 6.8.1

Paulo Cesar Pereira de Andrade (1):
      Remove xf86{Disable,Enable}Interrupts
2009-06-09 09:13:47 +00:00
hasso
c43e6e5891 Update to 1.3.0. Changes since 1.2.0:
Adam Jackson (2):
      Uncomment DDC2 code, move it before mode validation so DDC has some effect.
      i740 1.3.0

Alan Coopersmith (1):
      Remove xorgconfig & xorgcfg from See Also list in man page
2009-06-09 09:11:54 +00:00
hasso
4e71ed33e5 Update to 1.3.1. Changes since 1.3.0:
Adam Jackson (1):
      Don't store pScrn->monitor->DDC manually, let xf86SetDDCproperties do it.

Julien Cristau (1):
      Bump to 1.3.1

Paulo Cesar Pereira de Andrade (2):
      Compile warning fixes.
      Replace calls to xf86usleep with calls to usleep and include unistd.h.
2009-06-09 09:10:36 +00:00
hasso
849c31d8c1 Pull in two patches from upstream git to make it build with new xserver:
* Add libpciaccess and remove xf1bpp and xf4bpp support.
* Make ISA support optional.

Bump PKGREVISION.
2009-06-09 08:18:39 +00:00
hasso
053e15b5de Update to 1.2.1. CHagnes since 1.2.0:
Adam Jackson (1):
      Uninclude xf86Version.h

Dave Airlie (1):
      tseng 1.2.1

Paulo Cesar Pereira de Andrade (1):
      Remove dependency on xf1bpp and xf4bpp
2009-06-09 07:04:41 +00:00
hasso
b98424be31 Update to 1.3.1. Changes since 1.3.0:
Adam Jackson (2):
      Uninclude xf86Version.h
      Make ISA optional

Dave Airlie (1):
      trident 1.3.1

Julien Cristau (1):
      Link with -lm for sin()

Paulo Cesar Pereira de Andrade (1):
      Correct macro IsPrimaryCard to check HAVE_ISA.
2009-06-09 07:01:22 +00:00
hasso
df57ba481c Update to 1.2.0. Changes since 1.1.0:
Adam Jackson (2):
      Uninclude xf86Version.h
      sunleo 1.2.0

Alan Coopersmith (2):
      Replace references to XFree86/XF86Config in man page
      renamed: .cvsignore -> .gitignore

Brice Goglin (1):
      Define LEO_*_VERSION using PACKAGE_VERSION*

David S. Miller (1):
      Remove screen/window privates to fix build after devPrivates rework

Dennis Gilmore (1):
      Remove usage of ALLOCATE_LOCAL

Eamon Walsh (2):
      Support old and new devPrivates API in this driver.
      Change GC private key back to an integer variable.

Matthieu Herrb (1):
      Makefile.am: nuke RCS Id
2009-06-09 06:58:12 +00:00
hasso
cc0f3c938f Update to 0.10.1. Changes since 0.10.0:
Daniel Stone (1):
      Remove XFree86-Misc (PassMessage) support

Dave Airlie (1):
      sis 0.10.1

Matthieu Herrb (1):
      Fix build on alpha.
2009-06-09 06:50:08 +00:00
hasso
d3f0f3db44 Update to 1.7.1.
1.7.1 changeLog:
- ------------------------------------------------------------------------
Alan Coopersmith (2):
      Remove xorgconfig & xorgcfg from See Also list in man page
      Add README with pointers to mailing list, bugzilla & git repos

Francisco Jerez (8):
      Dynamically switch virtual refresh mode.
      Set dualhead to on by default on SM72x chipsets.
      Minor corrections at the man page.
      Drop the outdated configuration options documentation in README.
      Wait for vertical retrace before writing registers at SMILynx_CrtcDPMS_*
      Don't attempt monitor detection on SM712.
      Increase the maximum clock value to 200MHz on SM712.
      Bump version to 1.7.1.

Jamie Lentin (1):
      Stop clearing of "VESA compliance power down mode" bit

Matthieu Herrb (1):
      Fix direct access to IO space on chipsets with no IOBase mapping.

Niels de Vos (1):
      siliconmotion: Fix disabling of debugging if SMI501_CLI_DEBUG is set to 0

1.7.0 changeLog:
- ------------------------------------------------------------------------
Adam Jackson (1):
      Dead code removal.

Arnaud Patard (1):
      Correct a problem when handling i420 format.

Francisco Jerez (28):
      Memory detection moved before memory mapping in SMI_PreInit.
      Make the int10/VBE initialization depend on the UseBIOS
configuration option.
      Updates in SMI_EnterVT when remapping memory.
      RandR rotation implemented.
      Some fixes in the EXA UTS/DTS code.
      Allow using XV and RandR rotation simultaneously.
      Fix XAA, ShadowFB and VT switching for non-sm501 chipsets
      RandR1.2 initial implementation (WIP)
      Some corrections in the CRTC code.
      Simple EXA Composite implementation.
      Changes in the video overlay clipping code.
      Lynx hardware cursor code adapted to the CRTC interfaces.
      Remove shadowfb based rotation support.
      Update the man page
      Remove unused fifo_* options.
      Disable screen centering on mode initialization.
      Some corrections on the Lynx modesetting code.
      Fix XAA SolidFill with 32 bpp framebuffer.
      Fall back to UseBIOS off when VBEInit fails.
      Enable linear memory mode on SMI_MapMmio.
      Fix crashes when switching VTs with EXA enabled.
      Add some quirks for SM712 modesetting.
      Cleanup the Lynx register saving/restoring code.
      Allocate crtc->funcs and output->funcs in the heap.
      Fix SMI_CrtcShadowAllocate.
      Add a CRTC/Output implementation using BIOS for modesetting.
      Add support for clone mode on Lynx chipsets.
      Some more quirks for the SM712.

Nathael Pajani (1):
      Bit twelve on CPR00 bitfield is not bit eleven...

Paulo Cesar Pereira de Andrade (92):
      Fix build for removal of xf86Version.h
      Add initial support and macros for the MSOC.
      Change SILICONMOTION_NAME value
      Add code to probe and recognize the SMI501 chipset
      MSOC doesn't access VGA registers or VBE/INT10
      Update xaa and generic acceleration code for the MSOC.
      Update MSOC video interface.
      Bump version to 1.6.1.
      Split SMI_MapMem in SMI_MapMem and SMI_MapMmio
      Don't pretend this driver compiles on XFree86.
      Correct xv video problems on MSOC.
      Correct all compiler warning messages.
      Rename global smi501 functions to have SMI501 prefix.
      Complete rewrite of smi_501.c and smi_501.h.
      Update for new smi_501 interfaces.
      Correct video offscreen memory allocation routines.
      Add a missing CHECK_SECONDARY macro call.
      Add initial exa support for SMI501.
      Enable pci retry and pci burst by default.
      Add MSOC palette support to run at 8 bpp.
      Kludge to not lock the SMI 501 when running at 8bpp.
      Fix a leak and minor cosmetic change.
      Rework/simplify debug macros.
      Simplify hw cursor and sw cursor option handling.
      Remove unused .cvsignore files.
      Split SMI501_ModeInit in two functions.
      Correct logic in sw cursor handling and add missing entries to
.gitignore.
      Correct problems in clock setting.
      Fix incorrect understanding of the pixel clock from specs.
      Don't try to find the closest clock, just use highest one.
      Properly check pScrn->driverPrivate before deferencing it.
      Don't always program CRT clock and registers.
      Update to match the SMI 502 chipset specs.
      Remove the macro field, and rename the detail structure to f.
      Correct clock programming for the SMI 501/502
      Add support for the extra divider in the alternate pixel clock setting.
      Rewrite some macros to not have side effects in if/else nesting.
      Remove the IN_SEQ and OUT_SEQ macros.
      Rename macro "bitfield" to "bits" and correct a wrong division.
      Simplify regsmi.h by removing most unused SMI501 defines.
      Don't use the 1 multiplier on older chipsets.
      Rewrite WaitQueue and WaitIdle accell macros
      Make the input frequency in SMI501_FindPLLClock a variable
      Add a PanelSize/60Hz CVT mode at driver initialization
      Minor corrections for smi501 for the randr1.2 integration.
      Remove dependency on xf86cvt.c.
      Extra MSOC tweaks for the RandR1.2 changes.
      Correct incorrect pll3 calculation.
      Revert/modify some RandR changes to reenable XAA.
      Update sm502 pll3 programming.
      Don't change M1XCLK unless option specified in xorg.conf.
      Crt interface corrections.
      Use existing "Dualhead" option in MSOC.
      Make UseFBDev option functional again.
      Make Dualhead option functional.
      Update msoc to use randr cursor routines
      SMI501/502 cursor fixes.
      Disable HW cursor in dualhead mode in smi 501/502
      Update memory detection for MSOC.
      Make MSOC work with EXA offscreen manager.
      Add CSCVideo option to smi 501/502.
      Allow setting modes larger then panel for secondary output.
      Use the CRT Monitor Detect MSOC register.
      Remove the ZoomOnLCD option and update manpage for PCIRetry.
      Correct wrong offset value for secondary hardware cursor.
      Add support for the reading/writing the alpha layer registers.
      Implement an argb cursor using the alpha layer.
      Disable detection of crt for the smi 501/502.
      Correct a problem in CSC video on the smi 501/502.
      Enable gamma correction on the MSOC.
      Changed to use panel plane tl and tr to center modes smaller then
panel size.
      Don't restore alpha registers, as they are not being modified.
      Be more liberal about mode width validation.
      MSOC: Hide cursor on mode setup when using software cursor.
      Correct regressions in CSCVideo
      Only compile smi_dga.c when xf86DiDGAInit is not available.
      Don't explicitly call the cursor routines.
      Correct EXA+Randr+rotated mode.
      Enable XAA and randr rotated modes.
      Declare DGA fields only when not using xf86DiDGAInit.
      Use a single debug macro for leaving functions.
      Ensure the engine is idle before switching to a virtual terminal.
      Remove smi_dga.c and polylines code from smi_xaa.c.
      DGA is dependent on HAVE_XMODES.
      Properly restore console on the smi 501/502.
      Unless there is a xorg.conf option, don't modify mclck neither mxclck.
      Janitor/maintenance patches.
      Add definitions for the SMI 501/502 "command list interpreter".
      Enable the SMI 501/502 command list interpreter in a "debug" build.
      Simplification and redundancy removal in video code.
      Use util-macros XORG_CHANGELOG and XORG_CWARNFLAGS.
      Bump release to 1.7.0.
2009-06-09 06:37:45 +00:00
hasso
0cf705ed28 Update to 0.6.1. Changes since 0.6.0:
Adam Jackson (1):
      Uninclude xf86Version.h

Andrew Randrianasulu (1):
      Fix typo in map setup

Dave Airlie (2):
      s3 0.6.1
      s3: fix build by including inputstr.h

Evgeny M. Zubok (1):
      S3: various fixes

Paulo Cesar Pereira de Andrade (1):
      Correct unresolved symbol and incorrect assignment.
2009-06-09 06:33:06 +00:00
obache
2bc5e33827 Add a patch taken from upstream repository for xorg-server>=1.5. 2009-06-09 06:32:31 +00:00
hasso
bbe3c091f5 Update to 4.2.1. Changes since 4.2.0:
Adam Jackson (2):
      Uninclude xf86Version.h
      rendition 4.2.1

Alan Coopersmith (1):
      Remove xorgconfig & xorgcfg from See Also list in man page
2009-06-09 06:29:46 +00:00
hasso
4555333655 Update to 1.2.2. Changes since 1.2.1:
Adam Jackson (2):
      Uninclude xf86Version.h
      Make ISA optional

Dave Airlie (1):
      neomagic 1.2.2
2009-06-09 05:57:53 +00:00
hasso
c1a3cc840a Update to 1.2.2. Changes since 1.2.1:
Adam Jackson (3):
      Uninclude xf86Version.h
      Move DDC before mode validation so the EDID modes actually take effect.
      Remove bizarre use of ISA setup

Dave Airlie (2):
      glint: fix build on alpha for pciaccess.
      glint 1.2.2

Paulo Cesar Pereira de Andrade (1):
      Remove dependency on cfb8_32.
2009-06-09 05:54:05 +00:00
hasso
cec19e8394 Update to 1.3.0. Changes since 1.2.1:
This release adds support for building against Xorg 1.6, but drops
support for building against Xorg 1.3 and older.

Alan Coopersmith (7):
      Remove xorgconfig & xorgcfg from See Also list in man page
      Add README with pointers to mailing list, bugzilla & git repos
      Replace static ChangeLog with XORG_CHANGELOG, use XORG_CWARNFLAGS too
      Raise minimum xorg-server required to 1.4 for miGetPointerPosition
      renamed:    {man,src}/.cvsignore -> {man,src}/.gitignore
      Updates to COPYING, README, & cirrus.man
      Version 1.3.0

Matthieu Herrb (1):
      alpine: fix order of arguments of PCI_WRITE_LONG().

Paulo Cesar Pereira de Andrade (2):
      Export symbols used by different cirrus driver modules.
      Update to use miPointerGetPosition.
2009-06-09 05:44:31 +00:00
hasso
b81b08e87d Update to 6.12.2. Upstream changelogs:
Changes in 6.12.2:

xf86-video-ati 6.12.2 highlights
- - lots of bug fixes
- - r2xx/r3xx textured video improvements from Roland

Alex Deucher (27):
      bump version post release
      Add new pci ids
      R6xx/R7xx EXA: fix maxPitchBytes
      DCE3.2: use RMX for for non-native modes on DVI
      radeon: add new chip ids
      R4xx ATOM: fix crtc routing for CRT1
      R6xx/R7xx: clean up bool const code
      R6xx/R7xx: clean up logic in EXA Comp PS setup
      R6xx/R7xx EXA: rework composite pixel shader
      radeon: re-enable r/g/b intensity attributes for overlay
      mac mini: fix connector setup regression
      r1xx-r3xx TV: fix white noise
      Mac mini: fix connector setup for real
      mac mini: 3rd time's the charm
      COMBIOS: fix default sclk/mclk from bios
      COMBIS: Clarify case 0 for LCD DDC table
      Unify mc_idle()
      Add PCIE register accessors
      Add RV790 (HD 4890) support
      DCE3/3.2: fix up transmitter/encoder setup
      DCE3/3.2: cleanup dpms after previous changes
      radeon: fix Xv vsync for multi-head
      Fix missing ')' in PCIE macro
      Cast info->sclk to int
      DCE3/3.2: further fixes
      ATOM: code cleanup
      Bump for release

Eduard Fuchs (1):
      Enable byte swapping for r6xx/r7xx Hardware

Roland Scheidegger (4):
      clip fixes
      don't convert planar yuv to packed for r300
      don't convert planar yuv to packed for r200
      fix textured video allocation bug

Changes in 6.12.1:

Fix some fall out from the r6xx/r7xx merge
and fix load detection on avivo chips.

Alex Deucher (9):
      Bump post-release
      radeon: fix typo in bios scratch reg setup
      atom: fix up bios scartch register usage
      Fix fallout from r6xx/r7xx EXA merge in IB handling
      radeon: add another AGP quirk
      AVIVO: Fix dac load detection
      R6xx/R7xx AGP: disable gart data transfers
      ATOM: fix up tv-out support
      bump for release

Fabio (2):
      man page updates
      man page update

Changes in 6.12.0:

Big changes here are EXA and Xv support for
R6xx/R7xx chips.  Requires an updated drm.
Other than that, mostly bug fixes.

Adam Jackson (3):
      output: Allow for multiple DisplayPort outputs.
      Add some more cases to the DVI single-link checks.
      uniphy: start adding DisplayPort setup

Alex Deucher (81):
      Initial R6xx/R7xx EXA and textured video support
      Allow rotation on r6xx/r7xx
      EXA: fix and re-enable Solid() on R7xx
      r6xx/r7xx EXA: cleanup overlapping copy
      R6xx/R7xx EXA: improve overlapping copy performance
      r6xx/r7xx EXA: fix corruption when doing sw access
      Revert "R6xx/R7xx EXA: improve overlapping copy performance"
      R6xx/R7xx EXA: add accelerated UTS/DFS hooks
      Revert "r6xx/r7xx EXA: Optimize overlapping copy"
      R6xx/R7xx EXA: fallback on overlapping blits for now
      R6xx/R7xx EXA: Fix typo in DFS
      R6xx/R7xx Xv: fix typos in cache flushing commands
      R6xx/R7xx UTS: move actual upload to separate function
      R6xx/R7xx Xv: implement native shader for planar formats
      R6xx/R7xx Xv: add accelerated uploads for planar formats
      R6xx/R7xx Xv: fix cache flush buffer size for planar
      R6xx/R7xx: Add checks to make sure we don't overrun VB space
      R6xx/R7xx Xv: Add native support for packed formats
      R6xx/R7xx Xv: add support for packed uploads
      adjust alignment
      R6xx/R7xx: Move engine idle to sync functions
      R6xx/R7xx: be more verbose about what function ran out of VB space
      R6xx/R7xx: handle running out of vertex buffer space
      R6xx/R7xx Xv: switch packed over to Yang's new shader code
      Revert "R6xx/R7xx: handle running out of vertex buffer space"
      R6xx/R7xx EXA: properly handle non repeat cases in the texture setup
      R6xx/R7xx EXA: handle running out of vertex space in the copy path
      R6xx/R7xx: switch to drm for wait for idle
      R6xx/R7xx EXA: switch to surface sync packet
      Bump version post release
      R6xx/R7xx: fixup accel paths
      R6xx/R7xx: reset 3D state after VT switch
      R6xx/R7xx EXA/Xv: properly deal with running out of vertex buffer space
      R6xx/R7xx Xv: fix some missing bits from last commit
      R6xx/R7xx: wait for MC idle when changing the MC
      Fix MC setup on systems with more than 512 MB of VRAM
      R6xx/R7xx: fix up a few more paths
      radeon: one more 32 -> 64 just to be safe
      Don't write new HDP location until we've written the new FB location
      RBBM_GUICNTL is pre-r6xx only
      R6xx/R7xx: add wait for idle MMIO path
      RS600: fix up MC setup
      radeon: re-enable load detection output attribute for TV/CV
      RS600: fix MC addr mask
      R6xx/R7xx EXA: Optimize temp surface for overlapping copies
      R6xx/R7xx EXA: init copy_area to NULL
      R6xx/R7xx EXA: same surface and same coords equals nop
      RS600: enable the DRI by default
      R6xx/R7xx: use shadowfb if DRI is disabled
      DCE3.2: fix up Save()/Restore()
      R300: Add AGP quirk
      Print a message when we have a shared DDC line
      R6xx/R7xx: switch emit functions to macros
      R6xx/R7xx: write vertexes directly to the IB
      R6xx/R7xx: code cleanups
      R6xx/R7xx Xv: combine packed and planar shaders
      R6xx/R7xx EXA: combine composite mask/non-mask VS
      R6xx/R7xx EXA: cleanup composite texture setup
      R6xx/r7xx: remove some unneeded code I missed in the last commit
      Rotation: don't rotate if acceleration is not active
      AVIVO: add aspect scaling mode
      radeon: adjust LVDS so that default modes get added
      Revert "radeon: adjust LVDS so that default modes get added"
      radeon: just add some common modes for LVDS
      ATOM: don't use fixed ref div for LVDS
      RN50: fix up cloning on servers
      R6xx/R7xx: disable XV_BICUBIC attribute
      R6xx/R7xx: wire up DMAForXv option like older asics
      radeon: add a few more default common modes for lvds
      AVIVO: fix panning
      R6xx/r7xx: clarify EXA message
      R4xx: add R4xxATOM option
      radeon: clean more thoroughly in RADEONFreeRec()
      RS600: fix page table size for rs600 as well
      R6xx/r7xx: clarify accel messages
      R6xx/R7xx: return in RADEONWaitForIdleMMIO() if accel is off
      R6xx/R7xx: fix up vline stuff along the lines of previous chips
      R6xx/R7xx: EXA VSync Option not supported yet
      radeon: add support for 30 bit LUTs
      radeon: man page updates
      bump for release

Bryce Harrington (1):
      Quirk for RV280 on 82865G/PE/P DRAM Controller/Host-Hub

Christian Koenig (1):
      R6xx/R7xx: move shaders to r600_shader.c and fixup Xv PS

Cooper Yuan (1):
      radeon: save bios scratch registers in Preinit()

Dave Airlie (3):
      r600: enable DRI by default
      r600: fix sizing of PCI GART table for r600
      r600: reload shaders into VRAM on resume

Mark van Doesburg (1):
      R6xx/R7xx EXA: use a temp surface for overlapping copy

Michel Dänzer (6):
      Fix compile warning when building without EXA.
      Only call RADEONWaitForVLine if it might actually do anything useful.
      EXA: Pass pScrn and info into RadeonCompositeTile.
      EXA: Adapt to EXA changes in xserver Git.
      Revert "EXA: Adapt to EXA changes in xserver Git."
      EXA: Make sure Prepare/FinishAccess hooks can handle
EXA_PREPARE_AUX* indices.

Pierre Ossman (2):
      Fix bad range adjustment in VLINE code.
      Xv vsync support on r6xx/r7xx cards.

Tormod Volden (3):
      Janitor: cosmetic clean-up of AGPMode quirk table
      M9+: Add AGP quirk for Sony Vaio
      RV350: Add AGPMode quirk for Thinkpad

Yang Zhao (5):
      r6xx/r7xx EXA: Optimize overlapping copy
      R6xx/R7xx EXA: Optimize overlapping copy
      R6xx/R7xx Xv: Planar - Properly scale Y'CbCr values before
converting to RGB
      R6xx/R7xx EXA: Further optimizations to overlapping copy
      R6xx/R7xx shader: Fix OFFSET_[XYZ] macro for TEX_DWORD2 to accept floats

root (2):
      atom: Enable DisplayPort source to DVI/HDMI sink
      output: Filter out dual-link modes from DP->DVI connections

???(Yu-yeon Oh) (1):
      radeon_driver.c small memory bug
2009-06-09 05:35:10 +00:00
obache
47f60ce17f Update xf86-video-chips to 1.2.1.
Adam Jackson (2):
      Uninclude xf86Version.h, remove some dead code.
      Make ISA optional

Julien Cristau (1):
      Compiler warning fixes
2009-06-09 02:46:10 +00:00
drochner
06fe1e103b update to 2.26.2
changes:
-fixes to the weather and mixer applets
-translation updates
2009-06-08 11:05:28 +00:00
wiz
2614e1c29e Update to 0.15.10. No release announcement available yet. 2009-06-08 09:04:32 +00:00
obache
0c5b9f6ab0 Update xf86-video-vmware to 10.16.6.
Alan Coopersmith (1):
      Remove xorgconfig & xorgcfg from See Also list in man page

Micah Dowty (5):
      Update README
      Fix dynamic mode edge cases
      Unbreak vmwarectrl setres
      Allow cursor updates while unhidden
      Better cursor size limit and explanation

Philip Langdale (1):
      Bump for 10.16.6 release

Shelley Gong (1):
      Automatically add modelines for the driver's built-in set of modes.
2009-06-08 08:41:23 +00:00
obache
7237262ad8 Update xf86-input-vmmouse to 12.6.4.
Alan Coopersmith (3):
      Remove xorgconfig & xorgcfg from See Also list in man page
      Make --with-hal* configure options match their help output
      Map Solaris/Sun compiler #defines to gcc equivalents

Shelley Gong (1):
      1) Fix bug where motion notify events were being sent with every button event.
2009-06-08 08:34:15 +00:00
obache
86e25ae7fa Add workaround for build failure on NetBSD, PR#41556.
Avoid to use bsd_kqueue_apm, force to use bsd_apm instead.
2009-06-08 08:31:31 +00:00
obache
89d32f7f27 Require MesaLib>=7.1.0. 2009-06-08 05:27:41 +00:00
sno
c32fa6941f Update to xf86-video-vesa-2.2.0
2.2.0:
  Add yet another pass to mode validation.
  Add README with pointers to mailing list, bugzilla & git repos
  Remove xorgconfig & xorgcfg from See Also list in man page
2.1.0:
  Make ISA support optional.
  VESASetMode: be verbose about the mode that's being set.
  Properly define the driver version
  Default VESAValidMode to returning MODE_BAD.
  Add a TODO list.
  Warning cleanup.
  Use VBE services for DPMS instead of banging VGA registers manually.
2009-06-07 21:47:04 +00:00
wiz
5f9343af93 Update to 1.3.0:
1.3.0:
 Aaron Plattner (1):
       Set the screen config on the correct screen.

 Adam Jackson (2):
       Allow zero replies from GetPanning to mean panning is unavailable.
       xrandr 1.3.0

 Matthias Hopf (1):
       Revert "Move outputs among crtcs as necessary. Fixes 14570"

1.2.99.4:
 Several bug fixes, manpage improvements, and addition of new RandR 1.3
 options (--current, --{no,}primary).

 Julien Cristau (3):
       Document the --current option
       Document the --primary and --noprimary options
       Bump to 1.2.99.4

 Keith Packard (4):
       Add --current option to use new XRRGetScreenResourcesCurrent API
       Add --nograb option
       Add --primary option
       Add --noprimary option

 Maarten Maathuis (3):
       randr-1.2: support gamma changes.
       Fix gamma computation.
       Stay away from doublescan modes unless a refresh rate is specified.

 Matthias Hopf (2):
       Print multiple Atom and INT32 properties.
       Several fatal() were missing \n.

 Paulo Cesar Pereira de Andrade (1):
       Correct make distcheck and gcc/sparse warnings.

 Eric Piel (1):
       Add docs for --transform and --scale.

1.2.99.3:
 - Panning support
 - Transformation support
 - Various fixes

(no other changelogs found)
2009-06-07 18:34:54 +00:00
wiz
e1389157b9 Bump PKGREVISION for modular-xorg-server update. 2009-06-07 11:24:35 +00:00
wiz
4ff43ed31d Update to 1.6.1.901, first 1.6.2 prerelease.
Lots of changes since last pkgsrc version 1.4.x.
Based on patches provided by Hasso Tepper on pkgsrc-users.
Enable dri by default.

NOTE: You must install new versions of all dependencies, old ones
won't work!
2009-06-07 11:23:46 +00:00
wiz
a8c4ee59b7 Update to 1.2.1:
Alan Coopersmith (21):
      flags member of Display structure needs to be marked volatile
      Incorporate char range comments from Solaris version of ksc5601.h
      Incorporate more locale names/aliases from Solaris libX11
      Add --with-locale-lib-dir configure option to set locale lib install dir
      Bug 6820: Xlib shouldn't handle EAGAIN as a fatal IO error
      Bug 9953: Please provide locale alias hu_HU.utf8
      Correct locale alias for sh_BA.ISO8859-2@bosnia (should be sr, not nr)
      Bug 14651: We need to add new locale specification for Belarusian Latin locale
      Bug 10082: Compose entries for some standard mathematical operators
      XErrorDB additions for RANDR 1.3
      XErrorDB additions for XInput errors and new XInput 1.5 requests
      XErrorDB additions for DRI2 requests
      Remove ifdef checks for macII left over from ancient A/UX 3.0 support
      When makekeys fails to find a good hash, print error instead of divide-by-zero
      makekeys: combine malloc(strlen)+strcpy into strdup
      Remove _XP_PRINT_SERVER_ #ifdefs from Xrm.c
      Delete some unused "#ifdef notdef" static functions
      Change masculine to ordmasculine in Compose file comments
      Further ansify prototypes & reduce #ifdefs in locking.c
      Fix a several sparse warnings: Using plain integer as NULL pointer
      Version bump: 1.2.1

Caolan McNamara (1):
      Bug 20575: man page for XCreatePixmapFromBitmapData doesn't match signature

Chris Ball (2):
      Build fix for fi_FI.
      Fix fi_FI locale install directory.

Emilio Jesús Gallego Arias (1):
      xcb_io: Avoid datatype overflow on AMD64 and friends.

Julien Cristau (2):
      nls: actually use the fi_FI.UTF-8 files
      Add a ru_RU.UTF-8 locale

Lubos Lunak (2):
      XGetErrorText() fails for extension error codes equal to the error base
      XErrorDB updates for XTEST, RANDR, DAMAGE extensions

Mlos Komarcevic (1):
      Bug 11456: Serbian locale updates (sr_RS and sr_ME)

Paul Bender (1):
      Bug 15664: xau & xdmcp not needed in x11.pc dependencies when built with xcb

Xue Wei (4):
      Add kk_KZ.UTF-8 to locale.dir.pre for Kazakhstan
      Add locale aliases for no_NO & sh_BA locale variants
      Add nn_NO.UTF-8 to compose.dir.pre for Norwegian Nynorsk
      Add UTF-8 locale entries for es_US, kk_KZ, mt_MT, and sh_BA

Yaakov Selkowitz (Cygwin Ports maintainer) (1):
      Bug 20773: Xcursor dynamic loading on Cygwin
2009-06-06 22:37:28 +00:00
wiz
ae952bc2c8 Update to 0.15.8:
0.15.8:
- Phase three of the refactoring [Søren Sandmann Pedersen]
- Fixes for refactoring fallout [Jonathan Morton, Jeff Muizelaar,
     Luca Barbato, Magnus Kessler]
- Improved testing code [Siarhei Siamashka]

0.15.6:
Apart from a few bug fixes, this release contains phase two of the
refactoring; in this phase the various types of images are split
into their own files.


0.15.4:
A new pixman release 0.15.4 is now available. This is a development
release leading up to a stable 0.16.0 release. News:

        - New ARM NEON fast paths [Ian Rickards, Jeff Muizelaar]

        - The first part of a large refactoring of the pixman code
          base [Søren Sandmann]

        - Bug fixes [Adam Jackson, Alan Coopersmith, Siarhei
          Siamashka, Jonathan Morton]
2009-06-06 22:28:41 +00:00
hasso
2da5619413 Add post 3.5.10 patch from KDE subversion repo to make fish copy reliable.
Bump PKGREVISION.
2009-06-06 04:59:50 +00:00
tron
374bd1cc5c Set the license type to "gnu-lgpl-v2.1". 2009-06-04 21:38:52 +00:00
drochner
4c081abb1a more PKGREV bumps for vte shlib major change 2009-06-04 16:06:48 +00:00
hasso
a7da8442c3 Make it build on platforms other than NetBSD. 2009-06-04 11:40:24 +00:00
drochner
75f9afb961 bump PKGREV. for vte lib major change 2009-06-04 11:34:12 +00:00
drochner
3d095cc0e2 update to 0.20.4
changes:
- New enum value VTE_ERASE_TTY
- Make VTE_ERASE_AUTO send \H for backspace if terminal erase is undefined
-bugfixes
2009-06-04 11:30:15 +00:00
drochner
e6dfecd57d update to 2.16.2
changes:
-Reinstate traditional behaviour of GtkAdjustment wrt. to
 page size that was accidentally lost between 2.14.x and 2.16
-bugfixes
-translation updates
2009-06-04 11:16:56 +00:00
hasso
394b74849d Configure checks for python version >= 2.5. 2009-06-04 09:56:20 +00:00
obache
98c6736c1b Update ruby-gnome2 to 0.19.0.
== Ruby-GNOME2 0.19.0: 2009-05-29

This release supports new versions of panel-applet and xulrunner
and fixes various bugs including some GC issues

=== Changes

Ruby/GLib2:
  * add 'const' to name argument of rbgerr_define_gerror()
    [Nikolai Weibull, Kouhei Sutou]
  * Bug fixes:
    * #2420281: Failed to build
      [troels knak-nielsen, Kouhei Sutou]
    * #2493874: glib/rbglib_maincontext.c error in "RUBY_UBF_IO"
      [boo, Kouhei Sutou]
    * wrong priority conversion in GLib::Timeout.add and
      GLib::Timeout.add_seconds.
      [Nikolai Weibull]
    * fixed limits of basic types
      [Pascal Terjan]

Ruby/GTK2:
  * Bug fixes:
    * fixed initialize function is deleted.
      [kimura wataru, Kouhei Sutou]
    * checked GTK_FILE_SYSTEM_ERROR availability. GTK+ 2.15.x
      doesn't have it.
      [Kouhei Sutou]
    * fixed GC problems.
      [Kouhei Sutou]
    * #2195432: Gtk::RCStyle.set_color_flags wrong conversion
      [Jesse van den Kieboom, Kouhei Sutou]
    * #2318481: gtkselectiondata_set Drag and Drop API problem
      [dave foster, Kouhei Sutou]
    * #2420281: Failed to build
      [troels knak-nielsen, Kouhei Sutou]

Ruby/Pango:
  * added Pango::Attribute#start_index= and Pango::Attribute#end_index=.
    [Geoff Youngs, Kouhei Sutou]

Ruby/Poppler:
  * removed 0.6.x support. 0.8.0 or later is required.
    [Kouhei Sutou]

Ruby/RSVG2:
  * fixed broken cairo integration.
    [James Healy, Kouhei Sutou]

Ruby/PanelApplet:
  * #2466921: fixed build failure with libpanel-applet >= 2.25
    [Mamoru Tasaka, Kouhei Sutou]
  * fixed incomplete install.
    [Pascal Terjan, Kouhei Sutou]

Ruby/GtkMozEmbed:
  * supported XULRunner 1.9.0.
    [Arnaud Cornet, Kouhei Sutou]

Ruby/GNOME2:
  * supported MinGW.
    [id:luna_8bit, Kouhei Sutou]

Ruby/Bonobo2:
  * moved Bonobo.setup_x_error_handler to Ruby/BonoboUI2.
    [id:luna_8bit, Kouhei Sutou]

Ruby/BonoboUI2:
  * moved Bonobo.setup_x_error_handler from Ruby/Bonobo2.
    [id:luna_8bit, Kouhei Sutou]

Ruby/GnomeVFS:
  * format security error.
    [Pascal Terjan]

=== Thanks

  * kimura wataru
  * Philipp Götzinger
  * Andrew S. Townley
  * Jesse van den Kieboom
  * James Healy
  * dave foster
  * troels knak-nielsen
  * boo
  * Geoff Youngs
  * Arnaud Cornet
  * id:luna_8bit
  * ...
2009-05-31 09:00:48 +00:00
zafer
eb4829bc8a update homepage and master sites. 2009-05-30 02:03:36 +00:00
zafer
ef90e4bd06 update master site. 2009-05-30 02:00:49 +00:00
wiz
afc5125cd2 Update to 0.3.5:
Alan Coopersmith (1):
      Make sure m4 supports -I flag, if not, try finding gnu m4

Bart Massey (1):
      wrapped xcb_atom.h for C++ per bug report of <comick@autistici.org>

Bob Ham (1):
      Add a check on xproto version libxcb was compiled with

Julien Danjou (2):
      icccm: fix compatibility with libxcb > 1.2
      Release xcb-util 0.3.5

Mikhail Gusarov (2):
      Add xcb_aux_change_window_attributes_checked
      Zero out handlers list in xcb_event_handlers_init
2009-05-29 09:28:17 +00:00
wiz
f31217399a Update to 1.3:
Bart Massey (2):
      kludgily hand-merged xid fixes
      Fix XDM-AUTHORIZATION-1 (bug #14202)

Bob Ham (1):
      Store xcbproto version libxcb was compiled with

Jeremy Huddleston (1):
      darwin: Don't use poll() on versions of darwin before darwin10

Julien Danjou (9):
      Copy full IPv4 mapping (Bug #20665)
      Fix do_append() arguments
      auth: precompute authnameslen
      auth: use snprintf() return value
      util: open_abstract gets filelen as parameters
      util: merge common code for xcb_connect
      util: remove useless strlen calls from decnet opening
      depends on recent xcb-proto and bump version of randr
      Release libxcb 1.3

Michael Ost (1):
      use poll() instead of select() when available

Peter Harris (3):
      Don't use enums in generated C code - use integer constants instead.
      Revert "Don't use enums in generated C code"
      Avoid name collisions between xidtype and enum.

Samuel Thibault (1):
      Local socket connections do not work on hurd-i386

elupus (1):
      Disable Nagle on TCP socket
2009-05-29 09:27:45 +00:00
wiz
b7590d13a6 Update to 1.5:
Eamon Walsh (1):
      Correct the length calculation for the value field of GetPropertyReply.

Julien Cristau (2):
      Add RandR 1.3 requests
      Fix ShmCompletion event

Julien Danjou (6):
      Fix miter spelling
      xtest: rename window field
      bump version to 1.5
      shm: fix Completion event fields
      Revert "shm: fix Completion event fields"
      Release xcb-proto 1.5

Peter Harris (19):
      Most usages of ModMask may also take the special value "Any".
      Add altenum (non-exhaustive enum)
      Document enum, altenum, and mask
      Add (and use) Time/CurrentTime enum.
      Add (and use) KeyButMask enum.
      Add a variety of 'None' enum types and altenum references.
      xinput tweaks
      Add enum references to fields in Shape
      Add enum references to fields in Composite
      Add enum references to fields in XFIXES
      Add enum references to fields in Damage
      Move enums above their first use in xproto.xml
      Add enum references to fields in DPMS
      Add enum references to fields in RANDR
      Add enum references to fields in XInputExtension
      Add enum references to fields in XVideo
      Add enum references to fields in RENDER
      Add enum references to fields in SYNC
      Merge branch 'enum'
2009-05-29 09:26:30 +00:00
wiz
d5ac1e49bf Update to 2.12.9. Set LICENSE.
2009-05-12  Mike Kestner  <mkestner@novell.com>

	* gtk/Application.cs: add the theme initialization workaround for
	windows.  Hopefully we can find a better solution that doesn't
	involve loading SWF.  [Fixes #471682]

2009-05-06  Mike Kestner  <mkestner@novell.com>

	* gtk/TargetList.custom: fix intptr indexing in cast.

2009-05-05  Mike Kestner  <mkestner@novell.com>

	* glib/GType.cs: ensure threading is initialized in cctor.
	* gtk/Application.cs: ditto.

2009-04-27  Mike Kestner  <mkestner@novell.com>

	* gtk-sharp-2.0.wxs.in: add an InstallFolder key. [Fixes #498298]

2009-04-23  Mike Kestner  <mkestner@novell.com>

	* gtk/TargetList.custom: use gtk_target_table_new_from_list to
	implement the TargetEntry[] cast to avoid crashes on win32. This
	can only be backported to 2.10 if necessary.

2009-04-09  Mike Kestner  <mkestner@novell.com>

	* glib/ListBase.cs: fix g_object_unref dllimport lib.
	[Fixes #493128]

2009-03-28  Christian Hoff  <christian_hoff@gmx.net>

	* gtk/TextBuffer.custom: Use the right overload of Marshal.Copy
	[Fixes #480010]

2009-02-06 Christian Hoff  <christian_hoff@gmx.net>

	* gtk/Gtk.metadata: Fix TreeModel.EmitRowsReordered signature

2009-02-02  Mike Kestner  <mkestner@novell.com>

	* gtk-sharp-2.0-wxs.in: switch the VS assembly reference registry
	magic to HKLM/SOFTWARE/Microsoft/.NetFramework/AssemblyFolders. Add
	a single key there to get all versions of VS.
2009-05-28 12:55:17 +00:00
wiz
8c4e9a2bd3 Update to 2.26.2:
2.26.2
======

New/updated translations:

2009-04-18  Funda Wang  <fundawang@gmail.com>

  * zh_CN.po: Updated zh_CN translation from Ray Wang <wanglei1123@gmail.com>.
2009-05-27 20:53:10 +00:00
wiz
1b4778b410 Update to 1.4.10:
Adam Jackson (2):
      Upgrade GLX Public License 1.0 to FreeB 2.0.
      glproto 1.4.10

James Cloos (1):
      Replace static ChangeLog with dist-hook to generate from git log

Julien Cristau (1):
      Update to SGI FreeB 2.0.

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and dont distribute autogen.sh
2009-05-26 22:08:59 +00:00
rillig
575228aa14 _PKG_SILENT + _PKG_DEBUG => RUN 2009-05-26 21:59:58 +00:00
rillig
e329a8244d _PKG_SILENT + _PKG_DEBUG => RUN 2009-05-26 21:59:57 +00:00
rillig
a5ca1a22a9 Fixed some pkglint warnings. 2009-05-26 21:41:06 +00:00
drochner
8c0d31912a update to 2.26.2
changes:
-minor cleanup and fixes
-translation updates
2009-05-26 18:34:50 +00:00
wiz
badc830314 Update to 0.20.3. Set LICENSE to gnu-lgpl-v2.
0.20.3
=======
- Bugs fixed in this release:
    Bug 583129 - [python] allow passing None as command or directory option
    Bug 583078 - [python] allow passing of environment as a dictionary

0.20.2
=======
- Bugs fixed in this release:
    Bug 567064 - Work around buggy iconv
2009-05-26 14:54:12 +00:00
tnn
0b343b1c73 Update to XaoS-3.4.
o New Italian translation courtesy of Sergio Zanchetta
o Updated catalog and i18n for German by Andreas Madritsch
o Bug fix to prevent garbled characters when using non-English languages
  on modern systems using UTF-8
o Bug fix to prevent XaoS from crashing after using the Render Animation
  functionality
o Bug fix to prevent incorrect colors on smooth coloring modes with
  certain video modes

XXX: There are also new experimental Aqua and GTK+ frontends, but I didn't
investigate if the GTK+ frontend builds as the release notes claim it's
still buggy.
2009-05-22 20:19:19 +00:00
tnn
53587ebf58 Update to xterm-243.
Patch #243 - 2009/3/28
* revert change to default for allowTcapOps (request by Bram Moolenaar).
* reallocate result returned by xtermEnvLocale() to avoid reference to freed
  memory after handling menuLocale resource.
* fix an old (X11R5) bug in tek4014 for switching fontsizes.
* add resource defaultString to make configurable the use of "#" when pastes
  of UTF-8 text fail due to limitations in the current locale settings.
* make the set of selection target Atom's configurable by two new resources
  eightBitSelectTypes and utf8SelectTypes, e.g., to use the TEXT Atom in
  preference to UTF8_STRING (discussion with Stanislav Sedov regarding
  koi8rxterm and the FreeBSD port).
* modify handling of TARGETS Atom by making it return exactly the set of
  targets as those which xterm is currently providing.
* set MANPAGER and PAGER explicitly to /bin/cat in minstall.sh to work around
  /etc/man.conf's with those variables already set
* improve error-checking of tcap-query parser.
* add check for keyboard tcap), which ensures that terminal descriptions
  containing the same string for shifted/unshifted keys will be seen by
  tcap-query as only the unshifted key. (This would only happen with an
  incorrect terminal description).
* fix conversion for input event-state to modifier-parameter which made
  tcap-query feature not work with tcapFunctionKeys (keyboard type tcap).
* add "DEF_ALLOW_XXX" definitions to main.h to allow overriding the
  default compiled-in values for "allowxxx" resources.
* remove check on bell-percentage added in patch #242, which disallowed
  zero/negative values (Redhat Bugzilla #487829).

Patch #242 - 2009/2/15
* fix configure check for XkbBell and provide appropriate parameter for it.
* fix a caching problem with double-size fonts versus reverse video that could
  cause core dump.
* repair double-size fonts from workaround used in patch #240.
* add new section to the VT Fonts menu which allows enabling or disabling the
  font, termcap (tcap-query), title and window operations.
* add fontWarnings resource, to control whether to show warnings on failure to
  load a font.
* improve warnings for unloadable fonts introduced in patch #240 by limiting
  those to the cases where a font would be specified directly by a resource
  setting rather than a derived fontname.
* further amend fix for Debian #252873 from patch #197 to treat a blank cell
  which does not have both foreground and background colored as a non-colored
  cell. This improves a special case where the cursor is on a blank cell which
  had foreground color scrolled in (report by Miroslav Lichvar).
  Also add the same logic when hiding cursor, so the outline matches the
  in-focus cursor.
* modify internals to reduce places PAIRED_CHARS() is used, making WriteText()
  and ScrnWriteText() accept IChar array, as well as providing a wrapper for
  drawXtermText().
* change default XIM font from "*" to "fixed" to improve startup time in
  zh_CN.UTF-8 locale (Mike Fabian, SuSE Bugzilla #464930).
* typo in #240 log (Slava Semushin)

Patch #241 - 2009/1/26
*  improve checks for missing bitmap fonts, fallback to "fixed" as needed to
  work around broken font-packages (report by Jacek Luczak).
* fix breakage from patch #240 changes for xtermAddInput() (patches by
  Jeff Chua, Julien Cristau).

Patch #240 - 2009/1/25
* use plink.sh for linking xterm (suggested by Larry Doolittle).
* add resource descriptions for input method to xterm manpage.
* update configure script; consistently append to $CFLAGS rather than prepend.
* add install-scripts rule to makefile, to allow koi8rxterm and uxterm scripts
  to be altered independently of install-bin
* add -maximized command-line option and corresponding resource (prompted by
  alt.os.linux newsgroup comment).
* modify translations of scrollbar widget using xtermAddInput() (see
  patch #181) to accept the actions that the vt100 widget accepts, such as
  shift-insert to perform a paste operation (request by Martin Zwickel).
* change default for allowTcapsOpS resource to false, since it causes
  unexpected behavior for vim users with AltGr.
* update config.guess, config.sub
2009-05-22 19:52:02 +00:00
tnn
eb59ee5d12 Update to libdrm-2.4.11.
Changes from xorg-announce@:
Delete extra libdrm_lists.h line after libdrm_la_SOURCES in libdrm/Makefile.am
Use C99 versions of __FUNCTION__ & __volatile__ when not building with gcc
nouveau: store bo handle in public struct in bo_ref_handle
nouveau: write posting got lost somewhere, bring it back
Add new drm_intel_get_pipe_from_crtc_id function.
nouveau: fix ppc for swab changes in Linux 2.6.29
libdrm/mode: align subpixel results
intel: NULL fake bo block when freeing in evict_all
libdrm/intel: assert that clients are using bo refcounting correctly
libdrm/intel: add drm_intel_bo_disable_reuse api
Bump to version 2.4.10 to mark addition of drm_intel_bo_disable_reuse
libdrm/intel: Make get_pipe_from_crtc_id per-bufmgr. Return -1 on failure.
nouveau: backlight compat fix
2009-05-22 19:30:47 +00:00
tnn
c38575fb83 Update to xf86-input-mouse-1.4.0, based on patch from hasso@
From xorg-announce@ mail:

The big change in 1.4.0 is the move of the OS-specific mouse handling code
from the Xorg server to the mouse driver.   This code was removed from the
Xorg server in the Xorg 1.6 development cycle, so users of non-evdev systems
(i.e. non-Linux or pre-evdev Linux) will need this version of the mouse driver
to run with Xorg 1.6.

Remove useless call to xf86AddModuleInfo
Merge some hardware support information from README.mouse into man page
Fix sun_mouse.c build on Solaris
Rename OS_SOURCES to stop automake complaints about not building program "OS"
Remove checks for Solaris x86 versions older than Solaris 8
sun_mouse.c: remove unused variables
sun_mouse.c: Use miPointerGetScreen instead of miPointerCurrentScreen
Fix solarisMouseAutoProbe to use device name & protocol specified by HAL
sun_mouse: check for Device in commonOptions if pInfo->options isn't set yet
Replace static changelog with one generated via XORG_CHANGELOG
Add XORG_CWARNFLAGS & XORG_WITH_LINT for more compiler checking
Clear assorted compiler, sparse & lint warnings
sun_mouse: fallback to commonOptions for StreamsModule too
Comment typo fixes
Remove some #if 1 statements
Unifdef XFree86LOADER
Add copyright notices for OS mouse code to COPYING file
Add note on hal-based configuration to man page
Version 1.4.0
Add OS mouse sources to the driver build
Change screen private key to an integer variable.
Build fix: Add a prototype for FindDevice function.
Include xorg-server.h to get the WSCONS_SUPPORT define from
prevent a double free of mouse private structure.
W axis support for bsd_mouse.
Make sure xf86MouseProtocolIDToName is of public visibility.
Compile warning fixes.
Fix linux build
man: Note that the server may probe default "Device" options.
Nuke RCS tags.
Check for XINPUT ABI 3.
fix compilation (upper/lower case typo)
2009-05-22 19:05:57 +00:00
sno
c7bca0134d add missing include of p5-pango 2009-05-22 05:58:22 +00:00
sno
db3a8f0338 pkgsrc changes:
- Updating packages for p5 Gtk+ bindings
  - Setting gnu-lgpl-v2.1 as license
  - Adding p5-pango as dependency
  - Update dependency versions from Makefile.PL

Upstream changes:
2009-03-17  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm
	* Makefile.PL
	* NEWS
	* README: Stable release 1.220.

2009-03-17  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkStyle.t
	* xs/GtkStyle.xs: Adapt to the rename of gtk_style_get_property to
	gtk_style_get_style_property.  Make
	Gtk2::Style::get_style_property an alias for Gtk2::Style::get.

2009-03-17  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkCellView.t
	* t/GtkEntry.t
	* t/GtkIMContext.t
	* t/GtkImageMenuItem.t
	* t/GtkOrientable.t
	* t/GtkPrintSettings.t
	* t/GtkStatusIcon.t
	* t/GtkStyle.t
	* xs/GtkCellView.xs
	* xs/GtkEntry.xs
	* xs/GtkIMMulticontext.xs
	* xs/GtkImageMenuItem.xs
	* xs/GtkPrintOperation.xs
	* xs/GtkPrintSettings.xs
	* xs/GtkSelection.xs
	* xs/GtkStatusIcon.xs
	* xs/GtkStyle.xs: Change all versions checks to refer to stable
	releases only.

2009-03-08  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm
	* Makefile
	* NEWS
	* README: Unstable release 1.212.

2009-03-08  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkHBox.t: Test that widgets packed into a box are completely
	freed upon removal even if they previously appeared as a callback
	argument.  This is a test for a recent memory leak fix in Glib.

	* t/GtkTreeModelIface.t: The leak fix mentioned above causes this
	test to correctly run FINALIZE_INSTANCE now, so adjust the test
	plan.

2009-03-08  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkTreeModelFilter.t
	* xs/GtkTreeModelFilter.xs: Take ownership of objects returned by
	gtk_tree_model_filter_new to avoid leaking them.  Patch by
	Kevin Ryde.

2009-03-08  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkStyle.t
	* xs/GtkStyle.xs: Remove the get_property() alias for
	Gtk2::Style::get() so that calling get_property() on a Gtk2::Style
	resolves to Glib::Object::get_property().

2009-03-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkAccelGroup.xs: Remove two FIXME comments which turned out
	to be incorrect.  Patch by Kevin Ryde.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GdkKeys.t: Skip most tests if we can't find a key entry to
	test against.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/00.Gtk2.t: Don't fail if there is no valid DISPLAY.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* pm/TestHelper.pm
	* pm/Helper.pm
	* Gtk2.pm: Fix more POD errors.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/Gtk2.xs
	* xs/GtkTreeModel.xs
	* xs/GtkWidget.xs
	* xs/GtkWindow.xs: Fix POD errors reported by podchecker.

2009-02-21  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkStyle.t
	* xs/GtkStyle.xs: Wrap the gtk_style_get() family of methods as
	Gtk2::Style::get(), and make Gtk2::Style::get_property() an alias
	for get().  Patch by Emmanuel Rodriguez.

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm
	* NEWS
	* README: Unstable release 1.211.

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL: Require Glib 1.212 for the precompiled headers
	stuff.  Print the stability warning.

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* gtk2perl.h: Remove the definitions for the custom pango GTypes.
	They now come from pango-perl.h.

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkIconView.xs: Fix stack handling bugs in
	Gtk2::IconView::get_item_at_pos(), get_dest_item_at_pos(), and
	get_tooltip_context().  Patch by Kevin Ryde.

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkBindings.xs (gtk2perl_binding_set_get_type): To make the
	doc generator happy, register our custom GtkBindingSet GType under
	the name "GtkBindingSet".

2009-02-11  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* constants-2.0
	* gtk2perl.h
	* Gtk2.pm
	* MANIFEST
	* maps-2.0
	* xs_files-2.0
	* t/GtkBindings.t
	* xs/GtkBindings.xs: Wrap the GtkBindings stuff.  Patch by
	Kevin Ryde.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* MANIFEST
	* maps-2.16
	* xs_files-2.16
	* t/GtkOrientable.t
	* xs/GtkOrientable.xs: Wrap the new GtkOrientable interface.  No
	support for implementing it in Perl subclasses yet.  Patch by
	Emmanuel Rodriguez.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkEntry.t: Test Gtk2::Entry->get_icon_storage_type.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkEntry.t
	* xs/GtkEntry.xs: Track the recent upstream function renaming:
	gtk_entry_get_pixbuf -> gtk_entry_get_icon_pixbuf,
	gtk_entry_get_stock -> gtk_entry_get_icon_stock, and
	gtk_entry_get_storage_type -> gtk_entry_get_icon_storage_type.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GdkX11.xs: Call the atom arg for
	Gtk2::Gdk::Atom->to_xatom_for_display "atom" for clarity in the
	generated POD.  Patch by Kevin Ryde.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkRecentChooser.t
	* t/GtkRecentManager.t: Use Gtk2->main_iteration instead of
	Gtk2::TestHelper's run_main to spin the main loop.  This avoids
	hangs on some machines.  Patch by Jeffrey Ratcliffe.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkIconTheme.t: Skip tests that rely on the presence of a
	stock icon if that icon isn't present.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/pango-compat.t: Don't use Gtk2::Pango::Cairo::FontMap in the
	compatibility checks as it isn't available in all pango versions
	and I don't want to fiddle with version checks.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GdkEvent.t: Fix a skip count.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkAction.t: Use an activatable widget for testing the proxy
	stuff.  Recent gtk+ versions enforce this.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GdkPixbufLoader.t: Don't use an auto-detecting pixbuf loader
	since that's broken for PPM images in at least gtk+ >= 2.14.3 (see
	GNOME #570780).

2009-01-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GdkX11.t
	* xs/GdkX11.xs: Wrap gdk_x11_atom_to_xatom and
	gdk_x11_atom_to_xatom_for_display.  Patch by chris.  (GNOME
	#566884)

2009-01-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkCellRenderer.t
	* xs/GtkCellRenderer.xs: In gtk2perl_cell_renderer_start_editing,
	make sure we return an object with a floating reference as is
	expected of a start_editing vfunc.  In the xsub for
	gtk_cell_renderer_start_editing and in the fallback START_EDITING
	xsub, make sure we sink any floating reference on the created cell
	editable in order to comply with the usual rule of not passing
	floating references on to Perl code.  Patch by Kevin Ryde.

2009-01-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkBuildable.xs: Declare all private functions as 'static' so
	that they aren't exported.

2009-01-19  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkSelection.xs: Fix the definition of the accessor macros
	for older gtk+.  Patch by Kevin Ryde.

2009-01-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkSelection.xs: Use gtk_selection_data_get_selection when
	available.  Also introduce convenience defines for the other
	GtkSelectionData accessors.  Patch by Emmanuel Rodriguez and
	muppet.

2009-01-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkPrintSettings.t
	* xs/GtkPrintSettings.xs: Wrap new API.  Patch by Emmanuel
	Rodriguez.

2009-01-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkPrintOperation.t
	* xs/GtkPrintOperation.xs: Wrap new API.  Patch by Emmanuel
	Rodriguez.

2009-01-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL: Use Glib::MakeHelper to create a
	'precompiled-headers' target that precompiles gtk2perl.h.  This
	speeds up the compilation of Gtk2 by 36% on my machine.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* AUTHORS
	* t/GtkStatusIcon.t
	* xs/GtkStatusIcon.xs: Wrap new GtkStatusIcon API.  Patch by
	Chris Sincock.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkIMContext.t
	* xs/GtkIMMulticontext.xs: Wrap
	gtk_im_multicontext_get_context_id.  Patch by Emmanuel Rodriguez.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkImageMenuItem.t
	* xs/GtkImageMenuItem.xs: Wrap new GtkImageMenuItem API.  Patch by
	Emmanuel Rodriguez.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkCellView.t
	* xs/GtkCellView.xs: Allow undef for the model in
	Gtk2::CellView::set_model.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkCellView.t
	* xs/GtkCellView.xs: Wrap gtk_cell_view_get_model.  Patch by
	Emmanuel Rodriguez.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* AUTHORS
	* MANIFEST
	* maps-2.16 (added)
	* t/GtkEntry.t
	* xs/GtkEntry.xs: Wrap the new GtkEntry API.  Patch by
	Emmanuel Rodriguez.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm: In the Gtk2::Pango compatibility code, avoid warnings
	about names that are used only once by checking for definedness
	before creating aliases.

2009-01-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/Gtk2.xs
	* xs/GtkWindow.xs: Use Gtk2::EVENT_STOP and EVENT_PROPAGATE in the
	synopsis for Gtk2::Window and in the docs for
	Gtk2::key_snooper_install.  Patch by Kevin Ryde.

2008-12-30  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkTreeModel.xs: Document the signature of the callback used
	by Gtk2::TreeModel::foreach.  Patch by Kevin Ryde.

2008-12-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkEntryCompletion.t
	* xs/GtkEntryCompletion.xs: In Gtk2::EntryCompletion::set_model,
	allow undef for the model parameter.  (#562682)

2008-12-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkEntryCompletion.xs: Fix a leak in
	Gtk2::EntryCompletion::new.  (#562682)

2008-11-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/00.Gtk2.t
	* xs/Gtk2.xs: Wrap gtk_get_option_group.

2008-11-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm:
	* NEWS:
	* README: Unstable release 1.210.

2008-11-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL: Unconditionally use META_MERGE.  Tell the CPAN
	indexer to ignore the directories "tools" and "xs".

2008-11-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm: Link to Pango.

2008-11-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL
	* README: Update Pango requirement to 1.210.

2008-11-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	Use the standalone Pango module.

	* CodeGen.pm: Add handlers for 'Alias' variants of most types.

	* maps_pango-1.0
	* maps_pango-1.4
	* maps_pango-1.6
	* maps_pango-1.8
	* maps_pango-1.10
	* maps_pango-1.16
	* maps_pango-1.18: Use the above to register Gtk2::Pango::* type
	aliases.

	* gtk2perl.h: Include pango-perl.h

	* Gtk2.pm: Use Pango.  Set up package aliases under Gtk2::Pango::
	for the things that now live under Pango::.

	* xs/Gtk2.xs: Remove unneeded pango stuff.  Make the doc generator
	create stub Gtk2::Pango::* POD pages that explain the situation
	and link to the relevant Pango::* docs.

	* MANIFEST
	* t/pango-compat.t (added): Add some tests that try to ensure
	backwards compatibility in ways not tested by the existing
	t/Pango*.t tests.

	* doctypes
	* Makefile.PL: Remove unneeded pango stuff.

	* MANIFEST
	* pango.typemap (deleted)
	* xs/PangoAttributes.xs (deleted)
	* xs/PangoCairo.xs (deleted)
	* xs/PangoContext.xs (deleted)
	* xs/PangoFontMap.xs (deleted)
	* xs/PangoFontset.xs (deleted)
	* xs/PangoFont.xs (deleted)
	* xs/PangoGravity.xs (deleted)
	* xs/PangoLayout.xs (deleted)
	* xs/PangoMatrix.xs (deleted)
	* xs/PangoRenderer.xs (deleted)
	* xs/PangoScript.xs (deleted)
	* xs/PangoTabs.xs (deleted)
	* xs/PangoTypes.xs (deleted)
	* xs_files_pango-1.0 (deleted)
	* xs_files_pango-1.6 (deleted)
	* xs_files_pango-1.10 (deleted)
	* xs_files_pango-1.16 (deleted): Remove now unneeded files.

2008-11-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkSocket-GtkPlug.t: Correct skip count for the case of
	finding no "blib" directory.

2008-11-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm
	* xs/GtkWidget.xs: Add constants Gtk2::EVENT_STOP and
	EVENT_PROPAGATE for use in event handlers.  Patch by Kevin Ryde.

2008-11-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkCellRenderer.t
	* xs/GtkCellRenderer.xs: Fix the stack handling in
	Gtk2::CellRenderer::get_size().  Patch by Kevin Ryde.

2008-11-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkCellRenderer.xs: Hush compiler warning.

2008-11-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkBuildable.xs: Mention in the POD that chaining up to the
	parent does not work yet for custom Gtk2::Buildable
	implementations.  Patch by Kevin Ryde.
2009-05-21 19:37:43 +00:00
wiz
01320dc70f Update to 2.6.2. Add commented out LICENSE (needs AND).
News in 2.6.2
-------------
* Improvements to some of the lang files
* Misc bugfixes
* Updated translations
2009-05-20 13:10:47 +00:00
wiz
a745b497b6 Update to 0.12.1:
==============
Version 0.12.1
==============

Misc
	* Generate the ChangeLog from git-log
	* Drop libglade dependency (Andreu Correa Casablanca)
2009-05-20 06:40:30 +00:00
wiz
f479210fd4 Apply patch reported by Gary Duzan in PR 37347 to fix finance/kmymoney2
after ld.elf_so fix from December 2007.

Bump PKGREVISION.
2009-05-20 01:00:40 +00:00
wiz
f4e9595f26 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
wiz
5bf03b9fe8 Add URL for upstream bug report. 2009-05-19 23:52:15 +00:00
wiz
05512aede1 Remove two unneeded patches (on NetBSD-current) for which cvs logs
don't indicate why they were added.
2009-05-19 23:49:45 +00:00
wiz
9d1a63c5e7 Disable animation support for Clearlooks by default.
Bump PKGREVISION.

Upstream says (http://bugzilla.gnome.org/show_bug.cgi?id=583278):

Our animation support is more a hack than something else, and I
would prefer to remove it rather than enabling it :)

Maybe in the future, Gtk+ will provide better API for animations,
and we could write a better approach, which uses less CPU cycles
for example.
2009-05-19 23:22:10 +00:00
wiz
20cb42b69c Remove unneeded patches to translations, so no PKGREVISION++. 2009-05-19 22:29:30 +00:00
snj
bf66fea382 Add the upstream version of a patch submitted by Talor R Campbell in
PR pkg/38988 to fix a problem with socket control message ancillary data
alignment.

Bump PKGREVISION to 1.
2009-05-19 19:41:18 +00:00
wiz
61b6fa1968 Update to 2.26.2:
2.26.2
======
 * Translation updates
2009-05-19 14:45:59 +00:00
wiz
be5816688f Update to 2.18.2, set LICENSE to gnu-lgpl-v2.1.
Overview of Changes in 2.18.2 (since 2.18.1)
============================================

Changes in this release:
 - Changes for the git migration (doap file, ChangeLog)

GNOME bugs fixed in this release:
 578882 – gtk-engines-2.18.1 doesn't pass tests due to exported_lua

New and updated translations:
 Krishna Babu K (te)


Overview of Changes in 2.18.1 (since 2.18.0)
============================================

Changes in this release:
 - Clearlooks draws the focus line of entries now correct.
 - Clearlooks now only draws a one pixel line between two adjacent steppers.

GNOME bugs fixed in this release:
 576786 – clearlooks is broken on trunk
 576787 – export hygiene
 572178 – Remove deprecated GTK+ symbols

New and updated translations:
 Ray Wang (zh_CN)
 Shankar Prasad (kn)
 Djihed Afifi (ar)
 Suso Baleato (gl)
2009-05-19 11:21:58 +00:00
wiz
6ac11147ab Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
abs
2f04784981 +PKG_DESTDIR_SUPPORT, plus set USE_TOOLS+=perl:run 2009-05-19 07:00:36 +00:00
hasso
bd7f6728c7 Added x11/dri2proto version 2.0. 2009-05-19 06:49:29 +00:00
hasso
79c7310b3d dri2proto 2.0. 2009-05-19 06:43:00 +00:00
hasso
1e94ab785c Import dri2proto 2.0 - DRI2 extension headers from modular X.org. 2009-05-19 06:34:41 +00:00
wiz
f87323456a Update to 2.26.1. Set LICENSE to gnu-lgpl-v2.1.
2.26.1
======

Features/bugfixes:

2009-04-09  Benjamin Berg  <benjamin@sipsolutions.net>
	ClearlooksClassic,ClearlooksTest,Glossy,Inverted:
	Turns out that the shade for the focus color was the wrong one.

New/updated translations:

2009-03-24  Shankar Prasad  <svenkate@redhat.com>
        * kn.po: Added Kannada(kn.po) translations.
	* LINGUAS: Addded Kananda(kn) to the list.

2009-03-18  Djihed Afifi <djihed@gmail.com>
	* ar.po: Updated Arabic translation by Djihed Afifi.
2009-05-18 12:58:47 +00:00
wiz
a483e8d493 Update to 2.26.1, add LICENSE comment (needs AND).
===============
Version 2.26.1
===============

- Fixed #572955, audit GError usage (William Jon McCann)
- Fixed #572956, use g_strerror (William Jon McCann)
- Fixed #573495, logout_command setting may be overwritten with keyboard_command value (William Jon McCann)
- Fixed #577739, gnome-screensaver-gl-helper calls gdk_x11_visual_get_xvisual with NULL visual (William Jon McCann)
- Fixed #578669, Screenserver (William Jon McCann)

Translations:
- Updated crh: Reşat SABIQ
- Updated ja: Takeshi AIHANA
- Updated kn: Shankar Prasad
2009-05-18 12:23:34 +00:00
wiz
baea9036ad Update to 0.15.6, set LICENSE to gnu-lgpl-v2.
What's new in gnome-mag-0.15.6:

* Fixes for the following bugs:
        #573023 - Migrate deprecated gnome-vfs to gio/gvfs (Simon Vanderlinden)
        #577937 - colorblind applet does not run (Willie Walker)

* Translations:
	* Krishnababu K (te), Djihed Afifi (ar), Amitakhya Phukan (as),
	  Ignacio Casal Quinteiro (gl)
2009-05-18 10:38:56 +00:00
sno
af72684404 Fixing wrong target location for copying missing solaris-hwcap.mapfile
reported through PR pkg/41287.
2009-05-17 11:01:11 +00:00
sborrill
6714469039 Pull in patch from tk 8.4 to work with xproto > 7.0.13 (fixes MouseWheel
problems at tk startup).
Bump PKGREVISION
2009-05-15 12:12:28 +00:00
adam
175aa1120c Fix buildling for X11R7 2009-05-15 07:08:59 +00:00
taca
8ab1c902d7 Update xf86-video-intel to 2.7.1.
* pkgsrc change: remove useless patch-ba by me.


Release 2.7.1 (2009-05-12)
--------------------------
This is a maintenance release on the 2.7 branch. Compared to 2.7.0 it
consists only of a few carefully hand-picked fixes for bugs,
(including GPU crashers). We encourage all users of 2.7.0 to upgrade
to 2.7.1.

Bug fixes since 2.7.0:

    * KMS: Hook up output properties for RANDR, (this allows output
      properties to be controlled in the KMS case just as in the UMS
      case). [Zhenyu Wang <zhenyu.z.wang@intel.com>]

    * Fix multiplication error when computing required batch space.
      This could fix any number of cases where the driver did
      inexplicable things (due to having computed the wrong
      size). [Keith Packard <keithp@keithp.com>]

    * Hold reference to video binding table until all rects are
      painted. This prevent general chaos in the buffer
      manager. [Keith Packard <keithp@keithp.com>]

    * Split i915 textured video commands to fit into batch
      buffers. Video and 3D setup commands share the same batch
      buffer, so without this fix, various problems could occur when
      video and 3D clients were both heavily active at the same
      time. [Keith Packard <keithp@keithp.com>]

    * Fix crash with XV with large virtual display (> 2049). [Albert
      Damen <albrt@gmx.net>]

    * Provide missing value to 3D_STATE_VERTEX_BUFFERS command. We
      don't know that this was causing any problem, but the change
      does bring the driver into conformance with what the
      specification says the hardware requires here. [Keith Packard
      <keithp@keithp.com>]
2009-05-14 12:57:57 +00:00
hasso
32707bf3e8 Fix install on platforms not using pax tar. Bump PKGREVISION. 2009-05-14 02:57:28 +00:00
wiz
c615624189 Update to 3.9. Set LICENSE to gnu-lgpl-v2.
Several small bugs fixed, including memleak and crash under NX
2009-05-13 12:32:08 +00:00
zafer
8f5422535f update master site. 2009-05-12 21:43:48 +00:00
zafer
e762dae471 update master site. 2009-05-12 21:25:25 +00:00
zafer
55e929195e update master site. 2009-05-12 21:03:33 +00:00
tnn
9928ff0b62 patch-a{a,b}: Match PCI id for GeForce 7000M.
From http://people.freebsd.org/~ariff/ports/xf86-video-nv/patch-xzz
via Alexey Lebedev on pkgsrc-users@.
2009-05-12 13:20:41 +00:00
martti
815feec0b1 Activated LICENSE=... 2009-05-12 12:27:19 +00:00
zafer
572f14c654 update master site. 2009-05-11 21:21:25 +00:00
obache
56a762818d Update xf86-video-vmware to 10.16.5.
Bankim Bhavsar (2):
       Add RegionEqual function for older XFree86 versions.
       Video Overlay: Handle clipping correctly with AutoPaint colorkey.

Philip Langdale (2):
       Prepare for 10.16.4 release.
       Bump version for 10.16.5 release.
2009-05-11 07:21:51 +00:00
obache
0082754278 Update x11vnc to 0.9.7.
Pkgsrc changes:
 * add avahi option (disabled by default).

Notes:

New in the 0.9.7 x11vnc release:

        Basic support for building with VirtualGL's TurboVNC (an
                enhanced TightVNC for fast LAN high framerate usage)
                encoding and TightVNC modifications.  More info:
                http://www.karlrunge.com/x11vnc/faq.html#faq-turbovnc
                and x11vnc/misc/turbovnc/README.

        The -ncache_cr option has been fixed and so in -ncache mode
                smooth opaque window motions are now work correctly. Try
                it out to see how smooth it is even on a slow link.

        Support for Linux text consoles (virtual terminals, e.g. 1-6)
                is provided via, e.g., 'x11vnc -rawfb vt2' (for virtual
                terminal #2).

                This is like LinuxVNC (i.e. text only), it avoids using
                /dev/fb and uses /dev/vcsaN instead (the '-rawfb console'
                mode uses /dev/fb.)  With /dev/vcsaN the text terminal
                is accessible even it if is not the currently active one.

        The -rawfb option now supports framebuffers with bits per pixel
                less than 8 (e.g. 4 or 1 bpp.)

        Reverse connections now work in Anonymous Diffie Hellman SSL/TLS
                mode.  Reverse connections also work for VeNCrypt and
                ANONTLS modes.


  miscellaneous new features and changes:

        The included SSL enabled UltraVNC java viewer now has a
                configurable [Home] entry in the drives drop down menu.

        In the -create, -svc, etc. modes one can now specify a
                range of X displays to ignore in X11VNC_SKIP_DISPLAY.
                Improvements and bugfixes were made to the find_display
                and create_display scripts.  FD_EXTRA option is provided.

        The '-rawfb video' option finds the video device file more
                carefully.

        The -rmflag option allows a new way to indicate to other
                applications that x11vnc has started.

        All of the java applet parameters are now documented in
                the classes/ssl/README file.

        There is now a "sendbell" remote control command.

        A one-time -padgeom once:WxH mode is added.

        Improvements to the CUPS Terminal Services helper mode.

        If the X display cannot be opened normally then the env. var.
                XAUTHLOCALHOSTNAME=localhost is tried.

        Bugfix for selection transfer to a now non-existent X window
                (Thunderbird can cause this.)  Related, the env. variable
                LIBXCB_ALLOW_SLOPPY_LOCK is now set by default.

        Bugfix for -8to24 mode due to nonstandard indexed color support.

        The libvncserver and x11vnc autoconf/automake settings have
                been improved.

        libXrandr include file is now found on Solaris.
2009-05-07 14:03:26 +00:00
tnn
93dd56ebed Update to xf86-video-radeonhd-1.2.5. Changes:
- Added 2D acceleration for R6xx and R7xx.
- Added XVideo support for R6xx and R7xx.
- Added support for RS880 and RV790.
- Added RandR 1.3 mandatory properties.
- Refactoring of MC code.
- Enable DRI support by default on R5xx and RS6xx.
- LUT (color lookup table) fixes.
- Tons of quirk table entries and bug fixes.
- Fix register accesses for processors that reorder memory writes.
2009-05-07 13:32:08 +00:00
tnn
d3bfee9db2 Update to xf86-video-nv-2.1.13. Changes:
Only match PCI display devices in our display driver.
Add NV_/RIVA_ prefixes to fix build warnings.
Adjust the nv34 panel tweak for Toshiba Tecra M2.
Do E-EDID if built against a server that supports it.
Remove README.NV1
nv 2.1.13
Remove xorgconfig & xorgcfg from See Also list in man page
Add README with pointers to mailing list, bugzilla & git repos
Add missing pci id for GeForce 7100 GS
Build fix, s/pNv->/pRiva->/.
2009-05-07 13:25:44 +00:00
markd
77681e5e09 DESTDIR support. 2009-05-06 11:04:18 +00:00
joerg
9c9f10c56c Update to xf86-video-intel-2.7.0. Too many changes to list here, but
with the usual number of regressions and regression fixes, tearing for
Xvideo is fixed as long as composition isn't used.
2009-05-05 04:27:29 +00:00
joerg
b85c757a22 Update to libdrm-2.4.9. Major changes include:
- various improvements for Intel, Nouveau
- waitblank improvements
- bugfixes
2009-05-05 04:22:30 +00:00
joerg
16cb4a00d7 Fix typo as reported by Andy Ball. 2009-05-05 02:48:11 +00:00
tron
bda4437f92 Add new home page URL. 2009-05-03 11:50:46 +00:00
reed
676e059275 Add PREV_PKGPATH and/or SUPERSEDES for various packages that
were moved or renamed.

This was for some from 2008 and 2009 and one from 2001.

Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
2009-05-02 16:21:43 +00:00
sno
410893bfb2 Redo patch for PR pkg/41287 to get it formal correct (suggested by joerg@) 2009-05-02 07:56:54 +00:00
zafer
bd6e405d4c remove dead mirror. 2009-05-01 15:33:43 +00:00
zafer
2950b72fd0 add more mirror. 2009-05-01 15:31:14 +00:00
sno
09fd5dedf6 Adding file pixman/solaris-hwcap.mapfile imported by Alan Coopersmith to
pixman but wasn't labeled for 0.15.2 to fix PR pkg/41287
Bug upstream reported https://bugs.freedesktop.org/show_bug.cgi?id=21429
2009-04-28 11:31:39 +00:00
rillig
92e36a3f3c A clear "yes" sounds better than "#empty". 2009-04-26 11:43:44 +00:00
wiz
62debddcbe Update to 0.3.4, add missing gperf build dependency.
Changes for 0.3.4:
Julien Danjou (11):
      add a useful common header with common function/define
      event: add functions to convert event/errors to labels
      wm: remove
      icccm: add xcb_get_wm_class_from_reply()
      keysyms: fix xcb_key_symbols_get_keycode() API
      keysyms: bump version
      event: simplify proto
      event: add error values
      event: add define to get request and error types
      bump version to 0.3.4
      include xcb-util-common.h in dist tarball
2009-04-25 11:31:32 +00:00
sborrill
20cc8008a4 Add xf86-video-openchrome 2009-04-24 16:54:32 +00:00
sborrill
933a77c49c This is the VIA openchrome video driver for the modular Xorg server.
The OpenChrome project is committed to providing and supporting fully free
and Open Source drivers that take full advantage of the hardware
acceleration of VIA chipsets featuring the VIA UniChrome, UniChrome Pro and
Chrome9 integrated graphics processors.

This will probably replace xf86-video-via in the future (probably after the
next openchrome release).
2009-04-24 16:52:45 +00:00
sno
7dd8eba509 Update to pixman-0.15.2 from 0.12.0
Upstream changes (since 0.12.0):
  - Fix MMX & SSE intrinsics to work with Sun compilers & Solaris
  - More SSE2 optimizations
  - Optimize rectilinear nearest-neighbour scaling
  - Add support for BGRA and BGRx formats
  and a lot of minor bug fixes and optimizations

Oked by wiz@
2009-04-23 08:30:53 +00:00
snj
8bfba80a55 Accept python26. 2009-04-19 15:05:53 +00:00
rh
c4e3f457f0 Add header files from PrefsModule framework 2009-04-19 09:29:57 +00:00
rh
9dcd6e1256 Add full user-destdir support.
Fix installation directories.
Bump PKGREVISION.
2009-04-19 09:21:24 +00:00
drochner
f46299addc update to 2.26.1
changes:
GConfEntry.get_value now accepts None as parameter for the locale
2009-04-17 18:19:28 +00:00
drochner
ad62e245d7 update to 2.26.1
changes:
-bugfixes
-translation updates
2009-04-17 18:07:31 +00:00
drochner
e9d5763711 update to 2.26.1
changes:
-bugfixes
-translation updates
2009-04-17 18:04:43 +00:00
drochner
9fa1f9a200 update to 2.6.1
changes: translation updates
2009-04-17 17:31:33 +00:00
dsainty
434a4aa5c8 Fix build in some environments and some compilers. x11/libXaw provides
"xaw7", (not "xaw8") which causes xmore to deselect the printer support.  The
straggling unused static function would cause link time failure if the
compiler didn't optimise it out.

Also, don't bother to buildlink in libXprintUtil, since it currently can't be
used.

Bump PKGREVISION for yucks.
2009-04-17 01:07:29 +00:00
drochner
93755a2490 update to 0.20.1
changes: minor bugfixes
2009-04-16 20:34:46 +00:00
tnn
974296094e fix typo 2009-04-16 19:08:07 +00:00
drochner
fb9afa1471 +xdg-user-dirs 2009-04-16 19:08:02 +00:00
drochner
e50c8b955c import xdg-user-dirs-0.10 which does basically provide a tool
to create the ~/.config/user-dirs.dirs file which is used by
modern applications to get "well known" user directories
(for downloads etc)
2009-04-16 19:06:56 +00:00
drochner
cd37089cde update to 2.16.1
changes:
-improvements to GtkBuilder
-GDK no longer refuses to work on 30-bit visuals
-bugfixes
-translation updates
2009-04-16 18:54:41 +00:00
tnn
5042e38f8f add a bl3.mk 2009-04-16 18:24:27 +00:00
tnn
8adc028248 Update to rep-gtk2-0.18.4.
0.18.4:
- small code cleanup
- reworked configure.in
- added ebuild (Thanks to Harald van Dijk)
- reworked autogen.sh
- removed libgnome, libgnomeui, libgnomecanvas and libglade bindings
- removed examples related to removed bindings
- reworked ebuild and specfile
- install rep-gtk.in in $prefix$libdir
- major update of the spec-file
- don't install example files

0.18.3:
- fixed the broken GtkCombo() Widgets
- fixed an issue with autoconf on RedHat

0.18.2:
- fixups in configure.in
- updated BUGS, README and HACKING
- removed functions no longer available in GTK 2.4+
- spec-file does now install all examples into the doc-dir

0.18.1:
- started code-cleanup
- added a .pc file
- added ATK-Accessibility Support (Thanks to Shobbit Marthur)
- added Status-Icon Widget (Thanks to Wang Diancheng)
- bumped gtk req to 2.6, glib req to 2.6 and glade req to 2.4
- dropped an function no longer available in GTK 2.5+
- added --tag=CC to libtool where nessacary
- renamed some of the Makefile targets (cvsclean -> svnclean a.s.o)
- updated the spec file
- ported the example glade files to glade2
2009-04-16 18:14:25 +00:00
taca
dca0d9c964 Update distinfo refelecting update to Ruby 1.8.7-p160. 2009-04-16 17:12:18 +00:00
tron
825becfdf0 Update "xlockmore" package to version 5.28. Changes since 5.27:
- invert: build failures from Sun Studio Express C++ like this:
    Error, manymatchover: Overloading ambiguity between "operator^(const
    TwoJet, double)" and "built-in operator^(int, int)" fixed by casting
    to double, thanks to Tim Mooney <Tim.Mooney AT ndsu.edu>.
- life3d:
    4 more rhombic dodecahedron S3/B3 patterns including a period 4 pattern
      (only S3/B3 period 2 and less patterns left from Bays' papers).
    Glider code revamped to make more maintainable, using populateGlider().
    unsigned int fix thanks to Jouk Jansen.
    Added new cube gliders from Bays 2006 3D Life paper and found a few
      patterns for the gliders to crash into.  (S23B5, S25B5, S27B5, S35B5,
      S36B5, S37B5, S38B5, S4B5, S47B5, S57B6, S58B5, S8B5).
    New mode option added "+draw", this turns off drawing to the screen
      to speed up searches, and more importantly, make less annoying :)
- life: resyncing with my Java code.
    Switched how static triangular forms are stored
    Added a lots of new triangular patterns, including 2 gunship triangular
      patterns.  Also added handful of other patterns.
    Reading memory on uninitialized variables fix thanks to Jouk Jansen.
    "+draw" mode option added.
    Pentagonal (Cairo Tiling) life added with glider shooters.
      "xlock -mode life -rule S23B346 -neighbors 7" or
      "xlock -mode life -pent2".
    New gliders found by David Bagley, one in 5 neighbors pentagonal life
      (-rule S24B2) "xlock -mode life -pent", the other in 9 neighbor
      triangular life "xlock -mode life -neighbors 9" (-rule S3B34).
      Associated periodic patterns for each added.
    Added more symmetries and now have all the random symmetries
      (at least I think so) for squares, hexagaons, triangles, and
      pentagons.
- Macro FTGL213 added for new FTGL library.  If you need it to compile
    text3d2.cc, make sure it compiles with -DFTGL213.  Should work
    automatically for VMS though, thanks to Jouk Jansen.

Approved by Hubert Feyrer.
2009-04-16 12:31:18 +00:00
markd
e0e18c4dbb Add qt4-mysql 2009-04-15 20:40:54 +00:00
markd
069b2c422e Initial import of qt4 mysql plugin. 2009-04-15 20:39:42 +00:00
drochner
d98f9ba1a4 +py-xcbgen 2009-04-15 16:26:41 +00:00
reed
73e667956f Configure required glibmm>=2.18.0
But if pangomm is already installed and good enough then
newer glibmm wouldn't be brought in. So also explicitly
include the glibmm buildlink here too.
2009-04-15 03:59:04 +00:00
reed
3a4fc24d3e Since gtkmm now depends on pangomm, then bump the API requirement
as a hack to force reinstall to get pangomm.
(Or would get buildlink failure due to gtkmm installed already
so didn't bring in pangomm.)
2009-04-15 03:54:04 +00:00
rh
51fa79a877 Update gnustep-preferences to 1.2.0nb18. This changes the filesystem
layout to be more hier(7) compliant.
2009-04-13 12:26:38 +00:00
rh
a53927030c Update gnustep-back to 0.16.0. This makes the backend more hier(7)
compliant.  Changes also include gui rendering improvements and other
bug fixes.
2009-04-13 12:21:37 +00:00
rh
68d8b0ce66 Update gnustep-gui to 0.16.0. This makes the gui library more hier(7)
compliant.  Changes also include lots of compatibility enhancements with
OS X 10.5, including improvements to the NIB loader classes.
2009-04-13 12:19:14 +00:00
wiz
70072dd714 Depend on nautilus-cd-burner, now that it's new enough.
Bump PKGREVISION.

Remove unnecessary dependencies that are pulled in automatically.
2009-04-12 16:52:00 +00:00
snj
33b9c06808 Update HOMEPAGE. 2009-04-11 21:47:39 +00:00
reed
68c88464a6 Needs newer gtk2+ to build. (uses GDK_TYPE_APP_LAUNCH_CONTEXT.) 2009-04-11 17:23:42 +00:00
wiz
c283d91f65 Update to 1.2:
Julien Danjou (2):
      Stop providing autogenerated files in tarball
      Release libxcb 1.2
2009-04-11 12:48:07 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
joerg
a482d32077 Use META_PACKAGE 2009-04-08 23:11:13 +00:00
joerg
d0076c3403 Remove the remaining NO_MTREE definitions, it has been a nop for a
while.
2009-04-08 22:43:23 +00:00
drochner
a94a7282e0 unfuzz a patch, might help for a problem seen in Linux bulk build 2009-04-08 18:43:17 +00:00
drochner
d77711cf97 split the "xcbgen" Python extension which comes with xcb-proto
into its own pkg and pull it in the common Python way so that
we ensure matching Python versions
2009-04-08 13:06:22 +00:00
drochner
81f257678a remove PYTHON_FOR_BUILD_ONLY - we install Python scripts 2009-04-08 09:58:20 +00:00
wiz
994813ebf5 Bump PKGREVISION for additional dependencies added today. 2009-04-07 15:08:31 +00:00
drochner
b043b080a2 update to 2.20.10
changes:
-bugfixes
-translation updates
-portability improvements
2009-04-07 11:40:20 +00:00
kefren
ee02e0d878 requires: libwnck>=2.26.0, libical, libproxy, gnome-panel>=2.26.0 2009-04-07 11:06:45 +00:00
hasso
be66c8a504 Make it compile on DragonFly master. 2009-04-07 10:59:48 +00:00
kefren
1110bdeff2 Requires gtk2+>=2.15.1 2009-04-07 10:57:42 +00:00
kefren
9648a92cf5 Fix glib2 requirement. It requires glib>=2.19.1 2009-04-07 10:36:52 +00:00
drochner
e20780fc40 export gnome-vfs dependency (header files installed by us refer to it) 2009-04-07 10:28:55 +00:00
drochner
91d3fb8ffc +xine-xcb 2009-04-06 11:40:07 +00:00
drochner
dd052c745e add the "xine-xcb" plugin for xine-lib, from Mark Davies per pkgsrc-wip
(needed for KDE4)
2009-04-06 11:37:13 +00:00
drochner
a6cb398b00 + *xcb* 2009-04-06 10:28:31 +00:00
drochner
79202ef3c0 import xcb-util-0.3.3, from Blair Sadewitz and Michael Stapelberg
per pkgsrc-wip
2009-04-06 10:25:19 +00:00
drochner
49226def63 import libxcb-1.1.93, from Jeremy C. Reed and Michael Stapelberg
per pkgsrc-wip
2009-04-06 10:23:59 +00:00
drochner
b4c4c5745e import xcb-proto-1.4, from Jeremy C. Reed and Michael Stapelberg
per pkgsrc-wip
2009-04-06 10:22:12 +00:00
joerg
1abe9f758d wxGTK28-contrib has to be in sync with wxGTK28 so drop local maintainer
override.
2009-03-27 14:49:19 +00:00
drochner
cb580f0836 inspired by a change in trunk/xsrc:
pull in a patch from upstream which fixes wakeup storms in idletime
counter, reducing the system load significantly if a recent
gnome-screensaver in run
bump PKGREVISION
2009-03-26 20:02:45 +00:00
roy
e37f4f9735 We need to link against libgnomeui as dependant libs no longer do.
Fix some pkglint warnings and add PKG_DESTDIR support.
2009-03-26 16:49:45 +00:00
he
43cafc3804 Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.

OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25 22:37:12 +00:00
markd
79879227cd Add a patch to the cups printbackend so that listing of remote
cups printers works on NetBSD. Code assumes that a connect()
on a non blocking socket will eventually succeed but what it actually gets
is failure with EISCONN.  Bump PKGREVISION.
2009-03-25 09:32:48 +00:00
wiz
c684d6a4d2 gtk-builder-convert uses minidom from xml.dom, which needs expat.
Add dependency for py-expat for python23 and python24.

Bump PKGREVISION.

Should fix problem in gnome-keyring reported on pkgsrc-users by Uwe Klaus.
2009-03-25 09:13:16 +00:00
joerg
d297195910 Update to wxGTK-2.8.10:
- bugfixes

For pkgsrc:
- fix installation of wxrc
- build both Unicode and non-Unicode version, they are not API and ABI
  compatible and different programs either
2009-03-23 00:38:55 +00:00
kefren
d295bf6aeb MAKE_JOBS_SAFE=no 2009-03-22 22:35:32 +00:00