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

Antonio Rojas arojas at archlinux.org
Sat May 12 11:51:29 UTC 2018


    Date: Saturday, May 12, 2018 @ 11:51:28
  Author: arojas
Revision: 321034

libmagick 7.0.7.31 rebuild

Modified:
  dvdauthor/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-12 11:49:40 UTC (rev 321033)
+++ PKGBUILD	2018-05-12 11:51:28 UTC (rev 321034)
@@ -7,7 +7,7 @@
 
 pkgname=dvdauthor
 pkgver=0.7.2
-pkgrel=4
+pkgrel=5
 pkgdesc="DVD authoring tools"
 arch=('x86_64')
 url="http://dvdauthor.sourceforge.net/"
@@ -24,6 +24,9 @@
   # Port to imagemagick 7
   # https://bugs.gentoo.org/610574#c2
   patch -Np1 -i ../dvdauthor-0.7.2-imagemagick7.patch
+  # don't search for obsolete freetype-config
+  sed -e 's|freetype-config|pkg-config freetype2|' -i configure.ac
+  autoreconf -vi
 }
 
 build() {



More information about the arch-commits mailing list