Package Details: bino-git 1.6.8-2

Git Clone URL: https://aur.archlinux.org/bino-git.git (read-only, click to copy)
Package Base: bino-git
Description: Stereoscopic 3D video player with multi-display support.
Upstream URL: http://bino3d.org/
Licenses: GPLv3
Conflicts: bino
Provides: bino
Submitter: aksr
Maintainer: ramen
Last Packager: ramen
Votes: 10
Popularity: 0.000005
First Submitted: 2012-04-07 04:57 (UTC)
Last Updated: 2022-08-30 13:52 (UTC)

Required by (0)

Sources (2)

Latest Comments

jose1711 commented on 2021-04-07 23:33 (UTC) (edited on 2021-04-07 23:33 (UTC) by jose1711)

PKGBUILD is using an old git repository. Here's what I did to fix building:

 changelog=
 install=
-source=("$pkgname::git+http://git.savannah.gnu.org/r/bino.git")
+source=("$pkgname::git+https://git.marlam.de/git/bino.git")
 noextract=()
 md5sums=('SKIP')

@@ -28,6 +28,11 @@
   git describe --tags | sed -E 's/([^-]*-g)/r\1/;s/-/./g;s/^bino.//'
 }

+prepare() {
+  # it reads from terminal so user must hit Enter
+  gettextize -f "$srcdir/$pkgname"
+}
+
 build() {
   cd "$srcdir/$pkgname"
   autoreconf -i

jose1711 commented on 2021-04-06 12:05 (UTC)

Reported upstream as https://github.com/marlam/bino-mirror/issues/9

HellOfBSOD commented on 2016-06-01 17:55 (UTC)

This doesn't compile with the new version of FFMPEG. Must replace the following definitions : PixelFormat with AVPixelFormat PIX_FMT_* with AV_PIX_FMT_* Needs to be compiled with --without-lirc or needs troubleshooting for lirc integration After these, it compiles and launches but doesn't work, outputing opengl errors.