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: BSD
Submitter: orumin
Maintainer: rodrigo21
Last Packager: rodrigo21
Votes: 5
Popularity: 0.000000
First Submitted: 2016-06-06 08:22 (UTC)
Last Updated: 2020-11-26 15:11 (UTC)

Latest Comments

1 2 Next › Last »

abcfy2 commented on 2020-08-19 18:07 (UTC)

git.xiph.org is dead, please fix.

tannisroot commented on 2020-08-12 10:31 (UTC)

git.xiph.org is dead :(

Iglu47 commented on 2020-05-29 04:17 (UTC)

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

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,22 +10,18 @@
 license=('BSD')
 arch=('x86_64')
 depends=('lib32-libogg' 'lib32-libpng' 'libkate')
-makedepends=('pkg-config' 'git')
-source=("$_basename::git+git://git.xiph.org/users/oggk/kate.git#tag=kate-${pkgver}"
+makedepends=('pkg-config')
+source=("https://ftp.osuosl.org/pub/xiph/releases/kate/${_basename}-${pkgver}.tar.gz"
         0001-Fix-automake-warnings.patch)
-sha512sums=('SKIP'
+sha512sums=('2635237753abc0f6c43fc07bd0ecc57c2f3c893efa6c62ad08de9191045612477302ed45acd61cdfea7447efd654ebbe0ed2d6a2cbf867eb834581d7ee43377b'
             '525d120cddd040441859f2783e6e566da631ba304074bfa40a34399879fc3053577e8e71ef804168aeef519fac62e205829b50a61d770cddd46f7dbfba660842')

 prepare() {
-    cd $_basename
-
-    patch -Np1 -i "$srcdir/0001-Fix-automake-warnings.patch"
-
-    ./autogen.sh
+    cd "${srcdir}/${_basename}-${pkgver}"
 }

 build() {
-    cd $_basename
+    cd "${srcdir}/${_basename}-${pkgver}"

     export CC='gcc -m32'
     export CXX='g++ -m32'
@@ -43,7 +39,7 @@
 }

 package() {
-    cd $_basename
+    cd "${srcdir}/${_basename}-${pkgver}"

     make DESTDIR=$pkgdir PYTHON=/usr/bin/python2 install

svinto commented on 2020-05-23 21:50 (UTC)

Build fails in a clean environment.

../../misc/autotools/py-compile: line 137: /usr/bin/python2: No such file or directory

svinto commented on 2020-05-22 23:44 (UTC) (edited on 2020-05-22 23:52 (UTC) by svinto)

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:

source=("$_basename::git+https://github.com/Distrotech/libkate.git#tag=kate-${pkgver}"

I'm not sure using https:// instead of git:// is correct, but it seems to work.

programegg commented on 2020-05-08 02:31 (UTC) (edited on 2020-05-08 02:31 (UTC) by programegg)

I think there is a issue with the source URL. Having issues downloading this and lib32-libtiger.

Cloning into bare repository '/home/brent/.cache/yay/lib32-libkate/libkate'...
fatal: unable to connect to git.xiph.org:
git.xiph.org[0: 2001:470:eb26:54::1]: errno=Connection timed out
git.xiph.org[1: 140.211.15.28]: errno=Connection timed out

==> ERROR: Failure while downloading libkate git repo Aborting... Error downloading sources: lib32-libkate

PedroHLC commented on 2020-03-25 16:55 (UTC)

installing is failing with:

py-compile: line 118: /usr/bin/python2: No such file or directory

I'm building in a clean-chroot, so please add python2 to makedepends.

DDoSolitary commented on 2019-11-12 11:49 (UTC)

Please either add python3 into makedepends or use make DESTDIR=$pkgdir PYTHON=/usr/bin/python2 install in package(), or build will fail in a clean environment.

melroy89 commented on 2018-12-08 03:41 (UTC)

Yep same issue..