Commit graph

11058 commits

Author SHA1 Message Date
wiz
59eea834c7 Update to 1.4:
xscope 1.4 adds new features and decoding support.

- RANDR decoding updated from just 0.x protocol to handle 1.0 - 1.4
- Atoms recorded from InternAtom & GetAtomName to use for display in
  other requests referencing the atoms
- Property requests now also show these property types in a more natural
  format instead of as just lists of bytes:
        UTF8_STRING, atoms, cardinals, integers, and windows
- new -I command line flag to enter interactive mode immediately at startup
- experimental support for reading a previously recorded file.
    If you run "xscope -r -v0 > xscope.raw", then you can later run
    "xscope -f xscope.raw" to decode the data.
2012-12-02 13:13:59 +00:00
ryoon
9b741009b0 Remove unnecessarily and confusing amd64 conditional.
Thank you, wiz@.
2012-11-30 12:38:26 +00:00
ryoon
82a0678617 * Dependency to py-numpy is optional now.
* Enable py-numpy option on g95 support platforms. (This change enables
  py-gtk2 package build on arm, for example.)
2012-11-30 12:32:50 +00:00
jperkin
27a3828be7 USE_TOOLS += yacc, for Solaris. 2012-11-29 22:06:41 +00:00
ryoon
94286fcae6 Add gstreamer1 packages. 2012-11-29 09:40:41 +00:00
ryoon
ec73a92f9d Import gst-plugins1-x11-1.0.3 as x11/gst-plugins1-x11.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple Ogg/Vorbis playback to
complex audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

GStreamer is released under the LGPL.

This package is part of the 'base' plugins for GStreamer.  It provides a
set of plugins to access the X Window System.
2012-11-29 08:38:20 +00:00
shattered
e53a41c337 Update to 0.5. No change log. 2012-11-25 21:37:50 +00:00
cheusov
57f8a9460d Fix bad pattern in BUILD_DEPENDS 2012-11-24 22:32:11 +00:00
adam
82a4a2c498 Additional files for Aqua on Darwin 2012-11-24 21:39:12 +00:00
adam
3f8475aeeb Changes 8.5.13:
* --enable-aqua build for Mac OS X is now a Cocoa implementation.
* Support has been added for Cygwin network pathnames.
* Updated to Unicode 6.2 support. Fixes for several crashes and bugs.
2012-11-24 21:38:49 +00:00
drochner
b3ab7ae5e1 update to 3.6.2
changes:
-bugfixes
-translation updates
2012-11-23 17:21:00 +00:00
joerg
888148a2d6 Fix template look up. Fix build with newer Qt4's qdoc3. Needs full
dependency on qt4-tools. Bump revision.
2012-11-19 23:13:48 +00:00
joerg
f176365b80 Welcome the void 2012-11-19 23:12:02 +00:00
ryoon
39e5ba7e17 Add patch. 2012-11-19 10:52:23 +00:00
ryoon
1ffe2075a0 Bump PKGREVISION
Restore Rev. 1.4 of patch-at.

Give unsigned char argument to toupper.
Fixes coredumps in Sigil when pressing "CTRL" or "BACKSPACE".
2012-11-19 10:51:43 +00:00
joerg
cc3781cef3 Ignore return type mismatches for clang. 2012-11-18 01:51:04 +00:00
joerg
3e8749be8b Don't match gtksourceview3. 2012-11-18 01:50:39 +00:00
joerg
fd109f15b7 Use attributes from the implementation namespace. Applications might be
redefining them otherwise and creating conflicts. Bump revision.
2012-11-16 20:04:47 +00:00
joerg
7a7041c7ab Fix return with/without value errors. 2012-11-16 00:29:39 +00:00
joerg
efd70c55df Fix obvious infinite loop. Don't redefine a local variable.
Bump revision.
2012-11-16 00:28:54 +00:00
joerg
44c42fbc59 Passing non-POD types to variadic functions is not valid C++.
Bump revision.
2012-11-16 00:27:20 +00:00
adam
c6f4d7ac65 Changes 3.6.2
* Bug fixes:
 677609 GtkSizeGroup regression in GTK+ 3.3.20
 686021 spinner animation should not be subject to...
 686265 scrolledwindow: set GDK_EXPOSURE_MASK on t...
 686280 GtkScrollbar and GtkScale rendering broken...
 687196 filesystemmodel: invalidate nodes on file ...
 687467 Commit "Implement proper cross-fades for g...
 687872 Segfault when attempting to get character ...
* Translation updates:
 Irish
 Traditional Chinese
