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 .. 10 11 12 13 14 15 16 17 18 19 Next › Last »

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.

gregbert commented on 2016-02-13 20:53 (UTC)

This key appears to no longer be trusted by, at least, keyserver hkp://pool.sks-keyservers.net. nor pgp.mit.edu. i had to skip the pgp check. from archlinux channel: 15:42 < > !g site:pgp.mit.edu FCF986EA15E6E293A5644F10B4322F04D67658D8 15:42 <@ phrik> sudokode: No matches found.

bwidawsk commented on 2016-01-30 16:09 (UTC)

And lest we not forget there are copyright/license/redistribution advantages for only including fdk - to anyone that matters to. It's unfortunate that Fraunhofer didn't go with a more standard license, but what they have is relatively friendly.

alucryd commented on 2016-01-30 10:18 (UTC)

Fair enough.