summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfacfc4c961d..6cf9b0b9901f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 18 21:45:22 UTC 2016
+# Sun Jul 30 16:08:41 UTC 2017
pkgbase = mingw-w64-x264-bootstrap
pkgdesc = Free library for encoding H264/AVC video streams (mingw-w64)
- pkgver = 148.20160103
+ pkgver = 148.20170521
pkgrel = 1
epoch = 1
url = https://www.videolan.org/developers/x264.html
@@ -12,14 +12,12 @@ pkgbase = mingw-w64-x264-bootstrap
makedepends = yasm
makedepends = git
depends = mingw-w64-crt
- provides = mingw-w64-freetype
provides = mingw-w64-x264
- conflicts = mingw-w64-freetype
conflicts = mingw-w64-x264
options = !strip
options = !buildflags
options = staticlibs
- source = git://git.videolan.org/x264.git#commit=5c6570495f8f1c716b294aee1430d8766a4beb9c
+ source = git://git.videolan.org/x264.git#commit=aaa9aa83a111ed6f1db253d5afa91c5fc844583f
md5sums = SKIP
pkgname = mingw-w64-x264-bootstrap
diff --git a/PKGBUILD b/PKGBUILD
index 7caa84b79470..b7520642b46e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,10 @@
# Maintainer: Martchus <martchus@gmx.net>
# Contributor: Karl-Felix Glatzer <karl.glatzer@gmx.de>
+
+# This version includes the programs in contrast to the version found in the AUR.
+
pkgname=mingw-w64-x264-bootstrap
-pkgver=148.20160103
+pkgver=148.20170521
pkgrel=1
epoch=1
pkgdesc='Free library for encoding H264/AVC video streams (mingw-w64)'
@@ -12,9 +15,9 @@ depends=('mingw-w64-crt')
#provides=('mingw-w64-libx264.so')
options=(!strip !buildflags staticlibs)
makedepends=('mingw-w64-gcc' 'yasm' 'git')
-provides=(mingw-w64-freetype ${pkgname%-bootstrap})
-conflicts=(mingw-w64-freetype ${pkgname%-bootstrap})
-_commit=5c6570495f8f1c716b294aee1430d8766a4beb9c
+provides=(${pkgname%-bootstrap})
+conflicts=(${pkgname%-bootstrap})
+_commit=aaa9aa83a111ed6f1db253d5afa91c5fc844583f
source=("git://git.videolan.org/x264.git#commit=${_commit}")
md5sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"