Commit graph

11560 commits

Author SHA1 Message Date
markd
597b18e07e Update to KDE SC 4.10.3
bugfixes.
2013-05-21 12:49:28 +00:00
wiz
fabc213090 Update to 1.3.1:
This minor maintenance release adds a -version option to the command line,
and provides some minor code cleanups and build improvements.

Alan Coopersmith (9):
      Mark usage() as _X_NORETURN
      Declare 'len' as size_t to avoid unneccessary back-and-forth conversions
      Combine usage messages into a single string
      Add -version option to print version number
      Add xrandr to SEE ALSO section of man page
      Rename i & count in inner loop to avoid shadowing same named vars in outer loop
      Convert sprintf calls to snprintf
      Mark num_known_extensions as a const, since the size is fixed at compile time
      xdpyinfo 1.3.1

Jon TURNEY (1):
      Include Xwindows.h on WIN32 to avoid type clashes
2013-05-21 08:42:50 +00:00
adam
24a80bb8e8 Changes 2.24.3 (stable):
* Require the mm-common version that actually allows avoiding
  the dependency in the tarball as well as glibmm.
* Fix gtkmm-demo VS projects.
* Fix namespacing for Cairo.
2013-05-20 20:51:01 +00:00
joerg
8f47c30ca1 Override results of the imake test to remove the dependency. Add fontenc
to dependency list. Bump revision.
2013-05-20 14:04:53 +00:00
jperkin
d8df166456 Avoid conflicts with SunOS regexp.h. 2013-05-20 11:35:22 +00:00
obache
b7545c9d1f TLS is not supported by NetBSD<6. 2013-05-19 09:28:51 +00:00
adam
e0de7c6ff6 Fix building on Mac OS X with Xcode 4.6 2013-05-19 09:10:10 +00:00
obache
db9ecb9918 Use the really used header file in utils to check existence of inb() for utils.
fixes PR pkg/47820
2013-05-19 07:09:51 +00:00
obache
dee6543534 regen distinfo 2013-05-19 01:30:24 +00:00
prlw1
39abd835bb Update gtk3 to version 3.8.2
Rename patch-gtk_a11y_gail.c to patch-gtk_a11y_gtkaccessibility.c

Many improvements, bug fixes and translation updates:
https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.8.2

Highlights:

* Deprecations and removals:
 - Custom CSS properties have been deprecated
 - Support for color schemes has been removed
 - gtk_style_provider_get_style, gtk_style_provider_get_icon_factory
 - GtkGradient and GtkSymbolicColor
 - All the padding style properties in menus

* CSS improvements:
 - Add cycle detection to color resolving

* A lot of filechooser button fixes

* The print dialog now shows printers that are discovered
  using avahi, if configured with --enable-avahi-browsing

* We now support the Window Manager frame synchronization protocol draft (when
  running under a WM that supports it). This means applications will throttle
  their drawing cycle to what the compositor is drawing, and the compositor
  will never render half-updated windows, for seamless resizing and improved
  smoothness in drawing.
  See https://mail.gnome.org/archives/wm-spec-list/2013-January/msg00000.html
  and the articles at http://blog.fishsoup.net/ for more details.

* We now support setting an opacity to any GtkWidget, not just toplevels:
  gtk_window_set_opacity has been deprecated in favor of gtk_widget_set_opacity.

* GtkIconTheme gained asynchronous loaders for GtkIconInfo objects

* GtkIconInfo has changed from being a boxed type to a GObject. This
  is technically an ABI change, but basically all existing code
  will keep working if its used as a boxed type, and its not
  possible to instantiate GtkIconInfos outside Gtk, so this is not
  expected to be a big problem.

* GtkTreeView and GtkIconView allow single-click activation

* GtkImage can be set from a resource

* GdkWaylandDisplay is now public

* gdk_window_set_fullscreen_mode: new function to let windows
  be fullscreened across multiple monitors

* We now use state flags for text direction: GTK_STATE_FLAG_LTR/RTL.
  gtk_style_context_set_direction() has been deprecated.

* We install headers for accessible implementations of GTK+ widgets.
  This makes it possible to implement accessibility for third-party
  widgets by subclassing the proper GTK+ implementation. To do this,
  include gtk/gtk-a11y.h.

* Invisible widgets now return a size of 0x0. This is an experimental
  change that makes GtkWidget::visible essentially behave the same way
  that "display: none" does in CSS. If you want the effect of CSS's
  "visibility: hidden", you can use a GtkNotebook with an empty page.

* GtkFrame now draws a background.

* The Broadway backend now installs a separate server: broadwayd.

* GtkBuilder now lets you refer to external objects from a ui
  file if the objects have been exported with the new function
  gtk_builder_expose_object()

* Font handling has been improved:
 - The default font is no longer handled like a custom style sheet
   that overrides everything, but as the initial value. This is the
   same behavior as in web browsers.
 - It is now possible to set font-family and font-size like other
   CSS properties, and relative font sizes are supported. Font
   sizes in CSS can be specified as numbers or with keywords
   like xx-small, medium, smaller, larger,...

* GTK+ now uses proper Unicode ellipses in strings.
2013-05-18 22:44:43 +00:00
wiz
3fa60e8f64 Update to 2.4.45:
A new version of libdrm has been released. The main motivation for this
release is the changes in the radeon surface allocator, which helps fix
multisample textures on the Radeon Cayman family chipsets.

Alex Deucher (4):
      radeon: add new SI pci ids
      radeon: add new richland pci ids
      radeon: add HAINAN family
      radeon: add HAINAN pci ids

Dave Airlie (1):
      drm: add qxl drm header file

Marek Olšák (2):
      radeon: add RADEON_SURF_FMASK flag which disables 2D->1D tiling transition
      configure.ac: bump version to 2.4.45 for release

Rob Clark (3):
      freedreno: add gpu-id property
      Add exynos_fimg2d_test to .gitignore
      freedreno: add synchronization between mesa and ddx

Xiang, Haihao (1):
      intel: Add support for VEBOX ring (v2)
2013-05-18 13:40:48 +00:00
wiz
fd16fced6c Update to 1.0.7:
This minor maintenance release fixes some compiler warnings & man page
typos, and other code cleanups.

Alan Coopersmith (6):
      Fix pixmap leak in error paths of BWGetUnzoomedPixmap
      Combine usage messages into a single string
      Fix genererate typo in bmtoa error messages
      Simplify & unify error path between mktemp & mkstemp versions
      Mark usage() functions as noreturn, as suggested by gcc
      bitmap 1.0.7

Bjarni Ingi Gislason (1):
      bitmap.man:  Fix some typos.
