Skip to content

Commit f080890

Browse files
committed
gst-plugins-bad: Rebuild with nettle-3.1, gnutls-3.4.0
1 parent 3f5b8e2 commit f080890

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mingw-w64-gst-plugins-bad/PKGBUILD

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=gst-plugins-bad
44
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
55
pkgver=1.4.5
6-
pkgrel=2
6+
pkgrel=3
77
pkgdesc="GStreamer Multimedia Framework Bad Plugins (mingw-w64)"
88
arch=('any')
99
url="http://gstreamer.freedesktop.org/"
@@ -86,12 +86,13 @@ build() {
8686
--enable-experimental \
8787
--disable-gtk-doc \
8888
--with-gtk=3.0
89+
8990
make
9091
}
9192

9293
package() {
9394
cd "${srcdir}/build-${MINGW_CHOST}"
9495
make -j1 DESTDIR="$pkgdir" install
95-
find "${pkgdir}${MINGW_PREFIX}" -name '*.def' -o -name '*.exp' | xargs -rtl1 rm
96+
9697
rm -f ${pkgdir}${MINGW_PREFIX}/lib/gstreamer*/*.a
9798
}

0 commit comments

Comments
 (0)