mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/x264 to 20110617-1
This commit is contained in:
parent
33d7e14e6c
commit
c9e3724dce
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# $Id: PKGBUILD 117096 2011-03-28 18:20:15Z ibiru $
|
# $Id: PKGBUILD 127804 2011-06-18 16:05:03Z ibiru $
|
||||||
# Maintainer : Ionut Biru <ibiru@archlinux.org>
|
# Maintainer : Ionut Biru <ibiru@archlinux.org>
|
||||||
# Contributor: damir <damir@archlinux.org>
|
# Contributor: damir <damir@archlinux.org>
|
||||||
# Contributor: Paul Mattal <paul@archlinux.org>
|
# Contributor: Paul Mattal <paul@archlinux.org>
|
||||||
|
|
||||||
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
# ALARM: Kevin Mihelich <kevin@plugapps.com>
|
||||||
# - configure needs --disable-asm to build on ARM
|
# - configure needs --disable-asm to build on ARM
|
||||||
|
|
||||||
plugrel=1
|
plugrel=1
|
||||||
|
|
||||||
pkgname=x264
|
pkgname=x264
|
||||||
pkgver=20110327
|
pkgver=20110617
|
||||||
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 +18,7 @@ license=('GPL')
|
||||||
depends=('glibc')
|
depends=('glibc')
|
||||||
makedepends=('yasm')
|
makedepends=('yasm')
|
||||||
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2)
|
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2)
|
||||||
md5sums=('7579aff8166a974a1b293cd18b9ead92')
|
md5sums=('928717aa2f0c7ca91e589d6b60e688f1')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-snapshot-$pkgver-2245"
|
cd "$srcdir/$pkgname-snapshot-$pkgver-2245"
|
||||||
|
|
Loading…
Reference in a new issue