Package Details: octave-video 2.1.1-1

Git Clone URL: https://aur.archlinux.org/octave-video.git (read-only, click to copy)
Package Base: octave-video
Description: A wrapper for ffmpeg's libavformat and libavcodec, implementing addframe, avifile, aviinfo and aviread.
Upstream URL: https://gnu-octave.github.io/packages/video/
Licenses: FreeBSD
Groups: octave-forge
Submitter: wangjiezhe
Maintainer: pingplug
Last Packager: pingplug
Votes: 4
Popularity: 0.000000
First Submitted: 2015-12-24 02:00 (UTC)
Last Updated: 2023-07-15 15:14 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

gloomy commented on 2023-02-16 14:05 (UTC) (edited on 2023-02-16 14:06 (UTC) by gloomy)

I get tons of compile errors when trying to install:

make: Entering directory '/tmp/oct-T55zn7/video-2.0.2/src'
/usr/bin/mkoctfile-7.3.0 --verbose -Wall -v  -DPACKAGE_NAME=\"Octave-Forge\ video\ package\" -DPACKAGE_TARNAME=\"octave-forge-video-package\" -DPACKAGE_VERSION=\"2.0.2\" -DPACKAGE_STRING=\"Octave-Forge\ video\ p
ackage\ 2.0.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" cap_ffmpeg_wrapper.cc  -lswscale -lavformat -lavcodec -lavutil  
g++ -c  -fPIC -I/usr/include/octave-7.3.0/octave/.. -I/usr/include/octave-7.3.0/octave  -pthread -fopenmp -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -We
rror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wall   -DPACKAGE_NAME="Octave-Forge video package" -DPACKAGE_TARNAME="octave-forge-video-package" -DPACKAGE_VERSI
ON="2.0.2" -DPACKAGE_STRING="Octave-Forge video package 2.0.2" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" cap_ffmpeg_wrapper.cc -o /tmp/oct-bDwsMH.o
In file included from cap_ffmpeg_impl_ov.hpp:83,
                 from cap_ffmpeg_wrapper.cc:18:
ffmpeg_codecs.hpp:81:26: error: ‘CODEC_ID_H264’ was not declared in this scope; did you mean ‘AV_CODEC_ID_H264’?
   81 | #define AV_CODEC_ID_H264 CODEC_ID_H264
      |                          ^~~~~~~~~~~~~
ffmpeg_codecs.hpp:146:7: note: in expansion of macro ‘AV_CODEC_ID_H264’
  146 |     { AV_CODEC_ID_H264, MKTAG('H', '2', '6', '4') },
      |       ^~~~~~~~~~~~~~~~
ffmpeg_codecs.hpp:81:26: error: ‘CODEC_ID_H264’ was not declared in this scope; did you mean ‘AV_CODEC_ID_H264’?
   81 | #define AV_CODEC_ID_H264 CODEC_ID_H264
      |                          ^~~~~~~~~~~~~
.... hundreds more like this