Update mingw-w64-x264, rebuild ffmpeg

This commit is contained in:
Martchus 2016-07-23 19:55:15 +02:00
parent 9a3992593e
commit 8ec5c9b98d
5 changed files with 19 additions and 8 deletions

View File

@ -10,7 +10,7 @@
_name=ffmpeg
pkgname=ffmpeg-libfdk_aac
pkgver=3.1.1
pkgrel=1
pkgrel=1.1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (with libfdk-aac support)'
arch=('i686' 'x86_64')

View File

@ -5,7 +5,7 @@
pkgname=mingw-w64-ffmpeg
pkgver=3.1.1
pkgrel=1
pkgrel=1.1
epoch=1
pkgdesc="Complete solution to record, convert and stream audio and video (mingw-w64)"
arch=('any')

View File

@ -1,5 +1,8 @@
# 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
pkgrel=1

View File

@ -1,8 +1,11 @@
# Maintainer: Karl-Felix Glatzer <karl.glatzer@gmx.de>
# Contributor: Martchus <martchus@gmx.net>
# This version includes the programs in contrast to the version found in the AUR.
pkgname=mingw-w64-x264
pkgver=148.20160103
pkgrel=1.1
pkgrel=1
epoch=1
pkgdesc='Free library for encoding H264/AVC video streams (mingw-w64)'
arch=('any')

View File

@ -1,6 +1,11 @@
# Maintainer: Karl-Felix Glatzer <karl.glatzer@gmx.de>
# This version includes the programs and enables Windows XP support
# in contrast to the version found in the AUR.
pkgname=mingw-w64-x265
pkgver=1.8
pkgrel=2.1
pkgver=2.0
pkgrel=1
pkgdesc='Open Source H265/HEVC video encoder (mingw-w64)'
arch=('any')
url='https://bitbucket.org/multicoreware/x265'
@ -10,12 +15,12 @@ options=(!strip !buildflags staticlibs)
makedepends=('mingw-w64-gcc' 'yasm' 'mingw-w64-cmake' 'mingw-w64-pkg-config')
source=("https://bitbucket.org/multicoreware/x265/downloads/x265_${pkgver}.tar.gz"
mingw.patch)
md5sums=('8b7ef9bc0b5bd26965d05a4508effeed'
md5sums=('a4f16c0f054f002d6d8c9c6f7fb03026'
'd1f6263ad2f345673a8b0ece73f68338')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
cd x265_11047
cd "${srcdir}/x265_${pkgver}"
patch -Np1 -i "${srcdir}/mingw.patch"
}
@ -27,7 +32,7 @@ build() {
-DENABLE_SHARED='TRUE' \
-DENABLE_CLI='TRUE' \
-DWINXP_SUPPORT:BOOL='TRUE' \
"${srcdir}"/x265_11047/source
"${srcdir}"/x265_${pkgver}/source
make
done
}