x264: new version

ffmpeg: build against new x264
This commit is contained in:
Phil 2011-03-30 21:29:45 +00:00
parent d0e8179295
commit f988a77825
2 changed files with 5 additions and 5 deletions

View File

@ -6,8 +6,8 @@
# FIXME libvpx
pkgname=ffmpeg
pkgver=20110327
_head=HEAD-3c84930
pkgver=20110330
_head=HEAD-da3534b
pkgrel=1
pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
arch=('i686' 'x86_64')
@ -19,7 +19,7 @@ makedepends=('yasm')
source=(http://chakra-project.org/sources/ffmpeg/ffmpeg-${_head}.tar.gz)
options=('force')
#source=(http://ffmpeg.org/releases//releases/ffmpeg-${pkgver}.tar.bz2)
md5sums=('be05186a08fa5352a628e057563e3105')
md5sums=('fcd523f02061aa03a3a81dd022bac640')
build() {
cd "$srcdir/$pkgname-$_head"

View File

@ -5,7 +5,7 @@
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=x264
pkgver=20100826
pkgver=20110330
pkgrel=1
pkgdesc="free library for encoding H264/AVC video streams"
arch=('i686' 'x86_64')
@ -14,7 +14,7 @@ license=('GPL')
depends=('glibc')
makedepends=('yasm')
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2)
md5sums=('a5045c65078bf870f845c6bc12ecd65f')
md5sums=('8d1df77c9267d3d7a00c1d855f2f5d87')
build() {
cd "$srcdir/$pkgname-snapshot-$pkgver-2245"