pkgname=x264 pkgver=20240513 _commit=4613ac3c15fd75cebc4b9f65b7fb95e70a3acce1 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=('aa375d7bebd44d31418528ddfebd5a11') build() { cd ${pkgname}-${_commit} ./configure --prefix=/usr --enable-shared --enable-pic make } package() { cd ${pkgname}-${_commit} make DESTDIR=${pkgdir} install }