[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD)

2020-07-23 Thread Antonio Rojas via arch-commits
Date: Thursday, July 23, 2020 @ 18:13:04
  Author: arojas
Revision: 392449

libraw 0.20 rebuild

Modified:
  libkdcraw/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 18:09:09 UTC (rev 392448)
+++ PKGBUILD2020-07-23 18:13:04 UTC (rev 392449)
@@ -4,7 +4,7 @@
 
 pkgname=libkdcraw
 pkgver=20.07.80
-pkgrel=1
+pkgrel=2
 pkgdesc="A C++ interface used to decode RAW picture"
 url="https://www.kde.org/applications/graphics/;
 arch=(x86_64)


[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD gcc-5.patch)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 22:09:31
  Author: arojas
Revision: 242614

Drop old patch

Modified:
  libkdcraw/kde-unstable/PKGBUILD
Deleted:
  libkdcraw/kde-unstable/gcc-5.patch

-+
 PKGBUILD|6 +-
 gcc-5.patch |   23 ---
 2 files changed, 1 insertion(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 20:04:54 UTC (rev 242613)
+++ PKGBUILD2015-07-28 20:09:31 UTC (rev 242614)
@@ -14,16 +14,12 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
 'gcc-5.patch')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('862f0c38f5eb582eea34c2bb59fdb7dda96752d7'
   'fc5a24e05feab6481b61c37bfe83a0d4b2af4e09')
 
 prepare() {
   mkdir build
-
-# Fix build with GCC 5
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/gcc-5.patch
 }
 
 build() {

Deleted: gcc-5.patch
===
--- gcc-5.patch 2015-07-28 20:04:54 UTC (rev 242613)
+++ gcc-5.patch 2015-07-28 20:09:31 UTC (rev 242614)
@@ -1,23 +0,0 @@
-From: Gilles Caulier caulier.gil...@gmail.com
-Date: Thu, 14 May 2015 20:54:16 +
-Subject: libraw 0.16.1 needs C++ exceptions rules while compilation
-X-Git-Url: 
http://quickgit.kde.org/?p=libkdcraw.gita=commitdiffh=46898ec97a0462eb08a5b6d0450a86b27aae

-libraw 0.16.1 needs C++ exceptions rules while compilation
-BUGS: 347728
-FIXED-IN: 4.11.0

-
-
 a/libkdcraw/CMakeLists.txt
-+++ b/libkdcraw/CMakeLists.txt
-@@ -3,6 +3,8 @@
- #
- # Redistribution and use is allowed according to the terms of the BSD license.
- # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
-+
-+add_definitions(${KDE4_ENABLE_EXCEPTIONS})
- 
- configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake.in 
${CMAKE_CURRENT_BINARY_DIR}/version.h)
- 
-


[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD)

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 14:19:29
  Author: svenstaro
Revision: 218582

upgpkg: libkdcraw 4.13.97-1

kde 4.14 rc1

Modified:
  libkdcraw/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-03 12:19:22 UTC (rev 218581)
+++ PKGBUILD2014-08-03 12:19:29 UTC (rev 218582)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.13.95
+pkgver=4.13.97
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ec15fd476a34f74effbc33a4164402a24b9230a2')
+sha1sums=('9c3240ad3308f20e8c1bf90d59e1a547f23f723a')
 
 prepare() {
   mkdir build



[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD)

2013-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 19, 2013 @ 00:22:57
  Author: svenstaro
Revision: 190894

upgpkg: libkdcraw 4.10.95-2

rebuild

Modified:
  libkdcraw/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-18 22:22:53 UTC (rev 190893)
+++ PKGBUILD2013-07-18 22:22:57 UTC (rev 190894)
@@ -3,7 +3,7 @@
 
 pkgname=libkdcraw
 pkgver=4.10.95
-pkgrel=1
+pkgrel=2
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
 arch=('i686' 'x86_64')



[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD)

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 20:21:53
  Author: svenstaro
Revision: 190178

upgpkg: libkdcraw 4.10.95-1

upstream 4.11rc1

Modified:
  libkdcraw/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-16 18:21:07 UTC (rev 190177)
+++ PKGBUILD2013-07-16 18:21:53 UTC (rev 190178)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.10.90
+pkgver=4.10.95
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('92de68e245b051be00e6c8410e6f9a463edce895')
+sha1sums=('0e1c089c08d0636a0e89de3781d36cde4eb07650')
 
 build() {
   mkdir build



[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD)

2013-01-31 Thread Andrea Scarpino
Date: Thursday, January 31, 2013 @ 12:18:17
  Author: andrea
Revision: 176389

KDE 4.10

Modified:
  libkdcraw/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-31 11:18:12 UTC (rev 176388)
+++ PKGBUILD2013-01-31 11:18:17 UTC (rev 176389)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.9.98
+pkgver=4.10.0
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
@@ -13,8 +13,8 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('36d7660543b799936d33badb626413eb3c7a6d9d')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c332fcba9a06f6650cb8ce4652e91af9de3b43bc')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD)

2013-01-17 Thread Andrea Scarpino
Date: Thursday, January 17, 2013 @ 09:05:26
  Author: andrea
Revision: 175383

KDE 4.10 RC3

Modified:
  libkdcraw/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-17 14:05:22 UTC (rev 175382)
+++ PKGBUILD2013-01-17 14:05:26 UTC (rev 175383)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.9.97
+pkgver=4.9.98
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('b267c1b81da6e4089160a1ccf6847b7a6682c234')
+sha1sums=('36d7660543b799936d33badb626413eb3c7a6d9d')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD)

2013-01-16 Thread Andrea Scarpino
Date: Wednesday, January 16, 2013 @ 18:59:56
  Author: andrea
Revision: 175238

Tests are enabled by default in KDE 4.10 RC3

Modified:
  libkdcraw/kde-unstable/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-16 23:59:52 UTC (rev 175237)
+++ PKGBUILD2013-01-16 23:59:56 UTC (rev 175238)
@@ -22,6 +22,7 @@
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr
   make
 }



