Update and fix mingw-w64-x264(-bootstrap)

This commit is contained in:
Martchus 2017-07-30 18:06:53 +02:00
parent 70a94deec9
commit e4fc2effe9
2 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
# This version includes the programs in contrast to the version found in the AUR.
pkgname=mingw-w64-x264-bootstrap
pkgver=148.20170121
pkgver=148.20170521
pkgrel=1
epoch=1
pkgdesc='Free library for encoding H264/AVC video streams (mingw-w64)'
@ -15,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=97eaef2ab82a46d13ea5e00270712d6475fbe42b
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"

View File

@ -4,7 +4,7 @@
# This version includes the programs in contrast to the version found in the AUR.
pkgname=mingw-w64-x264
pkgver=148.20170121
pkgver=148.20170521
pkgrel=1
epoch=1
pkgdesc='Free library for encoding H264/AVC video streams (mingw-w64)'
@ -15,7 +15,7 @@ depends=('mingw-w64-crt')
#provides=('mingw-w64-libx264.so')
options=(!strip !buildflags staticlibs)
makedepends=('mingw-w64-gcc' 'yasm' 'git' 'mingw-w64-ffmpeg' 'mingw-w64-l-smash')
_commit=97eaef2ab82a46d13ea5e00270712d6475fbe42b
_commit=aaa9aa83a111ed6f1db253d5afa91c5fc844583f
source=("git://git.videolan.org/x264.git#commit=${_commit}")
md5sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"