summaryrefslogtreecommitdiff
path: root/community/recorditnow/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/recorditnow/PKGBUILD')
-rw-r--r--community/recorditnow/PKGBUILD20
1 files changed, 13 insertions, 7 deletions
diff --git a/community/recorditnow/PKGBUILD b/community/recorditnow/PKGBUILD
index c7a493fb1..f9bc87caf 100644
--- a/community/recorditnow/PKGBUILD
+++ b/community/recorditnow/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 93279 2013-07-01 05:44:50Z fyan $
+# $Id: PKGBUILD 97147 2013-09-14 07:29:00Z bpiotrowski $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Yichao Yu <yyc1992@gmail.com>
# Contributor: Weng Xuetian <wengxt@gmail.com>
@@ -7,26 +7,32 @@
pkgname=recorditnow
pkgver=0.8.1
-pkgrel=5
+pkgrel=7
pkgdesc="A plugin based desktop recorder for KDE SC 4"
arch=('i686' 'x86_64' 'mips64el')
url="http://kde-apps.org/content/show.php/RecordItNow?content=114610"
license=('GPL')
depends=('kdebase-runtime' 'ffmpeg' 'xdg-utils')
-makedepends=('cmake' 'automoc4' 'recordmydesktop')
+makedepends=('cmake' 'automoc4' 'recordmydesktop' 'mencoder')
optdepends=('mencoder: for mencoder encoder plugin'
'recordmydesktop')
provides=('joschy')
-conflicts=('joschy-git')
install=recorditnow.install
source=("http://downloads.sourceforge.net/project/recorditnow/${pkgname}-${pkgver}.tar.bz2"
- "cmake.patch")
+ "cmake.patch"
+ "ffmpeg.patch")
md5sums=('6619b4048545adbab1d13a790189e80f'
- '74ea0ababc2291e2a62e5d045c62616a')
+ '74ea0ababc2291e2a62e5d045c62616a'
+ '867f30a0cba692c7dad56195fd64b092')
+
+prepare() {
+ cd "${srcdir}/$pkgname-$pkgver"
+ patch -p0 -i "${srcdir}/cmake.patch"
+ patch -p0 -i "${srcdir}/ffmpeg.patch"
+}
build() {
cd "${srcdir}/$pkgname-$pkgver"
- patch -i "${srcdir}/cmake.patch" -p0
mkdir -p build
cd build