[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD)

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:36:09
  Author: andrea
Revision: 174328

KDE 4.10 RC2

Modified:
  libkdcraw/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:36:05 UTC (rev 174327)
+++ PKGBUILD2013-01-04 14:36:09 UTC (rev 174328)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6384b2950de83e1151f45d7b0f615632d3b7b990')
+sha1sums=('b267c1b81da6e4089160a1ccf6847b7a6682c234')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD)

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:53:11
  Author: andrea
Revision: 173373

KDE 4.10 RC1

Modified:
  libkdcraw/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:53:08 UTC (rev 173372)
+++ PKGBUILD2012-12-19 14:53:11 UTC (rev 173373)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('43ada2aa6736e1159181ad0687254fa9a015d12f')
+sha1sums=('6384b2950de83e1151f45d7b0f615632d3b7b990')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD)

2012-12-02 Thread Andrea Scarpino
Date: Sunday, December 2, 2012 @ 06:19:38
  Author: andrea
Revision: 172326

KDE 4.10 beta2

Modified:
  libkdcraw/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-02 11:19:34 UTC (rev 172325)
+++ PKGBUILD2012-12-02 11:19:38 UTC (rev 172326)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.9.80
+pkgver=4.9.90
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d49164f9524345e7485242aacda20ca9c7c04722')
+sha1sums=('43ada2aa6736e1159181ad0687254fa9a015d12f')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:54
  Author: andrea
Revision: 163268

KDE 4.9 RC2

Modified:
  libkdcraw/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:50 UTC (rev 163267)
+++ PKGBUILD2012-07-11 20:50:54 UTC (rev 163268)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f75867e177fb7dd292d38155afcee651a28832c0')
+sha1sums=('2e64db1b96b48e2f52baa1e66d8914b75640602c')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD)

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 02:22:09
  Author: andrea
Revision: 162449

KDE 4.9 RC1

Modified:
  libkdcraw/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-27 06:22:06 UTC (rev 162448)
+++ PKGBUILD2012-06-27 06:22:09 UTC (rev 162449)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.8.90
+pkgver=4.8.95
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('fa00e69ac62a3f9bd955ad60d081db5f40480cca')
+sha1sums=('f75867e177fb7dd292d38155afcee651a28832c0')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD)

2012-06-11 Thread Andrea Scarpino
Date: Tuesday, June 12, 2012 @ 01:42:39
  Author: andrea
Revision: 161526

KDE 4.9beta2

Modified:
  libkdcraw/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 05:42:36 UTC (rev 161525)
+++ PKGBUILD2012-06-12 05:42:39 UTC (rev 161526)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.8.80
+pkgver=4.8.90
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d2b2e3ab0ca1a1ca58e73de0595ea3c3ebcb56c6')
+sha1sums=('fa00e69ac62a3f9bd955ad60d081db5f40480cca')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD)

2011-07-24 Thread Andrea Scarpino
Date: Sunday, July 24, 2011 @ 18:45:55
  Author: andrea
Revision: 132505

KDE 4.7.0

Modified:
  libkdcraw/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-24 22:45:52 UTC (rev 132504)
+++ PKGBUILD2011-07-24 22:45:55 UTC (rev 132505)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.6.95
+pkgver=4.7.0
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=http://kde.org/;
@@ -12,8 +12,8 @@
 makedepends=('cmake' 'automoc4')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('b3a2b9df68b46db9728d0d0b009f9f5a28a02020')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('7c8d7ed8eb18c3f2951d451a2cf46dde9a336216')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:46:49
  Author: andrea
Revision: 131294

KDE 4.7RC2

Modified:
  libkdcraw/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:46:45 UTC (rev 131293)
+++ PKGBUILD2011-07-12 17:46:49 UTC (rev 131294)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('4ea47528716db93c0b3a0fa5abcd9dde0148eb78')
+sha1sums=('b3a2b9df68b46db9728d0d0b009f9f5a28a02020')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD)

2011-06-24 Thread Andrea Scarpino
Date: Friday, June 24, 2011 @ 08:43:00
  Author: andrea
Revision: 128541

KDE 4.7RC1

Modified:
  libkdcraw/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-24 12:42:41 UTC (rev 128540)
+++ PKGBUILD2011-06-24 12:43:00 UTC (rev 128541)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.6.80
+pkgver=4.6.90
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('19fe60a51ede7bf5b4047f8fff22cd8361ebd90c')
+sha1sums=('4ea47528716db93c0b3a0fa5abcd9dde0148eb78')
 
 build() {
   cd ${srcdir}