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 $
|
# $Id$
|
||||||
# Maintainer: Ionut Biru <ibiru@archlinux.org>
|
# Maintainer: Ionut Biru <ibiru@archlinux.org>
|
||||||
|
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
|
||||||
# Contributor: damir <damir@archlinux.org>
|
# Contributor: damir <damir@archlinux.org>
|
||||||
# Contributor: Paul Mattal <paul@archlinux.org>
|
# Contributor: Paul Mattal <paul@archlinux.org>
|
||||||
|
|
||||||
|
@ -7,26 +8,21 @@
|
||||||
# - configure needs --disable-asm to build on ARM
|
# - configure needs --disable-asm to build on ARM
|
||||||
|
|
||||||
pkgname=x264
|
pkgname=x264
|
||||||
pkgver=20130702
|
pkgver=20131030
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="free library for encoding H264/AVC video streams"
|
pkgdesc='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' 'git')
|
makedepends=('yasm' 'git')
|
||||||
source=(git://git.videolan.org/x264.git#commit=585324fee3)
|
source=(git://git.videolan.org/x264.git#commit=c628e3bac)
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
|
||||||
cd $pkgname
|
|
||||||
git log -1 --format="%cd" --date=short | sed 's|-||g'
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
|
|
||||||
./configure --disable-asm --enable-shared \
|
./configure --enable-shared --disable-asm \
|
||||||
--enable-pic
|
--enable-pic
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue