comparison multimedia/ffmpeg/ffmpeg.sh @ 1220:4ccc42bf0284

misc: split .sh with .info
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:26:38 +0200
parents 337f950c30f5
children a47aaf9743a0
comparison
equal deleted inserted replaced
1219:337f950c30f5 1220:4ccc42bf0284
42 # VPX 42 # VPX
43 # WAVPACK 43 # WAVPACK
44 # X264 44 # X264
45 # SDL2 45 # SDL2
46 46
47 PKGNAME=ffmpeg 47 . ./ffmpeg.info
48 PKGVERSION=4.2
49 PKGREVISION=1
50 PKGLICENSE="LGPL-2.1-or-later"
51 PKGSUMMARY="cross-platform solution to convert audio and video"
52 PKGDOWNLOAD="https://ffmpeg.org/releases/$PKGNAME-4.2.tar.bz2"
53 PKGDEPENDS=""
54 PKGOPTIONS="ALSA
55 BLURAY
56 BZIP2
57 CRYPTO
58 FONTCONFIG
59 FRIBIDI
60 GMP
61 JACK
62 LZMA
63 MP3
64 OPENGL
65 OPUS
66 PULSEAUDIO
67 SDL
68 SPEEX
69 SSH
70 SSL
71 SVG
72 THEORA
73 TTF
74 VORBIS
75 WEBP
76 X
77 X265
78 XML
79 ZLIB"
80 48
81 : ${ALSA:=yes} 49 : ${ALSA:=yes}
82 : ${BLURAY:=no} 50 : ${BLURAY:=no}
83 : ${BZIP2:=yes} 51 : ${BZIP2:=yes}
84 : ${CRYPTO:=no} 52 : ${CRYPTO:=no}