Date: Monday, December 4, 2017 @ 07:25:43
  Author: arojas
Revision: 311606

Rebuild with libmagick6

Modified:
  xine-lib/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-12-04 06:53:29 UTC (rev 311605)
+++ PKGBUILD    2017-12-04 07:25:43 UTC (rev 311606)
@@ -3,16 +3,16 @@
 
 pkgname=xine-lib
 pkgver=1.2.8
-pkgrel=4
+pkgrel=5
 pkgdesc="A multimedia playback engine"
 arch=('x86_64')
 url="http://www.xine-project.org";
 license=('LGPL' 'GPL')
 depends=('libxvmc' 'ffmpeg' 'libxinerama')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+makedepends=('wavpack' 'faad2' 'libmng' 'libmagick6' 'mesa' 'libmodplug'
              'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 'libdvdnav'
              'libmpcdec' 'libcaca' 'libbluray' 'libvdpau' 'glu' 'gdk-pixbuf2')
-optdepends=('imagemagick: for using the imagemagick plugin' \
+optdepends=('libmagick6: for using the imagemagick plugin' \
             'jack: for using the jack plugin' \
             'vcdimager: for using the vcd plugin' \
             'glu: for using the opengl plugin' \
@@ -36,6 +36,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
   ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--with-external-dvdnav \
     --disable-optimizations 
   make

Reply via email to