summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD15
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b3f78dbc6d8..d25040d34e59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,14 @@
pkgbase = x264-git
pkgdesc = Open Source H264/AVC video encoder (git version)
- pkgver = 157.r2969.gd4099dd4
+ pkgver = 159.r2991.g1771b556
pkgrel = 1
url = https://www.videolan.org/developers/x264.html
arch = x86_64
license = GPL
makedepends = git
makedepends = nasm
- makedepends = ffmpeg
makedepends = l-smash
- depends = libavcodec.so
- depends = libavformat.so
- depends = libavutil.so
depends = liblsmash.so
- depends = libswscale.so
provides = x264
provides = libx264
provides = libx264-git
diff --git a/PKGBUILD b/PKGBUILD
index e91d92b78e3a..7ba545af27b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer : Daniel Bermond < gmail-com: danielbermond >
+# Maintainer : Daniel Bermond <dbermond@archlinux.org>
# Contributor: Det <nimetonmaili at-gmail a-dot com>
# Contributor: PelPix <kylebloss[at]pelpix[dot]info>
# Contributor: DrZaius <lou[at]fakeoutdoorsman.com>
@@ -13,15 +13,14 @@
# 10-bit, please see, e.g.: https://gist.github.com/l4n9th4n9/4459997
pkgname=x264-git
-pkgver=157.r2969.gd4099dd4
+pkgver=159.r2991.g1771b556
pkgrel=1
arch=('x86_64')
pkgdesc='Open Source H264/AVC video encoder (git version)'
url='https://www.videolan.org/developers/x264.html'
license=('GPL')
-depends=('libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
- 'libswscale.so')
-makedepends=('git' 'nasm' 'ffmpeg' 'l-smash')
+depends=('liblsmash.so')
+makedepends=('git' 'nasm' 'l-smash')
provides=('x264' 'libx264' 'libx264-git' 'libx264.so')
conflicts=('x264' 'libx264' 'libx264-10bit' 'libx264-all')
replaces=('libx264-git' 'libx264-10bit-git' 'libx264-all-git')
@@ -55,6 +54,9 @@ build() {
--bit-depth='8' \
--enable-lto \
--enable-pic \
+ --disable-avs \
+ --disable-swscale \
+ --disable-lavf \
--disable-gpac
make
@@ -68,6 +70,9 @@ build() {
--bit-depth='10' \
--enable-lto \
--enable-pic \
+ --disable-avs \
+ --disable-swscale \
+ --disable-lavf \
--disable-gpac
make
}