Package Details: python-av-git 9.2.0.r10.g1d892a7-1

Git Clone URL: https://aur.archlinux.org/python-av-git.git (read-only, click to copy)
Package Base: python-av-git
Description: Pythonic bindings for FFmpeg
Upstream URL: https://github.com/mikeboers/PyAV
Licenses: BSD
Conflicts: python-av
Provides: python-av
Submitter: jerry73204
Maintainer: None
Last Packager: lmartinez-mirror
Votes: 0
Popularity: 0.000000
First Submitted: 2018-07-21 17:40 (UTC)
Last Updated: 2022-08-20 18:46 (UTC)

Required by (6)

Sources (1)

Latest Comments

someone2639 commented on 2023-08-03 17:29 (UTC)

Currently fails to build with Cython 3.0.0 as of 2 weeks ago, see https://github.com/PyAV-Org/PyAV/issues/1140; Proposed solutions are currently workarounds.

carlosal1015 commented on 2022-04-03 01:59 (UTC)

Similar issue.

src/av/stream.c: In function ‘__pyx_f_2av_6stream_wrap_stream’:
src/av/stream.c:2251:27: error: ‘struct AVStream’ has no member named ‘codec’
 2251 |   switch (__pyx_v_c_stream->codec->codec_type) {
      |                           ^~
src/av/stream.c: In function ‘__pyx_f_2av_6stream_6Stream__init’:
src/av/stream.c:2869:29: error: ‘struct AVStream’ has no member named ‘codec’
 2869 |   __pyx_t_1 = __pyx_v_stream->codec;
      |                             ^~
src/av/stream.c:2989:15: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
 2989 |     __pyx_t_6 = __pyx_v_self->_codec_context->codec;
      |               ^
src/av/stream.c: In function ‘__pyx_f_2av_6stream_6Stream__finalize_for_output’:
src/av/stream.c:3774:130: error: ‘struct AVStream’ has no member named ‘codec’
 3774 |   __pyx_t_7 = __pyx_f_2av_5error_err_check(avcodec_parameters_from_context(__pyx_v_self->_stream->codecpar, __pyx_v_self->_stream->codec), 0, NULL); if (unlikely(__pyx_t_7 == ((int)-1))) __PYX_ERR(0, 150, __pyx_L1_error)
      |                                                                                                                                  ^~
error: command '/usr/sbin/gcc' failed with exit code 1

allexj commented on 2022-02-11 14:13 (UTC)

-> Creating working copy of python-av git repo... Cloning into 'python-av'... done. fatal: invalid reference: origin/master ==> ERROR: Failure while creating working copy of python-av git repo Aborting... -> error making: python-av-git

peippo commented on 2019-07-04 11:41 (UTC)

Thanks!

jerry73204 commented on 2019-07-04 11:35 (UTC)

Nice advice. I made the change accordingly.

peippo commented on 2019-07-04 10:54 (UTC)

Thanks for this package!

Could you add provides=('python-av') and conflicts=('python-av') to the PKGBUILD, so dependencies could be handled in a cleaner way? Thanks!