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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Sep 19 17:46:19 UTC 2014


    Date: Friday, September 19, 2014 @ 19:46:19
  Author: bpiotrowski
Revision: 222112

upgpkg: transcode 1.1.7-16

switch to ffmpeg-compat as build fails at linking to ffmpeg 2.4

Modified:
  transcode/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-19 16:41:41 UTC (rev 222111)
+++ PKGBUILD	2014-09-19 17:46:19 UTC (rev 222112)
@@ -6,14 +6,14 @@
 pkgname=transcode
 _sripver=0.3-4
 pkgver=1.1.7
-pkgrel=15
+pkgrel=16
 pkgdesc="A video/DVD ripper and encoder for the terminal/console"
 arch=('i686' 'x86_64')
 url="http://tcforge.berlios.de/"
 license=('GPL')
-depends=('gawk' 'imagemagick' 'lzo' 'libdvdread' 'ffmpeg' 'mjpegtools'
-	 'libmpeg2' 'libxaw' 'libxv' 'a52dec')
-makedepends=('nasm' 'x264')
+depends=('gawk' 'imagemagick' 'lzo' 'libdvdread' 'ffmpeg-compat' 'mjpegtools'
+	 'libmpeg2' 'libxaw' 'libxv' 'a52dec' 'libxml2')
+makedepends=('nasm' 'libx264')
 source=(https://bitbucket.org/france/transcode-tcforge/downloads/${pkgname}-${pkgver}.tar.bz2
 	http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
         subtitleripper-0.3.4-linkingorder.patch
@@ -59,6 +59,8 @@
 
 
 build() {
+  export PKG_CONFIG_PATH="/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH"
+
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
     --disable-sse --disable-sse2 --disable-altivec --enable-mmx \




More information about the arch-commits mailing list