diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-31 12:35:56 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-31 12:35:56 +0200 |
commit | 0dc1411695376442c13f473499a876f085074d75 (patch) | |
tree | 1ce41a87f86a15e6a72ae9e9198a05c755e293f0 /extra/totem | |
parent | e6e5e22dc82259030c1c26dc78bb4e761861abfc (diff) | |
parent | 94a3b302f520438e919ef8706ce9cf42ad7c2e11 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/acpid/PKGBUILD
core/btrfs-progs/PKGBUILD
extra/calligra/PKGBUILD
extra/libxcursor/PKGBUILD
extra/xine-lib/PKGBUILD
Diffstat (limited to 'extra/totem')
-rw-r--r-- | extra/totem/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/totem/PKGBUILD b/extra/totem/PKGBUILD index b3e7ff9ab..29125de86 100644 --- a/extra/totem/PKGBUILD +++ b/extra/totem/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 185508 2013-05-14 12:12:44Z heftig $ +# $Id: PKGBUILD 186680 2013-05-30 12:54:23Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgbase=totem pkgname=('totem' 'totem-plugin') pkgver=3.8.2 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME3 movie player based on GStreamer" url="http://www.gnome.org" arch=('i686' 'x86_64' 'mips64el') @@ -40,6 +40,10 @@ build() { --disable-static \ --enable-python \ --enable-nautilus + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make } |