Package Details: libkdcraw-git v21.03.90.r0.g91a7df0-1

Git Clone URL: https://aur.archlinux.org/libkdcraw-git.git (read-only, click to copy)
Package Base: libkdcraw-git
Description: A C++ interface used to decode RAW picture
Upstream URL: http://www.kde.org
Licenses: GPL, LGPL, FDL
Groups: digikamsc-git
Conflicts: libkdcraw
Provides: libkdcraw
Submitter: flamelab
Maintainer: IslandC0der
Last Packager: FredBezies
Votes: 25
Popularity: 0.000000
First Submitted: 2011-02-22 00:55 (UTC)
Last Updated: 2021-04-12 09:55 (UTC)

Latest Comments

aviallon commented on 2020-06-15 20:58 (UTC)

Please update your PKGBUILD

aviallon commented on 2020-06-15 20:56 (UTC) (edited on 2020-06-15 20:58 (UTC) by aviallon)

diff --git a/PKGBUILD b/PKGBUILD
index e340d14..ef0db35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Flamelab <panosfilip@gmail.com>
pkgname=libkdcraw-git
-pkgver=r1112.d21e34f
+pkgver=v20.04.2.r2.gbf75f81
pkgrel=1
pkgdesc='A C++ interface used to decode RAW picture'
arch=('i686' 'x86_64')
@@ -11,12 +11,12 @@ makedepends=('git' 'extra-cmake-modules-git' 'kdoctools')
conflicts=('libkdcraw')
provides=('libkdcraw')
groups=('digikamsc-git')
-source=('libkdcraw::git+git://anongit.kde.org/libkdcraw')
+source=('libkdcraw::git+https://anongit.kde.org/libkdcraw')
md5sums=('SKIP')

pkgver() {
cd "${srcdir}/libkdcraw"
-  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+  git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

prepare() {
@@ -40,4 +40,4 @@ build() {
package() {
cd "${srcdir}/build"
make DESTDIR="${pkgdir}" install
-}
\ No newline at end of file
+}

arojas commented on 2015-10-16 10:28 (UTC)

Merger in master (also libkexiv2, libkface, libkipi)

sl1pkn07 commented on 2014-11-30 20:47 (UTC)

done

arojas commented on 2014-11-30 20:44 (UTC)

kdelibs4support can be removed now (and kio needs to be added instead)

flamelab commented on 2011-02-22 00:56 (UTC)

Well, if somebody could help me out about the conflict it has with kdegraphics-libs ... :S