mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/x264 to 20120204-1
This commit is contained in:
parent
3df22fb47b
commit
04bb43b5d3
1 changed files with 10 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
|||
# $Id: PKGBUILD 140060 2011-10-06 07:33:33Z ibiru $
|
||||
# $Id: PKGBUILD 149275 2012-02-06 17:33:29Z ibiru $
|
||||
# Maintainer : Ionut Biru <ibiru@archlinux.org>
|
||||
# Contributor: damir <damir@archlinux.org>
|
||||
# Contributor: Paul Mattal <paul@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@plugapps.com>
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - configure needs --disable-asm to build on ARM
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=x264
|
||||
pkgver=20111030
|
||||
pkgver=20120204
|
||||
pkgrel=1
|
||||
pkgdesc="free library for encoding H264/AVC video streams"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -17,15 +17,19 @@ 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.tar.bz2)
|
||||
md5sums=('fa52ad09dcb7d4e1a66adcaa2dab26bc')
|
||||
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
|
||||
md5sums=('4d793ecc4f9d308724ea47edf400f312')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-snapshot-$pkgver-2245"
|
||||
cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
|
||||
|
||||
./configure --enable-shared --disable-asm
|
||||
|
||||
make
|
||||
}
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
|
||||
|
||||
make DESTDIR="$pkgdir" \
|
||||
bindir=/usr/bin \
|
||||
libdir=/usr/lib \
|
||||
|
|
Loading…
Reference in a new issue