2012-11-13 21:55:27 +00:00
joerg
cee2afc6c9 Don't use non-public legacy constructor of QString. Bump revision. 2012-11-11 22:24:01 +00:00
wiz
c051b285a5 Improve DESCR, per PR 47181 by diro@nixsyspaus.org. 2012-11-11 13:45:03 +00:00
ryoon
e5899e506e Add motif 2012-11-10 17:10:53 +00:00
ryoon
0738f09870 Import motif-2.3.4 as x11/motif.
The industry standard user interface toolkit for the X Window System.
This is released under LGPL 2.1.
2012-11-10 17:10:10 +00:00
ryoon
f2d8f346a0 Add NetBSD CVS tag. 2012-11-09 16:46:50 +00:00
sborrill
a18d3a915f Properly disable IPv6 if inet6 option is not selected. 2012-11-08 12:56:21 +00:00
sborrill
e35c8d1147 Support inet6 option (on by default) 2012-11-08 10:43:50 +00:00
joerg
c2b2d7d630 Fix build with modular Xorg. 2012-11-07 15:38:26 +00:00
jperkin
477238f561 'head -c' isn't portable, use 'cut -c' instead. Only a single line is being
parsed so they should be equivalent.
2012-11-05 16:27:37 +00:00
gdt
9745a95f8e Explain which versions are crufty, normal, and bleeding edge.
(Thanks to Tim Larson for advice on wording.)
2012-11-05 15:24:12 +00:00
ryoon
ba686245a6 Recursive revbump from audio/pulseaudio 2.1 2012-11-03 01:58:32 +00:00
joerg
9971f5e623 Fix destructor leak by goto usage. Bump revision. 2012-11-02 22:30:30 +00:00
wiz
bfe92438c4 Update to 286:
285:
This release fixes two minor bugs, improves recovery from misconfigured
colors, and adds test scripts for building the FreeBSD port and
for demonstrating OSC 4 color-queries.
286:
This release fixes four bugs, chiefly a workaround for a bug in
GDM exposed by the change in patch #282 that identifies the window
manager. The other fixes add a check for misconfiguration of the
printerCommand resource and improve transformation of the manpage
to other formats.
2012-11-02 16:07:23 +00:00
joerg
1e83ceca08 Fix C99 inline usage. 2012-11-01 19:26:50 +00:00
prlw1
01cf9c4302 Update gnome-desktop3 to 3.6.1
Many changes, bug fixes and translation updates. For details see:
http://git.gnome.org/browse/gnome-desktop/plain/NEWS?id=3.6.1
2012-10-29 14:29:26 +00:00
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
is
a9a8d8ce20 5.41 - includes the dclock patch. 2012-10-28 20:21:11 +00:00
wiz
a77b908b46 Do not set vendor, since some code checks for vendor-specific workarounds
and we do not want to have to add cases for pkgsrc.
Bump PKGREVISION.
2012-10-27 17:43:28 +00:00
joerg
bd230f6c8a Mark a function as void that never returns a value. 2012-10-26 20:14:51 +00:00
joerg
d0d4ec8375 Always return a value from non-void functions. 2012-10-26 20:13:41 +00:00
joerg
9ad96b2b84 Add missing pangox-compat dependency in wxGTK24 and wxGTK26.
Recursive bump for the new dependency.
2012-10-24 15:48:32 +00:00
joerg
6299e7607c Define ANY, newer sip versions no longer provide it. 2012-10-24 15:32:56 +00:00
wiz
1bf456b913 Remove xextproto/buildlink3.mk where libXext is pulled in via
Xtst, Xi, or Xrandr.
2012-10-23 10:28:47 +00:00
wiz
2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00
wiz
2a6052867f As drochner remarks, the problem with missing xextproto is, once again,
that libXext/bl3.mk doesn't include xextproto/bl3.mk.

Since the supposed gains for this are minimal and the annoyances are high,
do include xextproto/bl3.mk in libXext/bl3.mk.
2012-10-23 10:11:51 +00:00
rh
458b7b3427 Update gnustep-back to 0.22.0
Noteworthy changes in version `0.22.0'
======================================

Added new user defaults to make app icons and mini windows sticky
(omnipresent)

Many improvements to Cairo rendering, including buffering, glyphs and
DPI scaling.

Noteworthy changes in version `0.20.0'
======================================

Cairo is now the default backend, but falls back to art and xlib
gracefully.

   Fixed drawing and flipping (goes along with gui change).

   More Windows improvements.
2012-10-22 02:25:15 +00:00
rh
753de4f888 Update gnustep-gui to 0.22.0
Noteworthy changes in version `0.22.0'
======================================

   * This version is binary incompatible with previous versions due to
     the change of NSNotFound in GNUstep base.

   * Support for drawing the GUI with a scale factor, for high-DPI
     monitors.

   * Character panel

   * Color picker "Magnifier" tool, for grabbing the color of arbitrary
     parts of the screen

   Many NSImage improvements (Mac OS X 10.6 drawing methods, better
selection of image reps, better support for icons). Many bugfixes,
including in Xib loading, printing, and NSView geometry.

Noteworthy changes in version `0.20.0'
======================================

A new stable release. Many improvments with Nib loading, documents and
document controllers. Fixed many drawing issues, particularly ones
related to flipping. Much improved theming.
2012-10-22 02:21:21 +00:00
wiz
013b7a6c50 Revert buildlink3 ABI bump, it wasn't necessary (no shlib major changed)
and leads to unneeded package rebuilds. Discussed with Patrick Welche.
2012-10-21 21:25:34 +00:00