Package Details: bino 2.3-1

Git Clone URL: https://aur.archlinux.org/bino.git (read-only, click to copy)
Package Base: bino
Description: A video player with focus on 3D and Virtual Reality
Upstream URL: https://bino3d.org/
Licenses: GPL-3.0-or-later
Submitter: jose1711
Maintainer: SunRed
Last Packager: SunRed
Votes: 10
Popularity: 0.000000
First Submitted: 2016-01-01 21:21 (UTC)
Last Updated: 2024-10-06 17:01 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

ViGA-FR commented on 2021-06-16 10:39 (UTC) (edited on 2021-06-16 10:48 (UTC) by ViGA-FR)

error with GPG signature

==> Validation des fichiers source avec sha512sums…
bino-1.6.7.tar.xz ... Réussite
bino-1.6.7.tar.xz.sig ... Ignoré
==> Vérification des signatures des fichiers sources grâce à gpg…
bino-1.6.7.tar.xz ... ÉCHEC (Clé publique inconnue 03A2A4AB1E32FD34)
==> ERREUR : Une ou plusieurs signatures PGP n’ont pas pu être vérifiées.

english translate
==> Validating source files with sha512sums…
bino-1.6.7.tar.xz ... Success
bino-1.6.7.tar.xz.sig ... Ignored
==> Verification of source file signatures using gpg ...
bino-1.6.7.tar.xz ... FAIL (Unknown public key 03A2A4AB1E32FD34)
==> ERROR: One or more PGP signatures could not be verified.

fishbone222 commented on 2021-04-15 09:02 (UTC)

I had the same problem as balwierz today. I just removed the setting of environment variables in the build() section:

--libglewmx_CFLAGS="$(pkg-config --cflags glew)" libglewmx_LIBS="$(pkg-config --libs glew)" ./configure \
++./configure \

balwierz commented on 2020-05-15 23:04 (UTC) (edited on 2020-05-15 23:04 (UTC) by balwierz)

Does not build:

/usr/bin/ld: video_output.o: in function `video_output::color_init(int, parameters const&, video_frame const&)':
video_output.cpp:(.text+0x597b): undefined reference to `glewContextIsSupported'
/usr/bin/ld: video_output_qt.o: in function `video_output_qt::init()':
video_output_qt.cpp:(.text+0x377a): undefined reference to `glewContextInit'
/usr/bin/ld: video_output_qt.cpp:(.text+0x37a3): undefined reference to `glewContextIsSupported'

jose1711 commented on 2018-10-17 08:16 (UTC) (edited on 2018-10-17 08:18 (UTC) by jose1711)

please update and fix:

pkgname=bino
pkgver=1.6.7
pkgrel=1
pkgdesc="3D video player with multi-display support"
arch=('i686' 'x86_64')
url="http://bino3d.org/"
license=('GPL3')
depends=('ffmpeg' 'freealut' 'freeglut' 'glew' 'libass' 'qt5-base')
optdepends=('lirc: for infrared remote control')
source=(https://bino3d.org/releases/$pkgname-$pkgver.tar.xz 'gui_common.h')
md5sums=('54dcaea515838db50d6e2c5b1a9d32d9'
         'c152d0a10fcf712760919a5892f87a6d')

prepare() {
  cd $srcdir/$pkgname-$pkgver
  sed -i 's/CXXFLAGS -fPIE/& -fPIC/' configure
}

build() {
  cp $srcdir/gui_common.h $srcdir/$pkgname-$pkgver/src
  cd $srcdir/$pkgname-$pkgver
  # libglewmx* env variables are to fix compilation issue
  # when both glew and glew1.6 are installed
  # details at https://gitlab.marlam.de/marlam/bino/issues/1
  libglewmx_CFLAGS="$(pkg-config --cflags glew)" libglewmx_LIBS="$(pkg-config --libs glew)" ./configure \
              --prefix=/usr \
              --with-qt-version=5 \
  #           --with-xnvctrl # Enable NVIDIA Quadro SDI output
  sed -i '/am__append_.* = -DGLEW_MX/d' src/Makefile
  make
}

package() {
  cd $srcdir/$pkgname-$pkgver
  make DESTDIR=$pkgdir install
}

dinas456 commented on 2018-08-13 01:36 (UTC) (edited on 2018-08-13 01:42 (UTC) by dinas456)

Two errors while building.

media_object.cpp:908:60: error: ‘CODEC_CAP_DR1’ was not declared in this scope

if (lowres || (codec && (codec->capabilities & CODEC_CAP_DR1)))

media_object.cpp:909:37: error: ‘CODEC_FLAG_EMU_EDGE’ was not declared in this scope

codec_ctx->flags |= CODEC_FLAG_EMU_EDGE;


And seems related to this. (2018/08/02)

Disable obsolete code to fix building with latest FFmpeg.

https://gitlab.marlam.de/marlam/bino/commit/844a2413740464fe87e4f99e7c18090db7578ca8

SunRed commented on 2017-08-25 18:13 (UTC)

@Vardamir After I've reimported the key, I got the error aswell. I removed the signature for now.

Vardamir commented on 2017-08-22 16:00 (UTC)

@SunRed I have tried that, but the key is revoked. gpg --lsign F4926138953E5294 The following key was revoked on 2017-08-18 by RSA key F4926138953E5294 Martin Lambers <marlam@marlam.de>

SunRed commented on 2017-08-21 21:27 (UTC)

@Vardamir Run 'gpg --recv-keys F4926138953E5294' before installing.