Package Details: ffmpeg-libfdk_aac 2:7.1-2

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.046343
First Submitted: 2013-07-12 10:24 (UTC)
Last Updated: 2024-11-07 21:00 (UTC)

Dependencies (112)

Required by (1921)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 Next › Last »

korrode commented on 2015-07-30 13:30 (UTC)

dsreyes1014, do you have libx264=148 *installed*? Or you're trying to perform an update which includes x264 148 and it won't work due to conflicts? If the latter, just temporarily install the normal ffmpeg from the repos while performing an update: pacman -Syu ffmpeg Then once the update is complete, then build and install this package.

dsreyes1014 commented on 2015-07-30 12:04 (UTC)

This package causes a package update conflict with libx264.so which is asking for 'libx264=144' but I have installed on my Arch system 'libx264=148'.

korrode commented on 2015-07-19 08:05 (UTC)

I'm not running Arch or an Arch-based OS on my main system any more so i've intentionally not transitioned my AUR packages over to AUR4, so others can pick them up. All yours bwidawsk :) I'd only request that the package stay true it's original purpose of being the same features/config options as the main ffmpeg package with the only exception being having libfdk-aac enabled.

bwidawsk commented on 2015-07-18 02:55 (UTC)

I took over the package since it didn't survive the aur4 transition and it was flagged out of date for over a month. I'm happy to give it back if requested.

korrode commented on 2015-05-21 10:33 (UTC)

updated, thanks marceliq

marceliq commented on 2015-05-21 07:31 (UTC)

ffmpeg 2.6.3 is avaliable

marceliq commented on 2015-03-07 18:58 (UTC)

ffmpeg 2.6 is available.

korrode commented on 2015-01-14 07:02 (UTC)

@cestlaz: Doing as you propose results in the package not building unless the user has made custom changes to their PGP configuration (as you said). i.e. With the change, if a person installs Arch in the normal fashion, installs base-devel, downloads this package source and does 'makepkg -s', it does not build. Sorry but i don't consider this acceptable.

cestlaz commented on 2015-01-13 19:16 (UTC)

Can you consider adding the PGP signature checking to your PKGBUILD (same as what's now in ABS)? If builders add auto-key-retrieve to the keyserver-options line in their gpg.conf, then the ffmpeg developer key will automatically be added to their keyring (run gpg --list-keys before and after the build to verify) [cestlaz@arch-990fx ~/AUR_builds/ffmpeg-libfdk_aac/ffmpeg-libfdk_aac_2.5.3-1]$ diff PKGBUILD ../ffmpeg-libfdk_aac_2.5.2-1/PKGBUILD 9c9 < pkgver=2.5.3 --- > pkgver=2.5.2 25,28c25,26 < source=(http://ffmpeg.org/releases/$_name-$pkgver.tar.bz2{,.asc}) < validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel < md5sums=('efba7c5cfbea9ce58ff693cd08f90ffa' < 'SKIP') --- > source=(http://ffmpeg.org/releases/$_name-$pkgver.tar.bz2) > md5sums=('308d49d91752ac00ded9483ebaab849d') [cestlaz@arch-990fx ~/AUR_builds/ffmpeg-libfdk_aac/ffmpeg-libfdk_aac_2.5.3-1]$ cat ~/.gnupg/gpg.conf no-greeting no-permission-warning lock-never keyserver hkp://pgp.mit.edu:11371 keyserver-options timeout=10 auto-key-retrieve http://allanmcrae.com/2015/01/two-pgp-keyrings-for-package-management-in-arch-linux/ https://help.ubuntu.com/community/GnuPrivacyGuardHowto#Tips_and_Tricks