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

Eric Belanger eric at archlinux.org
Fri Jul 4 03:54:02 UTC 2008


    Date: Thursday, July 3, 2008 @ 23:54:02
  Author: eric
Revision: 4127

upgpkg: transcode 1.0.6rc1-2
    rebuilt against x264 20080625, disabled SMP build

Modified:
  transcode/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-04 03:51:16 UTC (rev 4126)
+++ PKGBUILD	2008-07-04 03:54:02 UTC (rev 4127)
@@ -5,22 +5,25 @@
 pkgname=transcode
 _sripver=0.3-4
 pkgver=1.0.6rc1
-pkgrel=1
+pkgrel=2
 pkgdesc="Transcode is a video/DVD ripper and encoder for the terminal/console."
 arch=(i686 x86_64)
 license=('GPL2')
 depends=('imagemagick>=6.2.6' 'lzo' 'libdv' 'libdvdread' 'ffmpeg' 'mjpegtools'
-         'xvidcore' 'libmpeg2' 'libtheora' 'libxaw')
+         'xvidcore' 'libmpeg2' 'libtheora' 'libxaw' 'x264>=20080625')
 makedepends=('nasm')
 install=transcode.install
 url="http://transcoding.org"
-options=(!libtool)
+options=(!libtool !makeflags)
 source=(http://fromani.exit1.org/${pkgname}-${pkgver}.tar.bz2 \
         http://dl.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz)
 md5sums=('ca666e74bab93fcc7f4d773b77229fad' 'c0bd49a88f667c68c4430ad25bbed510')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
+  sed -i 's|ffmpeg/avcodec.h|libavcodec/avcodec.h|' import/{import_ffmpeg.c,decode_lavc.c} || return 1
+  sed -i 's|ffmpeg/avcodec.h|libavcodec/avcodec.h|' export/{aud_aux.c,export_ffmpeg.c,ffmpeg_cfg.h} || return 1
+  sed -i 's|ffmpeg/avcodec.h|libavcodec/avcodec.h|' filter/filter_resample.c || return 1
  # building from here
   ./configure --prefix=/usr \
     --enable-sse=no --enable-sse2=no --enable-altivec=no --enable-mmx \





More information about the arch-commits mailing list