-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** This release includes libts version 0.10.5 and the following changes: - new filter module: module crop - some build and security fixes - improved release procedure
- Loading branch information
1 parent
1132243
commit 297fd7e
Showing
5 changed files
with
20 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
crop.so | ||
debounce.so | ||
dejitter.so | ||
evthres.so | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
<PISI> | ||
<Source> | ||
<Name>tslib</Name> | ||
<Homepage>http://www.tslib.org/</Homepage> | ||
<Packager> | ||
<Name>Joey Riches</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Jakob Gezelius</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>LGPL-2.1-or-later</License> | ||
<PartOf>programming.library</PartOf> | ||
<Summary xml:lang="en">C library for filtering touchscreen events</Summary> | ||
<Description xml:lang="en">C library for filtering touchscreen events | ||
</Description> | ||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive> | ||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive> | ||
</Source> | ||
<Package> | ||
<Name>tslib</Name> | ||
|
@@ -32,7 +33,8 @@ | |
<Path fileType="executable">/usr/bin/ts_uinput</Path> | ||
<Path fileType="executable">/usr/bin/ts_verify</Path> | ||
<Path fileType="library">/usr/lib64/libts.so.0</Path> | ||
<Path fileType="library">/usr/lib64/libts.so.0.10.4</Path> | ||
<Path fileType="library">/usr/lib64/libts.so.0.10.5</Path> | ||
<Path fileType="library">/usr/lib64/ts/crop.so</Path> | ||
<Path fileType="library">/usr/lib64/ts/debounce.so</Path> | ||
<Path fileType="library">/usr/lib64/ts/dejitter.so</Path> | ||
<Path fileType="library">/usr/lib64/ts/evthres.so</Path> | ||
|
@@ -68,7 +70,7 @@ | |
</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="8">tslib</Dependency> | ||
<Dependency release="9">tslib</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="header">/usr/include/tslib.h</Path> | ||
|
@@ -95,12 +97,12 @@ | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="8"> | ||
<Date>2022-03-27</Date> | ||
<Version>1.22</Version> | ||
<Update release="9"> | ||
<Date>2024-06-22</Date> | ||
<Version>1.23</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Joey Riches</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Jakob Gezelius</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |