pkgname=x264 pkgver=20220905 _commit=7628a5696f79a1f0421dda99ab37b34481c69821 pkgrel=1 pkgdesc="Library and application for encoding video streams into the H.264/MPEG-4 AVC" arch=('x86_64') url="https://www.videolan.org/developers/x264.html" license=('GPL') depends=('glibc') makedepends=('yasm' 'libvpx' 'nasm') source=("https://code.videolan.org/videolan/x264/-/archive/${_commit}/x264-${_commit}.tar.bz2") md5sums=('b32d141c5ef9f1877e5b72349b27e78a') build() { cd ${pkgname}-${_commit} ./configure --prefix=/usr --enable-shared --enable-pic make } package() { cd ${pkgname}-${_commit} make DESTDIR=${pkgdir} install }