Package Details: ffmpeg-libfdk_aac 2:6.1.1-8

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: 64
Popularity: 0.93
First Submitted: 2013-07-12 10:24 (UTC)
Last Updated: 2024-04-24 15:56 (UTC)

Required by (1823)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 Next › Last »

daboka commented on 2016-10-04 12:32 (UTC)

I get this error while trying to update with yaourt: :: ffmpeg-libfdk_aac: installing x265 (2.1-1) breaks dependency 'libx265.so=87-64' The ffmpeg package in the official repo already depends on libx265.so=95-64. Could you update this?

bwidawsk commented on 2016-09-10 04:08 (UTC)

I added the patch. I was getting annoyed of it not building.

<deleted-account> commented on 2016-09-06 01:54 (UTC)

@gabor_zoka, it fails at compiling libavfilter/aeval.c with your patch.but aeval.c compiles without your patch

bwidawsk commented on 2016-08-10 20:41 (UTC)

@gabor_zoka: I am trying to stay in sync with the upstream PKGBUILD as much as possible. I do agree this is annoying.

gabor_zoka commented on 2016-08-10 00:04 (UTC) (edited on 2016-08-10 00:09 (UTC) by gabor_zoka)

https://trac.ffmpeg.org/raw-attachment/ticket/5694/ffmpeg_opj2.patch (see https://trac.ffmpeg.org/ticket/5694) seems to fix the openjpeg 2.1.1 issue. I downloaded it and patched PKGBUILD as per below. Note I did not check if openjpeg feature works, but the comment in the ticket gives some confidence. --- aur-original/ffmpeg-libfdk_aac/PKGBUILD 2016-08-09 23:22:01.000000000 +0100 +++ aur-modified/ffmpeg-libfdk_aac/PKGBUILD 2016-08-10 00:34:02.510311196 +0100 @@ -31,10 +31,17 @@ provides=('libavcodec.so' 'libavdevice.s 'libswscale.so' "ffmpeg=$pkgver") conflicts=("$_name") -source=(http://ffmpeg.org/releases/$_name-$pkgver.tar.bz2{,.asc}) +source=(http://ffmpeg.org/releases/$_name-$pkgver.tar.bz2{,.asc} + ffmpeg_opj2.patch) validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel sha256sums=('62eb8d810b93c1ffc23739c0824a91eabfe5e7be81fab34ce740736a110b70f7' - 'SKIP') + 'SKIP' + '336f14fa497598fbd437fc780305fa7c576fd6cd44aaef77b0b4f61448f55fb8') + +prepare() { + cd $_name-$pkgver + patch -p1 -i ../ffmpeg_opj2.patch +} build() { cd $_name-$pkgver

bwidawsk commented on 2016-07-20 23:21 (UTC)

Thanks @cestlaz. openjpg 1.5.2 should also work fine. This needs an upstream fix either in openjpeg 2.1.1, or ffmpeg. I'm not sure which. I'll try to keep an eye on it.

cestlaz commented on 2016-07-20 22:34 (UTC)

reverting to openjpeg2 2.1.0 works for me https://trac.ffmpeg.org/ticket/5694 I didn't even have openjpeg2 until a recent update installed it, so I got openjpeg 2.1.0 from here https://archive.archlinux.org/packages/o/openjpeg2/

gourdcaptain commented on 2016-07-20 16:41 (UTC)

I'm having the same build error on both of my machines as well.

marceliq commented on 2016-07-20 12:30 (UTC)

Build fails on both of my machines with this error: /usr/bin/ld: libavcodec/libavcodec.so.57: hidden symbol `opj_read_header' isn't defined /usr/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status make: *** [library.mak:100: libavcodec/libavcodec.so.57] Error 1 make: *** Waiting for unfinished jobs....

bwidawsk commented on 2016-02-14 01:12 (UTC)

@gregbert It seems to be working now... pretty sure it was a server issue.