mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/x264 to 20120705-1
This commit is contained in:
parent
f7d02bb79f
commit
3e4e8f0ba9
1 changed files with 2 additions and 4 deletions
|
@ -6,10 +6,8 @@
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - configure needs --disable-asm to build on ARM
|
# - configure needs --disable-asm to build on ARM
|
||||||
|
|
||||||
plugrel=1
|
|
||||||
|
|
||||||
pkgname=x264
|
pkgname=x264
|
||||||
pkgver=20120204
|
pkgver=20120705
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="free library for encoding H264/AVC video streams"
|
pkgdesc="free library for encoding H264/AVC video streams"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -18,7 +16,7 @@ license=('GPL')
|
||||||
depends=('glibc')
|
depends=('glibc')
|
||||||
makedepends=('yasm')
|
makedepends=('yasm')
|
||||||
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
|
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
|
||||||
md5sums=('4d793ecc4f9d308724ea47edf400f312')
|
md5sums=('81e5bec5d5774a4a3f567f14bd94289c')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
|
cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
|
||||||
|
|
Loading…
Reference in a new issue