2013-05-18 13:37:41 +00:00
wiz
1d32b4ba90 Update to 1.1.3:
A whole pile of bugs fixed by a whole bunch of different people here.

Alan Coopersmith (5):
      Strip trailing whitespace
      Add const attributes to fix gcc -Wwrite-strings warnings
      Print more detailed error messages when xcb_connect fails
      Quiet some clang warnings about implicit int <-> size_t conversions
      xwininfo 1.1.3

David Venz (1):
      Bug 53242 - xwininfo segfaults on invalid screen

Gaetan Nadon (3):
      make: remove $(LIBOBJS) dead code
      Revert "make: remove $(LIBOBJS) dead code"
      configure.ac: regroup statements and comment

Guillem Jover (4):
      Move leading ": " out from buffer to the error string printer
      Use format string literals instead of variables to print window ids
      Refactor atom name printing into a new Display_Atom_Name function
      Use format string literals instead of variables to print atom names

Jeremy Huddleston Sequoia (2):
      Declare usage() as _X_NORETURN
      Remove dead code (size_t is always >= 0)

Pierre-Loup A. Griffais (1):
      xwininfo: report the Visual class of the selected Window

Thomas Klausner (1):
      Get rid of a number of warnings.

Yaakov Selkowitz (1):
      Use AM_ICONV
2013-05-18 13:36:49 +00:00
wiz
184b7d5193 Update to 1.0.5:
This minor maintenance release cleans up compiler complaints and
other various issues, plus sneaks in a small bug fix at the end.

Alan Coopersmith (8):
      Fix allocateded typo in comment
      Add const qualifiers to fix gcc -Wwrite-strings warnings
      Add const qualifiers to structs for mapping strings to values
      Mark Syntax() with _X_NORETURN to silence gcc warning
      Combine usage message strings
      Fix implicit sign conversion & integer size truncation warnings
      Use strcasecmp if available, instead of downcasing string before strcmp
      xrefresh 1.0.5

Gaetan Nadon (2):
      man: remove trailing spaces and tabs
      config: move man pages into their own directory

Jeremy Huddleston (1):
      Properly fallback on CWBackPixmap = None when failing to parse or allocate a solid color
2013-05-18 13:35:05 +00:00
wiz
c93d1272fc Update to 1.0.5:
This minor bugfix release finally fixes my long-festering pet peeve with
this tool - when a font fails to load, it will now continue to update the
text sample area instead of letting it accumulate menu images and other
failed repaint turds.   There's a few other small changes too, but no one
will notice them.

Alan Coopersmith (6):
      Combine usage message strings
      Prevent memory leak in GetFontNames if no fonts are matched
      Remove extraneous braces left from commit 1d6970a838d4ed42a
      When font fails to load, grey out text instead of unmapping text widget
      Use C99 struct initializer for parseRec in GetFontNames()
      xfontsel 1.0.5
2013-05-18 13:34:07 +00:00
wiz
0abc4d0290 Update to 1.0.1:
This minor bugfix release includes fixes for several small bugs,
a more complete man page, and some general code cleanups.

Alan Coopersmith (8):
      Combine usage message into single string/call
      Include PACKAGE_STRING in --version output
      Move release date from transset.c to configure.ac so we remember to update it
      Use correct variable for printing current opacity
      Typo fixes in verbose message & comment
      Store min & max as doubles, not floats
      Add the options to the man page (they were all missing before)
      transset 1.0.1

Arnaud Fontaine (1):
      Fix program name in usage information, transset instead of transset-df.
2013-05-18 13:33:05 +00:00
wiz
4f58632c3c Update to 1.0.4:
This minor maintenance release provides the specified collection of
build configuration improvements and janitorial cleanup instances,
plus a new -V command line flag to print its version (not that much
changes between versions, not even the announcements).

Alan Coopersmith (4):
      Mark usage() as _X_NORETURN to satisfy -Wmissing-noreturn warning
      Combine usage message into a single string
      Add -V option to print command version
      appres 1.0.4

Gaetan Nadon (5):
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory
      .gitignore: the original copy was somewhat broken
      .gitignore: fix typo
