[arch-commits] Commit in kdegraphics (3 files)

Andrea Scarpino andrea at archlinux.org
Mon May 24 00:50:25 UTC 2010


    Date: Sunday, May 23, 2010 @ 20:50:25
  Author: andrea
Revision: 80930

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdegraphics/kde-unstable/
Modified:
  kdegraphics/kde-unstable/PKGBUILD
Deleted:
  kdegraphics/kde-unstable/fix-libjpeg8-compatibility.patch

----------------------------------+
 PKGBUILD                         |   17 ++++++-----------
 fix-libjpeg8-compatibility.patch |   13 -------------
 2 files changed, 6 insertions(+), 24 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD	2010-05-24 00:50:25 UTC (rev 80930)
@@ -1,5 +1,6 @@
 # $Id: PKGBUILD 59824 2009-11-28 01:40:14Z andrea $
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgbase=kdegraphics
 pkgname=('kdegraphics-gwenview'
@@ -11,8 +12,8 @@
          'kdegraphics-ksnapshot'
          'kdegraphics-libs'
          'kdegraphics-okular')
-pkgver=4.4.3
-pkgrel=2
+pkgver=4.4.80
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -20,16 +21,10 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'kdebase-runtime'
              'poppler-qt' 'libspectre' 'sane' 'chmlib' 'libdjvu' 'lcms' 'qca'
              'qimageblitz' 'ebook-tools' 'libxxf86vm')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
-	'fix-libjpeg8-compatibility.patch')
-sha1sums=('1caa6a6183c8cdf7cd3315d86ecfd37c5c829c9d'
-	'e71d0a0b5e25587c8ae026646a004c117ef5891f')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
+sha1sums=('d968dc9278b073e62247bd11fa4bc925abb31c4d')
 
 build() {
-	# Fixed in 4.5, check before build 4.4.4
-	cd ${srcdir}/${pkgbase}-${pkgver}
-	patch -Np1 -i ${srcdir}/fix-libjpeg8-compatibility.patch || return 1
-
 	cd ${srcdir}
 	mkdir build
 	cd build

Deleted: kde-unstable/fix-libjpeg8-compatibility.patch
===================================================================
--- trunk/fix-libjpeg8-compatibility.patch	2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/fix-libjpeg8-compatibility.patch	2010-05-24 00:50:25 UTC (rev 80930)
@@ -1,13 +0,0 @@
---- kdegraphics-4.4.3/gwenview/lib/jpegcontent.cpp~	2010-05-05 00:34:00.190335453 +0200
-+++ kdegraphics-4.4.3/gwenview/lib/jpegcontent.cpp	2010-05-05 00:35:32.947818779 +0200
-@@ -455,9 +455,8 @@
- 
- 	// Init transformation
- 	jpeg_transform_info transformoption;
-+	memset(&transformoption, 0, sizeof(jpeg_transform_info));
- 	transformoption.transform = findJxform(d->mTransformMatrix);
--	transformoption.force_grayscale = false;
--	transformoption.trim = false;
- 	jtransform_request_workspace(&srcinfo, &transformoption);
- 
- 	/* Read source file as DCT coefficients */




More information about the arch-commits mailing list