summaryrefslogtreecommitdiff
path: root/community-staging/ffmpeg2theora
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-07 00:02:03 +0000
committerroot <root@rshg054.dnsready.net>2012-07-07 00:02:03 +0000
commitb7c6c9c7844914d1d0617a24b9e3a84d691d1f64 (patch)
treee83e42e7aa3b5f01bbd1a22f539aa807e586e04b /community-staging/ffmpeg2theora
parentce1cc063cc56f59a630e758c92a9f8ac67a24c32 (diff)
Sat Jul 7 00:02:03 UTC 2012
Diffstat (limited to 'community-staging/ffmpeg2theora')
-rw-r--r--community-staging/ffmpeg2theora/PKGBUILD30
1 files changed, 30 insertions, 0 deletions
diff --git a/community-staging/ffmpeg2theora/PKGBUILD b/community-staging/ffmpeg2theora/PKGBUILD
new file mode 100644
index 000000000..b63fe717c
--- /dev/null
+++ b/community-staging/ffmpeg2theora/PKGBUILD
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 73271 2012-07-05 06:07:34Z ebelanger $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Eric Belanger <eric@archlinux.org>
+# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
+# Contributor: Alexander Rødseth <rodseth@gmail.com>
+pkgname=ffmpeg2theora
+pkgver=0.29
+pkgrel=1
+pkgdesc="Simple converter to create Ogg Theora files"
+arch=('x86_64' 'i686')
+url="http://www.v2v.cc/~j/ffmpeg2theora/"
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('scons') # 'libkate')
+source=("http://www.v2v.cc/~j/$pkgname/downloads/$pkgname-$pkgver.tar.bz2")
+sha256sums=('214110e2a5afdd8ff8e0be18152e893dbff5dabc1ae1d1124e64d9f93eae946d')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ scons
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ scons install destdir="$pkgdir" prefix="/usr" mandir="PREFIX/share/man"
+}
+
+# vim:set ts=2 sw=2 et: