Skip to content

Commit

Permalink
gst-plugins-bad: Rebuild with nettle-3.1, gnutls-3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Apr 10, 2015
1 parent 3f5b8e2 commit f080890
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mingw-w64-gst-plugins-bad/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=gst-plugins-bad
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.4.5
pkgrel=2
pkgrel=3
pkgdesc="GStreamer Multimedia Framework Bad Plugins (mingw-w64)"
arch=('any')
url="http://gstreamer.freedesktop.org/"
Expand Down Expand Up @@ -86,12 +86,13 @@ build() {
--enable-experimental \
--disable-gtk-doc \
--with-gtk=3.0

make
}

package() {
cd "${srcdir}/build-${MINGW_CHOST}"
make -j1 DESTDIR="$pkgdir" install
find "${pkgdir}${MINGW_PREFIX}" -name '*.def' -o -name '*.exp' | xargs -rtl1 rm

rm -f ${pkgdir}${MINGW_PREFIX}/lib/gstreamer*/*.a
}

0 comments on commit f080890

Please sign in to comment.