2013-05-18 13:32:05 +00:00
obache
fd023b38f0 treat DragonFly same as newer FreeBSD.
PR pkg/47822.
2013-05-18 08:29:04 +00:00
jperkin
67dd388044 Fix build on SunOS. 2013-05-17 21:20:40 +00:00
jperkin
c01be06c67 USE_TOOLS+= m4. Fixes SunOS build. 2013-05-17 19:44:09 +00:00
joerg
1c87cf0d4f Restore patches for correct Xos_r.h behavior and using the protected
names in Xfuncproto.h. Bump revision.
2013-05-17 13:17:40 +00:00
wiz
27faa5e63d Add missing file (from http://cgit.freedesktop.org/xorg/driver/xf86-video-chips/plain/util/iopl.h)
Addresses PR 47820 by David Shao.
2013-05-16 22:56:19 +00:00
richard
5c99749fb5 update to xf86-video-wsfb-0.4.0 for modular-xorg-server-1.12.4 2013-05-16 06:34:55 +00:00
richard
2f055ee37f update to xf86-video-vmware-13.0.1 for modular-xorg-server-1.12.4 2013-05-16 06:32:45 +00:00
richard
7779d60194 update to xf86-video-vesa-2.3.2 for modular-xorg-server-1.12.4 2013-05-16 06:31:57 +00:00
richard
1bd3970aa5 update to xf86-video-tseng-1.2.5 for modular-xorg-server-1.12.4 2013-05-16 06:31:08 +00:00
richard
5a67632a43 update to xf86-video-trident-1.3.6 for modular-xorg-server-1.12.4 2013-05-16 06:30:28 +00:00
richard
02e3ca07e0 update to xf86-video-tga-1.2.2 for modular-xorg-server-1.12.4 2013-05-16 06:29:45 +00:00
richard
13bb2ecdc6 update to xf86-video-tdfx-1.4.5 for modular-xorg-server-1.12.4 2013-05-16 06:28:49 +00:00
richard
57cbe32f0a update to xf86-video-sis-0.10.7 for modular-xorg-server-1.12.4 2013-05-16 06:27:55 +00:00
richard
9f91c18689 update to xf86-video-siliconmotion-1.7.7 for modular-xorg-server-1.12.4 2013-05-16 06:26:56 +00:00
richard
34329e90dc update to xf86-video-savage-2.3.6 for modular-xorg-server-1.12.4 2013-05-16 06:26:08 +00:00
richard
6cef311f6a update to xf86-video-s3virge-1.10.6 for modular-xorg-server-1.12.4 2013-05-16 06:25:10 +00:00
richard
3e246bf67b update to xf86-video-s3-0.6.5 for modular-xorg-server-1.12.4 2013-05-16 06:24:19 +00:00
richard
08e76408d2 update to xf86-video-rendition-4.2.5 for modular-xorg-server-1.12.4 2013-05-16 06:23:31 +00:00
richard
0bb11ef0e7 update to xf86-video-r128-6.9.1 for modular-xorg-server-1.12.4 2013-05-16 06:22:32 +00:00
richard
fc055e2c2e update to xf86-video-openchrome-0.3.2 for modular-xorg-server-1.12.4 2013-05-16 06:21:48 +00:00
richard
fbd7d6d930 update to xf86-video-nv-2.1.20 for modular-xorg-server-1.12.4 2013-05-16 06:20:54 +00:00
richard
5691afd199 update to xf86-video-neomagic-1.2.7 for modular-xorg-server-1.12.4 2013-05-16 06:20:08 +00:00
richard
2cf0d9957f update to xf86-video-mga-1.6.2 for modular-xorg-server-1.12.4 2013-05-16 06:19:15 +00:00
richard
47adeae519 update to xf86-video-mach64-6.9.4 for modular-xorg-server-1.12.4 2013-05-16 06:17:50 +00:00
richard
3adc89a059 update to xf86-video-intel-2.19.0 for modular-xorg-server-1.12.4 2013-05-16 06:16:50 +00:00
richard
73d9652a50 update to xf86-video-i740-1.3.4 for modular-xorg-server-1.12.4 2013-05-16 06:14:34 +00:00
richard
33e9225a99 update to xf86-video-i128-1.3.6 for modular-xorg-server-1.12.4 2013-05-16 06:10:17 +00:00
richard
7084edfff5 update to xf86-video-glint-1.2.8 for modular-xorg-server-1.12.4 2013-05-16 06:08:01 +00:00
richard
daa94bd2d0 update to xf86-video-cirrus-1.5.2 for modular-xorg-server-1.12.4 2013-05-16 06:06:45 +00:00
richard
7c7fbde5ba update to xf86-video-chips-1.2.5 for modular-xorg-server-1.12.4 2013-05-16 06:05:19 +00:00
richard
4d46091fb6 update to xf86-video-ati-7.1.0 for modular-xorg-server-1.12.4 2013-05-16 06:02:58 +00:00
richard
d3dc33d635 update to xf86-video-ast-0.97.0 for modular-xorg-server-1.12.4 2013-05-16 06:01:32 +00:00
richard
c6473c751e update to xf86-video-ark-0.7.5 for modular-xorg-server-1.12.4 2013-05-16 06:00:38 +00:00
richard
1bf91f258e update to xf86-video-apm-1.2.5 for modular-xorg-server-1.12.4 2013-05-16 05:58:30 +00:00
richard
b2748d713a update to xf86-input-void-1.4.0 for modular-xorg-server-1.12.4 2013-05-16 05:56:29 +00:00
richard
1b9080cd87 update to xf86-input-vmmouse-13.0.0 for modular-xorg-server-1.12.4 2013-05-16 05:55:18 +00:00
richard
25ef76abbc update to xf86-input-mouse-1.8.1 for modular-xorg-server-1.12.4 2013-05-16 05:53:59 +00:00
richard
330efb0cc9 update to xf86-input-keyboard-1.6.2 for modular-xorg-server-1.12.4 2013-05-16 05:51:53 +00:00
richard
a3d84061fb update to xproto-7.0.24 for modular-xorg-server-1.12.4 2013-05-16 05:49:54 +00:00
richard
e39a2aef37 update to xinput-1.6.0 for modular-xorg-server-1.12.4 2013-05-16 05:47:01 +00:00
richard
6b12a8b8c1 update to xdriinfo-1.0.4 for modular-xorg-server-1.12.4 2013-05-16 05:45:57 +00:00
richard
f2b761c6f1 update to xcompmgr-1.1.6 for modular-xorg-server-1.12.4 2013-05-16 05:44:44 +00:00
richard
9f7581d53f update atomic_ops for libdrm 2013-05-16 05:43:14 +00:00
richard
1e5deeebc4 xorg-server 1.12.4 is a maintenance release of the X.org X server. There
are only a handful of changes in this dot release, and with the pending
release of 1.13 next month, it's likely that this may be the final scheduled
release from the 1.12 branch; we will likely put out additional releases
from this branch, but they will no longer follow the standard 6-week
development cycle.

This version is identical to the previous release candidate except for
version numbers.

== Known Issues ==

Currently open bugs the 1.12 Tracker:
    https://bugs.freedesktop.org/show_bug.cgi?id=xserver-1.12
23938: keys occasionally get stuck with xorg-server 1.6.99.901
    http://bugs.freedesktop.org/23938
31501: crash accessing font info with xfs in fontpath
    http://bugs.freedesktop.org/31501
39094: WaitFor does not handle EIO (causes 100% cpu load)
    http://bugs.freedesktop.org/39094
39383: X server crashes when restarting KDE from Alt+F2
    http://bugs.freedesktop.org/39383
39949: RandR panning & scaling don't work
    http://bugs.freedesktop.org/39949
43988: crtc->desiredMode.name can point to freed memory.
    http://bugs.freedesktop.org/43988
44038: some 3D wine apps no longer work (bisected)
    http://bugs.freedesktop.org/44038
45445: Key press crashes the xserver when kdm is running
    http://bugs.freedesktop.org/45445
49170: crash when starting or after some time of using psi
    http://bugs.freedesktop.org/49170
50641: xorg-server-1.12.0 - When SELinux is enabled the xserver fails
    http://bugs.freedesktop.org/50641

== New Issues ==

If you encounter an issue that you think should block a future 1.12
release,
please follow the instructions listed in the wiki to raise this to our
attention.

http://www.x.org/wiki/Server112Branch

== Changes since 1.12.3 ==

Aaron Plattner (1):
      randr: Fix REQUEST vs. REQUEST_SIZE_MATCH mismatch

Adam Jackson (3):
      ephyr: Fix up some bizarre formatting
      randr: Fix up yet another corner case in preferred mode selection
      sync: Fix logic error from b55bf248581dc66321b24b29f199f6dc8d02db1b

Alan Coopersmith (10):
      OtherClientGone: Remove unreachable return statement
      Fix some overly indented/poorly line wrapped comments in dix/events.c
      Remove obsolete tab stop comments from hw/xfree86/parser/*.c
      ProcRRGetScreenInfo: swap configTimestamp as well
      xf86dga2.c & xf86vmode.c: Move REQUEST_SIZE_MATCH checks before using stuff
      Use calloc to zero fill buffers being allocated for replies & events
      Set padding bytes to 0 in WriteToClient
      Initialize padding bits to 0 in ErrorConnMax()
      Fix up formatting of initializers for arrays of structs
      Make indentation of dix/tables.c much more consistent and readable

Daniel Stone (5):
      DRI2: Remove prototype for DRI2DestroyDrawable
      Don't make failure to -nolisten fatal
      Xorg: Link XKB DDX library after core server libs
      Xinerama: Fix ExtensionInit prototype
      AllocDevicePair: Ensure XKB privates are initialised

Dave Airlie (2):
      xf86: cursor code got mangled by indenting
      kinput: allocate enough space for null character.

Jaroslav Šmíd (1):
      Bug 51375: Xorg doesn't set status for RRGetOutputInfo

Jeremy Huddleston (3):
      XQuartz: Silence an unused-variable warning
      XQuartz: Fix incorrect PseudoramiXExtensionInit prototype
      XQuartz: Call xp_window_bring_all_to_front if available in libXplugin

Jeremy Huddleston Sequoia (7):
      XQuartz: Fix xp_window_bring_all_to_front linking on OS versions with older libXplugin
      configure.ac: Version bump to 1.12.3.901 (1.12.4 RC1)
      XQuartz: console_redirect: Set the correct location for reading into the buffer
      XQuartz: console_redirect: Properly zero-out the tail of the array on realloc()
      configure.ac: Version bump to 1.12.3.902 (1.12.4 RC2)
      XQuartz: Bump version to 2.7.3
      configure.ac: Version bump to 1.12.4

Jon TURNEY (1):
      hw/xquartz: Various fixes for pseudoramiX.c

Julien Cristau (1):
      Bump video ABI version to 12.1

Keith Packard (4):
      randr: Clean up compiler warnings about unused and shadowing variables
      randr: Catch two more potential unset rrScrPriv uses
      Add 'install-headers' target in the top-level Makefile
      Only free Render filter names on last screen close

Michal Srb (1):
      Look for ModuleData only in appropriate library

Michel Dänzer (2):
      dri2: Add DRI2CreateDrawable2.
      glx: Free DRI2 drawable reference to destroyed GLX drawable.

Peter Hutterer (4):
      xkb: use local variable instead of casting arg
      dix: fix dereference before null check
      list.h: don't crash when removing an element from a NULL list
      dix: make sure the mask is set for emulated scroll events (#52508)

Ricardo Salveti de Araujo (1):
      randr: first check pScrPriv before using the pointer at RRFirstOutput

Simon Schubert (1):
      fb: reorder Bresenham error correction to avoid overshoot.

Vic Lee (1):
      ephyr: Resize screen automatically when parent window is resized

git tag: xorg-server-1.12.4
2013-05-16 05:38:31 +00:00
richard
f10aa3d111 update PKGREVISION for x11/gdm 2013-05-13 21:22:30 +00:00
riastradh
867f0077a8 Make atk-bridge an option (default enabled) for x11/gtk3. 2013-05-11 19:49:15 +00:00
riastradh
dbe605c40e Make libxcb and xcb-proto cross-compile. 2013-05-10 22:40:31 +00:00
riastradh
65e8a1fbdd Fix and tweak libX11 cross-build.
- Tool-depend on xproto for data for a tool that libX11 builds and
  runs.

- No need to pass CPPFLAGS_FOR_BUILD=-I${PREFIX}/include.

- Pass CC_FOR_BUILD=${NATIVE_CC:Q} in CONFIGURE_ENV, not MAKE_ENV.
2013-05-10 22:38:31 +00:00
richard
fcceafe11d add tcp_wrappers dependency to x11/gdm 2013-05-10 21:01:16 +00:00
riastradh
d3bb2d6f3b Fix x11/libXt cross-build.
The configure script, not just the makefile, needs to know about the
native C compiler.

ok agc
2013-05-10 00:40:27 +00:00
joerg
c9c0104dd7 Also override target location and module name. Fix DESTDIR installation. 2013-05-09 20:07:39 +00:00
joerg
86bb469cf8 Don't use forward defines for the std namespace. Fix various
inconsistencies in the iterator usage. Explicitly specify which wcschr
variant to use. Allow building with libc++ and use <atomic> in that
case.
2013-05-09 14:07:08 +00:00
joerg
49379c8f79 Be explicit on where to find qmake, sip and the py-qt4 files. 2013-05-09 14:05:20 +00:00
adam
1ab43a036f Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
sborrill
121f8f6001 Update to 0.2.906. Changes:
openchrome 0.2.906 (15/05/2012)
-------------------------------
* New features :
- VX900 Xv support.
- EXA is now the default although compositing is buggy and thus disabled.

* Bugfixes and enhancements :
- Fix I420 Xv surface on CME engine.
- Fix EXA to not require XAA module in X server.


openchrome 0.2.905 (10/02/2012)
-------------------------------
* New features :
- VX900 support (Xv not supported yet).
- VX855 XVideo support.

* Bugfixes and enhancements :
- More debug information to video decoding.
- Add secondary FIFO support for K8M890 and P4M890.
- Check the primary FIFO for VX855.
- Add panel scale support for CLE266 and KM400.
- Fix bug with malloc.
- Enabled new mode switch for PM800 chipset.
- Add option to enable unaccelerated RandR rotation ("SWRandR").
- Enable new mode switch for VM800 chipsets.
- More debug traces to via_video.c.
- Fix manual and add more comments.
- Fix start address.
- Optimization of the hardware accelerated cursor and XAA (K8M890 chipset).
- Code clean up.
- Fix bug with suspend and VT switch on VX800 chipset and 64bit systems.
- Synchronize via_drm.h with drm-2.4.17.
- Fix segfaults with EXA and XV.
- Fix build on old kernels.
- Replace RegionsEqual with REGION_EQUAL and use
  the xf86XVFillKeyHelperDrawable instead of xf86XVFillKeyHelper.
- Fix DFP parameter description for the ActiveDevice option.
- Manpage update and some minor changes.
- Set colorkey for 2nd_monitor.
- Add timeouts to HQV while loops.
- Improve 2d performance on chipsets without AGP/PCIe.
- Add option I2CDevices.
- Disable Hardware Clipping for the VX855.
- Re-Enable the VQ for VX800/VX855.
- Disable AGP and DMA by default for VX800 and VX855.
- Fixed freeze on 64bit system for K8M800 chipset.
- Increase bandwidth to handle 1920x1200 resolution with DDR266.
- Fix XV crash on PM800 post VX855 rework.
- Fix several typo in code comments.
- Update VX855 FIFO.
- Fix bug with TV out flickering.
- Replace the deprecated functions with new ones.
  Refer to "/xserver/include/os.h".
- Replace remaining xalloc to malloc.
- Change maximum line pitch and virtual height according to chipset.
- Update 1024x600 modeline.
- Add workaround for memory autodetection.
- Enable new mode switch and panel support on K8M800 and VM800.
- Fix type in VIASave.
- Use DRICreatePCIBusID when available to create Bus ID string.
- Restore video interrupt flag.
- Fix OpenGL application crash on VX900 chipset.
- Fix VIA VB8001 Mini-ITX Board (P4M900) support.
- Add workaround for bad memory detection on some P4M800.
- Fix resolution detection for OLPC 1.5.
- Fix Xvideo crash on X.Org server 1.10.
- Fix XAA displaying issues.
- Fix cursor garbare after suspend/hibernate/resume on VX855/VX900.
- Workaround EXA crash with new libcairo2.
- Handle X server 1.12 (videoabi 12).
- Add support for I420 Xv surface.
- Limit video RAM size to 256 MB, PCI BAR can't handle more.
- Add Harald Welte's registers dump tool.

* New boards :
- ASRock PV530, ECS P4M800PRO-M2 (V2.0) , FIC CE2A1, FIC PTM800Pro LF,
  Guillemot-Hercules ECafe EC900B, Hewlett Packard DX2020,
  Hewlett Packard t5550 Thin Client, Lenovo ThinkCenter E51 8714,
  MSI K8M890M2-V, MSI PM8M-V, MSI PM9M-V, OLPC XO 1.5,
  Semp Informática Notebook IS 1462, Sharp Mebius PC-CS30H, Siragon
  ML-6200, Twinhead K15V
2013-05-07 10:06:24 +00:00
joerg
60707584d3 libc++ has swap for pairs already. Add missing include. Don't mess with
the ctype macros again, it breaks libc++ headers.
2013-05-06 15:03:19 +00:00
drochner
0a9cdadee9 update to 4.10.1
changes:
-Qt5 support
-minor feature additions
2013-05-03 15:48:08 +00:00
drochner
10e96624ae update to 4.14.6
This is a minor bug fix release.
2013-05-03 15:46:32 +00:00
joerg
24e78e464f Use <memory> for libc++. 2013-04-30 22:32:43 +00:00
joerg
6967ae3424 Just use the C++ compiler for linking. 2013-04-30 22:31:52 +00:00
markd
704e1cebbe Add a pulseaudio option. 2013-04-30 20:51:54 +00:00
ryoon
ebd89f1db4 Update to 3.4a
Changelog:
       Version 3.4 (2013-03-31)

           - I hope code to manipulate keys assigned in AlgrGr and Shift-
             AltGr positions are now fixed.  (Thanks, Paul)

           - Default value of xvkbd.textDelay is now set to 10, as it seems
             delay of 0 caused problems in some situations.

           - ISO_Left_Tab is assigned to the shifted position of the Tab
             key on the xvkbd window, so that Shift-Tab can be simulated.

           - New option -no-resize to disable resize of xvkbd window.
2013-04-28 07:13:44 +00:00
markd
b209635c2f Don't enable alsa option by default except on Linux.
Bump PKGREVISION.
2013-04-28 03:18:17 +00:00
markd
4229242045 Disable activity ranking plugin by default - seems to have issues on BSD.
Bump PKGREVISION.
2013-04-28 01:54:42 +00:00
wiz
ed024d8fa1 Update to 292:
Improves configurability of openpty versus posix_openpt functions.
Adds a new feature PasteControls to enable control characters (other
than formatting) to be pasted. Several minor bugfixes.
2013-04-27 07:35:07 +00:00
shattered
9525a00674 Update to 1.0.3. Only autoconf/automake-related changes. 2013-04-23 18:45:15 +00:00
is
aac03ea50c Without this, we get sse2 SEGV, apparently due to a misaligned (for sse2)
thread stacks.
<martin> base pixman only enables sse2 for amd64
<martin> I only tested and found it crash like that, so I did not enable it
<martin> for i386 in base
This is a workaround - there should be some better solution.
2013-04-23 11:42:45 +00:00
wiz
b1f843b6d5 Update to 2.4.44:
New release for radeonsi tiling support

Daniel Kurtz (1):
      drm: Fix error message in drmWaitVBlank

Daniel Vetter (1):
      intel-decode: Fix gen6 HIER_DEPTH_BUFFER decoding

Jerome Glisse (3):
      radeon: update radeon_drm.h to kernel last API additions v2
      radeon: add si tiling support v5
      libdrm 2.4.44

Kenneth Graunke (1):
      intel: Fix Haswell CRW PCI IDs.

Laurent Pinchart (2):
      kms: Make libkms.h usable in C++
      kms: Return a negative error code in kms_bo_create()

Maarten Lankhorst (2):
      Remove unused header xf86mm.h.
      makefiles: Add missing headers.

Rob Clark (1):
      freedreno: add shifted reloc

Ville Syrjälä (6):
      modetest: Fix pitches, somewhat
      modetest: Add support for all 16/32 bpp RGB formats
      modetest: Print possible_crtcs for planes
      modetest: Reduce the length of the connector type string
      modetest: Pass format_info to fill_tiles functions
      modetest: Add YUV420 support and fix YVU420 Cb/Cr ordering
2013-04-21 14:34:37 +00:00
obache
68c5a2a000 Change version number of python buitin module packages
form fixed `0' to main Python distribution version (PY_DISTVERSION)
so that packages will be updated with main Python distribution update.

no objection in tech-pkg@ for a week.
2013-04-20 09:38:04 +00:00
prlw1
bdc5d76699 Add dependency on libgnome as suggested by Adam Plumb in PR pkg/43058
Nice explanation in Comment 6 (duly later ignored):
https://bugzilla.gnome.org/show_bug.cgi?id=590774#c6
2013-04-19 21:06:28 +00:00
obache
8b2902f2a2 also try to detect *.pc files in share/pkgconfig. 2013-04-18 13:22:06 +00:00
markd
c214005595 Update to KDE SC 4.10.2 2013-04-14 05:11:34 +00:00
rodent
7cc36d293b +kde4-l10n-sv 2013-04-14 03:19:04 +00:00
rodent
a0b768660c Import kde4-l10n-sv-4.10.2 as x11/kde4-l10n-sv.
KDE4 Swedish language pack
2013-04-14 03:18:18 +00:00
rodent
4fec3ce717 Regenerated distinfo and PLIST after update of KDE to 4.10.2. 2013-04-14 02:45:43 +00:00
rodent
8deaca11c0 +kde4-l10n-hi 2013-04-14 02:43:45 +00:00
rodent
b9c39afb7f Import kde4-l10n-hi-4.10.2 as x11/kde4-l10n-hi.
KDE4 Hindi language pack
2013-04-14 02:42:58 +00:00
rodent
739dc087e7 +kde4-l10n-mr 2013-04-14 02:40:01 +00:00
rodent
e3e49a29c5 Import kde4-l10n-mr-4.10.2 as x11/kde4-l10n-mr.
KDE4 Marathi language pack
2013-04-14 02:38:59 +00:00
rodent
cc4219d5f2 Regenerated distinfo and PLIST after update to KDE 4.10.2 was completed. 2013-04-14 02:30:18 +00:00
rodent
99181d719a Indonesian localization was removed in the latest release of KDE. Perhaps,
a language pack is in the works, but just not ready. Will resurrect as
needed.
2013-04-14 02:20:03 +00:00
rodent
9dbeefd7d2 Regenerated after updating KDE to 4.10.2. 2013-04-14 02:16:55 +00:00
rodent
dd12a060ac Regenerated distinfo and PLIST after updating KDE to version 4.10.2. 2013-04-14 02:10:29 +00:00
rodent
a9261ee09b Regenerated PLIST and distinfo after update to KDE 4.10.2. 2013-04-14 02:07:53 +00:00
rodent
60a7793301 Regenerated distinfo and PLIST after updating to KDE 4.10.2. 2013-04-14 01:58:31 +00:00
rodent
e29cdaaa25 Regenerated distinfo and PLIST after updating to KDE 4.10.2. 2013-04-14 01:57:32 +00:00
rodent
db595ab463 Regenerated distinfo and PLIST after updating KDE to version 4.10.2. 2013-04-14 01:56:39 +00:00
rodent
cab88cfdca Regenerated distinfo and PLIST after update to KDE 4.10.2. 2013-04-14 01:45:08 +00:00
rodent
37b0956eab Regenerated distinfo and PLIST after update to KDE 4.10.2. 2013-04-14 01:42:36 +00:00
rodent
5b6577de35 Regenerated distinfo and PLIST after update to KDE 4.10.2. 2013-04-14 01:27:22 +00:00
rodent
48a7ff9cb0 Regenerated distinfo and PLIST after KDE 4.10.2 update. 2013-04-14 01:23:02 +00:00
rodent
e806de0d90 Regenerated PLIST and distinfo after update to KDE 4.10.2. 2013-04-14 01:22:04 +00:00
rodent
ce466a547a Regenerated distinfo and PLIST after update to KDE 4.10.2. 2013-04-14 01:18:36 +00:00
rodent
8317f72d63 Regenerated after updating KDE to version 4.10.2. 2013-04-14 01:10:18 +00:00
rodent
cc18858319 Regenerated after updated to KDE 4.10.2. 2013-04-14 00:27:37 +00:00
rodent
96cb423d59 Regenerated distinfo and PLIST after update to KDE 4.10.2. 2013-04-14 00:06:35 +00:00
rodent
2572c4a8b9 Regenerated distinfo and PLIST after KDE was updated to 4.10.2. 2013-04-13 23:56:01 +00:00
rodent
87f21d5822 Regenerated PLIST and distinfo after KDE 4.10.2 update. 2013-04-13 23:55:23 +00:00
rodent
8ecf520c73 Regenerated distinfo and PLIST after update to KDE 4.10.2. 2013-04-13 23:54:26 +00:00
rodent
378fc16d15 Regenerated distinfo and PLIST after KDE 4.10.2 update. 2013-04-13 23:46:19 +00:00
rodent
2d8a29600d Regenerated distinfo and PLIST after update to KDE 4.10.2. 2013-04-13 23:37:42 +00:00
rodent
938ca4ae9b Regenerated distinfo and PLIST after update to KDE 4.10.2. 2013-04-13 23:25:19 +00:00
rodent
31363d0441 Regenerated PLIST and distinfo after update to KDE 4.10.2. 2013-04-13 23:17:35 +00:00
rodent
88a8a63d13 Regenerated PLIST and distinfo after update to KDE 4.10.2. 2013-04-13 23:16:47 +00:00
rodent
ef050d874c Regenerated distinfo and PLIST due to update for KDE 4.10.2. 2013-04-13 23:09:19 +00:00
markd
69f27ccb16 Update to KDE SC 4.10.2 2013-04-13 23:08:49 +00:00
markd
32093fff4f Bump PKGREVISION for attica-0.4.1 update 2013-04-13 23:04:50 +00:00
rodent
0a24dc7ac0 Regenerated distinfo and PLIST due to update for KDE 4.10.2. 2013-04-13 23:04:19 +00:00
rodent
63003be563 Regenerated to reflect update from KDE 4.10.2. 2013-04-13 19:13:23 +00:00
rodent
e106c504e6 Regenerated to reflect update from KDE 4.10.2. 2013-04-13 19:06:26 +00:00
rodent
3c3296ba33 Regenerated to reflect update from KDE 4.10.2. 2013-04-13 18:51:51 +00:00
jaapb
716a85e053 Added a patch from https://bugreports.qt-project.org/browse/QTBUG-29082 -
this solves a problem with KDE's plasma-desktop crashing whenever a
system tray is added to the panel. Change has already been merged into the
upstream version, see https://codereview.qt-project.org/#change,46616
2013-04-13 10:29:26 +00:00
markd
da76bcb700 put correct files in place. 2013-04-13 00:06:22 +00:00
markd
5c8b37e563 Update to KDE SC 4.10.2 2013-04-13 00:01:07 +00:00
drochner
28326379e5 sync w/ base pkg 2013-04-10 15:05:06 +00:00
drochner
b228f486b4 update to 2.7.1
This is a minor bug fix release but also supports building against
the final release of Qt v5.0.
2013-04-10 15:04:27 +00:00
drochner
4ef29adf37 update to 4.9.6
Support has been added for Qt v4.8.4 and Qt v5.0-rc1.
2013-04-10 15:02:58 +00:00
drochner
34676a7f64 update to 4.14.5
This is a minor bug fix release, specifically for QGIS.
2013-04-10 15:00:00 +00:00
rodent
b65af7be2b Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
rodent
6b46c62d2e Edited DESCR in the case of:
File too long (should be no more than 24 lines).
 Line too long (should be no more than 80 characters).
 Trailing empty lines.
 Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
2013-04-07 20:49:31 +00:00
markd
d88cf56e03 Remove an ${OPSYS} that snuck into the PLIST.
Disable building tests as fail to build on DragonFly.
No PKGREVISION bump as no change to binary package.
2013-04-07 02:30:01 +00:00
rodent
9e8537cdd2 "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
rodent
942aad2e6a Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
2013-04-06 20:27:16 +00:00
rodent
cdadf8804e 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
rodent
e5b2fdbc78 'Please use ${ECHO} instead of "echo".'
'Please use ${ECHO_N} instead of "echo -n".'
2013-04-06 14:58:18 +00:00
rodent
76e83cbf5c Various MASTER_SITES-related fixes. 2013-04-06 14:09:32 +00:00
rodent
aa1275dbab "This line belongs inside the .ifdef block." 2013-04-06 13:46:33 +00:00
rodent
44c94b38c6 'EXTRACT_SUFX is ".tar.gz" by default, so this definition may be
redundant.' - It was. Removed.
2013-04-06 13:01:26 +00:00
markd
abf9333955 Update to KDE SC 4.10.2 2013-04-06 09:38:02 +00:00
wiz
7976743c62 Needs libXfixes now (PR 47721) 2013-04-06 08:18:01 +00:00
rodent
648218e98c 'Please use "${TRUE}" instead of "true".' 2013-04-06 03:59:24 +00:00
rodent
a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
markd
898d0cdd1f Bump ABI_DEPENDS to current version. 2013-04-05 23:10:12 +00:00
wiz
671162b905 Update to 2.4.43:
Alex Deucher (1):
      radeon: add pci ids for Richland APUs

Ben Widawsky (1):
      intel_chipset: Merge intel-gpu-tools chipsets

Benjamin Gaignard (2):
      tests: allow tests programs to be installed
      tests: allow tests programs to be installed (cumulative patch)

Chris Forbes (1):
      intel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMS

Inki Dae (1):
      libdrm/exynos: add test application for 2d gpu.

Jerome Glisse (1):
      radeonsi: make sure tile_split field are not garbage

Kenneth Graunke (1):
      intel/aub: Actually run BLT batches on the blit ring.

Maarten Lankhorst (1):
      configure.ac: bump version to 2.4.43 for release

Marcin Slusarz (2):
      nouveau: return error from pushbuf_validate
      nouveau: add a way to override single pushbuffer memory limits

Rob Clark (1):                                                                                                                                                                       freedreno: add freedreno DRM

Ville Syrjälä (2):
      intel_chipset: Use parens around macro arguments
      intel_chipset: Fix up VLV confusion
2013-04-05 09:13:07 +00:00
wiz
6bde6f22f8 Update to 1.7.1:
Only a single fix: including the XFixes header to get the typedef for
PointerBarrier. Naturally, this adds a pkgconfig build-time dependency on
XFixes.

Why? The header shipped with 1.7 typedef'd PointerBarrier. If you #include
both XI and Xfixes headers, you will end up with a duplicate typedef.

This is not an issue on gcc >= 4.6 since the two typedef's are the same.
On earlier versions this will trigger an error. gcc 4.6 -pedantic-errors
will trigger the same error.

Peter Hutterer (2):
      Require XFixes for PointerBarrier, remove duplicate typedef                                                                                                                    libXi 1.7.1
2013-04-05 09:11:57 +00:00
markd
7aeca94faa Update to KDE SC 4.10.2 2013-04-03 20:05:02 +00:00
markd
ea97be746d Update to KDE SC 4.10.2
bugfixes, other quality improvements, new and improved KDE Applications
2013-04-03 10:51:43 +00:00
markd
56d91eab25 Add buildlink3.mk. 2013-04-03 07:44:45 +00:00
rodent
de7eb3308e +kde4-l10n-ar
+kde4-l10n-bg
+kde4-l10n-bs
+kde4-l10n-ca
+kde4-l10n-cat
+kde4-l10n-cs
+kde4-l10n-da
+kde4-l10n-el
+kde4-l10n-es
+kde4-l10n-et
+kde4-l10n-eu
+kde4-l10n-fa
+kde4-l10n-fi
+kde4-l10n-fr
+kde4-l10n-ga
+kde4-l10n-gl
+kde4-l10n-he
+kde4-l10n-hr
+kde4-l10n-hu
+kde4-l10n-ia
+kde4-l10n-id
+kde4-l10n-is
+kde4-l10n-it
+kde4-l10n-ja
+kde4-l10n-kk
+kde4-l10n-km
+kde4-l10n-ko
+kde4-l10n-lt
+kde4-l10n-lv
+kde4-l10n-nb
+kde4-l10n-nds
+kde4-l10n-nn
+kde4-l10n-pa
+kde4-l10n-pl
+kde4-l10n-pt
+kde4-l10n-pt_BR
+kde4-l10n-ro
+kde4-l10n-ru
+kde4-l10n-si
+kde4-l10n-sk
+kde4-l10n-sl
+kde4-l10n-sr
+kde4-l10n-tg
+kde4-l10n-th
+kde4-l10n-tr
+kde4-l10n-ug
+kde4-l10n-uk
+kde4-l10n-vi
+kde4-l10n-wa
+kde4-l10n-zh_CN
+kde4-l10n-zh_TW
2013-04-02 01:08:53 +00:00
rodent
9b2b6f9322 Import kde4-l10n-zh_TW-4.8.4 as x11/kde4-l10n-zh_TW.
KDE4 Traditional Chinese language pack
2013-04-02 01:02:16 +00:00
rodent
a3ea301a18 Import kde4-l10n-zh_CN-4.8.4 as x11/kde4-l10n-zh_CN.
KDE4 Simplified Chinese language pack
2013-04-02 01:01:49 +00:00
rodent
e02884a135 Import kde4-l10n-wa-4.8.4 as x11/kde4-l10n-wa.
KDE4 Walloon language pack
2013-04-02 01:01:26 +00:00
rodent
06c63c45f1 Import kde4-l10n-vi-4.8.4 as x11/kde4-l10n-vi.
KDE4 Vietnamese language pack
2013-04-02 01:00:59 +00:00
rodent
8f06e797d1 Import kde4-l10n-uk-4.8.4 as x11/kde4-l10n-uk.
KDE4 Ukrainian language pack
2013-04-02 01:00:35 +00:00
rodent
4780d8b71a Import kde4-l10n-ug-4.8.4 as x11/kde4-l10n-ug.
KDE4 Uighur language pack
2013-04-02 01:00:06 +00:00
rodent
8c0b649361 Import kde4-l10n-tr-4.8.4 as x11/kde4-l10n-tr.
KDE4 Turkish language pack
2013-04-02 00:59:43 +00:00
rodent
7e1710c4a1 Import kde4-l10n-th-4.8.4 as x11/kde4-l10n-th.
KDE4 Thai language pack
2013-04-02 00:59:20 +00:00
rodent
5123b5c68a Import kde4-l10n-tg-4.8.4 as x11/kde4-l10n-tg.
KDE4 Tajik language pack
2013-04-02 00:58:44 +00:00
rodent
c0a5ddba87 Import kde4-l10n-sr-4.8.4 as x11/kde4-l10n-sr.
KDE4 Serbian language pack
2013-04-02 00:58:17 +00:00
rodent
5c12d15246 Import kde4-l10n-sl-4.8.4 as x11/kde4-l10n-sl.
KDE4 Slovenian language pack
2013-04-02 00:57:49 +00:00
rodent
3e406c5174 Import kde4-l10n-sk-4.8.4 as x11/kde4-l10n-sk.
KDE4 Slovak language pack
2013-04-02 00:57:27 +00:00
rodent
e71b980036 Import kde4-l10n-si-4.8.4 as x11/kde4-l10n-si.
KDE4 Sinhala language pack
2013-04-02 00:57:06 +00:00
rodent
1a58c7beca Import kde4-l10n-ru-4.8.4 as x11/kde4-l10n-ru.
KDE4 Russian language pack
2013-04-02 00:56:44 +00:00
rodent
c0b30db2e9 Import kde4-l10n-ro-4.8.4 as x11/kde4-l10n-ro.
KDE4 Romanian language pack
2013-04-02 00:56:19 +00:00
rodent
6a063da604 Import kde4-l10n-pt_BR-4.8.4 as x11/kde4-l10n-pt_BR.
KDE4 Brazilian Portuguese language pack
2013-04-02 00:55:47 +00:00
rodent
dad160c5a1 Import kde4-l10n-pt-4.8.4 as x11/kde4-l10n-pt.
KDE4 Portuguese language pack
2013-04-02 00:55:23 +00:00
rodent
c39413d318 Import kde4-l10n-pl-4.8.4 as x11/kde4-l10n-pl.
KDE4 Polish language pack
2013-04-02 00:54:55 +00:00
rodent
fda3b0dba2 Import kde4-l10n-pa-4.8.4 as x11/kde4-l10n-pa.
KDE4 Panjabi language pack
2013-04-02 00:54:30 +00:00
rodent
19e905e943 Import kde4-l10n-nn-4.8.4 as x11/kde4-l10n-nn.
KDE4 Norwegian Nynorsk language pack
2013-04-02 00:54:02 +00:00
rodent
cdcae05747 Import kde4-l10n-nds-4.8.4 as x11/kde4-l10n-nds.
KDE4 Low German language pack
2013-04-02 00:53:13 +00:00
rodent
b8ebca8819 Import kde4-l10n-nb-4.8.4 as x11/kde4-l10n-nb.
KDE4 Norwegian Bokmal language pack
2013-04-02 00:52:50 +00:00
rodent
7618c74098 Import kde4-l10n-lv-4.8.4 as x11/kde4-l10n-lv.
KDE4 Latvian language pack
2013-04-02 00:52:03 +00:00
rodent
c9177e828e Import kde4-l10n-lt-4.8.4 as x11/kde4-l10n-lt.
KDE4 Lithuanian language pack
2013-04-02 00:51:39 +00:00
rodent
58979a4ff9 Import kde4-l10n-ko-4.8.4 as x11/kde4-l10n-ko.
KDE4 Korean language pack
2013-04-02 00:51:14 +00:00
rodent
5f85457352 Import kde4-l10n-km-4.8.4 as x11/kde4-l10n-km.
KDE4 Central Khmer language pack
2013-04-02 00:50:45 +00:00
rodent
84b76474da Import kde4-l10n-kk-4.8.4 as x11/kde4-l10n-kk.
KDE4 Kazakh language pack
2013-04-02 00:50:17 +00:00
rodent
36f6c258e6 Import kde4-l10n-ja-4.8.4 as x11/kde4-l10n-ja.
KDE4 Japanese language pack
2013-04-02 00:49:49 +00:00
rodent
b3de2d1c38 Import kde4-l10n-it-4.8.4 as x11/kde4-l10n-it.
KDE4 Italian language pack
2013-04-02 00:49:13 +00:00
rodent
63c483140d Import kde4-l10n-is-4.8.4 as x11/kde4-l10n-is.
KDE4 Icelandic language pack
2013-04-02 00:48:33 +00:00
rodent
a0921e31aa Import kde4-l10n-id-4.8.4 as x11/kde4-l10n-id.
KDE4 Indonesian language pack
2013-04-02 00:48:05 +00:00
rodent
7929d1b8cf Import kde4-l10n-ia-4.8.4 as x11/kde4-l10n-ia.
KDE4 Interlingua language pack
2013-04-02 00:46:47 +00:00
rodent
3bf0109696 Import kde4-l10n-hu-4.8.4 as x11/kde4-l10n-hu.
KDE4 Hungarian language pack
2013-04-02 00:45:41 +00:00
rodent
7829d4c00b Import kde4-l10n-hr-4.8.4 as x11/kde4-l10n-hr.
KDE4 Croatian language pack
2013-04-02 00:45:16 +00:00
rodent
8e805f2036 Import kde4-l10n-he-4.8.4 as x11/kde4-l10n-he.
KDE4 Hebrew language pack
2013-04-02 00:44:37 +00:00
rodent
e5a4b8d45f Import kde4-l10n-gl-4.8.4 as x11/kde4-l10n-gl.
KDE4 Galician language pack
2013-04-02 00:44:05 +00:00
rodent
b2208cf4af Import kde4-l10n-ga-4.8.4 as x11/kde4-l10n-ga.
KDE4 Irish language pack
2013-04-02 00:41:12 +00:00
rodent
72075241f2 Import kde4-l10n-fr-4.8.4 as x11/kde4-l10n-fr.
KDE4 French language pack
2013-04-02 00:40:49 +00:00
rodent
f171213729 Import kde4-l10n-fi-4.8.4 as x11/kde4-l10n-fi.
KDE4 Finnish language pack
2013-04-02 00:40:24 +00:00
rodent
2203ea6ddf Import kde4-l10n-fa-4.8.4 as x11/kde4-l10n-fa.
KDE4 Persian language pack
2013-04-02 00:40:01 +00:00
rodent
0f36a55c63 Import kde4-l10n-eu-4.8.4 as x11/kde4-l10n-eu.
KDE4 Basque language pack
2013-04-02 00:39:40 +00:00
rodent
8f19a0bd69 Import kde4-l10n-et-4.8.4 as x11/kde4-l10n-et.
KDE4 Estonian language pack
2013-04-02 00:39:12 +00:00
rodent
0ed912b3b5 Import kde4-l10n-es-4.8.4 as x11/kde4-l10n-es.
KDE4 Spanish language pack
2013-04-02 00:38:36 +00:00
rodent
42481a56f9 Import kde4-l10n-el-4.8.4 as x11/kde4-l10n-el.
KDE4 Modern Greek language pack
2013-04-02 00:38:11 +00:00