Package Details: linux-show-player-git 0.6.0.dev0.r641.6fae70f7-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: 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)

Latest Comments

SpotlightKid commented on 2022-12-17 23:43 (UTC)

@archmylinux: well, yes, of course.

In the develop branch , the lisp/__init__.py file has changed and execing it doesn't work, unfortunately.

That would be relatively easy to fix, but in the develop branch, the project also changed from using setup.py to a more modern approach using pyproject.toml. Most of the PKGBUILD will have to be rewritten to adapt to that.

I will do that, if and when the master branch follows suit. Until then, you - or somebody else - would have to make a special PKGBUILD for building from the develop branch.

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 pkgver function only reads and execs lisp/__init__,py, but that file doesn't even have 35 lines.

I would try to make sure that you have deleted the src, pkg and linux-show-player directories 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 :

==> 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. Did you mean: '__name__'?

SpotlightKid commented on 2019-05-15 21:29 (UTC) (edited on 2019-05-15 21:34 (UTC) by SpotlightKid)

@HeyCitizen: just add #branch=develop to the git URL. And be sure to set the provides and conflicts 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 (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 ! :-)