Search Criteria
Package Details: ffmpeg2.8 2.8.21-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/ffmpeg2.8.git (read-only, click to copy) |
---|---|
Package Base: | ffmpeg2.8 |
Description: | Complete solution to record, convert and stream audio and video |
Upstream URL: | https://ffmpeg.org/ |
Licenses: | GPL-3.0-only |
Provides: | libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavresample.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so |
Submitter: | itsme |
Maintainer: | Muflone |
Last Packager: | Muflone |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2018-05-21 02:33 (UTC) |
Last Updated: | 2024-09-23 00:02 (UTC) |
Dependencies (46)
- alsa-lib
- bzip2 (bzip2-gitAUR)
- dcadecAUR
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- fribidi (fribidi-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gmp (gmp-hgAUR)
- gnutls (gnutls-gitAUR)
- gsm
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- lame (lame-svnAUR, lame-altivecAUR)
- libass.so (libass-gitAUR, libass)
- libbluray.so (lib32-libblurayAUR, libbluray)
- libfreetype.so (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR, freetype2, lib32-freetype2)
- libmodplug (libopenmpt-modplugAUR, libmodplug-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsoxr
- libssh (libssh-gitAUR)
- libtheora (libtheora-gitAUR)
- libva.so (libva-gitAUR, libva-headlessAUR, lib32-libva, libva)
- Show 26 more dependencies...
Required by (267)
- audiowmark (requires libavutil.so)
- audiowmark (requires libswresample.so)
- audiowmark (requires libavformat.so)
- audiowmark (requires libavcodec.so)
- cyanrip-git (requires libavutil.so)
- cyanrip-git (requires libavcodec.so)
- cyanrip-git (requires libavformat.so)
- cyanrip-git (requires libswresample.so)
- cyanrip-git (requires libavfilter.so)
- d2vwitch-git (requires libavcodec.so)
- d2vwitch-git (requires libavutil.so)
- d2vwitch-git (requires libavformat.so)
- darling-cli-devenv-git (requires libavformat.so) (make)
- darling-cli-devenv-git (requires libswresample.so) (make)
- darling-cli-devenv-git (requires libavcodec.so) (make)
- darling-cli-devenv-git (requires libavutil.so) (make)
- darling-cli-devenv-gui-common-git (requires libswresample.so) (make)
- darling-cli-devenv-gui-common-git (requires libavformat.so) (make)
- darling-cli-devenv-gui-common-git (requires libavcodec.so) (make)
- darling-cli-devenv-gui-common-git (requires libavutil.so) (make)
- Show 247 more...
Latest Comments
1 2 3 4 Next › Last »
Muflone commented on 2024-09-23 00:03 (UTC)
@realasking included the patch, thank you
realasking commented on 2024-09-22 03:51 (UTC) (edited on 2024-09-22 03:52 (UTC) by realasking)
After recent updates of Arch:
the folder of freetype's header files named
/usr/include/freetype2/freetype
must be linked as/usr/include/freetype
; and another patch about type declare is also needed :twinstickdrama commented on 2023-10-28 09:04 (UTC)
If others are having issues with binutils >= 2.41, and don't want to downgrade; consider creating and applying a patch of: https://github.com/FFmpeg/FFmpeg/commit/effadce6c756247ea8bae32dc13bb3e6f464f0eb
MarsSeed commented on 2022-03-29 13:08 (UTC) (edited on 2022-06-09 16:14 (UTC) by MarsSeed)
Also please add
depends=(sndio)
or disable it on build options.MarsSeed commented on 2022-03-29 13:03 (UTC)
Please kindly add
options=(!lto)
to prevent build failure if LTO is enabled inmakepkg.conf
.Muflone commented on 2021-05-30 17:18 (UTC)
To solve the invalid PGP signature issue:
gpg --recv-key B4322F04D67658D8
pix3l commented on 2021-05-30 07:52 (UTC)
diff --git a/PKGBUILD b/PKGBUILD index a58c4a4..b07388e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -88,7 +88,7 @@ package() { find "${pkgdir}"/usr/bin -type f -exec mv {} {}2.8 \;
install -dm 755 "${pkgdir}"/etc/ld.so.conf.d - echo -e '/usr/lib/\n/usr/lib/ffmpeg2.8/' > "${pkgdir}"/etc/ld.so.conf.d/50-ffmpeg2.8.conf + echo -e '/usr/lib/ffmpeg2.8/' > "${pkgdir}"/etc/ld.so.conf.d/50-ffmpeg2.8.conf }
# vim: ts=2 sw=2 et:
Tio commented on 2020-10-20 17:46 (UTC)
Error:
1 2 3 4 Next › Last »