Search Criteria
Package Details: ffmpeg0.10 0.10.16-5
Package Actions
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) |
Dependencies (24)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- gsm
- lame (lame-svn, lame-altivec)
- libass (libass-git)
- libmodplug (libopenmpt-modplug)
- libpulse (libpulse-bluedio, pulseaudio-pali, pulseaudio-dummy, libpulse-nosystemd-git, libpulse-nosystemd, libpulse-nosystemd-minimal-git, libpulse-airplay, pulseaudio-git)
- libtheora (libtheora-git)
- libva (libva-minimal-git, intel-media-stack-bin, libva-git, libva-headless)
- libvorbis.so (libvorbis-git, lib32-libvorbis-git, libvorbis-aotuv, libvorbis-aotuv-lancer, lib32-libvorbis, libvorbis)
- libvorbisenc.so (libvorbis-git, lib32-libvorbis-git, libvorbis-aotuv, libvorbis-aotuv-lancer, lib32-libvorbis, libvorbis)
- libvpx.so (libvpx-full-git, libvpx-git, lib32-libvpx, lib32-libvpx1.3, libvpx, libvpx1.3)
- libx264.so (x264-tmod-git, x264-git, lib32-x264, x264)
- opencore-amr
- openjpeg
- rtmpdump (rtmpdump-ksv-git, rtmpdump-git)
- schroedinger
- sdl (sdl-openglhq, sdl-nokbgrab, sdl-openglhq-nokbgrab, sdl-git, sdl2_compat12-git, sdl12-compat-git, sdl12-compat)
- speex (speex-git)
- v4l-utils (v4l-utils-rockchip, v4l-utils-git)
- Show 4 more dependencies...
Required by (171)
- avisynth-plugin-lsmashsource-git (requires libavcodec.so)
- avisynth-plugin-lsmashsource-git (requires libavutil.so)
- avisynth-plugin-lsmashsource-git (requires libswscale.so)
- avisynth-plugin-lsmashsource-git (requires libavformat.so)
- avisynth-plugin-lsmashsource-git (requires libswresample.so)
- d2vwitch-git (requires libavutil.so)
- d2vwitch-git (requires libavcodec.so)
- d2vwitch-git (requires libavformat.so)
- dolphin-emu-beta-git (requires libavformat.so)
- dolphin-emu-beta-git (requires libavcodec.so)
- dolphin-emu-beta-git (requires libavutil.so)
- dolphin-emu-beta-git (requires libswscale.so)
- dolphin-emu-git (requires libavutil.so)
- dolphin-emu-git (requires libavformat.so)
- dolphin-emu-git (requires libavcodec.so)
- dolphin-emu-git (requires libswscale.so)
- dolphin-emu-ishiiruka-git (requires libavformat.so)
- dolphin-emu-ishiiruka-git (requires libavcodec.so)
- dolphin-emu-ishiiruka-git (requires libavutil.so)
- dolphin-emu-ishiiruka-git (requires libswscale.so)
- Show 151 more...
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?
1 2 3 Next › Last »