summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2018-08-18 08:59:52 +0200
committerNicola Murino2018-08-18 08:59:52 +0200
commitadc6e03628e9667052b7de3f0bf9a07c6d668374 (patch)
treeba882bca9e83758b8f923002e06eacf27a1075bc
parent7886a4c051ff232d699200ccac85353ba236846c (diff)
downloadaur-adc6e03628e9667052b7de3f0bf9a07c6d668374.tar.gz
fix depends
libopenh264.dll depends on libgcc_s_seh-1.dll and libstdc++-6.dll at runtime
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca273afcfde7..8671b47dfa39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Jul 25 11:31:35 UTC 2018
+# Sat Aug 18 06:59:48 UTC 2018
pkgbase = mingw-w64-openh264
pkgdesc = OpenH264 is a codec library which supports H.264 encoding and decoding (mingw-w64)
pkgver = 1.8.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.openh264.org/
arch = any
license = BSD
- makedepends = mingw-w64-gcc
makedepends = nasm
makedepends = git
- depends = mingw-w64-crt
+ depends = mingw-w64-gcc
options = !strip
options = !buildflags
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index a96f58b2e375..62f6233f240a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-openh264
pkgver=1.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="OpenH264 is a codec library which supports H.264 encoding and decoding (mingw-w64)"
arch=(any)
url="http://www.openh264.org/"
license=("BSD")
-depends=('mingw-w64-crt')
-makedepends=('mingw-w64-gcc' 'nasm' 'git')
+depends=('mingw-w64-gcc')
+makedepends=('nasm' 'git')
options=(!strip !buildflags staticlibs)
source=("https://github.com/cisco/openh264/archive/v${pkgver}.tar.gz")
sha256sums=('08670017fd0bb36594f14197f60bebea27b895511251c7c64df6cd33fc667d34')