Package Details: ffmpeg-libfdk_aac 2:7.0.2-3

Git Clone URL: https://aur.archlinux.org/ffmpeg-libfdk_aac.git (read-only, click to copy)
Package Base: ffmpeg-libfdk_aac
Description: Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)
Upstream URL: https://ffmpeg.org
Licenses: custom:libfdk-aac, GPL-3.0-only
Conflicts: ffmpeg
Provides: ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: korrode
Maintainer: zotan
Last Packager: zotan
Votes: 65
Popularity: 0.111299
First Submitted: 2013-07-12 10:24 (UTC)
Last Updated: 2024-09-21 15:05 (UTC)

Required by (1884)

Sources (2)

Latest Comments

1 2 3 4 5 6 .. 19 Next › Last »

zotan commented on 2024-10-07 16:26 (UTC)

@rAYz, yes, but it's still in staging. If I were to update this package to 7.1, people would get system upgrade failures. I'll update it as soon as the official package update hits extra.

rAYz commented on 2024-10-07 16:24 (UTC)

7.1 was released on 2024-09-30.

salfter commented on 2024-07-07 20:24 (UTC)

I ended up getting it updated with this:

yay -S ffmpeg mpv libplacebo && yay -S ffmpeg-libfdk_aac

Maybe yay -S ffmpeg-libfdk_aac mpv libplacebo would've worked, but I didn't try that.

zotan commented on 2024-07-07 04:37 (UTC)

@salfter you have to rebuild it against the new library version. it gets automatically set to the version of the library it’s built against.

salfter commented on 2024-07-07 04:31 (UTC)

The latest round of updates failed with this error:

resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libplacebo (7.349.0-1) breaks dependency 'libplacebo.so=338-64' required by ffmpeg-libfdk_aac
 -> error installing repo packages

The PKGBUILD doesn't appear to specify a particular version for libplacebo, though. What would be the recommended way to fix this?

zotan commented on 2024-07-03 13:46 (UTC)

@plexman The package depends on the x265 / libx265.so version it links against at build time, which should be whichever version is installed on the system you're building this on. For example, my installed version depends on libx265.so=209-64.

plexman commented on 2024-07-03 06:55 (UTC) (edited on 2024-07-03 06:58 (UTC) by plexman)

Good morning, I can't do a full update of my system because of a x265 dependency of this package:

$ pacman -Syu
...
error: could not prepare the operation (dependencies could not be satisfied)
:: installing x265 (3.6-1) breaks dependency with «libx265.so=199-64», needed for the package ffmpeg-libfdk_aac

I tried updating ffmpeg-libfdk_aac only and then full update, but it's still dependent of that particular version of x265.

zotan commented on 2024-06-21 23:23 (UTC)

And we're finally back in sync with extra/ffmpeg. Apologies for the delay ^^

jonhoo commented on 2024-05-25 10:19 (UTC)

Just tried both builds, and can confirm that --enable-vaapi and --enable-vdpau make no difference to the build! Weee, no more patched PKGBUILD for me :)

zotan commented on 2024-05-25 09:51 (UTC)

Hmm, that's strange. In any case, the PKGBUILD of this package is identical to upstream except for the metadata and the one extra build flag for ffmpeg, so either it's broken in both or in neither ^^