Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : ffmpeg | name : ffmpeg | ||||
| homepage : https://www.ffmpeg.org/ | homepage : https://www.ffmpeg.org/ | ||||
| version : 3.2.4 | version : 3.3.2 | ||||
| release : 34 | release : 35 | ||||
| source : | source : | ||||
| - https://ffmpeg.org/releases/ffmpeg-3.2.4.tar.xz : 6e38ff14f080c98b58cf5967573501b8cb586e3a173b591f3807d8f0660daf7a | - https://ffmpeg.org/releases/ffmpeg-3.3.2.tar.xz : 1998de1ab32616cbf2ff86efc3f1f26e76805ec5dc51e24c041c79edd8262785 | ||||
| license : LGPL-3.0 | license : | ||||
| - LGPL-3.0 | |||||
| - GPL-3.0 | |||||
| component : multimedia.codecs | component : multimedia.codecs | ||||
| summary : A complete, cross-platform solution to record, convert and stream audio and video. | summary : A complete, cross-platform solution to record, convert and stream audio and video. | ||||
| description: | | description: | | ||||
| A complete, cross-platform solution to record, convert and stream audio and video. | FFmpeg is a multimedia framework, able to decode, encode, transcode, mux, demux, | ||||
| stream, filter and play several formats that humans and machines have created. | |||||
| builddeps : | builddeps : | ||||
| - pkgconfig(alsa) | - pkgconfig(alsa) | ||||
| - pkgconfig(caca) | |||||
| - pkgconfig(fdk-aac) | |||||
| - pkgconfig(fontconfig) | |||||
| - pkgconfig(freetype2) | - pkgconfig(freetype2) | ||||
| - pkgconfig(fribidi) | - pkgconfig(fribidi) | ||||
| - pkgconfig(gl) | - pkgconfig(gl) | ||||
| - pkgconfig(gnutls) | - pkgconfig(gnutls) | ||||
| - pkgconfig(libaacs) | - pkgconfig(libaacs) | ||||
| - pkgconfig(libass) | - pkgconfig(libass) | ||||
| - pkgconfig(libbluray) | - pkgconfig(libbluray) | ||||
| - pkgconfig(libcdio_paranoia) | |||||
| - pkgconfig(libopenjp2) | |||||
| - pkgconfig(libpulse) | - pkgconfig(libpulse) | ||||
| - pkgconfig(libssh) | |||||
| - pkgconfig(libv4l2) | - pkgconfig(libv4l2) | ||||
| - pkgconfig(libva) | - pkgconfig(libva) | ||||
| - pkgconfig(libwebp) | |||||
| - pkgconfig(ogg) | - pkgconfig(ogg) | ||||
| - pkgconfig(openal) | |||||
| - pkgconfig(openssl) | - pkgconfig(openssl) | ||||
| - pkgconfig(opus) | - pkgconfig(opus) | ||||
| - pkgconfig(sdl) | |||||
| - pkgconfig(sdl2) | - pkgconfig(sdl2) | ||||
| - pkgconfig(snappy) | |||||
| - pkgconfig(speex) | - pkgconfig(speex) | ||||
| - pkgconfig(theora) | - pkgconfig(theora) | ||||
| - pkgconfig(twolame) | - pkgconfig(twolame) | ||||
| - pkgconfig(vdpau) | - pkgconfig(vdpau) | ||||
| - pkgconfig(vorbis) | - pkgconfig(vorbis) | ||||
| - pkgconfig(vpx) | - pkgconfig(vpx) | ||||
| - pkgconfig(x11) | |||||
| - pkgconfig(x264) | - pkgconfig(x264) | ||||
| - pkgconfig(x265) | - pkgconfig(x265) | ||||
| - pkgconfig(xv) | - pkgconfig(xv) | ||||
| - pkgconfig(zimg) | |||||
| - lame-devel | - lame-devel | ||||
| - libgcrypt-devel | |||||
| - xvidcore-devel | - xvidcore-devel | ||||
| patterns : | patterns : | ||||
| - devel : [/usr/share/man/man3*] | - devel : [/usr/share/man/man3*] | ||||
| setup : | | setup : | | ||||
| # Revisit to enable All The Things | |||||
| ./configure --prefix=/usr \ | ./configure --prefix=/usr \ | ||||
| --libdir=%libdir% \ | --libdir=%libdir% \ | ||||
| --disable-debug \ | |||||
| --disable-stripping \ | |||||
| --enable-shared \ | --enable-shared \ | ||||
| --disable-static \ | --disable-static \ | ||||
| --enable-avisynth \ | --enable-avisynth \ | ||||
| --enable-avresample \ | --enable-avresample \ | ||||
| --enable-gcrypt \ | |||||
| --enable-gnutls \ | --enable-gnutls \ | ||||
| --enable-gpl \ | --enable-gpl \ | ||||
| --enable-libass \ | --enable-libass \ | ||||
| --enable-libbluray \ | --enable-libbluray \ | ||||
| --enable-libcaca \ | |||||
| --enable-libcdio \ | |||||
| --enable-libfdk-aac \ | |||||
| --enable-libfontconfig \ | |||||
| --enable-libfreetype \ | --enable-libfreetype \ | ||||
| --enable-libfribidi \ | |||||
| --enable-libmp3lame \ | --enable-libmp3lame \ | ||||
| --enable-libopus \ | --enable-libopus \ | ||||
| --enable-libpulse \ | --enable-libpulse \ | ||||
| --enable-libsnappy \ | |||||
| --enable-libspeex \ | --enable-libspeex \ | ||||
| --enable-libssh \ | |||||
| --enable-libtheora \ | --enable-libtheora \ | ||||
| --enable-libtwolame \ | --enable-libtwolame \ | ||||
| --enable-libv4l2 \ | --enable-libv4l2 \ | ||||
| --enable-libvorbis \ | --enable-libvorbis \ | ||||
| --enable-libvpx \ | --enable-libvpx \ | ||||
| --enable-libwebp \ | |||||
| --enable-libx264 \ | --enable-libx264 \ | ||||
| --enable-libx265 \ | --enable-libx265 \ | ||||
| --enable-libxvid \ | --enable-libxvid \ | ||||
| --enable-libzimg \ | |||||
| --enable-nonfree \ | --enable-nonfree \ | ||||
| --enable-openal \ | |||||
| --enable-opengl \ | --enable-opengl \ | ||||
| --enable-openssl \ | --enable-openssl \ | ||||
| --enable-sdl2 \ | --enable-sdl2 \ | ||||
| --enable-vaapi \ | --enable-version3 | ||||
| --enable-vdpau \ | |||||
| --enable-version3 \ | |||||
| --enable-x11grab | |||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.