PKGBUILDs/extra/ffmpeg/PKGBUILD

195 lines
4 KiB
Bash
Raw Normal View History

2015-12-20 13:58:12 +00:00
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org>
2015-01-17 15:31:12 +00:00
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: Paul Mattal <paul@archlinux.org>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
2019-02-05 14:00:39 +00:00
# - use -fPIC in host cflags for v7/v8 to fix print_options.c compile
2018-09-21 19:00:45 +00:00
# - remove makedepends on ffnvcodec-headers, remove --enable-nvenc, --enable-nvdec
2018-06-28 13:46:19 +00:00
# - remove depends on aom, remove --enable-libaom
2020-01-13 13:27:39 +00:00
# - remove depends on intel-media-sdk, remove --enable-libmfx
2020-05-11 13:48:16 +00:00
# - remove depends on vmaf, remove --enable-vmaf
2020-07-15 02:26:53 +00:00
# - remove depends on rav1e, remove --enable-librav1e
2021-05-06 14:06:44 +00:00
# - remove depends on svt-av1, remove --enable-libsvtav1
2020-12-05 18:46:30 +00:00
# - remove --enable-lto
2015-01-17 15:31:12 +00:00
pkgname=ffmpeg
2022-09-01 13:55:58 +00:00
pkgver=5.1.1
2022-09-06 17:52:00 +00:00
pkgrel=3
2020-06-16 12:22:30 +00:00
epoch=2
2015-12-20 13:58:12 +00:00
pkgdesc='Complete solution to record, convert and stream audio and video'
2019-02-05 14:00:39 +00:00
arch=(x86_64)
url=https://ffmpeg.org/
license=(GPL3)
2018-06-28 13:46:19 +00:00
depends=(
2019-02-05 14:00:39 +00:00
alsa-lib
bzip2
fontconfig
fribidi
gmp
gnutls
gsm
jack
lame
libass.so
libavc1394
libbluray.so
2022-09-06 17:52:00 +00:00
libbs2b.so
2019-08-06 22:57:29 +00:00
libdav1d.so
2019-02-05 14:00:39 +00:00
libdrm
libfreetype.so
2022-09-06 17:52:00 +00:00
libgl
2019-02-05 14:00:39 +00:00
libiec61883
libmodplug
libpulse
libraw1394
2021-04-27 18:37:59 +00:00
librsvg-2.so
2019-02-05 14:00:39 +00:00
libsoxr
libssh
libtheora
libva.so
libva-drm.so
libva-x11.so
libvdpau
libvidstab.so
libvorbisenc.so
libvorbis.so
libvpx.so
2022-09-06 17:52:00 +00:00
libvulkan.so
2019-02-05 14:00:39 +00:00
libwebp
libx11
libx264.so
libx265.so
libxcb
libxext
libxml2
libxv
libxvidcore.so
2021-03-16 12:39:54 +00:00
libzimg.so
2022-09-06 17:52:00 +00:00
ocl-icd
2019-02-05 14:00:39 +00:00
opencore-amr
openjpeg2
opus
sdl2
speex
2020-04-22 19:57:00 +00:00
srt
2019-02-05 14:00:39 +00:00
v4l-utils
xz
zlib
)
makedepends=(
2020-12-05 18:46:30 +00:00
amf-headers
2020-06-10 12:38:11 +00:00
avisynthplus
2020-12-05 18:46:30 +00:00
clang
2019-02-05 14:00:39 +00:00
git
ladspa
2022-09-06 17:52:00 +00:00
mesa
2019-02-05 14:00:39 +00:00
nasm
2022-09-06 17:52:00 +00:00
opencl-headers
vulkan-headers
2018-06-28 13:46:19 +00:00
)
2020-06-09 16:23:36 +00:00
optdepends=(
'avisynthplus: AviSynthPlus support'
'ladspa: LADSPA filters'
)
2018-06-28 13:46:19 +00:00
provides=(
2019-02-05 14:00:39 +00:00
libavcodec.so
libavdevice.so
libavfilter.so
libavformat.so
libavutil.so
libpostproc.so
libswresample.so
libswscale.so
2018-06-28 13:46:19 +00:00
)
2022-04-05 12:50:00 +00:00
options=(
debug
)
2022-09-06 12:50:25 +00:00
_tag=8536e629f0c35c0e8a2b67e65d3bc60a088fe413
2020-06-09 16:23:36 +00:00
source=(
2022-09-06 12:50:25 +00:00
git+https://git.ffmpeg.org/ffmpeg.git?signed#tag=${_tag}
2022-02-17 19:12:18 +00:00
add-av_stream_get_first_dts-for-chromium.patch
2020-06-09 16:23:36 +00:00
)
2022-08-19 18:40:50 +00:00
b2sums=('SKIP'
'555274228e09a233d92beb365d413ff5c718a782008075552cafb2130a3783cf976b51dfe4513c15777fb6e8397a34122d475080f2c4483e8feea5c0d878e6de')
2022-09-06 12:50:25 +00:00
validpgpkeys=(DD1EC9E8DE085C629B3E1846B18E8928B3948D64) # Michael Niedermayer <michael@niedermayer.cc>
2015-01-17 15:31:12 +00:00
2019-09-18 04:32:36 +00:00
prepare() {
cd ffmpeg
2022-02-17 19:42:21 +00:00
patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # https://crbug.com/1251779
}
2022-02-17 19:12:18 +00:00
2022-02-17 19:42:21 +00:00
pkgver() {
cd ffmpeg
git describe --tags | sed 's/^n//'
2019-09-18 04:32:36 +00:00
}
2015-01-17 15:31:12 +00:00
build() {
2018-07-19 18:05:04 +00:00
cd ffmpeg
2015-07-16 05:35:02 +00:00
[[ $CARCH == "armv7h" || $CARCH == "aarch64" ]] && CONFIG='--host-cflags="-fPIC"'
2015-01-17 15:31:12 +00:00
./configure \
2019-09-07 13:50:03 +00:00
--prefix=/usr \
2015-01-17 15:31:12 +00:00
--disable-debug \
--disable-static \
--disable-stripping \
2020-12-05 18:46:30 +00:00
--enable-amf \
2020-05-26 18:25:04 +00:00
--enable-avisynth \
2020-12-05 18:46:30 +00:00
--enable-cuda-llvm \
2015-01-17 15:31:12 +00:00
--enable-fontconfig \
2016-09-20 12:46:07 +00:00
--enable-gmp \
2015-01-17 15:31:12 +00:00
--enable-gnutls \
--enable-gpl \
2015-09-08 12:06:28 +00:00
--enable-ladspa \
2015-01-17 15:31:12 +00:00
--enable-libass \
--enable-libbluray \
2022-09-06 17:52:00 +00:00
--enable-libbs2b \
2019-08-06 22:57:29 +00:00
--enable-libdav1d \
2018-05-13 16:22:13 +00:00
--enable-libdrm \
2015-01-17 15:31:12 +00:00
--enable-libfreetype \
--enable-libfribidi \
--enable-libgsm \
2016-04-03 14:03:12 +00:00
--enable-libiec61883 \
2018-07-16 12:37:04 +00:00
--enable-libjack \
2015-01-17 15:31:12 +00:00
--enable-libmodplug \
--enable-libmp3lame \
--enable-libopencore_amrnb \
--enable-libopencore_amrwb \
--enable-libopenjpeg \
--enable-libopus \
--enable-libpulse \
2021-04-27 18:37:59 +00:00
--enable-librsvg \
2015-07-28 23:19:46 +00:00
--enable-libsoxr \
2015-01-17 15:31:12 +00:00
--enable-libspeex \
2020-04-22 19:57:00 +00:00
--enable-libsrt \
2015-03-18 19:27:52 +00:00
--enable-libssh \
2015-01-17 15:31:12 +00:00
--enable-libtheora \
--enable-libv4l2 \
2015-11-03 00:34:32 +00:00
--enable-libvidstab \
2015-01-17 15:31:12 +00:00
--enable-libvorbis \
--enable-libvpx \
2015-07-15 12:15:46 +00:00
--enable-libwebp \
2015-01-17 15:31:12 +00:00
--enable-libx264 \
--enable-libx265 \
2017-04-13 23:51:58 +00:00
--enable-libxcb \
2018-01-11 13:37:40 +00:00
--enable-libxml2 \
2015-01-17 15:31:12 +00:00
--enable-libxvid \
2021-03-16 12:39:54 +00:00
--enable-libzimg \
2022-09-06 17:52:00 +00:00
--enable-opencl \
--enable-opengl \
2015-01-17 15:31:12 +00:00
--enable-shared \
--enable-version3 \
2022-09-06 17:52:00 +00:00
--enable-vulkan $CONFIG
2015-01-17 15:31:12 +00:00
make
make tools/qt-faststart
2018-05-12 16:35:34 +00:00
make doc/ff{mpeg,play}.1
2015-01-17 15:31:12 +00:00
}
package() {
2018-07-19 18:05:04 +00:00
make DESTDIR="${pkgdir}" -C ffmpeg install install-man
install -Dm 755 ffmpeg/tools/qt-faststart "${pkgdir}"/usr/bin/
2015-01-17 15:31:12 +00:00
}
2015-12-20 13:58:12 +00:00
# vim: ts=2 sw=2 et: