diff options
author | kfg | 2024-06-28 14:48:00 +0200 |
---|---|---|
committer | kfg | 2024-06-28 14:48:00 +0200 |
commit | 4c9469163ebf07c65bd44e17197268e4068ba73d (patch) | |
tree | bca0ba5cb187126c0dfaf1adaabfedb98a1707d9 | |
parent | 6b34fe43ef1687f072f90613c5f9e01cade29d76 (diff) | |
download | aur-4c9469163ebf07c65bd44e17197268e4068ba73d.tar.gz |
Add missing mingw-w64-dlfcn dependency
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 5 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = mingw-w64-libdvdread pkgdesc = Library for reading DVD video disks (mingw-w64) pkgver = 6.1.3 - pkgrel = 2 + pkgrel = 3 url = https://www.videolan.org/developers/libdvdnav.html arch = any license = GPL-2.0-or-later @@ -9,6 +9,7 @@ pkgbase = mingw-w64-libdvdread makedepends = mingw-w64-configure makedepends = mingw-w64-gcc depends = mingw-w64-crt + depends = mingw-w64-dlfcn optdepends = mingw-w64-libdvdcss: Decoding encrypted DVDs options = !strip options = !buildflags @@ -7,17 +7,17 @@ pkgname=mingw-w64-libdvdread _pkgname=libdvdread pkgver=6.1.3 -pkgrel=2 +pkgrel=3 pkgdesc='Library for reading DVD video disks (mingw-w64)' arch=('any') url='https://www.videolan.org/developers/libdvdnav.html' license=('GPL-2.0-or-later') -depends=('mingw-w64-crt') +depends=('mingw-w64-crt' 'mingw-w64-dlfcn') options=(!strip !buildflags !libtool staticlibs) makedepends=('git' 'mingw-w64-configure' 'mingw-w64-gcc') optdepends=('mingw-w64-libdvdcss: Decoding encrypted DVDs') source=("git+https://code.videolan.org/videolan/libdvdread.git#tag=$pkgver" - "autotools.patch") + "autotools.patch") b2sums=('bdc0a6fcbc75dfe000f618cab1e2c736762a1d54c68851207c471a7177080c48964d2b7e4dc96dbdbacdadb42f022a2d3c6e097e83b612b9bbe2641240c5f38d' '90f064b0bf210847cdbd80e2093fa073d020224fbe0036c976f0f6a8c7cab308ed13ed01f5aeea71942da16a8d01ed3e669b26da80e7ce991b3766253bf0bfb9') validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release Signing Key (2015) |