[arch-commits] Commit in x264/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Mar 27 10:17:51 UTC 2019
Date: Wednesday, March 27, 2019 @ 10:17:47
Author: alucryd
Revision: 349263
upgpkg: x264 2:157.r72db4377-1
Modified:
x264/trunk/PKGBUILD
----------+
PKGBUILD | 48 +++++++++++++++++++++++++++++++++---------------
1 file changed, 33 insertions(+), 15 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-27 10:17:15 UTC (rev 349262)
+++ PKGBUILD 2019-03-27 10:17:47 UTC (rev 349263)
@@ -5,24 +5,42 @@
# Contributor: Paul Mattal <paul at archlinux.org>
pkgname=x264
-pkgver=155.r0a84d986
-pkgrel=2
+pkgver=157.r72db4377
+pkgrel=1
epoch=2
pkgdesc='Open Source H264/AVC video encoder'
-arch=('x86_64')
-url='https://www.videolan.org/developers/x264.html'
-license=('GPL')
+arch=(x86_64)
+url=https://www.videolan.org/developers/x264.html
+license=(GPL)
depends=(
- 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
- 'libswscale.so'
+ libavcodec.so
+ libavformat.so
+ libavutil.so
+ liblsmash.so
+ libswscale.so
)
-makedepends=('git' 'ffmpeg' 'l-smash' 'nasm')
-provides=('libx264' 'libx264.so')
-conflicts=('libx264' 'libx264-10bit' 'libx264-all')
-replaces=('libx264' 'libx264-10bit' 'libx264-all')
-_commit='0a84d986e7020f8344f00752e3600b9769cc1e85'
-source=("git+https://git.videolan.org/git/x264.git#commit=${_commit}")
-sha256sums=('SKIP')
+makedepends=(
+ git
+ ffmpeg
+ l-smash
+ nasm
+)
+provides=(
+ libx264
+ libx264.so
+)
+conflicts=(
+ libx264
+ libx264-10bit
+ libx264-all
+)
+replaces=(
+ libx264
+ libx264-10bit
+ libx264-all
+)
+source=(git+https://code.videolan.org/videolan/x264.git#commit=72db437770fd1ce3961f624dd57a8e75ff65ae0b)
+sha256sums=(SKIP)
pkgver() {
cd x264
@@ -44,7 +62,7 @@
cd build
../x264/configure \
- --prefix='/usr' \
+ --prefix=/usr \
--enable-shared \
--enable-pic \
--enable-lto
More information about the arch-commits
mailing list