[arch-commits] Commit in gmtk/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Jan 20 17:54:29 UTC 2018


    Date: Saturday, January 20, 2018 @ 17:54:26
  Author: bgyorgy
Revision: 284277

upgpkg: gmtk 1.0.9-5

Add mplayer to dependencies

Modified:
  gmtk/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-20 17:25:21 UTC (rev 284276)
+++ PKGBUILD	2018-01-20 17:54:26 UTC (rev 284277)
@@ -4,12 +4,12 @@
 
 pkgname=gmtk
 pkgver=1.0.9
-pkgrel=4
+pkgrel=5
 pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer'
 arch=('x86_64')
 url='https://sites.google.com/site/kdekorte2/gmtk'
 license=('GPL')
-depends=('gtk3' 'libpulse')
+depends=('gtk3' 'mplayer')
 makedepends=('intltool')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/kdekorte/$pkgname/archive/v$pkgver.tar.gz")
 sha256sums=('fc23c853deb35ee35db06dd3da5069ce3dc64faf3a0053324616fadf81a415db')
@@ -17,6 +17,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list