2013-11-17 18:42:39 +00:00
|
|
|
# $Id$
|
|
|
|
# Maintainer: Ionut Biru <ibiru@archlinux.org>
|
2014-03-29 16:21:56 +00:00
|
|
|
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
2015-07-17 18:11:58 +00:00
|
|
|
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
|
2011-01-19 00:41:46 +00:00
|
|
|
# Contributor: damir <damir@archlinux.org>
|
|
|
|
# Contributor: Paul Mattal <paul@archlinux.org>
|
|
|
|
|
2012-02-07 13:45:40 +00:00
|
|
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
2015-07-16 05:19:14 +00:00
|
|
|
# - configure needs --disable-asm to build on non-AArch64
|
2011-01-19 00:41:46 +00:00
|
|
|
|
2014-06-05 21:18:57 +00:00
|
|
|
pkgname=('x264' 'libx264' 'libx264-10bit')
|
2015-07-28 23:23:16 +00:00
|
|
|
pkgver=148.20150725
|
2015-03-07 14:57:00 +00:00
|
|
|
pkgrel=1
|
2015-03-08 21:18:22 +00:00
|
|
|
epoch=2
|
2011-01-19 00:41:46 +00:00
|
|
|
arch=('i686' 'x86_64')
|
2013-11-17 18:42:39 +00:00
|
|
|
url='http://www.videolan.org/developers/x264.html'
|
2011-01-19 00:41:46 +00:00
|
|
|
license=('GPL')
|
|
|
|
depends=('glibc')
|
2015-07-17 18:11:58 +00:00
|
|
|
makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
|
2015-07-28 23:23:16 +00:00
|
|
|
_commit=73ae2d11d472d0eb3b7c218dc1659db32f649b14
|
2015-07-29 00:03:20 +00:00
|
|
|
source=(git://git.videolan.org/x264.git#commit=${_commit})
|
|
|
|
md5sums=('SKIP')
|
2011-01-19 00:41:46 +00:00
|
|
|
|
2014-03-29 16:21:56 +00:00
|
|
|
pkgver() {
|
|
|
|
cd $pkgname
|
|
|
|
local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
|
|
|
|
local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
|
|
|
|
|
|
|
|
echo ${_ver}.${_date}
|
|
|
|
}
|
|
|
|
|
2014-08-07 11:07:38 +00:00
|
|
|
prepare() {
|
|
|
|
cp -r $pkgname $pkgname-10bit
|
|
|
|
}
|
|
|
|
|
2013-08-01 13:02:31 +00:00
|
|
|
build() {
|
2015-07-16 05:19:14 +00:00
|
|
|
[[ $CARCH != "aarch64" ]] && CONFIG="--disable-asm"
|
|
|
|
|
2013-08-01 13:02:31 +00:00
|
|
|
cd $pkgname
|
2013-12-13 14:02:36 +00:00
|
|
|
./configure --prefix=/usr \
|
2015-07-16 05:19:14 +00:00
|
|
|
--enable-shared --enable-pic $CONFIG
|
2014-06-05 00:23:45 +00:00
|
|
|
make
|
2014-03-29 16:21:56 +00:00
|
|
|
|
2014-06-05 00:23:45 +00:00
|
|
|
cd ../$pkgname-10bit
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--enable-shared --enable-pic \
|
2015-07-16 05:19:14 +00:00
|
|
|
--bit-depth=10 $CONFIG
|
2013-08-01 13:02:31 +00:00
|
|
|
make
|
2012-02-07 13:45:40 +00:00
|
|
|
}
|
2013-08-01 13:02:31 +00:00
|
|
|
|
2014-06-05 00:23:45 +00:00
|
|
|
package_x264() {
|
2014-08-07 11:07:38 +00:00
|
|
|
pkgdesc='CLI tools for encoding H264/AVC video streams'
|
2015-07-17 18:11:58 +00:00
|
|
|
depends=('ffmpeg' 'liblsmash.so')
|
2014-09-07 14:35:13 +00:00
|
|
|
provides=('x264-10bit')
|
|
|
|
conflicts=('x264-10bit')
|
|
|
|
replaces=('x264-10bit')
|
2014-06-05 00:23:45 +00:00
|
|
|
|
2014-09-07 14:35:13 +00:00
|
|
|
make -C $pkgbase DESTDIR="$pkgdir" install-cli
|
2014-06-05 21:18:57 +00:00
|
|
|
install -Dm755 $pkgbase-10bit/x264 "$pkgdir"/usr/bin/x264-10bit
|
2014-06-05 00:23:45 +00:00
|
|
|
}
|
|
|
|
|
2014-06-05 21:18:57 +00:00
|
|
|
package_libx264() {
|
2014-08-07 11:07:38 +00:00
|
|
|
pkgdesc='Library for encoding H264/AVC video streams'
|
2015-03-12 11:40:36 +00:00
|
|
|
provides=('libx264.so' 'x264-dev')
|
2014-09-07 14:35:13 +00:00
|
|
|
conflicts=('x264-dev')
|
|
|
|
replaces=('x264-dev')
|
2014-06-05 00:23:45 +00:00
|
|
|
|
|
|
|
install -d "$pkgdir"/usr/lib
|
2014-06-05 21:18:57 +00:00
|
|
|
make -C $pkgbase DESTDIR="$pkgdir" install-lib-shared
|
2014-06-05 00:23:45 +00:00
|
|
|
}
|
|
|
|
|
2014-06-05 21:18:57 +00:00
|
|
|
package_libx264-10bit() {
|
|
|
|
pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
|
2015-03-12 11:40:36 +00:00
|
|
|
provides=('libx264.so' 'libx264' 'x264-dev')
|
2014-09-07 14:35:13 +00:00
|
|
|
conflicts=('libx264' 'x264-dev')
|
2014-06-05 00:23:45 +00:00
|
|
|
|
2014-06-05 21:18:57 +00:00
|
|
|
install -d "$pkgdir"/usr/lib
|
|
|
|
make -C $pkgbase-10bit DESTDIR="$pkgdir" install-lib-shared
|
2011-01-19 00:41:46 +00:00
|
|
|
}
|