Package Details: openvtuber 1.0.2019-1

Git Clone URL: https://aur.archlinux.org/openvtuber.git (read-only, click to copy)
Package Base: openvtuber
Description: Real-time face and gaze analyzation via deep neural networks.
Upstream URL: https://github.com/1996scarlet/OpenVtuber
Licenses: GPL3
Submitter: tallero
Maintainer: None
Last Packager: tallero
Votes: 1
Popularity: 0.000000
First Submitted: 2021-06-02 19:21 (UTC)
Last Updated: 2021-06-15 15:29 (UTC)

Latest Comments

cosmo commented on 2022-03-17 15:41 (UTC) (edited on 2022-03-17 15:43 (UTC) by cosmo)

package can not be installed as is:

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                 [###########################################] 100%
(1/1) checking package integrity                                            [###########################################] 100%
(1/1) loading package files                                                 [###########################################] 100%
(1/1) checking for file conflicts                                           [###########################################] 100%
error: failed to commit transaction (conflicting files)
openvtuber: /lib exists in filesystem (owned by filesystem)
Errors occurred, no packages were upgraded.
 -> exit status 1

cobaltspace commented on 2021-06-15 02:53 (UTC)

Files should be put in /usr/share and /usr/lib, not /share and /lib.

cobaltspace commented on 2021-06-15 02:46 (UTC)

To not use git, $pkgname-$pkgver::https://github.com/1996scarlet/OpenVtuber/archive/refs/tags/v${pkgver//_/-}.tar.gz should be the source.

pkgver should be 1.0_2019

FabioLolix commented on 2021-06-02 21:34 (UTC)

Hello, git is missing from makedepends. For the pkgver you can use:

  • _pkgver=1.0-2019
  • pkgver=${_pkgver//-/.}
  • source=("$pkgname::git+$url.git#tag=v${_pkgver}")

This will convert 1.0-2019 to 1.0.2019 and be a valid pkgver for makepkg