mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/gst-plugins-bad: fix
This commit is contained in:
parent
9db95bdab8
commit
8507a157ee
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - drop valgrind makedepend
|
# - drop valgrind makedepend
|
||||||
# - disable GL and GLX on v5/6/7
|
# - disable GL and GLX on v5/6/7
|
||||||
|
# - remove --enable-gtk-doc from configure - broken with latest gtk-doc
|
||||||
|
|
||||||
pkgname=gst-plugins-bad
|
pkgname=gst-plugins-bad
|
||||||
pkgver=1.12.2
|
pkgver=1.12.2
|
||||||
|
@ -60,7 +61,7 @@ build() {
|
||||||
--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
|
--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
|
||||||
--with-package-origin="https://www.archlinux.org/" \
|
--with-package-origin="https://www.archlinux.org/" \
|
||||||
--with-gtk=3.0 \
|
--with-gtk=3.0 \
|
||||||
--enable-experimental --enable-gtk-doc --disable-static $CONFIG
|
--enable-experimental --disable-static $CONFIG
|
||||||
|
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
|
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
|
||||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
|
|
Loading…
Reference in a new issue