Search Criteria
Package Details: linux-show-player-git 0.6.0.dev0.r641.6fae70f7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/linux-show-player-git.git (read-only, click to copy) |
|---|---|
| Package Base: | linux-show-player-git |
| Description: | Cue player designed for stage productions (git version) |
| Upstream URL: | https://www.linux-show-player.org/ |
| Licenses: | GPL3 |
| Conflicts: | linux-show-player |
| Provides: | linux-show-player |
| Submitter: | SpotlightKid |
| Maintainer: | SpotlightKid |
| Last Packager: | SpotlightKid |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-05-13 16:57 (UTC) |
| Last Updated: | 2023-10-16 21:58 (UTC) |
Dependencies (22)
- gst-plugins-good (gst-plugins-good-gitAUR)
- python-appdirs
- python-falcon
- python-gobject
- python-humanize
- python-mido
- python-pyalsa
- python-pyliblo
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR, python-pyqt5-pre-releaseAUR)
- python-requests
- python-rtmidi
- python-sortedcontainers
- qt5-svg (qt5-svg-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-wheel (make)
- gst-libav (gst-libav-gitAUR) (optional) – for larger format support
- olaAUR (ola-gitAUR) (optional) – for Art-Net timecode support
- Show 2 more dependencies...
Latest Comments
SpotlightKid commented on 2022-12-17 23:43 (UTC)
@archmylinux: well, yes, of course.
In the
developbranch , thelisp/__init__.pyfile has changed andexecing it doesn't work, unfortunately.That would be relatively easy to fix, but in the
developbranch, the project also changed from usingsetup.pyto a more modern approach usingpyproject.toml. Most of thePKGBUILDwill have to be rewritten to adapt to that.I will do that, if and when the
masterbranch follows suit. Until then, you - or somebody else - would have to make a specialPKGBUILDfor building from thedevelopbranch.archmylinux commented on 2022-12-17 23:24 (UTC) (edited on 2022-12-18 00:14 (UTC) by archmylinux)
Might I add that I'm pulling from the develop branch. (Forgot to mention it)
SpotlightKid commented on 2022-12-17 23:22 (UTC) (edited on 2022-12-17 23:23 (UTC) by SpotlightKid)
@archmylinux: sorry, I can't reproduce this here. Your error message is very puzzling, because the
pkgverfunction only reads andexecslisp/__init__,py, but that file doesn't even have 35 lines.I would try to make sure that you have deleted the
src,pkgandlinux-show-playerdirectories before re-building the package.archmylinux commented on 2022-12-17 20:22 (UTC) (edited on 2022-12-17 20:25 (UTC) by archmylinux)
Not quite sure why I get :
SpotlightKid commented on 2019-05-15 21:29 (UTC) (edited on 2019-05-15 21:34 (UTC) by SpotlightKid)
@HeyCitizen: just add
#branch=developto the git URL. And be sure to set theprovidesandconflictsvariables accordingly.https://wiki.archlinux.org/index.php/VCS_package_guidelines#VCS_sources https://jlk.fjfi.cvut.cz/arch/manpages/man/PKGBUILD.5#USING_VCS_SOURCES
HeyCitizen commented on 2019-05-15 17:38 (UTC) (edited on 2019-05-15 17:38 (UTC) by HeyCitizen)
Could I make a linux-show-player AUR package that automatically downloads from the 'develop' branch? If so, would I name it linux-show-player-develop-git ?
SpotlightKid commented on 2019-05-13 17:44 (UTC)
@archmylinux: the URL syntax you are using does not work. Just let makepkg create its own checkout of the sources. It's quick and and only takes up a few megabytes.
archmylinux commented on 2019-05-13 17:10 (UTC)
When changing :
source=("${_pkgname}::git+https://github.com/FrancescoCeruti/linux-show-player")
to a local repository e.g.:
source=("${_pkgname}::git+file:///some/local/folder/linux-show-player")
I get :
==> Starting pkgver()... Traceback (most recent call last): File "<string>", line 1, in <module> File "<string>", line 35, in <module> NameError: name 'file' is not defined ==> ERROR: pkgver is not allowed to be empty. ==> ERROR: pkgver() generated an invalid version: The build failed.
archmylinux commented on 2019-05-13 17:02 (UTC)
Wow, that was quick ! :-)