mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/x264 to 20131030-1
This commit is contained in:
parent
8cf624d84e
commit
930f1bb1ca
1 changed files with 9 additions and 13 deletions
|
@ -1,5 +1,6 @@
|
|||
# $Id: PKGBUILD 149275 2012-02-06 17:33:29Z ibiru $
|
||||
# Maintainer : Ionut Biru <ibiru@archlinux.org>
|
||||
# $Id$
|
||||
# Maintainer: Ionut Biru <ibiru@archlinux.org>
|
||||
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
|
||||
# Contributor: damir <damir@archlinux.org>
|
||||
# Contributor: Paul Mattal <paul@archlinux.org>
|
||||
|
||||
|
@ -7,26 +8,21 @@
|
|||
# - configure needs --disable-asm to build on ARM
|
||||
|
||||
pkgname=x264
|
||||
pkgver=20130702
|
||||
pkgrel=2
|
||||
pkgdesc="free library for encoding H264/AVC video streams"
|
||||
pkgver=20131030
|
||||
pkgrel=1
|
||||
pkgdesc='Library for encoding H264/AVC video streams'
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.videolan.org/developers/x264.html"
|
||||
url='http://www.videolan.org/developers/x264.html'
|
||||
license=('GPL')
|
||||
depends=('glibc')
|
||||
makedepends=('yasm' 'git')
|
||||
source=(git://git.videolan.org/x264.git#commit=585324fee3)
|
||||
source=(git://git.videolan.org/x264.git#commit=c628e3bac)
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd $pkgname
|
||||
git log -1 --format="%cd" --date=short | sed 's|-||g'
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
|
||||
./configure --disable-asm --enable-shared \
|
||||
./configure --enable-shared --disable-asm \
|
||||
--enable-pic
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue