Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5f19cd150e03e77e95b24b549778a8248013b132

commit 5f19cd150e03e77e95b24b549778a8248013b132
Author: Devil505 <devil505li...@gmail.com>
Date:   Sat Jul 31 18:01:07 2010 +0200

matplotlib-1.0.0-1-i686
* version bump
* removing libpng 1.4 patch

diff --git a/source/xlib-extra/matplotlib/FrugalBuild 
b/source/xlib-extra/matplotlib/FrugalBuild
index fb159b7..47c3400 100644
--- a/source/xlib-extra/matplotlib/FrugalBuild
+++ b/source/xlib-extra/matplotlib/FrugalBuild
@@ -3,17 +3,14 @@
# Contributor: enda <e...@netou.com>

pkgname=matplotlib
-pkgver=0.99.1.2
+pkgver=1.0.0
pkgrel=1
pkgdesc="A python 2D plotting library for easy plotting of plots, histograms, 
charts."
depends=('numpy' 'pygtk>=2.16.0-4' 'python-dateutil' 'configobj>=4.6.0')
Finclude sourceforge python
-source=($source $pkgname-libpng14.patch)
-_F_cd_path="$pkgname-0.99.1.1"
groups=('xlib-extra')
archs=('i686' 'x86_64')
-sha1sums=('c3f9053a8522e2541d93ee55e8b447165708ac15' \
-          'bf77d3e87c5dc14749ad58683efd2a9af99a3fb8')
+sha1sums=('6004e83d09f064ecb3fe15c8ff09d61fb454757f')

build() {
Fcd
diff --git a/source/xlib-extra/matplotlib/matplotlib-libpng14.patch 
b/source/xlib-extra/matplotlib/matplotlib-libpng14.patch
deleted file mode 100644
index 8fe04de..0000000
--- a/source/xlib-extra/matplotlib/matplotlib-libpng14.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur matplotlib-0.99.1.1-orig/src/_png.cpp 
matplotlib-0.99.1.1/src/_png.cpp
---- matplotlib-0.99.1.1-orig/src/_png.cpp      2010-01-25 01:42:32.000000000 
-0500
-+++ matplotlib-0.99.1.1/src/_png.cpp   2010-01-25 01:43:17.000000000 -0500
-@@ -290,7 +290,7 @@
-
-   //free the png memory
-   png_read_end(png_ptr, info_ptr);
--  png_destroy_read_struct(&png_ptr, &info_ptr, png_infopp_NULL);
-+  png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
-   fclose(fp);
-   for (row = 0; row < height; row++)
-     delete [] row_pointers[row];
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to