Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
desktop
Commits
e3bacd44
Commit
e3bacd44
authored
Jun 04, 2011
by
Anke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrections recorditnow
parent
fe116cc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
recorditnow/PKGBUILD
recorditnow/PKGBUILD
+3
-3
No files found.
recorditnow/PKGBUILD
View file @
e3bacd44
...
...
@@ -8,12 +8,12 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname
=
recorditnow
pkgver
=
0.8.1
pkgrel
=
3
pkgrel
=
4
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'
)
depends
=(
'kdebase-runtime'
'recordmydesktop'
'ffmpeg'
)
makedepends
=(
'cmake'
'automoc4'
)
optdepends
=(
'ffmpeg:for ffmpeg encoder plugin'
\
'mencoder: for mencoder encoder plugin'
\
...
...
@@ -29,7 +29,7 @@ build() {
mkdir
build
fi
cd
build
cmake
-DCMAKE_INSTALL_PREFIX
=
`
kde4-config
--prefix
`
-DCMAKE_BUILD_TYPE
=
release
-DLINGUAS
=
"de hu cs pt_BR fr it"
../
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
=
release
-DLINGUAS
=
"de hu cs pt_BR fr it"
../
make
||
return
1
make
DESTDIR
=
${
startdir
}
/pkg/
install
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment