summaryrefslogtreecommitdiff
path: root/community/openmovieeditor/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/openmovieeditor/PKGBUILD')
-rw-r--r--community/openmovieeditor/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/openmovieeditor/PKGBUILD b/community/openmovieeditor/PKGBUILD
index 2ed7aeb39..98716a99b 100644
--- a/community/openmovieeditor/PKGBUILD
+++ b/community/openmovieeditor/PKGBUILD
@@ -1,15 +1,17 @@
-# $Id: PKGBUILD 51110 2011-07-05 10:08:30Z spupykin $
+# $Id: PKGBUILD 57799 2011-11-03 09:07:09Z spupykin $
# Contributor: Robert Emil Berge <filoktetes@linuxophic.org>
# Maintainer: Robert Emil Berge
# Maintainer: Mateusz Herych <heniekk@gmail.com>
+
pkgname=openmovieeditor
pkgver=0.0.20090105
-pkgrel=7
+pkgrel=8
pkgdesc="A simple video editor"
arch=('i686' 'x86_64' 'mips64el')
url="http://openmovieeditor.sourceforge.net/HomePage"
license=('GPL')
-depends=('libquicktime' 'libsamplerate' 'fltk' 'jack' 'portaudio' 'gmerlin-avdecoder')
+depends=('libquicktime' 'libsamplerate' 'fltk' 'jack'
+ 'portaudio' 'gmerlin-avdecoder' 'libxtst')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('ce4f76c0b3e90aabf9c2d5c8dd31e9b1')
@@ -24,7 +26,7 @@ build() {
# Fix missing includes
sed -e 's|<sstream>|<sstream>\n#include <stdint.h>|' -i src/VideoViewGL.H
- sed -e 's|<string>|<string>\n#include <stdint.h>|' -i src/WaveForm.H
+ sed -e 's|<string>|<string>\n#include <stdint.h>|' -i src/WaveForm.H
sed -e 's|<stdint.h>|<stdint.h>\n#include <stdio.h>|' -i src/AddCommand.H
sed -e 's|<string>|<stdint.h>\n#include <stdio.h>|' -i src/MediaBrowser.H
sed -e 's|<iostream>|<iostream>\n#include <stdio.h>|' -i src/fl_font_browser.h