summaryrefslogtreecommitdiff
path: root/community/ffmpeg2theora
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/ffmpeg2theora
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/ffmpeg2theora')
-rw-r--r--community/ffmpeg2theora/ChangeLog23
-rw-r--r--community/ffmpeg2theora/PKGBUILD26
2 files changed, 49 insertions, 0 deletions
diff --git a/community/ffmpeg2theora/ChangeLog b/community/ffmpeg2theora/ChangeLog
new file mode 100644
index 000000000..266ff0032
--- /dev/null
+++ b/community/ffmpeg2theora/ChangeLog
@@ -0,0 +1,23 @@
+2010-06-25 Eric Belanger <eric@archlinux.org>
+
+ * ffmpeg2theora 0.27-1
+ * Upstream update
+
+2010-02-05 Eric Belanger <eric@archlinux.org>
+
+ * ffmpeg2theora 0.26-1
+ * Upstream update
+ * Updated license
+ * Updated source url
+
+2010-01-10 Eric Belanger <eric@archlinux.org>
+
+ * ffmpeg2theora 0.25-1
+ * Upstream update
+ * Built against ffmpeg 20100108
+
+2009-06-06 Eric Belanger <eric@archlinux.org>
+
+ * ffmpeg2theora 0.24-1
+ * Upstream update
+ * Added ChangeLog
diff --git a/community/ffmpeg2theora/PKGBUILD b/community/ffmpeg2theora/PKGBUILD
new file mode 100644
index 000000000..2735fde10
--- /dev/null
+++ b/community/ffmpeg2theora/PKGBUILD
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 19599 2010-06-26 01:11:45Z ebelanger $
+# Maintainer: Eric Belanger <eric@archlinux.org>
+# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
+
+pkgname=ffmpeg2theora
+pkgver=0.27
+pkgrel=1
+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')
+source=(http://www.v2v.cc/~j/ffmpeg2theora/downloads/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ec6bc7418aeb37f20759280f236c214a')
+sha1sums=('7480eb53995707f3f37769f5bfb590e56f943ac6')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ scons
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ scons install destdir="${pkgdir}" prefix="/usr" mandir="PREFIX/share/man"
+}