mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/gst-plugins-bad: fix
This commit is contained in:
parent
8507a157ee
commit
abdcca5e02
1 changed files with 1 additions and 4 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - drop valgrind makedepend
|
||||
# - disable GL and GLX on v5/6/7
|
||||
# - remove --enable-gtk-doc from configure - broken with latest gtk-doc
|
||||
|
||||
pkgname=gst-plugins-bad
|
||||
|
@ -55,13 +54,11 @@ prepare() {
|
|||
build() {
|
||||
cd $pkgname
|
||||
|
||||
[[ $CARCH != "aarch64" ]] && CONFIG="--disable-gl --disable-glx --enable-gles2"
|
||||
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
|
||||
--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
|
||||
--with-package-origin="https://www.archlinux.org/" \
|
||||
--with-gtk=3.0 \
|
||||
--enable-experimental --disable-static $CONFIG
|
||||
--enable-experimental --disable-static
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
|
|
Loading…
Reference in a new issue