Package Details: ffmpeg3.4 3.4.13-2

Git Clone URL: https://aur.archlinux.org/ffmpeg3.4.git (read-only, click to copy)
Package Base: ffmpeg3.4
Description: Library to record, convert and stream audio and video (legacy v3.4 branch, with libavcodec v57)
Upstream URL: https://ffmpeg.org
Licenses: GPL-3.0-only
Conflicts: ffmpeg-compat-57, ffmpeg-full3.4
Provides: ffmpeg-compat-57, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavresample.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: MarsSeed
Maintainer: MarsSeed (HurricanePootis)
Last Packager: HurricanePootis
Votes: 26
Popularity: 0.000014
First Submitted: 2022-05-29 00:12 (UTC)
Last Updated: 2024-04-02 03:57 (UTC)

Required by (256)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

WSDMatty commented on 2019-10-31 13:41 (UTC)

@E3LDDfrK I'm not sure exactly why that error pops up, but rebuilding ffmpeg-compat-57 solves the problem. looking at the pkgbuild and deps, ffmpeg- doesn't explicitly require libx265.so=176-64, I think that's some leftover fluff from a previous release of this package.

@fabiocorbo Added an upstream patch to fix the compiler errors you mentioned.

E3LDDfrK commented on 2019-10-30 23:58 (UTC) (edited on 2019-10-30 23:59 (UTC) by E3LDDfrK)

ALso got this error:

installing x265 (3.2-1) breaks dependency 'libx265.so=176-64' required by ffmpeg-compat-57

The solution was just uninstall ffmpeg-compat-57 and reinstall it.

But any idea what I did wrong originally? I almost always installed packages with an AUR helper called pikaur. Never had the error before.

WSDMatty commented on 2019-09-30 13:08 (UTC)

@fabiocorbo

Those are not errors. Those are warnings. If you had to interrupt the progress, that means it is building just fine, those are just warnings to let you know about things that could-and-should be addressed, but are not detrimental to the build/run of the package.

If the message says "warning:" You can ignore it unless it causes problems with the program running.

If the message says "error:" and the build process stops, You need to fix a problem before the program will build.

fabiocorbo commented on 2019-08-31 16:32 (UTC) (edited on 2019-08-31 17:28 (UTC) by fabiocorbo)

Hi, I'm trying to compile ffmpeg-compat57 both from pamac and from terminal, but I get errors like theese: CC libavdevice/alldevices.o In file included from ./libavutil/common.h:464, from ./libavutil/avutil.h:296, from ./libavutil/log.h:25, from libavdevice/avdevice.h:48, from libavdevice/alldevices.c:23: ./libavutil/mem.h:341:1: warning: ‘alloc_size’ attribute ignored on a function returning ‘int’ [-Wattributes] 341 | av_alloc_size(2, 3) int av_reallocp_array(void ptr, size_t nmemb, size_t size); | ^~~~~~~~~~~~~ CC libavdevice/alsa.o In file included from ./libavutil/common.h:464, from ./libavutil/avutil.h:296, from ./libavutil/log.h:25, from libavdevice/avdevice.h:48, from libavdevice/alsa.c:32: ./libavutil/mem.h:341:1: warning: ‘alloc_size’ attribute ignored on a function returning ‘int’ [-Wattributes] 341 | av_alloc_size(2, 3) int av_reallocp_array(void ptr, size_t nmemb, size_t size); | ^~~~~~~~~~~~~ CC libavdevice/alsa_dec.o In file included from ./libavutil/common.h:464, from ./libavutil/avutil.h:296, from ./libavutil/log.h:25, from ./libavutil/timer.h:49, from ./libavutil/internal.h:42, from libavdevice/alsa_dec.c:50: ./libavutil/mem.h:341:1: warning: ‘alloc_size’ attribute ignored on a function returning ‘int’ [-Wattributes] 341 | av_alloc_size(2, 3) int av_reallocp_array(void ptr, size_t nmemb, size_t size); | ^~~~~~~~~~~~~ CC libavdevice/alsa_enc.o In file included from ./libavutil/common.h:464, from ./libavutil/avutil.h:296, from ./libavutil/log.h:25, from ./libavutil/timer.h:49, from ./libavutil/internal.h:42, from libavdevice/alsa_enc.c:42: ./libavutil/mem.h:341:1: warning: ‘alloc_size’ attribute ignored on a function returning ‘int’ [-Wattributes] 341 | av_alloc_size(2, 3) int av_reallocp_array(void ptr, size_t nmemb, size_t size); | ^~~~~~~~~~~~~ CC libavdevice/avdevice.o In file included from ./libavutil/common.h:464, from ./libavutil/avutil.h:296, from ./libavutil/avassert.h:31, from libavdevice/avdevice.c:19: ./libavutil/mem.h:341:1: warning: ‘alloc_size’ attribute ignored on a function returning ‘int’ [-Wattributes] 341 | av_alloc_size(2, 3) int av_reallocp_array(void *ptr, size_t nmemb, size_t size); | ^~~~~~~~~~~~~ I had to interrumpt the process because it keeps going on like this. Please, can someone help me? I'm using manjaro xfce18

jerz4evr commented on 2019-03-07 20:35 (UTC) (edited on 2019-03-07 20:36 (UTC) by jerz4evr)

@Ketchup901: First, you need to remove the old package by running sudo pacman -R ffmpeg-compat-57, run an update (sudo pacman -Syu) and go back to the directory which you cloned this repository (assuming you used git) and run makepkg -fsi. This should rebuild the package properly.

Ketchup901 commented on 2019-03-06 08:12 (UTC) (edited on 2019-03-06 08:12 (UTC) by Ketchup901)

Prevents update of libvpx:

:: installing libvpx (1.8.0-1) breaks dependency 'libvpx.so=5-64' required by ffmpeg-compat-57

jshap commented on 2019-02-06 00:41 (UTC)

@Plailect do a clean build (makepkg -f)

<deleted-account> commented on 2019-02-05 18:47 (UTC)

I am currently getting the following trying to install this:

:: unable to satisfy dependency 'libx265.so=165-64' required by ffmpeg-compat-57

This seems to be caused by the recent update to libx265.

SonnyX commented on 2018-11-12 15:56 (UTC) (edited on 2018-11-12 15:57 (UTC) by SonnyX)

@applebloom Yes it is for programs that require these libraries during runtime. I originally set it up for Atom if I remember correctly, I used the git version of ffmpeg which provided newer version libraries than the program looked for. Therefor I created this package as I figured other people would probably run into the same issue as me. I already stopped using the program and thus this package, but it is here for whoever still requires it.

applebloom commented on 2018-11-12 15:08 (UTC)

@SonnyX Thanks for explaining. So this package is for programs that are already built and just need the so files to link with?