* sync transcode with main arch

This commit is contained in:
Alexander Baldeck 2021-02-26 11:20:55 +01:00
parent 47cecadc60
commit 973ec9218b

View File

@ -6,13 +6,15 @@
pkgname=transcode
_sripver=0.3-4
pkgver=1.1.7
pkgrel=35
pkgrel=37
pkgdesc="A video/DVD ripper and encoder for the terminal/console"
arch=(powerpc64le)
arch=(x86_64 powerpc64le)
url="http://www.transcoding.org/"
license=(GPL)
depends=(gawk imagemagick lzo libdvdread ffmpeg mjpegtools libmpeg2 libxaw a52dec)
depends=(gawk imagemagick lzo libdvdread ffmpeg mjpegtools sdl libmpeg2 libxaw
a52dec)
makedepends=(x264 libquicktime)
[ "${CARCH}" == 'x86_64' ] && makedepends+=(nasm)
optdepends=('libquicktime: Quicktime format support')
#source=(https://bitbucket.org/france/transcode-tcforge/downloads/$pkgname-$pkgver.tar.bz2
source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.bz2