mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/x264 to 20130206-1
This commit is contained in:
parent
166ba0f268
commit
48b7543f6f
1 changed files with 6 additions and 6 deletions
|
@ -7,26 +7,26 @@
|
|||
# - configure needs --disable-asm to build on ARM
|
||||
|
||||
pkgname=x264
|
||||
pkgver=20121113
|
||||
pkgver=20130206
|
||||
pkgrel=1
|
||||
pkgdesc="free library for encoding H264/AVC video streams"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.videolan.org/developers/x264.html"
|
||||
license=('GPL')
|
||||
depends=('glibc')
|
||||
makedepends=('yasm')
|
||||
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
|
||||
md5sums=('c37851c8534ef5d7b1935145f8f5a725')
|
||||
makedepends=('yasm' 'git')
|
||||
source=(ftp://ftp.archlinux.org/other/packages/$pkgname/$pkgname-$pkgver.tar.xz)
|
||||
md5sums=('f952248492745a077ad6a77465276166')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
|
||||
cd $pkgname
|
||||
|
||||
./configure --enable-shared --disable-asm
|
||||
|
||||
make
|
||||
}
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
|
||||
cd $pkgname
|
||||
|
||||
make DESTDIR="$pkgdir" \
|
||||
bindir=/usr/bin \
|
||||
|
|
Loading…
Reference in a new issue