Search Criteria
Package Details: kamerka 1:0.20-1
Git Clone URL: | https://aur.archlinux.org/kamerka.git (read-only) |
---|---|
Package Base: | kamerka |
Description: | Take photos using your webcam and shiny animated QML interface |
Upstream URL: | http://dos1.github.io/kamerka/ |
Keywords: | kde multimedia webcam |
Licenses: | |
Submitter: | daimonion |
Maintainer: | dos1 |
Last Packager: | dos1 |
Votes: | 30 |
Popularity: | 0.001422 |
First Submitted: | 2011-06-05 17:51 |
Last Updated: | 2019-04-10 19:56 |
Dependencies (15)
- kconfig (kconfig-git)
- kcoreaddons (kcoreaddons-git)
- kdeclarative (kdeclarative-git)
- kdelibs4support (kdelibs4support-git)
- ki18n (ki18n-git)
- kio (kio-git, kio-osync)
- knotifications (knotifications-git)
- kwidgetsaddons (kwidgetsaddons-git)
- phonon-qt5
- qimageblitz (qimageblitz-svn)
- qt5-base (qt5-base-git, qt5-base-headless)
- qt5-declarative (qt5-declarative-git)
- qt5-script (qt5-script-git)
- v4l-utils
- cmake (cmake-git) (make)
Latest Comments
FadeMind commented on 2015-06-18 08:12
Package need /usr/lib/libqimageblitz.so.4 file from qimageblitz package.
Without it I have an error:
$ kamerka
kamerka: error while loading shared libraries: libqimageblitz.so.4: cannot open shared object file: No such file or directory
e8hffff commented on 2014-12-24 18:10
This should be in the main repository
mrbit commented on 2013-03-01 20:19
please change to qt4
karaytanto commented on 2013-03-01 13:52
Hi, qt4 is replacing qt, please change dependencies.
reference: https://mailman.archlinux.org/pipermail/arch-dev-public/2013-February/024532.html
mrbit commented on 2012-12-21 23:34
please update 0.8.5 thanks
Anonymous comment on 2011-07-24 13:29
Patch for 0.8.1 attached.
--- PKGBUILD.orig 2011-07-18 18:58:41.000000000 +0200
+++ PKGBUILD 2011-07-24 15:28:01.000000000 +0200
@@ -1,7 +1,7 @@
# Contributor: Mladen Pejakovic <pejakm@gmail.com>
pkgname=kamerka
-pkgver=0.8
+pkgver=0.8.1
pkgdesc="Take photos using your webcam"
pkgrel=1
arch=(i686 x86_64)
@@ -12,7 +12,7 @@
depends=('kdelibs' 'qt' 'v4l-utils')
options=()
source=(http://dosowisko.net/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b683c2197d3e26623cdf7b9ffd4753f9')
+md5sums=('e61c310cb0bfcd216f3467deb51de2c3')
build(){
cd ${srcdir}/${pkgname}-${pkgver}
@@ -24,6 +24,4 @@
package(){
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
- install -m644 ./src/kamerka.kcfg ${pkgdir}/usr/share/config.kcfg/kamerka.kcfg
- rm ${pkgdir}/usr/share/config.kcfg/settings.kcfgc
}
Anonymous comment on 2011-07-24 13:16
I'm upstream author of Kamerka. Installing settings.kcfgc instead of kamerka.kcfg was indeed a mistake, it wasn't meant that way. I've just released 0.8.1 which have it fixed (it also has one new translation).
Kind regards,
Sebastian Krzyszkowiak
Anonymous comment on 2011-07-18 11:22
Patch for 0.8 attached. I mangled settings.kcfgc a little, looking at my /usr/share/config.kcfg and reading KDE manuals looks like it shouldn't be installed at all, unlike kamerka.kcfg. Using settings.kcfgc may cause conflicts with e.g. wicd-kde (which is probably handling it badly too, but whatever).
--- PKGBUILD.orig 2011-06-05 21:09:23.000000000 +0200
+++ PKGBUILD 2011-07-18 13:12:40.335946853 +0200
@@ -1,9 +1,9 @@
# Contributor: Mladen Pejakovic <pejakm@gmail.com>
pkgname=kamerka
-pkgver=0.6
+pkgver=0.8
pkgdesc="Take photos using your webcam"
-pkgrel=2
+pkgrel=1
arch=(i686 x86_64)
_kdeapps=142415
url="http://kde-apps.org/content/show.php?content=${_kdeapps}"
@@ -12,7 +12,7 @@
depends=('kdelibs' 'qt' 'v4l-utils')
options=()
source=(http://dosowisko.net/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1b3923f3fd675a9dade1b133e8acdbfe')
+md5sums=('b683c2197d3e26623cdf7b9ffd4753f9')
build(){
cd ${srcdir}/${pkgname}-${pkgver}
@@ -24,4 +24,7 @@
package(){
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
+ install -m644 ${srcdir}/${pkgname}-${pkgver}/src/kamerka.kcfg \
+ ${pkgdir}/usr/share/config.kcfg/kamerka.kcfg
+ rm ${pkgdir}/usr/share/config.kcfg/settings.kcfgc
}