From 82fd7f658509afe9737e14e8d1ee9fefe13c9d1f Mon Sep 17 00:00:00 2001 From: root Date: Sat, 5 Nov 2011 23:14:55 +0000 Subject: Sat Nov 5 23:14:55 UTC 2011 --- community-staging/ffmpeg2theora/PKGBUILD | 27 +++++++++++++++++++++ .../ffmpeg2theora/ffmpeg2theora.changelog | 28 ++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 community-staging/ffmpeg2theora/PKGBUILD create mode 100644 community-staging/ffmpeg2theora/ffmpeg2theora.changelog (limited to 'community-staging/ffmpeg2theora') diff --git a/community-staging/ffmpeg2theora/PKGBUILD b/community-staging/ffmpeg2theora/PKGBUILD new file mode 100644 index 000000000..6cc8cf6fa --- /dev/null +++ b/community-staging/ffmpeg2theora/PKGBUILD @@ -0,0 +1,27 @@ +# $Id: PKGBUILD 57906 2011-11-04 10:37:07Z jelle $ +# Maintainer: Jaroslav Lichtblau +# Contributor: Eric Belanger +# Contributor: Angelo Theodorou + +pkgname=ffmpeg2theora +pkgver=0.28 +pkgrel=2 +pkgdesc="A simple converter to create Ogg Theora files" +arch=('i686' 'x86_64') +url="http://www.v2v.cc/~j/ffmpeg2theora/" +license=('GPL3') +depends=('ffmpeg') +makedepends=('pkgconfig' 'scons') +changelog=$pkgname.changelog +source=(http://www.v2v.cc/~j/${pkgname}/downloads/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('6893c1444d730a1514275ba76ba487ca207205b916d6cb1285704225ee86fe1e') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + scons +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + scons install destdir="${pkgdir}" prefix="/usr" mandir="PREFIX/share/man" +} diff --git a/community-staging/ffmpeg2theora/ffmpeg2theora.changelog b/community-staging/ffmpeg2theora/ffmpeg2theora.changelog new file mode 100644 index 000000000..adbe34807 --- /dev/null +++ b/community-staging/ffmpeg2theora/ffmpeg2theora.changelog @@ -0,0 +1,28 @@ +2011-10-09 Jaroslav Lichtblau + + * ffmpeg2theora 0.28-1 + * Upstream update + +2010-06-25 Eric Belanger + + * ffmpeg2theora 0.27-1 + * Upstream update + +2010-02-05 Eric Belanger + + * ffmpeg2theora 0.26-1 + * Upstream update + * Updated license + * Updated source url + +2010-01-10 Eric Belanger + + * ffmpeg2theora 0.25-1 + * Upstream update + * Built against ffmpeg 20100108 + +2009-06-06 Eric Belanger + + * ffmpeg2theora 0.24-1 + * Upstream update + * Added ChangeLog -- cgit v1.2.3-54-g00ecf