mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/x264 to 148.20150717-1
This commit is contained in:
parent
99dd3a7430
commit
22b9f426c6
1 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
# $Id$
|
||||
# Maintainer: Ionut Biru <ibiru@archlinux.org>
|
||||
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
|
||||
# Contributor: damir <damir@archlinux.org>
|
||||
# Contributor: Paul Mattal <paul@archlinux.org>
|
||||
|
||||
|
@ -8,15 +9,15 @@
|
|||
# - configure needs --disable-asm to build on non-AArch64
|
||||
|
||||
pkgname=('x264' 'libx264' 'libx264-10bit')
|
||||
pkgver=144.20150223
|
||||
pkgver=148.20150717
|
||||
pkgrel=1
|
||||
epoch=2
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.videolan.org/developers/x264.html'
|
||||
license=('GPL')
|
||||
depends=('glibc')
|
||||
makedepends=('yasm' 'git' 'ffmpeg')
|
||||
source=(git://git.videolan.org/x264.git#commit=c8a773ebf
|
||||
makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
|
||||
source=(x264::git://git.videolan.org/x264/x264-sandbox.git#commit=e6d2a36bb
|
||||
'aarch64.patch')
|
||||
md5sums=('SKIP'
|
||||
'cfea784ff527edab0972a540660f4000')
|
||||
|
@ -53,7 +54,7 @@ build() {
|
|||
|
||||
package_x264() {
|
||||
pkgdesc='CLI tools for encoding H264/AVC video streams'
|
||||
depends=('glibc' 'ffmpeg')
|
||||
depends=('ffmpeg' 'liblsmash.so')
|
||||
provides=('x264-10bit')
|
||||
conflicts=('x264-10bit')
|
||||
replaces=('x264-10bit')
|
||||
|
@ -64,7 +65,6 @@ package_x264() {
|
|||
|
||||
package_libx264() {
|
||||
pkgdesc='Library for encoding H264/AVC video streams'
|
||||
depends=('glibc')
|
||||
provides=('libx264.so' 'x264-dev')
|
||||
conflicts=('x264-dev')
|
||||
replaces=('x264-dev')
|
||||
|
@ -75,7 +75,6 @@ package_libx264() {
|
|||
|
||||
package_libx264-10bit() {
|
||||
pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
|
||||
depends=('glibc')
|
||||
provides=('libx264.so' 'libx264' 'x264-dev')
|
||||
conflicts=('libx264' 'x264-dev')
|
||||
|
||||
|
|
Loading…
Reference in a new issue