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.4.2 | version : '4.0' | ||||
| release : 49 | release : 50 | ||||
| source : | source : | ||||
| - https://ffmpeg.org/releases/ffmpeg-3.4.2.tar.xz : 2b92e9578ef8b3e49eeab229e69305f5f4cbc1fdaa22e927fc7fca18acccd740 | - https://ffmpeg.org/releases/ffmpeg-4.0.tar.xz : ed945daf40b124e77a685893cc025d086f638bc703183460aff49508edb3a43f | ||||
| license : | license : | ||||
| - LGPL-3.0 | - LGPL-3.0-or-later | ||||
| - GPL-3.0 | - GPL-3.0-or-later | ||||
| component : multimedia.codecs | component : multimedia.codecs | ||||
| summary : A complete, cross-platform solution to record, convert and stream audio | summary : A complete, cross-platform solution to record, convert and stream audio and video | ||||
| and video. | |||||
| description: | | description: | | ||||
| FFmpeg is a multimedia framework, able to decode, encode, transcode, mux, demux, | FFmpeg is a multimedia framework, able to decode, encode, transcode, mux, demux, | ||||
| stream, filter and play several formats that humans and machines have created. | stream, filter and play several formats that humans and machines have created. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(alsa) | - pkgconfig(alsa) | ||||
| - pkgconfig(caca) | - pkgconfig(caca) | ||||
| - pkgconfig(fdk-aac) | - pkgconfig(fdk-aac) | ||||
| - pkgconfig(fontconfig) | - pkgconfig(fontconfig) | ||||
| - pkgconfig(freetype2) | - pkgconfig(freetype2) | ||||
| - pkgconfig(fribidi) | - pkgconfig(fribidi) | ||||
| - pkgconfig(gl) | - pkgconfig(gl) | ||||
| - pkgconfig(gnutls) | |||||
| - pkgconfig(libaacs) | - pkgconfig(libaacs) | ||||
| - pkgconfig(libass) | - pkgconfig(libass) | ||||
| - pkgconfig(libbluray) | - pkgconfig(libbluray) | ||||
| - pkgconfig(libcdio_paranoia) | - pkgconfig(libcdio_paranoia) | ||||
| - pkgconfig(libopenjp2) | - pkgconfig(libopenjp2) | ||||
| - pkgconfig(libpulse) | - pkgconfig(libpulse) | ||||
| - pkgconfig(libssh) | - pkgconfig(libssh) | ||||
| - pkgconfig(libv4l2) | - pkgconfig(libv4l2) | ||||
| Show All 26 Lines | ./configure --prefix=/usr \ | ||||
| --libdir=%libdir% \ | --libdir=%libdir% \ | ||||
| --disable-debug \ | --disable-debug \ | ||||
| --disable-stripping \ | --disable-stripping \ | ||||
| --enable-shared \ | --enable-shared \ | ||||
| --disable-static \ | --disable-static \ | ||||
| --enable-avisynth \ | --enable-avisynth \ | ||||
| --enable-avresample \ | --enable-avresample \ | ||||
| --enable-gcrypt \ | --enable-gcrypt \ | ||||
| --enable-gnutls \ | |||||
| --enable-gpl \ | --enable-gpl \ | ||||
| --enable-libass \ | --enable-libass \ | ||||
| --enable-libbluray \ | --enable-libbluray \ | ||||
| --enable-libcaca \ | --enable-libcaca \ | ||||
| --enable-libcdio \ | --enable-libcdio \ | ||||
| --enable-libfdk-aac \ | --enable-libfdk-aac \ | ||||
| --enable-libfontconfig \ | --enable-libfontconfig \ | ||||
| --enable-libfreetype \ | --enable-libfreetype \ | ||||
| Show All 19 Lines | ./configure --prefix=/usr \ | ||||
| --enable-opengl \ | --enable-opengl \ | ||||
| --enable-openssl \ | --enable-openssl \ | ||||
| --enable-sdl2 \ | --enable-sdl2 \ | ||||
| --enable-version3 | --enable-version3 | ||||
| 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.