🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425
pkgname: x264
pkgver: 20191217-2245
pkgrel: '2'
pkgdesc: Library for encoding H264/AVC video streams
url: 'https://www.videolan.org/developers/x264.html'
arch: x86_64
depends: []
makedepends:
- nasm
- l-smash
source:
- 'http://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-${pkgver}-stable.tar.bz2'
sha256sums:
- b2495c8f2930167d470994b1ce02b0f4bfb24b3317ba36ba7f112e9809264160
build: |
cd ${pkgname}-${pkgver}
./configure \
--prefix=/usr \
--enable-pic \
--enable-shared
make
make DESTDIR=${PKGDIR} install
package: |
true