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

Giovanni Scafora giovanni at archlinux.org
Sun Jul 19 21:50:17 UTC 2009


    Date: Sunday, July 19, 2009 @ 17:50:16
  Author: giovanni
Revision: 46718

upgpkg: transcode 1.1.3-1
    New version 1.1.3

Modified:
  transcode/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-19 21:07:52 UTC (rev 46717)
+++ PKGBUILD	2009-07-19 21:50:16 UTC (rev 46718)
@@ -4,25 +4,22 @@
 
 pkgname=transcode
 _sripver=0.3-4
-pkgver=1.1.0
-pkgrel=6
-pkgdesc="Transcode is a video/DVD ripper and encoder for the terminal/console."
-arch=(i686 x86_64)
-license=('GPL2')
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="A video/DVD ripper and encoder for the terminal/console."
+arch=('i686' 'x86_64')
+license=('GPL')
 depends=('imagemagick>=6.5.1.9' 'lzo2' 'libdv' 'libdvdread>=4.1.3' 'ffmpeg>=0.5' 'mjpegtools' 'xvidcore' 'libmpeg2' 'libtheora' 'libxaw' 'x264>=20090416' 'libxml2' 'libxv' 'a52dec' 'alsa-lib')
-makedepends=('nasm')
-url="http://transcoding.org"
+makedepends=('nasm' 'pkgconfig')
+url="http://tcforge.berlios.de/"
 options=(!libtool !makeflags)
-source=(http://fromani.exit1.org/${pkgname}-${pkgver}.tar.bz2 \
+source=(http://download2.berlios.de/tcforge/${pkgname}-${pkgver}.tar.bz2 \
         http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz)
-md5sums=('5ca205e32b546402a48ea8004a7b3232'
+md5sums=('9e6d73f6fedff320d0f25feaa4f464a1'
          'c0bd49a88f667c68c4430ad25bbed510')
 
 build() {
   cd "${srcdir}/${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
   autoconf || return 1
 
  # building from here
@@ -64,3 +61,4 @@
   install -m 755 subtitle2vobsub ${pkgdir}/usr/bin/ || return 1
   install -m 755 vobsub2pgm ${pkgdir}/usr/bin/ || return 1
 }
+




More information about the arch-commits mailing list