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