Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 655928 - x11-drivers/xf86-input-mtrack-0.5.0 released
Summary: x11-drivers/xf86-input-mtrack-0.5.0 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Naohiro Aota
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-17 02:49 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2018-05-26 21:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2018-05-17 02:49:14 UTC
x11-drivers/xf86-input-mtrack-0.5.0 was released on 2018-01-28.

"""
* Add tap-to-drag lock timeout
* Make edge size configurable for each edge individually
* Add edge scrolling
* Fix movement truncation
* Fix crash during suspend/wake up
* Make movement speed resolution independent
* Lock smooth scroll to one axis at time
* Post button events before move events
* New emulated buttons implementation
* Reduce max recognized fingers/touch points from 32 to 16
* New fancy readme with anchors
* Fix warnings, improve logging
* New examples
* Helper script to parse output of xinput --list-props
"""


In previous version bump to 0.4.1, handling of "debug" USE flag was not converted correctly, so this flag is not used at all. Probably the following should be added:
src_configure() {
    econf \
        $(use_enable debug)
}
Comment 1 Larry the Git Cow gentoo-dev 2018-05-26 21:25:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5de55553002ffd4b951e1af215420e678f23337

commit b5de55553002ffd4b951e1af215420e678f23337
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2018-05-26 20:58:38 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2018-05-26 21:24:54 +0000

    x11-drivers/xf86-input-mtrack: Version bump 0.5.0
    
    Closes: https://bugs.gentoo.org/655928

 x11-drivers/xf86-input-mtrack/Manifest             |  1 +
 .../xf86-input-mtrack-0.5.0.ebuild                 | 45 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)