summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2014-08-11Switch to ffmpeg1 instead of ffmpeg.wiz2-5/+4
Note: some of these packages didn't build for me, e.g. osg, so I couldn't verify them all.
2014-08-11http://www.kde.org/info/security/advisory-20140730-1.txtmarkd3-4/+57
2014-08-11Fix display of interlaced gifs with giflib5markd1-2/+18
2014-08-10Add a patch in the hope it fixes the build with clang.wiz2-1/+19
Still builds with gcc.
2014-08-10Fix previous.wiz1-2/+2
2014-08-10Include libexecinfo/bl3.mk on Darwin, Linux, and NetBSD.wiz1-1/+5
(Compare x11/qt5-qtbase/patches/patch-qtwebkit_Source_WTF_wtf_Assertions.cpp) From Niclas Rosenvik in PR 48609. Bump PKGREVISION.
2014-08-10Add 2560x1440 to supported resolutions.wiz3-3/+22
Native resolution on iMac 27". Reported missing by Benjamin Lorenz in PR 49094. Bump PKGREVISION.
2014-08-09+ xtruss.wiz1-1/+2
2014-08-09Import xtruss-10030 as x11/xtruss.wiz4-0/+42
Any programmer accustomed to writing programs on Linux or System V-type Unixes will have encountered the program variously known as strace or truss, which monitors another program and produces a detailed log of every system call the program makes - in other words, all the program's interactions with the OS kernel. This is often an invaluable debugging tool, and almost as good an educational one. When it's a GUI program (or rather, the GUI-related behaviour of a program) that you want to understand or debug, though, the level of interaction with the OS kernel is rarely the most useful one. More helpfully, one would like to log all the program's interactions with the X server in the same way. This package provides xtruss, an X protocol loggers. It has a command-line syntax similar to strace in its default mode, you just prefix "xtruss" to the same command line you would have run anyway and its output format is also more like strace, putting requests and responses on the same line of output where reasonably possible.
2014-08-08Reset PKGREVISION for gst-plugins1* update to 1.4.0.wiz1-2/+1
2014-08-05Update to 1.11:wiz3-9/+12
Not only is there a new xcb-proto release, but we now also have libxcb 1.11. This fixes some bugs that we had, e.g. with 64 bit fields and the present extension. Changes: Alan Coopersmith (2): Document failure modes of xcb_connect*() functions Fix typos & awkward wording in tutorial Alexander Mezin (1): xcb.h: add 'struct' before xcb_setup_t, xcb_query_extension_reply_t Daniel Martin (1): Handle <pad align="n" /> between lists Gaetan Nadon (11): autoconf: use XORG_DEFAULT_OPTIONS autoconf: use the warning variables from xorg autoconf: AC_INIT: add bug url autoconf: comment and layout the initialization section autoconf: require libtool minimum level 2.2 autoconf: fix warning by replacing deprecated AC_HELP_STRING autoconf: use default xorg configuration for doxygen documentation autoconf: replace all tabs with spaces man: build static man pages using xorg patterns generated man pages: build without hard coded extension generated man pages: use xorg footer and no hard coded extension Jeremy Huddleston Sequoia (2): xcb_open: Minor code cleanup for better readability xcb_open: Improve abstraction for launchd secure sockets Keith Packard (4): Only #include directly referenced module header files Validate .pc file Requires lines Update .pc file Requires lines to express full dependencies Ensure xcb owns socket and no other threads are writing before send_request Kenneth Graunke (1): Force XCB event structures with 64-bit extended fields to be packed. Michael Haubenwallner (1): bug#79986: include system headers early Peter Harris (1): Support <pad align="n" /> Ran Benita (8): Add comments about how _xcb_conn_ret_error() works c_client.py: remove useless 'today' variable c_client.py: remove trailing whitespace c_client.py: prefix all monkey-patched fields with c_ c_client.py: make the man page output deterministic c_client.py: remove useless generated comments c_client.py: remove trailing whitespace from generated files c_client.py: remove more trailing space from generated files Uli Schlachter (6): Remove tabs and trailing whitespaces xcb_disconnect(): Fix leak with error connections Make xcb_disconnect(NULL) safe Add doxygen documentation to functions in xcbext.h Bump xcb-proto requirement to 1.11 Release libxcb 1.11
2014-08-05Update to 1.11, to match xcb-proto.wiz2-8/+7
2014-08-05Update to 1.11:wiz2-6/+6
Hi everyone, once again we have a new xcb-proto release. And as always, this is mostly minor bug fixes and things that libxcb 1.11 will need. Thanks to everyone involved! Changes: Daniel Martin (9): xv: Add align. pad in struct AdaptorInfo xproto: Fix EnterNotify documentation schema: Set default attribute values schema: Add attribute 'name' to <fd> schema: Remove dec-or-hex-integer and hex-integer type schema: Restricted enum item values xinput: Add missing pad in DeviceResolutionCtl xinput: Add missing pad in XIChangeHierarchy xkb: Add missing modLatches as comment to LatchLockState Keith Packard (1): Also track directly imported modules in a separate list Peter Harris (4): Track pad count at the module level Support <pad align="n" /> xkb: Use <pad align="4" /> in GetMap xkb: Fix use of nKTLevels Ran Benita (1): Add <fd> to xml-xcb.txt Robert Ancell (1): dri2: Add notes on lists that should be linked to their length fields but are not. Uli Schlachter (1): Release xcb-proto 1.11 Vincent W. Chen (2): Remove extraneous spaces between <value> tags xprint: Fix <field type="STRING8"> in PrintGetAttributes reply
2014-08-02Update to 1.4.3:wiz2-6/+6
This minor bugfix release fixes gamma ramp calculations on GPUs with unusual gamma table configurations, removes redundant "Setting reflection" messages when - --verbose is specified, adds the ability for the -x and -y switches to be used to undo previous reflections, and adds the missing --brightness option to the - --help usage summary. Aaron Plattner (1): xrandr 1.4.3 Connor Behan (2): Remove duplicate printing of the axis Allow -x and -y switches to undo themselves Dominik Behr (1): xrandr: use full range for gamma table generation Stéphane Aulery (1): Mention of --brightness with -h option Thomas Klausner (1): Remove unnecessary parentheses.
2014-07-30Don't append LIBABISUFFIX to X11_LDFLAGS when using pkgsrc libX11.jperkin1-3/+3
2014-07-30use LICENSE=gnu-lgpl-v2 and note exception in Makefile commentdbj2-3/+8
install the lgpl.txt file as well in the pkg doc directory change per discussion on tech-pkg@
2014-07-29Update to 2.4.56:wiz2-6/+6
Libdrm 2.4.56 has been released. It fixes MSAA for the Radeon Hawaii GPU. Andreas Boll (1): libdrm: Fix drm.h include in qxl drm header file Marek Olšák (2): radeon: fix typo in sample split / fixes MSAA on Hawaii configure.ac: bump version to 2.4.56 for release
2014-07-29Update to 310:wiz2-6/+6
* update package/freebsd files based on xterm #309 port. * adapt changes from Minux3.2 which ported xterm #197, to allow building on that platform both using imake as well as using the configure script. * update precompose.c based on Unicode 7.0 * build-fix for --with-Xaw3dxft option (report by Emanuel Haupt).
2014-07-28Ensure RpathLoadFlags is used for all shared libraries, avoid hack forjperkin3-7/+19
sol7/x86 applying to all later releases. Fixes various packages. Bump PKGREVISION.
2014-07-27Add USE_TOOLS += flex, as per most recent SunOS bulk build.jperkin1-2/+2
2014-07-27Properly handle the alt key in terminals.ahoka6-6/+156
Patch from: https://bugzilla.gnome.org/show_bug.cgi?id=663779 Fixes PR pkg/48806
2014-07-26Update to 7.4.0:wiz2-7/+6
Adam Jackson (1): kms: Use own thunk function instead of shadowUpdatePackedWeak Alex Deucher (7): bump version post release radeon: don't install colormap handling if there are no crtcs radeon: require libdrm 2.4.51 radeon: enable tiling by default on CIK update man page to reflect tiling changes for CI parts radeon: require libdrm_radeon 2.4.54 for mullins support radeon: enable tiling for mullins Dave Airlie (1): radeon: fix use-after-free in modesetting cleanup Hans de Goede (4): radeon_open_drm_master get rid of unnecessary goto Add radeon_get_drm_master_fd helper function Add support for server managed fds Fix building on older servers without xf86platformBus.h Jérôme Glisse (1): evergreen: fix shader constant upload on ppc Maarten Lankhorst (2): return immediately in preinit when called with PROBE_DETECT bump version for release Michel Dänzer (10): Only log debugging output about initializing colormaps when we're doing so Allow enabling glamor on R500 (and R300) class 3D engines as well. Build against glamor in the xserver tree if available dri2: Fix conflicting CreatePixmap usage flag definitions glamor: Fix test for creating shared pixmaps Adapt to load_cursor_argb signature change in xserver 1.15.99.902 dri2: Handle PRIME for source buffer as well in radeon_dri2_copy_region2 Revert "Adapt to load_cursor_argb signature change in xserver 1.15.99.902" Don't disable acceleration on >= SI on attempts to force EXA Rename Option "NoAccel" to "Accel" Samuel Li (2): radeon: add support for Mullins. radeon: add Mullins pci ids.
2014-07-25Update to 2.4.55:wiz2-7/+6
Damien Lespiau (2): intel: Sync the command parser version parameter from kernel intel: Sync typo fix from the kernel sources. Daniel Kurtz (8): eyxnos: install exynos tests if HAVE_INSTALL_TESTS exynos: fix two warnings exynos_fimg2d: fix cast from pointer to integer of different size exynos: remove unusable "run" target exynos_fimg2d_test: fix drmModeRmFB exynos: prime: use drmPrime*() helpers exynos: removed unused fd field drmOpenByName: remove redundant drmAvailable check Maarten Lankhorst (2): exynos: do not build fimg2d_test when building without libkms support. bump to version 2.4.55 for release Matt Roper (1): drm: Add universal plane capability bit and plane type enums Rob Clark (2): freedreno: sync kernel header freedreno: add chip-id property Thomas Klausner (2): radeon: Remove superfluous parentheses. radeon: Add missing header includes. Tobias Jakobi (3): exynos: fix coordinate computation in g2d_copy exynos: fix G2D_DOUBLE_TO_FIXED for non-integer input exynos: fix scaling factor computation in g2d_copy_with_scale Tvrtko Ursulin (1): intel: Add new userptr ioctl
2014-07-25Ensure a LOCALBASE rpath is added to all binaries on SunOS, not justjperkin3-26/+18
libraries. Fixes a large number of check-shlibs-elf.awk failures. Bump PKGREVISION.
2014-07-24Fix for http://www.kde.org/info/security/advisory-20140618-1.txtmarkd3-3/+52
Bump PKGREVISION.
2014-07-24Apply some patches to fix x11/qt5-qtmultimedia build on SunOS.jperkin4-19/+31
2014-07-24Update to 1.3.3:wiz2-7/+7
Time for a release before the accumulated patches are old enough to vote. Two new requirements: libX11 1.6 and a C89 preprocessor. Alan Coopersmith (4): Replace sprintf with snprintf when looking up extension error strings Require ANSI C89 pre-processor, drop pre-C89 token pasting support Remove fallback for _XEatDataWords, require libX11 1.6 for it XeviGetVisualInfo: Free & clear *evi_return, not evi_return pointer Keith Packard (1): Xge: remove warning messages about missing Xge extension event translations Nathan Kidd (1): Stricter event error checking Peter Hutterer (1): libXext 1.3.3
2014-07-22Add comment:wiz1-1/+3
when updating this, also update py-qt4-qscintilla XXX: these two should share a Makefile.common
2014-07-22Revert update; there's also py-qt4-qscintilla and I'm not preparedwiz3-9/+9
to touch that right now.
2014-07-22Update to 2.8.2:wiz3-9/+9
v2.8.2 26th May 2014 - Added the QsciLexerAVS class. - Added the QsciLexerPO class. - Added the --sysroot, --no-sip-files and --no-qsci-api options to the Python bindings' configure.py. - Cross-compilation (specifically to iOS and Android) is now supported. - configure.py has been refactored and relicensed so that it can be used as a template for wrapping other bindings. - Bug fixes. v2.8.1 14th March 2014 - Added support for iOS and Android. - Added support for retina displays. - A qscintilla2.prf file is installed so that application .pro files only need to add CONFIG += qscintilla2. - Updated the keywords recognised by the Octave lexer. - Bug fixes.
2014-07-22Update qt4 packages to 4.8.6.wiz21-521/+21
Qt 4.8.6 provides overall over 200 improvements and bug fixes, for example: Security Fix for XML Entity Expansion Denial of Service (the "Billion Laughs" attack) Better support for Mac OS X 10.9 Mavericks Many customer requested bug fixes, for example QTBUG-15116, QTBUG-21371, QTBUG-8990, QTBUG-28601, QTBUG-20946, QTBUG-30276, QTBUG-29572 and QTBUG-13237 (just to name a few) MinGW binary packages are now built with MinGW-w64 based toolchain with gcc 4.8.2 Basque translation added and many other translations improved
2014-07-22Update to 309:wiz2-6/+6
Patch #309 - 2014/07/13 * modify configure script to work around debris left by XQuartz upgrades. * modify test-package scripts to enable ReGIS graphics. * improvements/additions to ReGIS graphics, e.g., drawing text (Ross Comb). * add --with-Xaw3dxft, to link with Xaw 3d xft library (Stephen P Wall). * amend reset for cursor-shape to take into account cursorUnderline resource (report by Christian Weisgerber). * update config.guess, config.sub
2014-07-21Update mlterm to 3.3.7.tsutsui13-493/+381
pkgsrc changes: - remove post-3.3.6 fix patches - pull post-3.3.7 fix patches (see patch comments for details) Changes noted in doc/en/ReleaseNote: ver 3.3.7 * Enable image processing on background terminals. * Improve the performance of processing images on 8 or less bpp framebuffer. * Support SGR 5, 9, 21, 25 and 29. * Support DECFRA, SL and SR. * Starting mlterm with -j option executes mlclient if daemon process has already started. * Change the maximum number of "U+XXXX-XXXX" in ~/.mlterm/(t,v,)(aa)font from 7 to 511. * Add "unlimted" to "Backlog size" entry in mlconfig. Add "UNICODE (ARABIC)" and "UNICODE (EMOJI)" to "Font name" entry. * Add --it/it_color, --bl/bl_color and --co/co_color options. * Add --itfont/use_italic_font option. * Add --bisep/bidi_separators option. * Add --fullwidth/unicode_full_width_areas option. * Add --working-directory/working_directory option. * Add --deffont option. * Disable "_HALFWIDTH" suffix in ~/.mlterm/(t,v)(aa)font files. * Drop --ucsprop/use_unicode_property option. * Bug fixes: Fix the failure of saving font configurations from mlconfig. Fix the bug which sometimes causes the failure of searching closest colors on X/8bpp.
2014-07-21Fix packaging on FreeBSD 10.asau1-0/+2
2014-07-21Use detected fixesproto.pc.obache1-2/+2
2014-07-21Create wxGTK30 package for wxWidgets 3.0.1dbj15-1/+1435
2014-07-20Fix NetBSD and Solaris atomic_dec_and_test.wiz3-19/+25
Based on similar patch for xsrc from Taylor R Campbell. Bump PKGREVISION.
2014-07-19fix CONFIG_SHELL for bash to correctly use TOOLS_PATHrichard1-2/+2
2014-07-19Update to 2.2.8ryoon2-6/+6
Changelog: Version 2.2.8 (16 July 2014) ------------- Correct testing of minimum values in Extension::real_to_double() and Extension::list_to_vector_double() (extension.h). Deal properly with unexpected out-of-memory conditions in executing Extension::exec() and Extension::exec_shared() (extension.h). Minor code refactoring in EmitterArg::connect() and SafeEmitterArg::connect() (emitter.h). Update documentation (callback.h, emitter.h, extension.h, notifier.h, parallel.h, task_manager.h).
2014-07-19Add c++-gtk-utilsryoon1-1/+2
2014-07-19Import c++-gtk-utils-2.2.7 as x11/c++-gtk-utils.ryoon6-0/+622
c++-gtk-utils is a lightweight library containing a number of classes and functions for programming GTK+ programs using C++ in POSIX (unix-like) environments, where the user does not want to use a full-on wrapper such as gtkmm or wxWidgets, or is concerned about exception safety or thread safety of the wrapper and their documentation. It is parallel installable for both GTK+2 and GTK+3. There is also an option to install a subset of the library with only glib/gobject/gio support, without GTK+.
2014-07-19Update to 1.7.4:wiz2-6/+6
More locking bugs fixed, so here's a minor release to make packaging easier.
2014-07-18Fix assignment.jperkin1-4/+4
2014-07-18Fixes for old native modular X, as NetBSD-5.obache2-58/+24
* go to buildlink with fixesproto4 if using monolithic X. * bump API_DEPENDS, older will be handled by fixesproto4. * set xextprot requirement if using fixesproto from pkgsrc (XXX >=5.0). * simplify builtin.mk, older will be handled by fixesproto4.
2014-07-16Bump PKGREVISION for hs-dlist-0.7.1szptvlfn2-2/+4
2014-07-14Various patches to fix x11/qt5-qtdeclarative on SunOS.jperkin7-5/+115
2014-07-14SunOS needs -D__EXTENSIONS__ for posix_fallocate().jperkin1-1/+3
2014-07-13Update XaoS to version 3.6. From Olaf 'Rhialto' Seibert, thanks!mbalmer5-152/+16
Closes PR/48836.
2014-07-12Update to 0.32.6:wiz2-7/+6
A new pixman release 0.32.6 is now available. This is a stable release in the 0.32 series containing fixes for exported symbols on MIPS, compiling with the Intel compiler, and for an integer overflow bug.
2014-07-12Update to 308. Changes for 308 unknown; I only know that they were postedwiz2-6/+6
on freshcode, but that's dead. Changes in 307: This release fixes several display issues remaining from the changes to support italics.