Search Criteria
Package Details: lib32-libkate 0.4.1-6
Git Clone URL: | https://aur.archlinux.org/lib32-libkate.git (read-only, click to copy) |
---|---|
Package Base: | lib32-libkate |
Description: | A karaoke and text codec for embedding in ogg (32-bit) |
Upstream URL: | https://wiki.xiph.org/OggKate |
Licenses: | |
Submitter: | orumin |
Maintainer: | rodrigo21 |
Last Packager: | rodrigo21 |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2016-06-06 08:22 |
Last Updated: | 2020-11-26 15:11 |
Dependencies (6)
- lib32-libogg (lib32-libogg-git)
- lib32-libpng (lib32-libpng-minimal-git)
- libkate (libkate-git, libkate-python3-git)
- git (git-git) (make)
- lib32-gcc-libs (lib32-gcc-libs-git, lib32-gcc-libs-gitb) (make)
- pkg-config (pkgconf-git, pkgconf) (make)
Latest Comments
abcfy2 commented on 2020-08-19 18:07
git.xiph.org is dead, please fix.
tannisroot commented on 2020-08-12 10:31
git.xiph.org is dead :(
Iglu47 commented on 2020-05-29 04:17
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libkate/libkate-0.4.1.tar.gz
https://ftp.osuosl.org/pub/xiph/releases/kate/libkate-0.4.1.tar.gz
https://download.videolan.org/contrib/kate/libkate-0.4.1.tar.gz
svinto commented on 2020-05-23 21:50
Build fails in a clean environment.
svinto commented on 2020-05-22 23:44
It seems git.xiph.org isn't online anymore. BUT I found a mirror of the repo on github: https://github.com/Distrotech/libkate
As usual, you should be careful running random code from the internet. But I got it working by editing the PKGBUILD to this:
I'm not sure using https:// instead of git:// is correct, but it seems to work.
programegg commented on 2020-05-08 02:31
I think there is a issue with the source URL. Having issues downloading this and lib32-libtiger.
PedroHLC commented on 2020-03-25 16:55
installing is failing with:
I'm building in a clean-chroot, so please add
python2
to makedepends.DDoSolitary commented on 2019-11-12 11:49
Please either add python3 into makedepends or use
make DESTDIR=$pkgdir PYTHON=/usr/bin/python2 install
inpackage()
, or build will fail in a clean environment.danger89 commented on 2018-12-08 03:41
Yep same issue..
zhenbo commented on 2017-03-20 08:23
Failed to install this package
ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Traceback (most recent call last):
File "/usr/lib32/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib32/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/lib32/python2.7/compileall.py", line 16, in <module>
import struct
File "/usr/lib32/python2.7/struct.py", line 1, in <module>
from _struct import *
ImportError: No module named _struct