Search Criteria
Package Details: linux-show-player-git 0.5.1.r267.88156278-1
Git Clone URL: | https://aur.archlinux.org/linux-show-player-git.git (read-only, click to copy) |
---|---|
Package Base: | linux-show-player-git |
Description: | Sound cue playback software designed for live musical shows and theatre plays (git version) |
Upstream URL: | http://linux-show-player.sourceforge.net/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | SpotlightKid |
Maintainer: | SpotlightKid |
Last Packager: | SpotlightKid |
Votes: | 1 |
Popularity: | 0.000002 |
First Submitted: | 2019-05-13 16:57 |
Last Updated: | 2019-05-13 16:57 |
Dependencies (11)
- gst-plugins-good (gst-plugins-good-git)
- python-gobject (python-gobject-git)
- python-mido
- python-pyqt5
- python-sortedcontainers
- qt5-svg (qt5-svg-git)
- git (git-git) (make)
- python-setuptools (make)
- gst-libav (gst-libav-git) (optional) – for larger format support
- portmidi (optional) – for portmidi support
- python-jack-client (optional) – for JACK output support
Latest Comments
SpotlightKid commented on 2019-05-15 21:29
@HeyCitizen: just add
#branch=develop
to the git URL. And be sure to set theprovides
andconflicts
variables 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
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
@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
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
Wow, that was quick ! :-)