summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2014-01-25Update to 7.3.0 with glamor support disabled (not packaged).wiz2-6/+8
Alex Deucher (16): radeon: disallow glamor on pre-R600 asics radeon/kms: add berlin pci ids radeon: enable glamor by default (v4) glamor: require 0.5.1 or newer radeon: fix limit handling for cards with >4G of ram radeon: add glamor Xv support (v2) Revert "radeon: add glamor Xv support (v2)" drm/radeon: fix non-glamor build radeon: fix the non-glamor build harder... radeon: enable tiling on SI by default (v2) radeon: add support for Hawaii radeon/kms: add Hawaii pci ids drm/radeon: fix SUMO2 pci id radeon/exa: Always use a scratch surface for UTS to vram Require glamor 0.6.0 radeon: bump version for release Christopher James Halse Rogers (1): EXA/evergreen: Paranoia around linear tiling. (v2) Dave Airlie (1): radeon: use glamor Xv support if present. Jerome Glisse (1): radeon/glamor: with new pixmap for dri2 drawable no need to create new texture Maarten Lankhorst (1): bump version post release Mark Kettenis (1): Fix shadowfb on big-endian machines Michel Dänzer (3): DRI2: Install client callback only once dri2: Make last_vblank_seq local unsigned to match dpms_last_seq Don't require the glamoregl module to be pre-loaded with xserver >= 1.15 Robert Millan (2): radeon: Set first parameter of drmOpen() to NULL radeon: Restore kernel module load on FreeBSD. Vadim Girlin (1): radeon: disable 2D tiling on buffers < 128 pixels
2014-01-25Update to 301:wiz2-6/+6
This release adds minor bugfixes and documentation improvements.
2014-01-25Update to 2.4.52:wiz2-6/+6
Ben Widawsky (3): intel: squash unused variable 'bo_gem' intel: Handle malloc fails in context create intel: Merge latest i915_drm.h Eric Anholt (2): drm: Initialize or valgrind-clear modesetting ioctl arguments. intel: Track whether a buffer is idle to avoid trips to the kernel. Hyungwon Hwang (1): tests/kmstest: support exynos Keith Packard (1): Mark debug_print with __attribute__ ((format(__printf__, 1, 0))) Kenneth Graunke (2): intel: Create a new drm_intel_bo offset64 field. Bump the version to 2.4.52 Rob Clark (1): freedreno: add fd_device_new_dup() Vincent ABRIOU (1): modetest: add the possibility to select the refresh frequency for a mode
2014-01-25No need to have two variables for the same logic.wiz4-9/+9
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz23-56/+53
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2014-01-25Convert to versioned_dependencies.mk for cairo.wiz1-6/+55
Fix interpreter path in installed files. Mark as not ready for python-3.x. Bump PKGREVISION.
2014-01-22Add gtkdataboxryoon1-1/+2
2014-01-22Import gtkdatabox-0.9.2.0 as x11/gtkdatabox.ryoon5-0/+63
GtkDatabox is a widget for live display of large amounts of fluctuating numerical data. Data presentation (e.g. on linear or logarithmic scales, as dots or lines, with markers/labels) as well as user interaction (e.g. measuring distances) is easy.
2014-01-21Convert to distutils.mk. Mark as not for python-3.x.wiz2-7/+6
Bump PKGREVISION.
2014-01-20Add revision 1.15 from xsrc version:is3-2/+384
date: 2013-01-31 12:18:01 +0100; author: macallan; state: Exp; lines: +145 -72; use WSDISPLAYIO_GET_FBINFO if available ... with slight adaptations to the pkgsrc version (xalloc vs. malloc, struct wsdisplay_fbinfo vs wsdisplayio_fbinfo). (Less likely to display blue skin and red sky this way.)
2014-01-20Fix build with TCL 8.6joerg2-2/+6
2014-01-20Fix PLIST for python-3.x.wiz1-2/+2
2014-01-20Mark python-3.x as allowed.wiz1-1/+2
2014-01-18Mark as python-2.x version.wiz2-3/+5
2014-01-18+ py-Pmw2.wiz1-1/+2
2014-01-18Import py33-Pmw-2.0.0rc1 as x11/py-Pmw2.wiz4-0/+546
Pmw is a toolkit for building high-level compound widgets in Python using the Tkinter module. It consists of a set of base classes and a library of flexible and extensible megawidgets built on this foundation. These megawidgets include notebooks, comboboxes, selection widgets, paned widgets, scrolled widgets and dialog windows. This is the python-3.x version of the module.
2014-01-14Fix path to xkb data dir.wiz1-4/+4
From Niclas Rosenvik in PR 48511. Bump PKGREVISION.
2014-01-14== Ruby-GNOME2 2.1.0: 2013-12-29obache5-10/+5
Ruby 2.1.0 support release! === Changes ==== All * Improvements * Set license information to gem. * Fixes * [windows] Added missing binaries for Ruby 2.1.0. [GitHub#123] [Patch by Masafumi Yokoyama] ==== Ruby/GDK3 * Improvements * [windows] Bundled hicolor-icon-theme. It may fix a problem that Windows theme is not applied. [ruby-gnome2-devel-en] [Reported by Regis d'Aubarede] === Thanks * Masafumi Yokoyama * Regis d'Aubarede == Ruby-GNOME2 2.0.3: 2013-12-29 It is RC release for 2.1.0. === Changes ==== All * Improvements * Removed Ruby 1.8 from supported Ruby in READMEs. [GitHub#166] [Reported by Markus Heiler] [Patch by Masafumi Yokoyama] * Supported Ruby 2.1.0. [GitHub#181] [cosmo0920][Masafumi Yokoyama] * Made rcairo optional to required because we dropped old GTK+ that doesn't use cairo. (Cairo isn't used library such as GLib doesn't require rcairo. But Ruby/GLib2 requires rcairo on Windows because it uses zlib bundled in rcairo.) [GitHub#193] [cosmo0920] * Updated LGPL 2.1 files. [GitHub#196] [Reported by ktdreyer] * Supported tests on Travis CI. [Masafumi Yokoyama][cosmo0920] * Supported rake-compiler 0.9.1. ==== Ruby/GLib2 * Improvements * Set UTF-8 encoding to exception message. * Added GLib::GetText.bindtextdomain. * Dropped GLib < 2.12 because CentOS 5 has GLib 2.12.3. [GitHub#190] [cosmo0920] * Added GValue#to_s. * [windows] Updated bundled GLib to 2.38.2 from 2.36.2. ==== Ruby/GObjectIntrospection * Improvements * Supported GList return type. * Supported freeing UTF-8 return type. * Supported freeing array return type. * Supported NULL as array return value. * Supported freeing GObject return value. * Supported freeing structure return value. * Supported NULL character for gint8 array. * Fixes * Fixed type conversion from VALUE to GType. [GitHub#186] [Patch by Hiroyuki Tanaka] ==== Ruby/ATK * Improvements * Dropped ATK < 1.12 support because CentOS 5 has GTK+ 1.12.2. [GitHub#191] [cosmo0920] * [windows] Updated bundled ATK to 2.10.0 from 2.8.0. ==== Ruby/Pango * Improvements * Supported cairo 1.6. [GitHub#172] [Patch by Grant Schoep] * Dropped Pango < 1.14 support because CentOS 5 has GTK+ 1.14.9. [GitHub#192] [cosmo0920] * Added Pango::Layout#height=. [GitHub#210] [Patch by Vasily Fedoseyev] * Added Pango::Layout#ellipsized?. [GitHub#210] [Patch by Vasily Fedoseyev] * [windows] Updated bundled Pango to 1.36.1 from 1.34.1. ==== Ruby/GdkPixbuf2 * Improvements * [windows] Added rcairo dependency on Windows for using libpng and zlib bundled in rcairo. * [windows] Updated bundled gdk-pixbuf to 2.30.2 from 2.28.1. ==== Ruby/GTK2 * Improvements * Dropped GTK+ < 2.10 support because CentOS 5 has GTK+ 2.10.4. [GitHub#182] [Patch by cosmo0920] * [windows] Updated bundled GTK+ to 2.24.22 from 2.24.18. ==== Ruby/GDK3 * Improvements * [test] Made more stable. [GitHub#178] [Reported by mtasaka] * Added Gdk::Device#ungrab. [cosmo0920] * Added Gdk::DeviceManager. [cosmo0920] * Added Gdk::Device#get_position. [cosmo0920] * Added Gdk::Device#warp. [cosmo0920] * Added Gdk::Device#grab. [cosmo0920] * Added Gdk::Window#get_device_position. [cosmo0920] * [windows] Updated bundled GTK+ to 3.10.6 from 3.8.2. ==== Ruby/GTK3 * Improvements * [sample] Updated for GTK+ 3. [Masafumi Yokoyama] * Removed Gtk::BindingSet#add_path. * Added Gtk.show_uri. * Fixes * Fixed a bug that Gtk::ActionGroup#add_radio_actions always fails. [ruby-gnome2-devel-ja] [Reported by S. Kitagawa] ==== Ruby/GStreamer * Improvements * Supported calling module functions of Gst module such as Gst.version before calling Gst.init. * Added Gst::Registry#plugins. * Added Gst::Registry#get_features. * Added Gst::ElementFactory#long_name. * Added Gst::ElementFactory#klass. * Added Gst::ElementFactory#author. * Added Gst::ElementFactory#static_pad_templates. * Added Gst::Caps#structures. * Added Gst::Structure#fields. * Gst::Element#flags returns flag object instead of raw integer value. Use Gst::Element#flags_raw for raw integer value. * Gst::PluginFeature#rank returns Gst::Rank instead of raw integer value. Use Gst::PluginFeature#rank for raw integer value. * Supported GstValueList. * [windows] Updated bundled GStreamer to 1.2.1 from 1.0.7. ==== Ruby/Clutter * Improvements * [sample] Updated for Clutter 1.12 or later. [Patch by Kentaro Fukuchi] * [windows] Updated bundled Clutter to 1.16.2 from 1.14.4. ==== Ruby/ClutterGStreamer * Improvements * [sample] Added. [Masafumi Yokoyama] * Fixed a typo in sample. [Reported by Toyo Abe] * [windows] Updated bundled Clutter-GStreamer to 2.0.8 from 2.0.2. ==== Ruby/Poppler * Improvements * Dropped Popper < 0.12 because CentOS has Poppler 0.12.4. [GitHub#212] [cosmo0920] * [windows] Bundled Poppler 0.24.4. ==== Ruby/RSVG * Improvements * [windows] Bundled librsvg 2.40.1. ==== Ruby/GtkSourceView3 * Improvements * Supported auto GtkSourceView install on OS X. [GitHub#177] [Masafumi Yokoyama] * [windows] Updated bundled GtkSourceView to 3.10.1 from 3.8.1. ==== Ruby/GooCanvas * Improvements * [sample] Followed changes caused by migrating to Ruby/GObjectIntrospection. [Masafumi Yokoyama] * Updated FSF address. [GitHub#201] [Reported by ktdreyer] * Fixes * Fixed wrong dependency. [ruby-gnomde2-devel-ja] [Reported by Masafumi Yokoyama] === Thanks * Kentaro Fukuchi * S. Kitagawa * Markus Heiler * Masafumi Yokoyama * Grant Schoep * Toyo Abe * mtasaka * cosmo0920 * Hiroyuki Tanaka * ktdreyer
2014-01-11Packaged DeforaOS libDesktop 0.1.0, with:khorben4-15/+12
* API update for desktop messages (unregistering handlers)
2014-01-11Revbump after updating tcl/tk.adam9-18/+18
2014-01-11Changes 8.6.1:adam8-87/+122
* object-oriented programming support * a stackless evaluation implementation and much more besides.
2014-01-10Fix build on Darwin with pkgsrc python.jperkin2-1/+29
2014-01-10Complete the PKGLOCALEDIR fixes.jperkin3-3/+20
2014-01-09Add mac distfile.jperkin2-3/+5
2014-01-09Update to 2.4.51:wiz2-6/+6
Alex Deucher (2): radeon: avoid possible divide by 0 in surface manager radeon: fix sumo2 pci id Damien Lespiau (2): gitignore: Ignore various generated files intel/test_decode: Allow gen8 to be infered from the batch filenames Rob Clark (4): freedreno: add bo cache freedreno/kgsl: fix crash introduced w/ bo-cache freedreno: allow IB to different ringbuffer Bump the version to 2.4.51
2014-01-07Update to 1.4.7 (pkgsrc already had the security fix):wiz3-103/+6
This release includes the fix for CVE-2013-6462, as well as other security hardening and code cleanups, and makes libXfont compatible with libXtrans 1.3 on Solaris. Alan Coopersmith (7): xstrdup -> strdup Replace malloc(strlen)+strcpy/strcat calls with strdup Don't leak old allocation if realloc fails to enlarge it Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions CVE-2013-6462: unlimited sscanf overflows stack buffer in bdfReadCharacters() Limit additional sscanf strings to fit buffer sizes libXfont 1.4.7 Julien Cristau (1): Make serverGeneration unsigned
2014-01-07add missing libXft dependency in buildlink3.mk toorichard1-1/+2
2014-01-07CVE-2013-6462:wiz3-2/+99
A BDF font file containing a longer than expected string could overflow the buffer on the stack. Testing in X servers built with Stack Protector resulted in an immediate crash when reading a user-provided specially crafted font. Bump PKGREVISION.
2014-01-06Don't override post-configure, just add to it.joerg1-2/+4
2014-01-06Will MAINTAIN as well for same reason as x11/xf86-video-dummy.rodent1-2/+2
2014-01-06Will MAINTAIN, as this was my import to -wip after all.rodent1-2/+2
2014-01-05add missing libXft dependency, fonts are much nicer nowrichard1-2/+3
2014-01-05Some upstream patches are added based upon the following:richard2-5/+98
TigerVNC requires FLTK 1.3.0 (or later). Although it will build and work with plain 1.3.0, to get full functionality and the best behaviour the following patches are needed # Export dead key information from FLTK to the apps # http://www.fltk.org/str.php?L2599 # Notify applications of changes to the clipboard # http://www.fltk.org/str.php?L2636 # Ability to convert a Fl_Pixmap to a Fl_RGB_Image # http://www.fltk.org/str.php?L2659 # Support for custom cursors # http://www.fltk.org/str.php?L2660 # Improve modality interaction with WM # http://www.fltk.org/str.php?L2802 # Window icons # http://www.fltk.org/str.php?L2816 # Multihead # http://fltk.org/str.php?L2860
2014-01-05Needs msgfmt, seen in freebsd build.dholland1-2/+2
2014-01-04Honor wrappers.joerg1-2/+3
2014-01-04Remove --with-xinput configure argument.prlw11-2/+1
--with-xinput was renamed --enable-xinput a while ago, and then removed completely. XINPUT2 is no longer optional.
2014-01-04Bump PKGREVISION.wiz24-32/+48
libxcb-1.10 has one major library version change, for libxcb-sync.so (from 0 to 1) and qt5 is the only package I could find that uses this particular library.
2014-01-03Update to 3.1.3ryoon3-20/+10
Changelog is not available.
2014-01-03Update to 0.90.8.1ryoon4-14/+12
Changelog: 0.90.8.1: * fixed bug that prevented uninstallation of rep-gtk 0.90.8: * fixed building on ARM * synced spec file [Kim B. Heino] 0.90.7: * re-arranged tree (all new widget-definitons in widgets/<widget>) * minimum GTK+ bumped to 2.24 * minimum GDK bumped to 2.23 * New API wrapped: GtkAccelGroup - gtk_accel_group_get_is_locked - gtk_accel_group_get_modifier_mask - GtkAccelKey - GtkAccelGroupEntry GtkAccelMap: - gtk_accel_map_add_entry - gtk_accel_map_lookup_entry - gtk_accel_map_change_entry - gtk_accel_map_load - gtk_accel_map_save - gtk_accel_map_foreach - gtk_accel_map_load_fd - gtk_accel_map_save_fd - gtk_accel_map_lock_path - gtk_accel_map_unlock_path - gtk_accel_map_add_filter - gtk_accel_map_foreach_unfiltered GtkExpander: - gtk_expander_set_label_fill - gtk_expander_get_label_fill GtkComboBox: - gtk_combo_box_new_with_entry - gtk_combo_box_new_with_model_and_entry - gtk_combo_box_popup - gtk_combo_box_popdown - gtk_combo_box_set_button_sensitivity - gtk_combo_box_get_button_sensitivity - gtk_combo_box_get_has_entry - gtk_combo_box_get_entry_text_column - gtk_combo_box_set_entry_text_column - gtk_combo_box_set_row_separator_func - gtk_combo_box_get_row_separator_func GtkComboBoxText: - added completely GtkScale: - gtk_scale_add_mark - gtk_scale_clear_marks GtkRC: - gtk_rc_parse_string GdkPixbuf: - gdk_pixbuf_new_from_file_at_size - gdk_pixbuf_new_from_file_at_scale GtkImage: - gtk_image_clear * Fixed wrapped API: GtkFileChooser: - gtk_file_chooser_set_filename - gtk_file_chooser_select_filename * Deprecated API no longer wrapped: GtkComboBox - gtk_combo_box_get_active_text - gtk_combo_box_remove_text - gtk_combo_box_append_text - gtk_combo_box_insert_text - gtk_combo_box_prepend_text GtkComboBoxEntry: - removed completely GtkButton - gtk_button_pressed - gtk_button_released - gtk_button_enter - gtk_button_leave - gtk_file_chooser_button_new_with_backend 0.90.6: * bump minimum librep to 0.92.0 * updated for changes in installation-paths in librep 0.92.0 * merged Debian scripts from Ian Zimmermann * improved Makefile clean rules * combined gtk and gtk-types modules [Kim B. Heino] 0,90,5: * fixed a bug in configure, which could create an incomplete rep-gtk.pc * updated the debian packaging scripts (mostly) to the new spec
2014-01-02Update to 1.10:wiz4-32/+16
once again, there is a new libxcb release out. This time with even less bugs, api and abi breakage. Changes (hand-edited to remove things that were released from branches): Alan Coopersmith (3): Fix "indention" typos in xcb-examples.3 man page Enable warnings for pre-C89 style definitions for gcc & Solaris Studio Define _xcb_map_new with explicit void arg list instead of empty one Christian König (1): fix deadlock with xcb_take_socket/return_socket v3 Daniel Martin (10): c_client.py: Always initialize xcb_align_to c_client.py: Do not create pointers in unions Make xsltproc optional Remove second AC_PREREQ, require version 2.60 Set AC_CONFIG_AUX_DIR to build-aux Use build-aux as autom4te cache directory Use m4 directory Sort gitignore, adjust pattern for config.h tests: Add files to .gitignore c_client.py: Fix _sizeof() functions Daphne Pfister (2): Fix poll() if POLLIN == ROLLRDNORM|POLLRDBAND Use /usr/spool/sockets/X11/ on HP-UX for UNIX sockets (#69118). Julien Cristau (2): Bump xcb-proto requirement to 1.10 Add NEWS for 1.10 Marc Deslauriers (1): Update Makefile.am for newer automake Mark Kettenis (1): Fix alignment issues in FD passing code Michael Stapelberg (1): Build xcb-xkb by default PHO (1): Test the value of msg_controllen for platforms whose CMSG_FIRSTHDR() does not test it for us Uli Schlachter (6): Fix documentation of xcb_poll_for_event() Revert "fix deadlock with xcb_take_socket/return_socket v3" Revert "Remove xcb_ge_event_t from xcb.h" Increment the "current" version info for sync, xinput and xkb Add NEWS entries for releases 1.9.1 to 1.9.3 Release libxcb 1.10
2014-01-02Update to 1.10:wiz4-13/+13
it's time for a new xcb-proto release. This is just for some minor bug fixes and to make the libxcb release work. Thanks to everyone who helped! Changes: Daniel Martin (6): xinput: Add XI2 event enum. for event selection xv: Remove obsolete comments in EncodingInfo and QueryEncodings Add note on pretty patches and src/.gitattributes xkb: Comment out Doodads xkb: Comment out the struct Property and {Get, Set}Geometry xkb: Comment out intermixed fixed size fields and lists Julien Cristau (1): Add news for 1.10 Matt Turner (1): xcbgen: Remove tab from xtypes.py. Peter Harris (4): Present: Remove reference to nonexistent enum sync: Add missing namespace for the INT64 struct sync: VALUETYPE and TESTTYPE are enum xinput: Explicitly specify NotifyMode and NotifyDetail Ran Benita (1): xkb: Add struct Property as per spec (commented out) Uli Schlachter (3): Rename ge events to GeGeneric events Add NEWS entries for release 1.9 Release xcb-proto 1.10
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz119-225/+238
2014-01-01egtk was removed.obache1-2/+1
2013-12-31DIST_SUBDIR looks like it was left in mistakenly. Discussed over IRC.rodent2-7/+5
2013-12-31Update to 7.3.0:wiz2-7/+6
7.3.0: Here's a stable xextproto to go along with Xserver 1.15 Keith Packard (1): Bump release to 7.3 7.2.99.901: Here's a release of xextproto that includes the new MIT-SHM requests Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Colin Walters (1): autogen.sh: Implement GNOME Build API Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES Keith Packard (2): Adds MIT-SHM AttachFd and CreateSegment requests Bump version to 7.2.99.901 (7.3 RC1)
2013-12-31Update to 1.4.17. No changelog found.wiz2-7/+6
2013-12-31Remove egtk, needs removed SmartEiffel.wiz8-567/+1
2013-12-31Remove packages that were either BROKEN for more than a year orwiz4-44/+0
BROKEN and explicitly scheduled to be removed after 2013Q4.
2013-12-30SunOS needs sys/utsname.h too.jperkin2-5/+5
2013-12-30*** empty log message ***ryoon12-7/+216