-
Notifications
You must be signed in to change notification settings - Fork 0
Commits on Sep 2, 2016
-
The current URL is a redirect, so use the final location right away. ``` $ wget http://ftp.x.org/pub/individual/util/ --2016-08-24 17:18:48-- http://ftp.x.org/pub/individual/util/ Resolving ftp.x.org (ftp.x.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to ftp.x.org (ftp.x.org)|131.252.210.176|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.x.org/pub/individual/util/ [following] --2016-08-24 17:18:49-- https://www.x.org/pub/individual/util/ Resolving www.x.org (www.x.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to www.x.org (www.x.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.x.org/archive//individual/util/ [following] --2016-08-24 17:18:49-- https://www.x.org/archive//individual/util/ Reusing existing connection to www.x.org:443. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: ‘index.html’ index.html [ <=> ] 28.65K 154KB/s in 0.2s 2016-08-24 17:18:50 (154 KB/s) - ‘index.html’ saved [29342] ```
Configuration menu - View commit details
-
Copy full SHA for 831befd - Browse repository at this point
Copy the full SHA 831befdView commit details -
util-macros: Update version from 1.18.0 to 1.19.0
Recreate the bee file using the command below. ``` > bee init https://www.x.org/archive/individual/util/util-macros-1.19.0.tar.bz2 creating util-macros-1.19.0-0.bee from template '/etc/default/bee/templates/fallback' ```
Configuration menu - View commit details
-
Copy full SHA for dc91bf2 - Browse repository at this point
Copy the full SHA dc91bf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23f0a37 - Browse repository at this point
Copy the full SHA 23f0a37View commit details
Commits on Sep 5, 2016
-
libevent: Update version from 2.0.19 to 2.0.21
Copy the already present bee file from `/src/mariux/beeroot`. ``` $ cp -a /src/mariux/beeroot/bee-files/libevent-2.0.21-0.bee . $ ls -l --full-time libevent-2.0.21-0.bee -rwxr-xr-x 1 pmenzel pmenzel 417 2014-12-18 08:52:49.000000000 +0100 libevent-2.0.21-0.bee ```
Configuration menu - View commit details
-
Copy full SHA for 49ff98d - Browse repository at this point
Copy the full SHA 49ff98dView commit details -
xtrans: Update version from 1.3.3 to 1.3.5
Copy the already present bee file from `/src/mariux/beeroot`. ``` $ cp -a /src/mariux/beeroot/bee-files/xtrans-1.3.5-0.bee . $ ls -l --full-time xtrans-1.3.5-0.bee -rwxr-xr-x 1 pmenzel pmenzel 2583 2015-12-11 11:54:46.000000000 +0100 xtrans-1.3.5-0.bee ```
Configuration menu - View commit details
-
Copy full SHA for ab67f96 - Browse repository at this point
Copy the full SHA ab67f96View commit details -
xproto: Update version from 7.0.25 to 7.0.28
Copy the already present bee file from `/src/mariux/beeroot`. ``` $ cp -a /src/mariux/beeroot/bee-files/xproto-7.0.28-0.bee . $ ls -l --full-time xproto-7.0.28-0.bee -rwxr-xr-x 1 pmenzel pmenzel 2585 2015-12-11 12:04:24.000000000 +0100 xproto-7.0.28-0.bee ```
Configuration menu - View commit details
-
Copy full SHA for 2c580ec - Browse repository at this point
Copy the full SHA 2c580ecView commit details -
randrproto: Update version from 1.4.0 to 1.5.0
Copy the already present bee file from `/src/mariux/beeroot`. ``` $ cp -a /src/mariux/beeroot/bee-files/randrproto-1.5.0-0.bee . $ ls -l --full-time randrproto-1.5.0-0.bee -rwxr-xr-x 1 pmenzel pmenzel 2589 2015-12-11 12:14:03.000000000 +0100 randrproto-1.5.0-0.bee ```
Configuration menu - View commit details
-
Copy full SHA for 3333b4d - Browse repository at this point
Copy the full SHA 3333b4dView commit details -
fontsproto: Update version from 2.1.2 to 2.1.3
Copy the already present bee file from `/src/mariux/beeroot`. ``` $ cp -a /src/mariux/beeroot/bee-files/fontsproto-2.1.3-0.bee . $ ls -l --full-time fontsproto-2.1.3-0.bee -rwxr-xr-x 1 pmenzel pmenzel 2589 2015-12-11 12:16:03.000000000 +0100 fontsproto-2.1.3-0.bee ```
Configuration menu - View commit details
-
Copy full SHA for 8f222cf - Browse repository at this point
Copy the full SHA 8f222cfView commit details -
[ANNOUNCE] libevdev 1.5.0 [0] > libevdev 1.5.0 is now available > > The main change in this version is the transparent use of the new > uinput ioctls available in kernels 4.5 and later. These ioctls now > allow for setting the abs resolution field without the previous danger > of race conditions. This obviously only affects the creation of uinput > devices, libevdev itself was otherwise unchanged. > > Option parsing in libevdev-tweak-device has been fixed too, so the > previous quirky behavior is now sensible. And it now allows for > numeric axis names for those axes that don't have a #define. [ANNOUNCE] libevdev 1.5.1 [1] > Only one fix over the 1.5.0 release - a missing backslash caused the > linux/uinput.h to be excluded from the tarball. This caused build > errors on systems with older kernels that lacked the new uinput.h > defines. [ANNOUNCE] libevdev 1.5.2 [2] > Only a single change to update to a newere linux/input.h header. This > gives us name resolution for the new BUS_RMI define. [0] https://lists.freedesktop.org/archives/input-tools/2016-May/001296.html [1] https://lists.freedesktop.org/archives/input-tools/2016-May/001301.html [2] https://lists.freedesktop.org/archives/input-tools/2016-June/001307.html
Configuration menu - View commit details
-
Copy full SHA for def745e - Browse repository at this point
Copy the full SHA def745eView commit details -
Copy the already present bee file from `/src/mariux/beeroot`. ``` $ cp -a /src/mariux/beeroot/bee-files/mtdev-1.1.5-0.bee . $ ls -l --full-time mtdev-1.1.5-0.bee -rwxr-xr-x 1 pmenzel pmenzel 2570 2016-02-29 12:27:17.000000000 +0100 mtdev-1.1.5-0.bee ```
Configuration menu - View commit details
-
Copy full SHA for 110ffc3 - Browse repository at this point
Copy the full SHA 110ffc3View commit details -
mtdev: Increase revision for rebuilding
Copy the already present bee file from `/src/mariux/beeroot`. ``` $ cp -a /src/mariux/beeroot/bee-files/mtdev-1.1.5-1.bee . $ ls -l --full-time mtdev-1.1.5-1.bee -rwxr-xr-x 1 pmenzel pmenzel 2570 2016-07-01 12:45:56.723069052 +0200 mtdev-1.1.5-1.bee ```
Configuration menu - View commit details
-
Copy full SHA for ea03f80 - Browse repository at this point
Copy the full SHA ea03f80View commit details -
libwacom: Update version from 0.5 to 0.18
Copy the already present bee file from `/src/mariux/beeroot`. ``` $ cp -a /src/mariux/beeroot/bee-files/libwacom-0.18-0.bee . $ ls -l --full-time libwacom-0.18-0.bee -rwxr-xr-x 1 pmenzel pmenzel 2580 2016-06-23 11:39:23.337641021 +0200 libwacom-0.18-0.bee ```
Configuration menu - View commit details
-
Copy full SHA for 29ebf73 - Browse repository at this point
Copy the full SHA 29ebf73View commit details -
cairo: Update version from 1.14.2 to 1.15.2
Convert to versionless bee file, and update version.
Configuration menu - View commit details
-
Copy full SHA for 03cd732 - Browse repository at this point
Copy the full SHA 03cd732View commit details -
cairo: Securely download source archive
Use HTTPS to securely download the source archive.
Configuration menu - View commit details
-
Copy full SHA for d9fe096 - Browse repository at this point
Copy the full SHA d9fe096View commit details -
libdrm: Update version from 2.4.52 to 2.4.68
Convert to versionless bee file, and update version.
Configuration menu - View commit details
-
Copy full SHA for 315d2b8 - Browse repository at this point
Copy the full SHA 315d2b8View commit details -
libdrm: Securely download source archive
Use HTTPS to securely download the source archive.
Configuration menu - View commit details
-
Copy full SHA for da7c221 - Browse repository at this point
Copy the full SHA da7c221View commit details -
xorg-server: Update version from 1.15.0 to 1.18.4
=== 1.18.1 [1] === First release in the 1.18 stable branch. Major themes are bugfixes in glamor, the modesetting driver, and the Present extension. Xwayland users may want to apply the following pair of patches in addition to this release: https://patchwork.freedesktop.org/patch/72945/raw/ https://patchwork.freedesktop.org/patch/72951/raw/ which combined fix an input issue when hotplugging monitors. Both are likely to be included in a future release unless testing discovers further problems. === 1.18.2 [2] === A big pile of updates in this one. Highlights include: - glamor is updated to use OpenGL core profiles if available, which should improve memory usage and performance on modern hardware, and got some other performance improvements for rpi and other GLES platforms - DRI2, DRI3, and Present all received correctness fixes for hangs, crashes, and other weirdness - Xwayland server has been updated to support the Xv and the xf86vidmode extensions for better compatibility, and fixed some bugs with output hotplug and pointer updates - Xwin saw improvements to window and clipboard management, and a few new keyboard layouts Full change list below. Many thanks to all for fixes and code review. === 1.18.3 [3] === A few fixes relative to 1.18.2, including one fairly important performance fix to the Present extension. Thanks to all for fixes and testing. === 1.18.4 [4] === Another pile of backports from the devel branch, primarily in glamor, xwayland, and the modesetting driver. Thanks to all who contributed. [1] https://lists.x.org/archives/xorg-announce/2016-February/002674.html [2] https://lists.x.org/archives/xorg-announce/2016-March/002681.html [3] https://lists.x.org/archives/xorg-announce/2016-April/002683.html [4] https://lists.x.org/archives/xorg-announce/2016-July/002699.html
Configuration menu - View commit details
-
Copy full SHA for ffa3268 - Browse repository at this point
Copy the full SHA ffa3268View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e9e095 - Browse repository at this point
Copy the full SHA 9e9e095View commit details -
xorg-server-1.18.4: Build Glamor DIX module
From the LFS book [1]: > --enable-glamor: Build the Glamor DIX (Device Independent X) module > which is currently required for Southern Islands and Sea Islands radeon > video chipsets, optional for some other radeons, and also optional for > the intel driver. It is also used by the modesetting driver (which is > part of this package) for hardware using KMS which offers acceleration. [1] http://www.linuxfromscratch.org/blfs/view/svn/x/xorg-server.html
Configuration menu - View commit details
-
Copy full SHA for 800a32a - Browse repository at this point
Copy the full SHA 800a32aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f07e8a - Browse repository at this point
Copy the full SHA 3f07e8aView commit details -
xorg-server: Update source URL
xorg.freedesktop.org redirects to x.org. ``` [BEE] fetching http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.18.4.tar.bz2 --2016-08-11 15:03:43-- http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.18.4.tar.bz2 Resolving xorg.freedesktop.org (xorg.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to xorg.freedesktop.org (xorg.freedesktop.org)|131.252.210.176|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.x.org/archive/individual/xserver/xorg-server-1.18.4.tar.bz2 [following] --2016-08-11 15:03:43-- https://www.x.org/archive/individual/xserver/xorg-server-1.18.4.tar.bz2 Resolving www.x.org (www.x.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to www.x.org (www.x.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK […] ```
Configuration menu - View commit details
-
Copy full SHA for 78ab90a - Browse repository at this point
Copy the full SHA 78ab90aView commit details -
It’s redirected to HTTPS already, but save the redirect and make it clear.
Configuration menu - View commit details
-
Copy full SHA for a0981e4 - Browse repository at this point
Copy the full SHA a0981e4View commit details -
Somebody, maybe Peter, built libinput already. So copy the version from `/src/mariux/beeroot`. ``` $ cp -a /src/mariux/beeroot/bee-files/libinput-1.1.3-0.bee . $ ls -l --full-time libinput-1.1.3-0.bee -rwxr-xr-x 1 pmenzel pmenzel 2613 2016-04-20 14:43:38.000000000 +0200 libinput-1.1.3-0.bee ```
Configuration menu - View commit details
-
Copy full SHA for 73867c3 - Browse repository at this point
Copy the full SHA 73867c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94cb298 - Browse repository at this point
Copy the full SHA 94cb298View commit details -
Note, the bee file was removed from the repository, as the package was not installed. Add it again. The Wiki page [1] contains links to all the change-logs. Change-log 1.2.0 [2]: --------------------- > libinput 1.2 is now available. > > Nothing significant since rc2, below is an outline of changes since 1.1. > The main feature merged since 1.1 is graphics tablet tool support. > Devices tagged by udev as ID_INPUT_TABLET are handled by libinput now and > exposed with the LIBINPUT_DEVICE_CAP_TABLET_TOOL capability. Note that this > currently only includes tablet tool support, including stylus, eraser, > cursor, lens cursor, etc. The "pad" part of the tablet is not yet > integrated. For documentation on tablet support see these two links: > http://wayland.freedesktop.org/libinput/doc/latest/tablet-support.html > http://wayland.freedesktop.org/libinput/doc/latest/group__event__tablet.html > > It is now possible to disable tap-and-drag independently from tapping in > general by caling libinput_device_config_tap_set_drag_enabled() > > We now have three-finger pinch gestures on supported hardware, but also had > to disable gestures on some hardware. On that hardware the data is generally > garbage for gestures but two-finger scroll gestures and multi-finger taps > should work a lot more reliable now. > > The motion hysteresis has been deactivated by default. This provides > smoother motion especially on small to tiny motions, making single-pixel > elements much easier to target. > On some devices, especially older touchpads the hysteresis may be required. > We've enabled a bunch of those already, if you notice the pointer wobbling > when hold the finger still, please file a bug so we can fix this. > > Disable-while-typing has seen two fixes: if a key is merely held down rather > than pressed repeatedly, DWT will engage as expected now. And the > pairing algorithm has been improved to avoid cases where the touchpad was > paired with an external USB keyboard, despite there being a internal > keyboard. > > Last: the mode button on the Cyborg RAT 5 is disabled. This button is > special, on each press it cycles through 3 'modes', sending a release > event for the current button and a down event for the next event code. This > causes stuck buttons, since we have nothing in userspace that would handle > that button as intended, disabling it is the current solution. Change-log 1.3.0 [3]: --------------------- > libinput 1.3 is now available. > > The main addition over 1.2 is support for so-called tablet pads, i.e. > the actual tablet part of a graphics tablet. This concludes the graphics > tablet work in libinput, we are now feature-complete. > Since the rc2 we only had a documentation change, so below is the > announcement for 1.3rc1. > > Tablet pads feature three input sources - buttons, rings and strips. Rings > and strips provide data in degrees and normalized, respectively, with a > similar "source" system as we already offer for pointer axis sources. > Buttons are just that, a sequential list of buttons starting at index 0 - > this is a notable departure from the linux/input.h event codes we use in the > pointer and the tablet tool interface. > > The second notable addition are middle buttons for touchpads with a software > button area. Previously, a middle button could be triggered by pressing with > a finger in the left and right button area simultanously. Unfortunately, too > many touchpads are unable to reliably detect both fingers. The middle button > area is always available when software buttons are enabled and encompasses > the center 15-20mm on the touchpad. > > We already had middle button scrolling available on trackpoints, with this > release middle button emulation now works as well. Thus, scrolling is > available on trackpoints that don't have a physical middle button. > > Finally, touchscreens that have a fuzz value set on the kernel device are > now defuzzed in libinput, thus stopping pointer wobbles previously seen when > holding the finger still. Note that libinput does not *set* the fuzz value, > it merely uses it. Employ a udev rule or hwdb entry to set this on your > device if needed. [1] https://www.freedesktop.org/wiki/Software/libinput/ [2] https://lists.freedesktop.org/archives/wayland-devel/2016-February/027172.html [3] https://lists.freedesktop.org/archives/wayland-devel/2016-May/028704.html
Configuration menu - View commit details
-
Copy full SHA for 2b7a909 - Browse repository at this point
Copy the full SHA 2b7a909View commit details -
Revert "libinput: Add version 1.3.3"
This reverts commit 5e594099e000e3ba4b8007c97201c4bcebf5b96b. Building fails with the error below. ``` CCLD ptraccel-debug CCLD libshared.la CCLD libinput-list-devices CCLD libinput-debug-events CCLD event-debug ../src/.libs/libinput.so: undefined reference to `udev_device_get_is_initialized' collect2: error: ld returned 1 exit status Makefile:567: recipe for target 'libinput-list-devices' failed make[2]: *** [libinput-list-devices] Error 1 make[2]: *** Waiting for unfinished jobs.... ../src/.libs/libinput.so: undefined reference to `udev_device_get_is_initialized' collect2: error: ld returned 1 exit status Makefile:563: recipe for target 'libinput-debug-events' failed make[2]: *** [libinput-debug-events] Error 1 ../src/.libs/libinput.so: undefined reference to `udev_device_get_is_initialized' collect2: error: ld returned 1 exit status Makefile:555: recipe for target 'event-debug' failed make[2]: *** [event-debug] Error 1 make[2]: Leaving directory '/dev/shm/bee-root/libinput/libinput-1.3.3-0/build/tools' Makefile:431: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/dev/shm/bee-root/libinput/libinput-1.3.3-0/build' Makefile:363: recipe for target 'all' failed make: *** [all] Error 2 ``` As commented in the upstream bug report [1], this seems to be a problem with our udev installation. [1] https://bugs.freedesktop.org/show_bug.cgi?id=96900
Configuration menu - View commit details
-
Copy full SHA for 7546f46 - Browse repository at this point
Copy the full SHA 7546f46View commit details -
Revert "libinput: Convert to versionless bee file"
This reverts commit cfb855550145386287cdbf1b82bdf4515f654ac5.
Configuration menu - View commit details
-
Copy full SHA for a51fefd - Browse repository at this point
Copy the full SHA a51fefdView commit details -
Revert "libinput: Add version 1.1.3"
This reverts commit c86200029d5d91e33524973a73aff45677bc4fd3.
Configuration menu - View commit details
-
Copy full SHA for 6284e49 - Browse repository at this point
Copy the full SHA 6284e49View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb017da - Browse repository at this point
Copy the full SHA fb017daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72ff4b7 - Browse repository at this point
Copy the full SHA 72ff4b7View commit details -
xf86-input-evdev: Update to version 2.10.3
Change-log [1]: > Only one fix over 2.10.2 restoring tablets' functionality. A bug in > the wheel emulation rework caused non-x/y axes to stop updating. > Interaction with tablets thus resulted in a zero pressure sent to the > clients an the tablet being unable to draw. [1] https://lists.freedesktop.org/pipermail/xorg/2016-June/058097.html
Configuration menu - View commit details
-
Copy full SHA for 3309f86 - Browse repository at this point
Copy the full SHA 3309f86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85c23fc - Browse repository at this point
Copy the full SHA 85c23fcView commit details -
glamor-egl: Remove obsolete package
The Glamor DIX (Device Independent X) module is now part of the X.org server. So remove it.
Configuration menu - View commit details
-
Copy full SHA for e1e4b68 - Browse repository at this point
Copy the full SHA e1e4b68View commit details