Package Details: ffmpeg0.10 0.10.16-5

Git Clone URL: https://aur.archlinux.org/ffmpeg0.10.git (read-only, click to copy)
Package Base: ffmpeg0.10
Description: Complete solution to record, convert and stream audio and video
Upstream URL: http://ffmpeg.org/
Licenses: GPL
Provides: ffmpeg-compat, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Replaces: ffmpeg-compat
Submitter: Barthalion
Maintainer: None
Last Packager: timescam
Votes: 38
Popularity: 0.000000
First Submitted: 2017-01-20 20:26 (UTC)
Last Updated: 2020-02-27 06:26 (UTC)

Required by (171)

Sources (2)

Latest Comments

1 2 3 Next › Last »

pix3l commented on 2021-05-30 07:54 (UTC)

diff --git a/PKGBUILD b/PKGBUILD index 2fd5301..f5683f8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@

pkgname=ffmpeg0.10 pkgver=0.10.16 -pkgrel=5 +pkgrel=6 pkgdesc='Complete solution to record, convert and stream audio and video' arch=('i686' 'x86_64') url='http://ffmpeg.org/' @@ -84,7 +84,7 @@ package() { rm -rf "${pkgdir}"/usr/{bin,share}

install -dm 755 "${pkgdir}"/etc/ld.so.conf.d - echo -e '/usr/lib/\n/usr/lib/ffmpeg0.10/' > "${pkgdir}"/etc/ld.so.conf.d/ffmpeg0.10.conf + echo -e '/usr/lib/ffmpeg0.10/' > "${pkgdir}"/etc/ld.so.conf.d/ffmpeg0.10.conf }

Luckylinux commented on 2020-08-11 14:05 (UTC)

Good Morning. So, yesterday when performing an update I had this feedback: "installing x264 (3: 0.160.r3011.cde9a93-1) breaks the dependency" libx264.so = 159-64 "required by ffmpeg0.10". After thinking for a while, I decided to remove "ffmpeg0.10" (pacman -Rs). Then I updated the system. And then I had to reinstall "schroedinger" and "openjpeg" and then rebuild and install "ffmpeg0.10" again. It has worked so far and it is likely that there is a simpler and more correct method than the one I did.

zombiemeat commented on 2020-02-27 06:10 (UTC)

To build with x264, add the following to prepare()

sed -i 's/x264_bit_depth/X264_BIT_DEPTH/' libavcodec/libx264.c

and "--enable-libx264 \" to "./configure".

mokkurkalve commented on 2019-07-21 09:49 (UTC)

Mm. It compiles in clean chroot with --disable-libx264

mokkurkalve commented on 2019-07-19 12:57 (UTC)

Build in clean chroot fails thus:

(...snip...) In file included from libavcodec/libx264.c:24: libavcodec/avcodec.h:2775:30: note: declared here 2775 | attribute_deprecated int partitions; | ^~~~~~~~~~ libavcodec/libx264.c:541:5: warning: ‘crf’ is deprecated [-Wdeprecated-declarations] 541 | avctx->crf = x4->params.rc.f_rf_constant; | ^~~~~ In file included from libavcodec/libx264.c:24: libavcodec/avcodec.h:2698:32: note: declared here 2698 | attribute_deprecated float crf; | ^~~ libavcodec/libx264.c: In function ‘X264_init_static’: libavcodec/libx264.c:595:9: error: ‘x264_bit_depth’ undeclared (first use in this function) 595 | if (x264_bit_depth == 8) | ^~~~~~~~~~~~~~ make: [common.mak:45: libavcodec/libx264.o] Error 1 make: Waiting for unfinished jobs.... ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /home/eivind/work/build/chroot/eivind/build

framas commented on 2018-09-25 07:12 (UTC)

@Fux I removed "--enable-libx264 \" in PkGBUILD and it did compile for me. I need it for barcoo-clickshare and this works without x264....

naraesk commented on 2018-09-08 17:39 (UTC)

Have the same problem as Fuxy

Fuxy commented on 2018-08-20 02:26 (UTC)

This seems to fail to build for me with : "make: *** [common.mak:45: libavcodec/libx264.o] Error 1"

Dies this happen to anyone else or did i miss something?