extra/x264 to 0.164.r3108.31e19f9-2

This commit is contained in:
Kevin Mihelich 2024-06-09 01:17:59 +00:00
parent a832312051
commit 8b39c6e311
2 changed files with 9 additions and 5 deletions

View file

@ -1,13 +1,14 @@
pkgbase = x264
pkgdesc = Open Source H264/AVC video encoder
pkgver = 0.164.r3108.31e19f9
pkgrel = 1
pkgrel = 2
epoch = 3
url = https://www.videolan.org/developers/x264.html
arch = x86_64
license = GPL
license = GPL-2.0-only
makedepends = git
makedepends = nasm
depends = glibc
depends = liblsmash.so
provides = libx264
provides = libx264.so

View file

@ -9,13 +9,16 @@
pkgname=x264
pkgver=0.164.r3108.31e19f9
pkgrel=1
pkgrel=2
epoch=3
pkgdesc='Open Source H264/AVC video encoder'
arch=(x86_64)
url=https://www.videolan.org/developers/x264.html
license=(GPL)
depends=(liblsmash.so)
license=(GPL-2.0-only)
depends=(
glibc
liblsmash.so
)
makedepends=(
git
nasm