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

Antonio Rojas arojas at archlinux.org
Mon Dec 4 21:39:46 UTC 2017


    Date: Monday, December 4, 2017 @ 21:39:43
  Author: arojas
Revision: 311620

Rebuild with libmagick6

Modified:
  transcode/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-04 21:36:52 UTC (rev 311619)
+++ PKGBUILD	2017-12-04 21:39:43 UTC (rev 311620)
@@ -6,12 +6,12 @@
 pkgname=transcode
 _sripver=0.3-4
 pkgver=1.1.7
-pkgrel=23
+pkgrel=24
 pkgdesc="A video/DVD ripper and encoder for the terminal/console"
 arch=('x86_64')
 url="http://www.transcoding.org/"
 license=('GPL')
-depends=('gawk' 'imagemagick' 'lzo' 'libdvdread' 'ffmpeg' 'mjpegtools'
+depends=('gawk' 'libmagick6' 'lzo' 'libdvdread' 'ffmpeg' 'mjpegtools'
 	 'libmpeg2' 'libxaw' 'libxv' 'a52dec' 'libxml2')
 makedepends=('nasm' 'libx264')
 source=(https://bitbucket.org/france/transcode-tcforge/downloads/${pkgname}-${pkgver}.tar.bz2
@@ -69,6 +69,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
   ./configure --prefix=/usr \
     --disable-sse --disable-sse2 --disable-altivec --enable-mmx \
     --enable-lame --enable-ogg --enable-vorbis --enable-theora \



More information about the arch-commits mailing list