mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
Add recorditnow to master
This commit is contained in:
parent
78664a8f52
commit
b24b0b8a8d
35
recorditnow/PKGBUILD
Normal file
35
recorditnow/PKGBUILD
Normal file
@ -0,0 +1,35 @@
|
||||
#
|
||||
# Apps Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=recorditnow
|
||||
pkgver=0.8.1
|
||||
pkgrel=1
|
||||
pkgdesc="A plugin based desktop recorder for KDE SC 4"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://kde-apps.org/content/show.php/RecordItNow?content=114610"
|
||||
license=('GPL')
|
||||
depends=('kdebase-runtime' 'recordmydesktop')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
optdepends=('ffmpeg:for ffmpeg encoder plugin'\
|
||||
'mencoder: for mencoder encoder plugin'\
|
||||
'xfixes: for mouse cursor in screenshots')
|
||||
provides=('recorditnow' 'joschy')
|
||||
conflicts=('joschy-git')
|
||||
source=(http://downloads.sourceforge.net/project/recorditnow/${pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('6619b4048545adbab1d13a790189e80f')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/$pkgname-$pkgver/
|
||||
if [[ ! -d build ]]; then
|
||||
mkdir build
|
||||
fi
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=release -DLINGUAS="de hu cs pt_BR fr it" ../
|
||||
make || return 1
|
||||
make DESTDIR=${startdir}/pkg/ install
|
||||
}
|
Loading…
Reference in New Issue
Block a user