Search Criteria
Package Details: weylus 0.11.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/weylus.git (read-only, click to copy) |
---|---|
Package Base: | weylus |
Description: | Use your tablet as graphic tablet/touch screen on your computer. |
Upstream URL: | https://github.com/H-M-H/Weylus |
Licenses: | AGPL3 |
Conflicts: | weylus-bin |
Submitter: | HMH_13 |
Maintainer: | HMH_13 |
Last Packager: | HMH_13 |
Votes: | 10 |
Popularity: | 0.166035 |
First Submitted: | 2021-03-10 11:33 (UTC) |
Last Updated: | 2024-10-17 08:48 (UTC) |
Dependencies (20)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- libdrm (libdrm-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libxcomposite
- libxcursor
- libxft (libxft-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxrandr (libxrandr-gitAUR)
- libxtst
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libx11 (libx11-gitAUR) (make)
- make (make-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- typescript (typescript-gitAUR) (make)
- gst-plugin-pipewire (gst-plugin-pipewire-gitAUR, gst-plugin-pipewire-full-gitAUR) (optional) – Wayland support
Latest Comments
1 2 Next › Last »
HMH_13 commented on 2024-10-17 08:53 (UTC)
Thanks for the reports! Building should work again. But as already pointed out, the latest release is a little dated. If you want to try the latest master you can try
weylus-git
(not provided by myself but @PeterWang-dev).dreieck commented on 2024-07-08 09:15 (UTC) (edited on 2024-07-08 09:20 (UTC) by dreieck)
build()
fails for me witherror[E0310]: the parameter type
Tmay not live long enough
:rustc --explain E0310
:↗ Upstream issue report.
Regards!
dreieck commented on 2024-07-08 09:06 (UTC)
Please move the rust download stuff out of
build()
intoprepare()
so thatbuild()
can run in an offline environment.And also, please set
$CARGO_HOME
or such to a sub directory of$srcdir
so that rust does not clutter the build user's home directory but everything that thisPKGBUILD
does is restrained to$srcdir
and$pkgdir
as it should be.Regards and thanks for maintaining!
Zorn commented on 2024-03-15 10:00 (UTC)
@nobane In fact, the project seems to be quite old and no longer maintained (it has been down for 2 years). I have sent source correction request to H-M-H on GitHub.
nobane commented on 2024-03-03 05:14 (UTC) (edited on 2024-03-03 05:15 (UTC) by nobane)
@Zorn if you clone the aur repo you can set the rust version with rustup before you build the package. I was able to get it to build with 1.52.0 (first version I decided to try, it may work on a more recent version):
Zorn commented on 2024-02-14 15:40 (UTC)
The compilation of Weylus fails due to the following error:
Compiling adler32 v1.2.0 error[E0310]: the parameter type
T
may not live long enough --> /home/zorn/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-serialize-0.3.24/src/serialize.rs:1155:5 | 1155 | fn decode<D: Decoder>(d: &mut D) -> Result<Cow<'static, T>, D::Error... | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | the parameter typeT
must be valid for the static lifetime... | ...so that the typeT
will meet its required lifetime bounds... | note: ...that is required by this bound --> /usr/src/debug/rust/rustc-1.76.0-src/library/alloc/src/borrow.rs:180:30 help: consider adding an explicit lifetime bound | 1151 | impl<'a, T: ?Sized + 'static> Decodable for Cow<'a, T> | +++++++++Compiling log v0.3.9 Compiling memoffset v0.6.4 Compiling pin-utils v0.1.0 Compiling unicode-xid v0.0.3 Compiling term v0.4.6 Compiling num-rational v0.3.2 For more information about this error, try
rustc --explain E0310
. error: could not compilerustc-serialize
(lib) due to 1 previous error warning: build failed, waiting for other jobs to finish...hammer commented on 2022-05-20 15:58 (UTC)
Great, now it works!
HMH_13 commented on 2022-05-20 15:30 (UTC)
Ok, please try again. I think the problem was the linking order of some libraries which I have changed now.
hammer commented on 2022-05-17 02:48 (UTC)
When I change my rust toolchain from
nightly
tostable
, this error disappear. I guess it will be an interesting bug :P. Thank you!1 2 Next › Last »