Package Details: opentabletdriver-git v0.7.0.0pre.r554.gdbb0a1a5-2

Git Clone URL: https://aur.archlinux.org/opentabletdriver-git.git (read-only, click to copy)
Package Base: opentabletdriver-git
Description: A cross-platform open source tablet driver
Upstream URL: https://opentabletdriver.net
Keywords: artisul digimend gaomon huion otd parblo uc-logic uclogic ugtablet veikk wacom xencelabs xp-pen xppen
Licenses: LGPL3
Conflicts: opentabletdriver
Provides: opentabletdriver
Submitter: LavaDesu
Maintainer: gonX
Last Packager: gonX
Votes: 16
Popularity: 0.23
First Submitted: 2020-01-02 07:53 (UTC)
Last Updated: 2023-08-16 17:50 (UTC)

Pinned Comments

gonX commented on 2022-11-13 04:14 (UTC) (edited on 2022-11-13 04:15 (UTC) by gonX)

Notice that this -git version of the package now runs on the new version 0.7 codebase of OpenTabletDriver. This means most OpenTabletDriver plugins are incompatible, and you likely want to install the opentabletdriver AUR package instead for compatibility with these.

Otherwise the 0.7 version should work fine - configuration compatibility between 0.6 and the master branch (this package) is limited, so you may need to clear your OpenTabletDriver folder found in the .config folder of your home directory.

Latest Comments

1 2 3 Next › Last »

piuvas commented on 2023-08-01 00:14 (UTC)

can't build :/

==> Starting build()...
Unknown option: linux-x64
Usage: ./eng/linux/package.sh [OPTIONS]...
Options:
  -o, --output <path>           Output directory for build artifacts (default: bin)
  -c, --configuration <config>  Build configuration (default: Release)
  -f, --framework <framework>   Target framework (default: net7.0)
  -r, --runtime <runtime>       Target runtime (default: linux-x64)
  --dog-food <bool>             Whether to output dogfood binaries (default: true)
  --build <bool>                Whether to build binaries (default: true)
  --portable <bool>             Whether to build portable binaries (default: false)
  --single-file <bool>          Whether to build single-file binaries (default: true)
  --self-contained <bool>       Whether to build self-contained binaries (default: false)
  -h, --help                    Print this help message

Platform-specific options:
  --package <package_type>      Package generation script to run after build
                                (see eng/linux/* for available package types)

Remarks:
  Anything after '--', if it is specified, will be passed to dotnet publish as-is.
==> ERROR: A failure occurred in build().
    Aborting...

atomo commented on 2023-05-25 20:16 (UTC) (edited on 2023-05-25 20:17 (UTC) by atomo)

Same applies here. https://aur.archlinux.org/packages/opentabletdriver#comment-916515

mathisbuilder commented on 2023-05-03 23:15 (UTC)

I fixed it by adding <RuntimeIdentifier>linux-x64</RuntimeIdentifier> <!-- This line is the temp fix -->in the ProperyGroup section of src/OpenTabletDriver/OpenTabletDriver.Tools.udev/OpenTabletDriver.Tools.udev.csproj.

mathisbuilder commented on 2023-05-03 22:02 (UTC)

Still getting the issue reported by Kitty3120 despite installing the dotnet packages

Kitt3120 commented on 2023-01-04 20:06 (UTC)

I had to install dotnet-sdk-6.0 and dotnet-targeting-pack-6.0, now it is working. With only dotnet-sdk (7.0) and dotnet-targeting-pack (7.0) installed, it failed.

Kitt3120 commented on 2022-12-17 00:33 (UTC)

When building opentabletdriver, it fails at building the udev rules:

Generating udev rules... /tmp/makepkg/opentabletdriver-git/src/OpenTabletDriver/OpenTabletDriver.Tools.udev/OpenTabletDriver.Tools.udev.csproj : error NU1101: Unable to find package Microsoft.NETCore.App.Host.arch-x64. No packages exist with this id in source(s): localNugetFeed, nuget.org

The build failed. Fix the build errors and run again.

Is this a problem on my side, or can someone reproduce this?

gonX commented on 2022-11-13 04:14 (UTC) (edited on 2022-11-13 04:15 (UTC) by gonX)

Notice that this -git version of the package now runs on the new version 0.7 codebase of OpenTabletDriver. This means most OpenTabletDriver plugins are incompatible, and you likely want to install the opentabletdriver AUR package instead for compatibility with these.

Otherwise the 0.7 version should work fine - configuration compatibility between 0.6 and the master branch (this package) is limited, so you may need to clear your OpenTabletDriver folder found in the .config folder of your home directory.

gonX commented on 2022-11-13 04:11 (UTC) (edited on 2022-11-14 21:46 (UTC) by gonX)

The package needs dotnet runtime 6.0. Install dotnet-runtime-6.0-bin from AUR if build and/or running the program is failing. I will adjust dependencies soon.

edit: This has been fixed as of the 14th