summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2012-09-10Fixes PKGPREFIX for python and ruby by blbump(1).obache8-16/+16
2012-09-10Corrected installation error (DESTDIR not applied correctly).jaapb3-6/+20
Added description of options. Added update to changes file. Used buildlink3 for findlib dependency.
2012-09-09dd ocaml-findlib dependency.wiz1-1/+3
2012-09-09Updated to version 2.16.0. Changed maintainer from pkgsrc-users@ to myself.jaapb12-390/+480
Added PLIST_VAR in order to install native code files only on appropriate architectures. This closes PR pkg/46922 (submitted before I became a developer). Changes from 2.14.2 to 2.16.0: 2012.08.23 [Jacques] * update Windows port, compiles fine on mingw with ./configure --disable-gtktest * lablgtk2 script does not load extra libraries by default (use flag -all to load all extensions) 2012.08.17 [Jacques] * generate correct lablgtk2 script for findlib. * add old-uninstall target. * support threaded toplevel with Quartz backend, using gtkThTop.ml (runs the toplevel loop in another thread) * remove GtkThInit from META (not portable) * avoid busy waiting by using g_main_context_set_poll_func to make polling non-blocking. busy waiting is still needed for VM threads, and can be activated by setting the environment variable LABLGTK_BUSY_WAIT. 2012.08.16 [Jacques] * update applications/browser for OCaml 4.00 * update applications/camlirc to use GText instead of GBroken.text 2012.07.26 [Pierre-Marie] * improvements to GtkSourceView2. * add cast and assignation functions to GText.nocopy_iter. * add Gtk 2.10 missing key modifiers. 2012.07.24 [Jacques] * can still install using old-install. 2012.06.19 [Adrien] * add a high-level API to create keyboard shortcuts. 2012.06.12 [Adrien] * add several #as_foo methods: entry, notebook, range * new signals for notebook: select_page, reorder_tab, change_current_page, move_focus_out, page_{added,removed,reordered} * add gtk_container_child_{set,get}_property * add gtk_notebook_{set,get}_tab_reorderable * add gtk_signal_new which can be used to create custom keyboard shortcuts * add g_signal_list and g_signal_query * add functions to connect to notify::foo signals which indicate when an object property changes * add foo#connect#notify_bar methods to add callbacks on changes of the "bar" property of the object "foo". 2012.04.11 [Maxence] * use findlib to install (see README for the list of installed packages) 2012.06.05 [Jacques] * merge GtkSourceView2 additions by Pierre-Marie Pedrot 2012.03.07 [Jacques] * add Make_Val_option to wrappers.h 2011.07.20 [Jacques] * add gtk_accelerator_name/get_label (for Pierre Boutillier) * add gtk_accel_map_foreach/change_entry (ibid) * add gdk_window_clear_area (for DDR) * make gtk_tree_view_get_visible_range version dependent (Thomas Ripoche)
2012-09-07Update to 1.4. Notable changes:shattered2-6/+6
Add a test for rendering to source-only pictures under gradients.
2012-09-07Revbump after updating graphics/cairoadam181-344/+362
2012-09-06Changes 2.24.12:adam2-6/+6
* Allow building with automake 1.12 * Bugs fixed: 616997 gtk_recent_manager_add_item() is slow 680346 gtk+-2.24.11 (commit 3f6592f6) breaks keyboard input... 680901 GTK+: The chinese translations of "even sheet" and ... 681784 colorspaces used in gtk+ and cairo quartz backends d... 683070 tooltip: add tooltip-radius and tooltip-alpha style ... 683279 range: add a primary-button-warps-slider style prope... quartz: fix corruption during scrolling in some cases * Translation updates: Polish Traditional Chinese
2012-09-05Apply patch from https://bugs.freedesktop.org/attachment.cgi?id=66181 tojperkin3-7/+20
fix Solaris build issues. Fixes PR#46586. Bump PKGREVISION.
2012-09-03x11/tk-Tix: Add DragonFly support (and fix FreeBSD)marino3-250/+287
DragonFly wasn't represented in the configure script. FreeBSD wasn't defining library name correctly.
2012-09-01typo fixedspz1-1/+1
2012-08-31Add gtksourceview 3.4.2 - a source code formatter used by geditprlw17-1/+327
2012-08-31Add an interpreter.mk file to the x11/tk package, to be usedhe1-0/+21
instead of the now-removed x11/tk-Tix/interpreter.mk file. The contents of the x11/tk package remains identical, so no revbump.
2012-08-30sortjnemeth1-2/+2
2012-08-29For all but the default case the library file names use TCL_TRIM_DOTSdsainty2-3/+18
and end up with libtk85.so. The default case would end up with libtk8.5.so instead, which at least conflicts with what the PLIST says, but also eventually failed to build on platforms ending up with the default behaviour. Fixes the build on Linux platforms, should be no change elsewhere.
2012-08-29Recursive bump from boost-libs update.obache2-4/+4
2012-08-28Update tk-Tix from using http://tixlibrary.sourceforge.net/, which seemshe10-648/+14072
to be stuck at version 8.2.0b1, to http://tix.sourceforge.net/, which offers version 8.4.3, straight-forward buildable with the recently updated tcl. Gone is "tixwish" as a separate program, instead use tk's "wish" + "package require Tix" instead. For a complete set of changes, see ChangeLog in the source. The major changes for 8.4.0 were: + Complete rewrite of the build system to use TEA + Separation of Tix package require and Tix style usage + Code cleanup to use Tcl 8.4 as a base version
2012-08-27Add two buildlink3.mk files.wiz2-0/+29
2012-08-25Fix build of the shared library on MirBSD and likely also on OpenBSD.bsiegert2-3/+30
No pkgrevision bump, as it did not build on these platforms anyway.
2012-08-24Update to 2.4.39:wiz2-6/+6
Dave Airlie (1): radeon: add prime import/export support Kenneth Graunke (1): intel: Use VG_CLEAR on the context destroy ioctl as well. Marek Olšák (3): radeon: fix allocation of MSAA surfaces on r600-r700 radeon: align r600 msaa buffers to a multiple of macrotile size * num samples configure: bump version for 2.4.39 release Tobias Klausmann (1): tests/modetest: Add a forgotten return, needed for opensuse buildservice Víctor Manuel Jáquez Leal (1): omap: include omap_drm.h independently
2012-08-24Add yesterday's new packages to their respective category Makefiles - thanks wizprlw11-1/+2
2012-08-24Switch to modular xorg version of xcursorgen.wiz8-242/+18
1.0.5: This minor maintenance release fixes compiler warnings and improves build configuration. Alan Coopersmith (5): Strip trailing whitespace Remove old XFree86 CVS id Add const attributes to fix gcc -Wwrite-strings warnings Fix -image argument parsing to not shadow "i" variable xcursorgen 1.0.5 Gaetan Nadon (2): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: move man pages into their own directory 1.0.4: This minor maintenance release allows building with libpng 1.4 & later, and includes the usual round of recent build improvements & janitorial cleanups. Alan Coopersmith (2): config: Remove unnecessary calls from configure.ac xcursorgen 1.0.4 Cody Maloney (1): Upgraded to work with libpng14 Gaetan Nadon (6): Makefile.am: do not include autogen.sh in distribution #24183 .gitignore: use common defaults with custom section # 24239 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES config: update AC_PREREQ statement to 2.60 Yaakov Selkowitz (2): Remove INSTALL from git Use AC_PROG_SED and MAN_SUBSTS in macros-1.8 1.0.3: Minor janitorial release of the application to prepare X cursor sets for use with libXcursor. Alan Coopersmith (3): Add README with pointers to mailing lists, bugzilla, & git Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS xcursorgen 1.0.3 Paulo Cesar Pereira de Andrade (1): Ansification and compile warning fixes. 1.0.2: Alan Coopersmith: Coverity #621: RESOURCE_LEAK: Returned without freeing storage "curr" renamed: .cvsignore -> .gitignore Coverity #624: RESOURCE_LEAK: Returned without freeing storage "fp" Change xcursorgen_CFLAGS to AM_CFLAGS to make automake-1.10 happier Replace static ChangeLog with dist-hook to generate from git log Use PACKAGE_VERSION for --version output Remove unused AC_TYPE_SIGNAL from configure.ac Add options/flags to man page & other man page cleanups Correct help flag in usage message (-?, not -h) Use strdup instead of malloc/strlen/strcpy Set version string in man page Version bump: 1.0.2 1.0.1: Bug #3270: Fix rounding errors. Technically, this is a downgrade of the version number, but I don't really care and I hope noone else does either.
2012-08-23copy the patch from ../gnome-desktop which deals with time_t != longdrochner2-1/+35
2012-08-23Add gnome-desktop 3.4.2 for GNOME 3prlw15-0/+210
2012-08-22x11/tk: Ensure tkConfig.sh has embedded rpathmarino4-13/+56
The version of the new tk package had some problems. - The x11 paths weren't coming through - The tkConfig.sh utility was missing runpath definition for TK_LIB_SPEC - Threading was automatically selected The X11 problem was fixed with addition CONFIGURE_ARGS The runpath for TK_LIB_SPEC was added in the configure patch An options.mk file was added based on the tcl version. Problems found and fixes suggested by he@
2012-08-21Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12marino8-14/+16
2012-08-21x11/blt: Add tcl/tk 8.5 supportmarino3-3/+28
Mask some EXTERN functions that are already present in tcl 8.5 headers.
2012-08-21x11/tk: Upgrade from version 8.4.18 to 8.5.12marino13-609/+482
Highlights of Tk 8.5 * New modern theming engine: New and complementary widgets that make use of platform-specific theming on Mac OS X and Windows to better fit in with those environments, and feature an improved look and feel under X11. * New widgets: Part of the themed widget set, Tk now has core notebook, combobox, treeview and progressbar widgets. * text widget: Smooth scrolling, widget peering, and improved procedures for counting and replacing text. * Font rendering: Now uses anti-aliased text under X11, and a more modern text engine (ATSUI) on Mac OS X. * Additional improvements: Window transparency, new fullscreen option for windows, enhancements to specific widgets and window layout, and more. There is of course much, much more. See [8.5 Changes](http://wiki.tcl.tk/10630) on the wiki for a complete list of new features.
2012-08-18x11/xcb-util-image: Fix build for some compilers.marino2-1/+28
gcc44 complains "control reaches end of non-void function" on DragonFly Apparently gcc45+ recognizes the assert, but for those compilers that don't, putting a dummy return value won't hurt anything and it fixes the build at least for gcc 4.4.
2012-08-16Add forgotten patch adding missing void.joerg2-1/+15
2012-08-15Update PKGCONFIG_OVERRIDE patterns to refrect reality.obache1-2/+3
2012-08-14Mark packages with no staged installation support explicitly ↵asau1-1/+3
(PKG_DESTDIR_SUPPORT=none).
2012-08-14Needs xextproto (like many libXext dependencies, which is why thiswiz1-1/+2
should be added to libXext/buildlink3.mk, but this has: # XXX don't include xextproto/bl3 here; packages checking for xext.pc must # include it theirselfes requested by joerg because "most packages don't need it").
2012-08-13Bump PKGREVISION for fix in librsvg/buildlink3.mk.wiz8-16/+16
2012-08-13Update to 1.1.1:wiz2-6/+6
This minor maintenance release provides the usual collection of recent build configuration improvements and janitorial cleanups. Alan Coopersmith (5): Update Sun license notices to current X.Org standard form Sun's copyrights belong to Oracle now config: Add missing AC_CONFIG_SRCDIR Chop whitespace off of the ends of lines evieproto 1.1.1 Gaetan Nadon (8): .gitignore: use common defaults with custom section # 24239 configure.ac: AM_MAINTAINER_MODE missing #24238 configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242 Makefile.am: INSTALL file is missing or incorrect #24206 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 README: file created or updated #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES config: update AC_PREREQ statement to 2.60
2012-08-13Fix build on systems without O_CLOEXEC.wiz2-1/+20
2012-08-13regen patchwiz2-5/+5
2012-08-12+ xcb-util-wmwiz1-1/+2
2012-08-12Import xcb-util-wm-0.3.9 as x11/xcb-util-wm.wiz4-0/+40
XCB util-wm module provides the following libraries: - ewmh: Both client and window-manager helpers for EWMH. - icccm: Both client and window-manager helpers for ICCCM.
2012-08-12+ xcb-util-renderutilwiz1-1/+2
2012-08-12Import xcb-util-renderutil-0.3.8 as x11/xcb-util-renderutil.wiz4-0/+35
XCB util-renderutil module provides the following library: - renderutil: Convenience functions for the Render extension.
2012-08-12+ xcb-util-imagewiz1-1/+2
2012-08-12Import xcb-util-image-0.3.9 as x11/xcb-util-image.wiz4-0/+38
XCB util-image module provides the following library: - image: Port of Xlib's XImage and XShmImage functions.
2012-08-12Update to 2.4.38:wiz2-6/+6
Alex Deucher (2): radeon: add some missing evergreen pci ids radeon: add some new SI pci ids Chris Wilson (1): intel: Bail gracefully if we encounter an unknown Intel device Cooper Yuan (1): libdrm/exynos: padding gem_mmap structure to 64-bit aligned Damien Lespiau (1): intel: Remove two unused variables Dave Airlie (4): libdrm: add missing caps from kernel to drm.h libdrm: add prime fd->handle and handle->fd interfaces libdrm/nouveau: add prime handle->bo and bo->handle support. intel: add prime interface for getting/setting a prime bo. (v4) Eric Anholt (4): intel: Quiet valgrind warnings in context creation. Drop "-Wunsafe-loop-optimizations". intel: Import updated i915_drm.h. intel: Add a function for the new register read ioctl. Kenneth Graunke (1): intel: Change context create failure message to from fprintf to DBG(). Laurent Pinchart (8): modetest: Unify buffer allocation modetest: Add SMPTE test pattern modetest: Add test pattern support for missing packed YUV formats modetest: Add test pattern support for missing planar YUV formats modetest: Add test pattern support for missing RGB formats modetest: Move connector and plane parsing to separate functions modetest: Make frame buffer format configurable on the command line modeset: Split buffer allocation to a separate file Lauri Kasanen (1): intel: Fix build failure in test_decode.c Marek Olšák (6): radeon: simplify ZS buffer checking on r600 radeon: optimize allocation for depth w/o stencil and stencil w/o depth on EG radeon: force 2D tiling for MSAA surfaces radeon: tweak TILE_SPLIT for MSAA surfaces tests/modetest: fix distcheck configure: bump version for 2.4.38 release Paulo Zanoni (1): intel: add more Haswell PCI IDs Rob Clark (5): omap: clarify dmabuf file descriptor ownership omap: add API to import bo's from dmabuf fd's omap: add refcnting and handle tracking intel: fix build error modetest: fix uninitialized fourcc
2012-08-11Update to 3.3ryoon2-7/+6
Changelog: Version 3.3 (2012-03-03) * -text can now accept \{keysym} so that the specified key can be processed in more primitive manner, and so that modofier keys such as Control_L, Meta_L, etc. can also be simulated. Also, \{+keysym} and \{+keysym} will now simulate press and release of the key, respectively. * New option -remote-display to make xvkbd connect to the specified display when startup. * Bug fixed: KP_0 now works.
2012-08-10Use http for MASTE_SITES instead of https, thank you, obache@.ryoon1-6/+2
2012-08-10Fix prototype of mainjoerg2-7/+16
2012-08-10Update to 3.0.4ryoon4-15/+21
* Switch to gtk3 and vte 0.29 series Changelog: unknown
2012-08-10Add vte029ryoon1-1/+2
2012-08-10Import vte029-0.32.2 as x11/vte029.ryoon13-0/+366
Terminal widget with improved font, internationalization and accessibility support for the GNOME 3 desktop.
2012-08-09Set PYTHON_VERSIONS_INCOMPATIBLE+=25 as the dependence x11/py-qt4 sets it.sbd2-2/+6
This is to stop pbulk trying to build the packages the python25 and looking for py25-qt4 dependence which doesn't exists causing Global dependency resolution failure.