mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/x264 to 148.20160613-2
This commit is contained in:
parent
eead626cde
commit
2841d3008b
1 changed files with 5 additions and 4 deletions
|
@ -9,15 +9,15 @@
|
|||
# - configure needs --disable-asm to build on non-AArch64
|
||||
|
||||
pkgname=('x264' 'libx264' 'libx264-10bit')
|
||||
pkgver=148.20160103
|
||||
pkgrel=1
|
||||
pkgver=148.20160613
|
||||
pkgrel=2
|
||||
epoch=2
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.videolan.org/developers/x264.html'
|
||||
license=('GPL')
|
||||
depends=('glibc')
|
||||
makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
|
||||
_commit='5c6570495f8f1c716b294aee1430d8766a4beb9c'
|
||||
_commit='a5e06b9a435852f0125de4ecb198ad47340483fa'
|
||||
source=("git://git.videolan.org/x264.git#commit=${_commit}")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
@ -57,7 +57,8 @@ build() {
|
|||
|
||||
package_x264() {
|
||||
pkgdesc='CLI tools for encoding H264/AVC video streams'
|
||||
depends=('ffmpeg' 'liblsmash.so')
|
||||
depends+=('libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
|
||||
'libswscale.so')
|
||||
provides=('x264-10bit')
|
||||
conflicts=('x264-10bit')
|
||||
replaces=('x264-10bit')
|
||||
|
|
Loading…
Reference in a new issue