blob: bfb2331d4cfdf6eb9ba4cb886a2c8cd5fab02626 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = mingw-w64-ffmpeg-minimal
pkgdesc = Complete solution to record, convert and stream audio and video (mingw-w64)
pkgver = 4.1.3
pkgrel = 1
epoch = 1
url = http://ffmpeg.org/
arch = any
license = LGPL
makedepends = mingw-w64-gcc
makedepends = mingw-w64-pkg-config
makedepends = git
makedepends = yasm
depends = mingw-w64-crt
depends = mingw-w64-bzip2
depends = mingw-w64-zlib
provides = mingw-w64-ffmpeg
conflicts = mingw-w64-ffmpeg
options = !strip
options = !buildflags
options = staticlibs
source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.1.3
sha256sums = SKIP
pkgname = mingw-w64-ffmpeg-minimal
|