Commit graph

10936 commits

Author SHA1 Message Date
wiz
a2e592e7e3 dd ocaml-findlib dependency. 2012-09-09 19:04:52 +00:00
jaapb
7cb1cf3d80 Updated to version 2.16.0. Changed maintainer from pkgsrc-users@ to myself.
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-09 18:45:44 +00:00
shattered
4a1c154708 Update to 1.4. Notable changes:
Add a test for rendering to source-only pictures under gradients.
2012-09-07 21:51:47 +00:00
adam
e7608643ab Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
adam
0c97ed5791 Changes 2.24.12:
* 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-06 11:01:56 +00:00
jperkin
9172887c42 Apply patch from https://bugs.freedesktop.org/attachment.cgi?id=66181 to
fix Solaris build issues.  Fixes PR#46586.

Bump PKGREVISION.
2012-09-05 16:46:55 +00:00
marino
0d1ff2b4d2 x11/tk-Tix: Add DragonFly support (and fix FreeBSD)
DragonFly wasn't represented in the configure script.
FreeBSD wasn't defining library name correctly.
2012-09-03 11:13:29 +00:00
spz
f3d358dfc7 typo fixed 2012-09-01 11:50:24 +00:00
prlw1
8d7c6954ff Add gtksourceview 3.4.2 - a source code formatter used by gedit 2012-08-31 19:43:49 +00:00
he
2f3e770278 Add an interpreter.mk file to the x11/tk package, to be used
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-31 11:16:12 +00:00
jnemeth
8a50a76185 sort 2012-08-30 07:42:04 +00:00
dsainty
433b6276be For all but the default case the library file names use TCL_TRIM_DOTS
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-29 11:55:06 +00:00
obache
633708150d Recursive bump from boost-libs update. 2012-08-29 11:22:09 +00:00
he
14dd947e16 Update tk-Tix from using http://tixlibrary.sourceforge.net/, which seems
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-28 11:46:32 +00:00
wiz
40ecd3e634 Add two buildlink3.mk files. 2012-08-27 10:04:31 +00:00
bsiegert
d3d7c78574 Fix build of the shared library on MirBSD and likely also on OpenBSD.
No pkgrevision bump, as it did not build on these platforms anyway.
2012-08-25 11:51:24 +00:00
wiz
b052888e31 Update to 2.4.39:
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-24 22:12:09 +00:00
prlw1
fa975ab596 Add yesterday's new packages to their respective category Makefiles - thanks wiz 2012-08-24 15:47:25 +00:00
wiz
9c90607eec Switch to modular xorg version of xcursorgen.
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-24 15:20:18 +00:00
drochner
7e04cca3ad copy the patch from ../gnome-desktop which deals with time_t != long 2012-08-23 18:15:38 +00:00
prlw1
df86e35636 Add gnome-desktop 3.4.2 for GNOME 3 2012-08-23 16:27:43 +00:00
marino
e2df4b646f x11/tk: Ensure tkConfig.sh has embedded rpath
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-22 22:05:05 +00:00
marino
95c0e86f35 Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12 2012-08-21 23:49:18 +00:00
marino
a00605d5e9 x11/blt: Add tcl/tk 8.5 support
Mask some EXTERN functions that are already present in tcl 8.5 headers.
2012-08-21 22:00:24 +00:00
marino
590f742ecd x11/tk: Upgrade from version 8.4.18 to 8.5.12
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-21 21:32:34 +00:00
marino
4c2b76d7e5 x11/xcb-util-image: Fix build for some compilers.
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-18 08:04:25 +00:00
joerg
fdbf54abda Add forgotten patch adding missing void. 2012-08-16 15:48:21 +00:00
obache
bc32d32cfd Update PKGCONFIG_OVERRIDE patterns to refrect reality. 2012-08-15 12:02:18 +00:00
asau
fd5606f6d6 Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none). 2012-08-14 17:07:55 +00:00
wiz
d3d910ccd1 Needs xextproto (like many libXext dependencies, which is why this
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-14 09:11:25 +00:00
wiz
3ebfad8824 Bump PKGREVISION for fix in librsvg/buildlink3.mk. 2012-08-13 14:25:37 +00:00
wiz
5360f82f0f Update to 1.1.1:
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-13 13:10:03 +00:00
wiz
441c7a7b79 Fix build on systems without O_CLOEXEC. 2012-08-13 09:05:07 +00:00
wiz
9d48cd4fb3 regen patch 2012-08-13 07:02:00 +00:00
wiz
f48189dd82 + xcb-util-wm 2012-08-12 21:30:03 +00:00
wiz
2664105bc9 Import xcb-util-wm-0.3.9 as x11/xcb-util-wm.
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 21:29:36 +00:00
wiz
27a40a1d77 + xcb-util-renderutil 2012-08-12 21:23:48 +00:00
wiz
5c20d761c3 Import xcb-util-renderutil-0.3.8 as x11/xcb-util-renderutil.
XCB util-renderutil module provides the following library:

  - renderutil: Convenience functions for the Render extension.
2012-08-12 21:23:26 +00:00
wiz
7464e1e7ee + xcb-util-image 2012-08-12 21:19:26 +00:00
wiz
a0abdcc763 Import xcb-util-image-0.3.9 as x11/xcb-util-image.
XCB util-image module provides the following library:

  - image: Port of Xlib's XImage and XShmImage functions.
2012-08-12 21:19:06 +00:00
wiz
7d175895d3 Update to 2.4.38:
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-12 16:16:39 +00:00
ryoon
45ecfadde2 Update to 3.3
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-11 12:00:57 +00:00
ryoon
932ebbc903 Use http for MASTE_SITES instead of https, thank you, obache@. 2012-08-10 21:29:58 +00:00
joerg
1c821110b3 Fix prototype of main 2012-08-10 18:00:14 +00:00
ryoon
85665fcb21 Update to 3.0.4
* Switch to gtk3 and vte 0.29 series

Changelog:
unknown
2012-08-10 13:54:14 +00:00
ryoon
59c920f74a Add vte029 2012-08-10 13:46:50 +00:00
ryoon
9b9d50588e Import vte029-0.32.2 as x11/vte029.
Terminal widget with improved font, internationalization and
accessibility support for the GNOME 3 desktop.
2012-08-10 13:46:01 +00:00
sbd
11da5ce3b3 Set PYTHON_VERSIONS_INCOMPATIBLE+=25 as the dependence x11/py-qt4 sets it.
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.
2012-08-09 10:15:28 +00:00
sbd
ad32cab103 Revert the below commit as it didn't work. The py-qt4 buildlink3.mk may
be included after pyversion.mk, which means the setting has no affect.

---
   Module Name:	pkgsrc
   Committed By:	sbd
   Date:		Tue Aug  7 09:44:03 UTC 2012

   Modified Files:
   	pkgsrc/x11/py-qt4: buildlink3.mk

   Log Message:
   Set PYTHON_VERSIONS_INCOMPATIBLE+=25 in the buildlink3.mk so that dependent
   packages won't try to build with python25.

   Fixes Global dependency resolution failure.


   To generate a diff of this commit:
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/py-qt4/buildlink3.mk
2012-08-09 10:15:05 +00:00
sbd
cecc5b04e7 Set PYTHON_VERSIONS_INCOMPATIBLE+=25 in the buildlink3.mk so that dependent
packages won't try to build with python25.

Fixes Global dependency resolution failure.
2012-08-07 09:44:02 +00:00