extra/x264 to 142.20140826-1

This commit is contained in:
Kevin Mihelich 2015-03-08 21:18:22 +00:00
parent 238fa61334
commit 634ef57e36

View file

@ -8,15 +8,15 @@
# - configure needs --disable-asm to build on ARM # - configure needs --disable-asm to build on ARM
pkgname=('x264' 'libx264' 'libx264-10bit') pkgname=('x264' 'libx264' 'libx264-10bit')
pkgver=144.20150223 pkgver=142.20140826
pkgrel=1 pkgrel=1
epoch=1 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')
source=(git://git.videolan.org/x264.git#commit=c8a773ebf) source=(git://git.videolan.org/x264.git#commit=021c0dc6c95c)
md5sums=('SKIP') md5sums=('SKIP')
pkgver() { pkgver() {
@ -58,7 +58,7 @@ package_x264() {
package_libx264() { package_libx264() {
pkgdesc='Library for encoding H264/AVC video streams' pkgdesc='Library for encoding H264/AVC video streams'
depends=('glibc') depends=('glibc')
provides=('libx264.so=144' 'x264-dev') provides=('x264-dev')
conflicts=('x264-dev') conflicts=('x264-dev')
replaces=('x264-dev') replaces=('x264-dev')
@ -69,7 +69,7 @@ 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') depends=('glibc')
provides=('libx264.so=144' 'libx264' 'x264-dev') provides=('libx264' 'x264-dev')
conflicts=('libx264' 'x264-dev') conflicts=('libx264' 'x264-dev')
install -d "$pkgdir"/usr/lib install -d "$pkgdir"/usr/lib