[arch-commits] Commit in frei0r-plugins/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Mon Jan 22 00:51:07 UTC 2018
Date: Monday, January 22, 2018 @ 00:50:59
Author: bgyorgy
Revision: 284819
frei0r-plugins: Adopt the package
Modified:
frei0r-plugins/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-22 00:43:21 UTC (rev 284818)
+++ PKGBUILD 2018-01-22 00:50:59 UTC (rev 284819)
@@ -1,12 +1,12 @@
# $Id$
-# Maintainer:
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
pkgname=frei0r-plugins
pkgver=1.6.1
-pkgrel=5
-pkgdesc="A minimalistic plugin API for video sources and filters"
-arch=(x86_64)
+pkgrel=6
+pkgdesc="Minimalistic plugin API for video effects"
+arch=('x86_64')
url="https://frei0r.dyne.org/"
license=('GPL')
depends=('cairo' 'gavl')
@@ -20,6 +20,7 @@
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
More information about the arch-commits
mailing list