Search Criteria
Package Details: bino 1.6.7-1
Git Clone URL: | https://aur.archlinux.org/bino.git (read-only, click to copy) |
---|---|
Package Base: | bino |
Description: | 3D video player with multi-display support |
Upstream URL: | https://bino3d.org/ |
Licenses: | |
Submitter: | jose1711 |
Maintainer: | SunRed (jose1711) |
Last Packager: | SunRed |
Votes: | 10 |
Popularity: | 0.007842 |
First Submitted: | 2016-01-01 21:21 |
Last Updated: | 2018-12-09 21:04 |
Dependencies (7)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi, ffmpeg-amd-full, ffmpeg-full-git, ffmpeg-amd-full-git)
- freealut
- freeglut (freeglut-x11-svn, freeglut-wayland-svn)
- glewmx
- libass (libass-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- lirc (lirc-irdroid, lirc-git, lirc-devinput) (optional) – infrared remote control
Latest Comments
1 2 Next › Last »
balwierz commented on 2020-05-15 23:04
Does not build:
jose1711 commented on 2018-10-17 08:16
please update and fix:
dinas456 commented on 2018-08-13 01:36
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
@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
@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
@Vardamir Run 'gpg --recv-keys F4926138953E5294' before installing.
Vardamir commented on 2017-08-21 16:17
==> Verifying source file signatures with gpg...
bino-1.6.5.tar.xz ... FAILED (public key F4926138953E5294 has been revoked)
==> ERROR: One or more PGP signatures could not be verified!
==> ERROR: Makepkg was unable to build bino.
jose1711 commented on 2016-12-26 13:12
http://lists.nongnu.org/archive/html/bino-list/2016-12/msg00014.html
tuxer commented on 2016-12-22 22:34
Could you please update? Version 1.6.5 is out.
http://bino3d.org/news.html
Thanks!
HellOfBSOD commented on 2016-06-01 17:55
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.