[arch-commits] CVS update of extra (3 files)

Tobias Kieslich tobias at archlinux.org
Mon Mar 3 18:36:19 UTC 2008


    Date: Monday, March 3, 2008 @ 13:36:19
  Author: tobias
    Path: /home/cvs-extra/extra

Modified: lib/t1lib/PKGBUILD (1.6 -> 1.7)
          multimedia/gimp/PKGBUILD (1.73 -> 1.74)
 Removed: lib/t1lib/overflow.patch (1.1)

upstream updates


--------------------------+
 lib/t1lib/PKGBUILD       |   12 ++++--------
 lib/t1lib/overflow.patch |   15 ---------------
 multimedia/gimp/PKGBUILD |    6 +++---
 3 files changed, 7 insertions(+), 26 deletions(-)


Index: extra/lib/t1lib/PKGBUILD
diff -u extra/lib/t1lib/PKGBUILD:1.6 extra/lib/t1lib/PKGBUILD:1.7
--- extra/lib/t1lib/PKGBUILD:1.6	Tue Oct 30 21:19:52 2007
+++ extra/lib/t1lib/PKGBUILD	Mon Mar  3 13:36:19 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.6 2007/10/31 01:19:52 eric Exp $
+# $Id: PKGBUILD,v 1.7 2008/03/03 18:36:19 tobias Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Contributor: Rainer Moll <renari at arcor.de>
 
 pkgname=t1lib
-pkgver=5.1.1
+pkgver=5.1.2
 pkgrel=1
 pkgdesc="Library for generating character- and string-glyphs from Adobe Type 1 fonts"
 arch=(i686 x86_64)
@@ -11,15 +11,11 @@
 depends=('libxaw')
 options=(!libtool)
 url="http://www.ibiblio.org/pub/Linux/libs/graphics/!INDEX.html"
-source=(http://www.ibiblio.org/pub/Linux/libs/graphics/${pkgname}-${pkgver}.tar.gz \
-        overflow.patch)
-md5sums=('b1b86b5014364d92ab3b7cee6c81e29d' '1568c9e0e52c20f7bf493b114c85428d')
+source=(http://www.ibiblio.org/pub/Linux/libs/graphics/${pkgname}-${pkgver}.tar.gz )
+md5sums=('a5629b56b93134377718009df1435f3c')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  cd lib/t1lib
-  patch -Np0 -i ../../../overflow.patch || return 1
-  cd ../..
   ./configure --prefix=/usr
   make without_doc || return 1
   make prefix=$startdir/pkg/usr install
Index: extra/lib/t1lib/overflow.patch
diff -u extra/lib/t1lib/overflow.patch:1.1 extra/lib/t1lib/overflow.patch:removed
--- extra/lib/t1lib/overflow.patch:1.1	Tue Oct 30 14:13:21 2007
+++ extra/lib/t1lib/overflow.patch	Mon Mar  3 13:36:19 2008
@@ -1,15 +0,0 @@
---- t1env.c.orig	2007-09-16 19:56:38.319184208 +0200
-+++ t1env.c	2007-09-16 20:05:02.057070439 +0200
-@@ -611,6 +611,12 @@
- #endif 
-     strcat( pathbuf, DIRECTORY_SEP);
-     /* And finally the filename: */
-+    /* If current pathbuf + StrippedName + 1 byte for NULL is bigger than pathbuf
-+       let's try next pathbuf */
-+    if( strlen(pathbuf) + strlen(StrippedName) + 1 > sizeof(pathbuf) ) {
-+	i++;
-+    	continue;
-+    }
-     strcat( pathbuf, StrippedName);
-     
-     /* Check for existence of the path: */
Index: extra/multimedia/gimp/PKGBUILD
diff -u extra/multimedia/gimp/PKGBUILD:1.73 extra/multimedia/gimp/PKGBUILD:1.74
--- extra/multimedia/gimp/PKGBUILD:1.73	Thu Feb  7 15:32:22 2008
+++ extra/multimedia/gimp/PKGBUILD	Mon Mar  3 13:36:19 2008
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.73 2008/02/07 20:32:22 tobias Exp $
+# $Id: PKGBUILD,v 1.74 2008/03/03 18:36:19 tobias Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 
 pkgname=gimp
-pkgver=2.4.4
+pkgver=2.4.5
 pkgrel=1
 pkgdesc="GNU Image Manipulation Program"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 install=${pkgname}.install
 source=(ftp://ftp.gimp.org/pub/gimp/v2.4/${pkgname}-${pkgver}.tar.bz2
         linux.gpl)
-md5sums=('41d0568581de99f3fd2ecb5babae1f6e' 'bb27bc214261d36484093e857f015f38')
+md5sums=('162e264dc5f0c7e4de8794e78818381f' 'bb27bc214261d36484093e857f015f38')
 
 build() {
    cd ${startdir}/src/${pkgname}-${pkgver}




More information about the arch-commits mailing list