mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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
|
# - configure needs --disable-asm to build on ARM
|
||||||
|
|
||||||
pkgname=x264
|
pkgname=x264
|
||||||
pkgver=20121113
|
pkgver=20130206
|
||||||
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')
|
||||||
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')
|
makedepends=('yasm' 'git')
|
||||||
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
|
source=(ftp://ftp.archlinux.org/other/packages/$pkgname/$pkgname-$pkgver.tar.xz)
|
||||||
md5sums=('c37851c8534ef5d7b1935145f8f5a725')
|
md5sums=('f952248492745a077ad6a77465276166')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
|
cd $pkgname
|
||||||
|
|
||||||
./configure --enable-shared --disable-asm
|
./configure --enable-shared --disable-asm
|
||||||
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
|
cd $pkgname
|
||||||
|
|
||||||
make DESTDIR="$pkgdir" \
|
make DESTDIR="$pkgdir" \
|
||||||
bindir=/usr/bin \
|
bindir=/usr/bin \
|
||||||
|
|
Loading…
Reference in a new issue