[arch-commits] Commit in transcode/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Eric Belanger
eric at archlinux.org
Fri Oct 17 05:46:45 UTC 2008
Date: Friday, October 17, 2008 @ 01:46:45
Author: eric
Revision: 15688
Merged revisions 15654 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/transcode/trunk
........
r15654 | tobias | 2008-10-16 15:04:16 -0400 (Thu, 16 Oct 2008) | 1 line
upgpkg: transcode 1.0.6-1
........
Modified:
transcode/repos/extra-x86_64/ (properties)
transcode/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
Property changes on: transcode/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /transcode/trunk:1-4127
+ /transcode/trunk:1-15687
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-10-17 05:44:36 UTC (rev 15687)
+++ extra-x86_64/PKGBUILD 2008-10-17 05:46:45 UTC (rev 15688)
@@ -4,20 +4,21 @@
pkgname=transcode
_sripver=0.3-4
-pkgver=1.0.6rc1
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
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' 'x264>=20080625')
+depends=('imagemagick>=6.2.6' 'lzo2' 'libdv' 'libdvdread' 'ffmpeg' 'mjpegtools' \
+ 'xvidcore' 'libmpeg2' 'libtheora' 'libxaw' 'x264>=20080625' 'libxml2' \
+ 'libxv')
makedepends=('nasm')
install=transcode.install
url="http://transcoding.org"
options=(!libtool !makeflags)
source=(http://fromani.exit1.org/${pkgname}-${pkgver}.tar.bz2 \
http://dl.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz)
-md5sums=('ca666e74bab93fcc7f4d773b77229fad' 'c0bd49a88f667c68c4430ad25bbed510')
+md5sums=('7c3a341b0e4540e34ef50c66b0ab751d' 'c0bd49a88f667c68c4430ad25bbed510')
build() {
cd $startdir/src/$pkgname-$pkgver
@@ -35,10 +36,10 @@
--with-mjpegtools-prefix=/usr \
--with-imagemagick-prefix=/usr \
--with-libdv-includes=/usr \
- --with-libpostproc-includes=/usr/include/postproc \
+ --with-libpostproc-includes=/usr/include/libpostproc \
--with-ogg-prefix=/usr \
--with-lame-libs=/usr \
- --with-lzo-includes=/usr/include \
+ --with-lzo-libs=/usr/lib \
--with-libavcodec-prefix=/usr \
--with-libavcodec-includes=/usr/include \
--with-libavcodec-libs=/usr/lib
More information about the arch-commits
mailing list