mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/x264 to 0.164.r3108.31e19f9-2
This commit is contained in:
parent
a832312051
commit
8b39c6e311
2 changed files with 9 additions and 5 deletions
|
@ -1,13 +1,14 @@
|
||||||
pkgbase = x264
|
pkgbase = x264
|
||||||
pkgdesc = Open Source H264/AVC video encoder
|
pkgdesc = Open Source H264/AVC video encoder
|
||||||
pkgver = 0.164.r3108.31e19f9
|
pkgver = 0.164.r3108.31e19f9
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
epoch = 3
|
epoch = 3
|
||||||
url = https://www.videolan.org/developers/x264.html
|
url = https://www.videolan.org/developers/x264.html
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL
|
license = GPL-2.0-only
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = nasm
|
makedepends = nasm
|
||||||
|
depends = glibc
|
||||||
depends = liblsmash.so
|
depends = liblsmash.so
|
||||||
provides = libx264
|
provides = libx264
|
||||||
provides = libx264.so
|
provides = libx264.so
|
||||||
|
|
|
@ -9,13 +9,16 @@
|
||||||
|
|
||||||
pkgname=x264
|
pkgname=x264
|
||||||
pkgver=0.164.r3108.31e19f9
|
pkgver=0.164.r3108.31e19f9
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
epoch=3
|
epoch=3
|
||||||
pkgdesc='Open Source H264/AVC video encoder'
|
pkgdesc='Open Source H264/AVC video encoder'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url=https://www.videolan.org/developers/x264.html
|
url=https://www.videolan.org/developers/x264.html
|
||||||
license=(GPL)
|
license=(GPL-2.0-only)
|
||||||
depends=(liblsmash.so)
|
depends=(
|
||||||
|
glibc
|
||||||
|
liblsmash.so
|
||||||
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
git
|
git
|
||||||
nasm
|
nasm
|
||||||
|
|
Loading…
Reference in a new issue