Skip to content

Commit

Permalink
tools/MINGW-packages: update #576
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Apr 17, 2021
1 parent 38d9de0 commit e02839f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
6 changes: 3 additions & 3 deletions tools/MINGW-packages/mingw-w64-dav1d/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
_realname=dav1d
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.8.1
pkgrel=2
pkgver=0.8.2
pkgrel=1
pkgdesc="AV1 cross-platform decoder focused on speed and correctness (mingw-w64)"
arch=('any')
url='https://code.videolan.org/videolan/dav1d'
Expand All @@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
options=('staticlibs' 'strip' 'emptydirs')
source=("https://downloads.videolan.org/pub/videolan/dav1d/${pkgver}/dav1d-${pkgver}.tar.xz")
sha256sums=('a4b503063d411dd129f5eb43616675e613b36ac0aa1e449976d645c05add21ea')
sha256sums=('3dd91d96b44e9d8ba7e82ad9e730d6c579ab5e19edca0db857a60f5ae6a0eb13')

build() {
cd "${srcdir}"
Expand Down
7 changes: 3 additions & 4 deletions tools/MINGW-packages/mingw-w64-ffmpeg-gpl2/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
_realname=ffmpeg
pkgbase="mingw-w64-${_realname}-gpl2"
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-gpl2"
pkgver=4.3.2
pkgver=4.4
pkgrel=1
pkgdesc="Complete and free Internet live audio and video broadcasting solution (mingw-w64)"
arch=('any')
Expand Down Expand Up @@ -37,7 +37,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-bzip2"
"${MINGW_PACKAGE_PREFIX}-snappy"
"${MINGW_PACKAGE_PREFIX}-speex"
"${MINGW_PACKAGE_PREFIX}-srt"
"${MINGW_PACKAGE_PREFIX}-wavpack"
#"${MINGW_PACKAGE_PREFIX}-wavpack"
"${MINGW_PACKAGE_PREFIX}-x264"
"${MINGW_PACKAGE_PREFIX}-x265"
"${MINGW_PACKAGE_PREFIX}-xvidcore"
Expand All @@ -48,7 +48,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-nasm"
"${MINGW_PACKAGE_PREFIX}-aom")
source=(https://ffmpeg.org/releases/${_realname}-${pkgver}.tar.xz)
sha256sums=('46e4e64f1dd0233cbc0934b9f1c0da676008cad34725113fb7f802cfa84ccddb')
sha256sums=('06b10a183ce5371f915c6bb15b7b1fffbe046e8275099c96affc29e17645d909')

prepare() {
cd "${srcdir}/${_realname}-${pkgver}"
Expand Down Expand Up @@ -103,7 +103,6 @@ build() {
--enable-libvpx \
--enable-libwebp \
--enable-openal \
--enable-libwavpack \
--enable-pic \
--enable-postproc \
--enable-runtime-cpudetect \
Expand Down
3 changes: 1 addition & 2 deletions tools/MINGW-packages/mingw-w64-natron-sdk/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=natron-sdk
pkgver=2021
pkgrel=1
pkgrel=2
pkgdesc='Meta package for the Natron Windows SDK'
url='https://github.com/NatronGitHub'
arch=('any')
Expand Down Expand Up @@ -104,7 +104,6 @@ ${MINGW_PACKAGE_PREFIX}-libcdr
${MINGW_PACKAGE_PREFIX}-lame
${MINGW_PACKAGE_PREFIX}-speex
${MINGW_PACKAGE_PREFIX}-libtheora
${MINGW_PACKAGE_PREFIX}-wavpack
${MINGW_PACKAGE_PREFIX}-xvidcore
${MINGW_PACKAGE_PREFIX}-tinyxml
${MINGW_PACKAGE_PREFIX}-yaml-cpp
Expand Down
2 changes: 1 addition & 1 deletion tools/jenkins/genDllVersions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ catDll libunistring-
catDll libvorbis-
catDll libvorbisenc-
catDll libvpx-
catDll libwavpack-
#catDll libwavpack-
catDll libwebp-
catDll libwebpdemux-
catDll libwebpmux-
Expand Down

0 comments on commit e02839f

Please sign in to comment.