Search Criteria
Package Details: vlsub-git 0.9.13.r33.geb81106-1
Git Clone URL: | https://aur.archlinux.org/vlsub-git.git (read-only, click to copy) |
---|---|
Package Base: | vlsub-git |
Description: | VLC extension to download subtitles from opensubtitles.org |
Upstream URL: | https://github.com/exebetche/vlsub |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Salamandar |
Maintainer: | Salamandar |
Last Packager: | Salamandar |
Votes: | 12 |
Popularity: | 0.052799 |
First Submitted: | 2016-07-10 19:00 |
Last Updated: | 2016-12-16 13:28 |
Latest Comments
neitsab commented on 2016-12-21 00:46
I sent you an email on the address found in your profile to preserve the comments from our private conversation ;-)
Salamandar commented on 2016-12-20 01:56
Ahah okay :)
Hey neitsab, don't I know you from the forum.ubuntu-fr.org ? :o
neitsab commented on 2016-12-20 00:57
I know what it is to copy erroneous PKGBUILD ;-)
Thanks for the update!
Salamandar commented on 2016-12-16 13:29
Thanks for the work done !
I just recopied a (bad) pkgbuild… Now it's fixed :)
neitsab commented on 2016-12-15 00:07
Please don't hard depend on packages entirely unrelated: bash, namcap, pacman and pkgbuild-introspection can all be removed. The only dependency should be vlc proper. Amended PKGBUILD with various style fix/improvements: http://sprunge.us/hNEi
neitsab commented on 2016-12-14 23:32
VLsub wasn't functional as of installing the package (vlc-2.2.4-5 and vlsub-git-0.9.13.r33.eb81106-1): file "/usr/lib/vlc/lua/extensions/vlsub/vlsub.lua" needs to be move one level above to /usr/lib/vlc/lua/extensions/.
Fix: remove subdir "vlsub" from line 28:
install -Dm644 vlsub.lua ${pkgdir}/usr/lib/vlc/lua/extensions/vlsub.lua
neitsab commented on 2016-12-14 23:21
Thanks for packaging VLsub - however `install` mode in PKGBUILD line 30 should be 755 instead of 644, otherwise you get a folder that you cannot open ;-)
ll /usr/lib/vlc/lua/extensions/vlsub/local
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/pol.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/dan.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/spa.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/fre.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/ger.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/ukr.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/..': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/ell.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/.': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/slo.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/baq.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/rum.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/cze.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/pob.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/heb.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/dut.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/eng.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/hun.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/swe.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/por.xml': Permission denied
ls: cannot access '/usr/lib/vlc/lua/extensions/vlsub/locale/ita.xml': Permission denied
total 0
d????????? ? ? ? ? ? .
d????????? ? ? ? ? ? ..
-????????? ? ? ? ? ? baq.xml
-????????? ? ? ? ? ? cze.xml
-????????? ? ? ? ? ? dan.xml
-????????? ? ? ? ? ? dut.xml
-????????? ? ? ? ? ? ell.xml
-????????? ? ? ? ? ? eng.xml
-????????? ? ? ? ? ? fre.xml
-????????? ? ? ? ? ? ger.xml
-????????? ? ? ? ? ? heb.xml
-????????? ? ? ? ? ? hun.xml
-????????? ? ? ? ? ? ita.xml
-????????? ? ? ? ? ? pob.xml
-????????? ? ? ? ? ? pol.xml
-????????? ? ? ? ? ? por.xml
-????????? ? ? ? ? ? rum.xml
-????????? ? ? ? ? ? slo.xml
-????????? ? ? ? ? ? spa.xml
-????????? ? ? ? ? ? swe.xml
-????????? ? ? ? ? ? ukr.xml
--> install -dm755 ${pkgdir}/usr/lib/vlc/lua/extensions/vlsub/locale
Salamandar commented on 2016-11-14 18:57
Does not seem to work with VLC 3.0. I'll try to check why.