summaryrefslogtreecommitdiffstats
path: root/extra/gdk-pixbuf
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-26 19:16:02 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-26 19:16:02 +0100
commit638656f87f035d34709d7c934ecb6813c910ed18 (patch)
tree5fd13018ae6c5aaec7b520e3fd7a5d59f282d705 /extra/gdk-pixbuf
parent4a71b2a42e5d52f3c738d7a51b0759dd85f89a14 (diff)
downloadnutyx-extra-638656f87f035d34709d7c934ecb6813c910ed18.tar.gz
nutyx-extra-638656f87f035d34709d7c934ecb6813c910ed18.tar.bz2
nutyx-extra-638656f87f035d34709d7c934ecb6813c910ed18.tar.xz
nutyx-extra-638656f87f035d34709d7c934ecb6813c910ed18.zip
gdk-pixbuf, maj 2.23.0-1 ajout patch
Diffstat (limited to 'extra/gdk-pixbuf')
-rw-r--r--extra/gdk-pixbuf/.md5sum.i6861
-rw-r--r--extra/gdk-pixbuf/.md5sum.x86_641
-rwxr-xr-xextra/gdk-pixbuf/Pkgfile4
3 files changed, 5 insertions, 1 deletions
diff --git a/extra/gdk-pixbuf/.md5sum.i686 b/extra/gdk-pixbuf/.md5sum.i686
index 5ad0873b8..93ba9f930 100644
--- a/extra/gdk-pixbuf/.md5sum.i686
+++ b/extra/gdk-pixbuf/.md5sum.i686
@@ -1 +1,2 @@
+43470816ceed314b3156f2373707f267 gdk-pixbuf-2.23.0-io-png-01.patch
f07a648e3698cf29dcf1e69538b8b636 gdk-pixbuf-2.23.0.tar.bz2
diff --git a/extra/gdk-pixbuf/.md5sum.x86_64 b/extra/gdk-pixbuf/.md5sum.x86_64
index 5ad0873b8..93ba9f930 100644
--- a/extra/gdk-pixbuf/.md5sum.x86_64
+++ b/extra/gdk-pixbuf/.md5sum.x86_64
@@ -1 +1,2 @@
+43470816ceed314b3156f2373707f267 gdk-pixbuf-2.23.0-io-png-01.patch
f07a648e3698cf29dcf1e69538b8b636 gdk-pixbuf-2.23.0.tar.bz2
diff --git a/extra/gdk-pixbuf/Pkgfile b/extra/gdk-pixbuf/Pkgfile
index bb58a4876..299dd5441 100755
--- a/extra/gdk-pixbuf/Pkgfile
+++ b/extra/gdk-pixbuf/Pkgfile
@@ -8,10 +8,12 @@
name=gdk-pixbuf
version=2.23.0
release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\
+ http://nutyx.meticul.eu/files/patchs/$name/$name-$version-io-png-01.patch)
build() {
cd $name-$version
+ patch -Np1 -i ../$name-$version-io-png-01.patch
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \