summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-11-05 09:10:50 +0100
committersibel <lesibel@free.fr>2010-11-05 09:10:50 +0100
commit9fa39ca42c295fb1f51d6af338a4127d7e9cd91d (patch)
tree888338b3de27f9b353fec63cf6dd51a4897ebdd6
parentf747dab4be8f926c2c52f8daec3aeb08b7ad9e84 (diff)
parenta59a51725fdfe96f94757b34106a9301e7687b2f (diff)
downloadnutyx-pakxe-9fa39ca42c295fb1f51d6af338a4127d7e9cd91d.tar.gz
nutyx-pakxe-9fa39ca42c295fb1f51d6af338a4127d7e9cd91d.tar.bz2
nutyx-pakxe-9fa39ca42c295fb1f51d6af338a4127d7e9cd91d.tar.xz
nutyx-pakxe-9fa39ca42c295fb1f51d6af338a4127d7e9cd91d.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
-rw-r--r--extra/akode/.md5sum1
-rw-r--r--extra/akode/Pkgfile3
-rw-r--r--extra/akode/akode-2.0.2-flac14.patch12
-rw-r--r--extra/akode/gcc43.patch47
-rw-r--r--extra/amule/Pkgfile4
-rw-r--r--extra/amule/amule-2.2.6-gcc-01.patch11
-rwxr-xr-xextra/enblend-enfuse/Pkgfile2
-rw-r--r--extra/enblend-enfuse/enblend-enfuse.install20
-rw-r--r--extra/enblend-enfuse/libpng-1.4.patch14
-rwxr-xr-xextra/ghostscript/Pkgfile3
-rw-r--r--extra/ghostscript/ghostscript-fPIC.patch31
-rw-r--r--extra/ghostscript/wget-log121
-rw-r--r--extra/gtkdialog/Pkgfile2
-rw-r--r--extra/gtkdialog/gtkdialog_0.7.20_glade.patch42
-rwxr-xr-xextra/partimage/Pkgfile2
-rw-r--r--extra/partimage/partimage-0.6.8-gcc44.patch24
-rw-r--r--extra/xpdf/Pkgfile2
-rw-r--r--extra/xpdf/patch.patch21
-rw-r--r--extra/xpdf/xpdf.desktop9
19 files changed, 9 insertions, 362 deletions
diff --git a/extra/akode/.md5sum b/extra/akode/.md5sum
index cf5e441ae..12fddaff2 100644
--- a/extra/akode/.md5sum
+++ b/extra/akode/.md5sum
@@ -1,3 +1,2 @@
659ced0c9c735cb3e55b9138ff02342c 30375-akode-2.0.2.tar.bz2
-41823c2df53a91044f6de9b3b2c1231e akode-2.0.2-flac14.patch
6e22d4a54a06443b1a63437932a633d6 gcc43.patch
diff --git a/extra/akode/Pkgfile b/extra/akode/Pkgfile
index d28a9313d..e1955f477 100644
--- a/extra/akode/Pkgfile
+++ b/extra/akode/Pkgfile
@@ -8,10 +8,9 @@ name=akode
version=2.0.2
release=2
source=(http://www.kde-apps.org/CONTENT/content-files/30375-akode-$version.tar.bz2 \
- akode-2.0.2-flac14.patch gcc43.patch)
+ http://nutyx.meticul.eu/files/patchs/$name/gcc43.patch)
build() {
cd $name-$version
-# patch -Np0 -i ../akode-2.0.2-flac14.patch
patch -Np0 -i ../gcc43.patch
./configure --prefix=/usr \
--without-flac \
diff --git a/extra/akode/akode-2.0.2-flac14.patch b/extra/akode/akode-2.0.2-flac14.patch
deleted file mode 100644
index b50b8e56f..000000000
--- a/extra/akode/akode-2.0.2-flac14.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- akode/plugins/xiph_decoder/flac113_decoder.cpp.orig 2007-06-12 06:59:28.000000000 +0000
-+++ akode/plugins/xiph_decoder/flac113_decoder.cpp 2007-06-12 07:07:23.000000000 +0000
-@@ -108,7 +108,7 @@
- static FLAC__StreamDecoderReadStatus flac_read_callback(
- const FLAC__StreamDecoder *,
- FLAC__byte buffer[],
-- unsigned *bytes,
-+ size_t *bytes,
- void *client_data)
- {
- FLACDecoder::private_data *data = (FLACDecoder::private_data*)client_data;
-
diff --git a/extra/akode/gcc43.patch b/extra/akode/gcc43.patch
deleted file mode 100644
index 0f763082f..000000000
--- a/extra/akode/gcc43.patch
+++ /dev/null
@@ -1,47 +0,0 @@
---- akode/lib/auto_sink.cpp~ 2007-04-01 14:45:16.000000000 +0000
-+++ akode/lib/auto_sink.cpp 2007-04-01 14:45:23.000000000 +0000
-@@ -21,6 +21,7 @@
- #include "audioframe.h"
- #include "auto_sink.h"
-
-+#include <cstdlib>
- #include <iostream>
-
- namespace aKode {
---- akode/akodeplay/akodeplay.cpp~ 2007-04-01 14:45:59.000000000 +0000
-+++ akode/akodeplay/akodeplay.cpp 2007-04-01 14:46:06.000000000 +0000
-@@ -25,6 +25,8 @@
- #include "../lib/sink.h"
- #include "../lib/decoder.h"
-
-+#include <cstdlib>
-+
- #ifdef HAVE_GNU_GETOPT
- #include <getopt.h>
- #else
-
---- akode/lib/player.cpp~ 2006-11-05 14:37:48.000000000 +0000
-+++ akode/lib/player.cpp 2008-12-24 09:57:03.000000000 +0000
-@@ -34,10 +34,12 @@
- #include "converter.h"
- #include "resampler.h"
- #include "magic.h"
-+#include <cstring>
-
- #include "player.h"
-
- #ifndef NDEBUG
-+#include <cstdlib>
- #include <iostream>
- #define AKODE_DEBUG(x) {std::cerr << "akode: " << x << "\n";}
- #else
---- akode/lib/magic.cpp~ 2005-10-20 20:47:17.000000000 +0000
-+++ akode/lib/magic.cpp 2008-12-24 09:58:30.000000000 +0000
-@@ -22,6 +22,7 @@
- #include "magic.h"
- #include "file.h"
- #include <iostream>
-+#include <cstring>
- using std::cerr;
-
- namespace aKode {
diff --git a/extra/amule/Pkgfile b/extra/amule/Pkgfile
index b3ca216d8..fa22dcfa9 100644
--- a/extra/amule/Pkgfile
+++ b/extra/amule/Pkgfile
@@ -1,4 +1,4 @@
-# Description: An all-platform Edonkey client.
+# Description: Client toute platforme Edonkey
# URL: http://www.amule.org/
# Maintainer: Antti Nykänen, aon at iki dot fi
# Packager: Falcony, falcony at users dot sourceforge dot net
@@ -8,7 +8,7 @@ name=amule
version=2.2.6
release=2
source=(http://download.berlios.de/amule/aMule-$version.tar.bz2\
- amule-2.2.6-gcc-01.patch)
+ http://nutyx.meticul.eu/files/patchs/$name/amule-2.2.6-gcc-01.patch)
build() {
cd aMule-$version
diff --git a/extra/amule/amule-2.2.6-gcc-01.patch b/extra/amule/amule-2.2.6-gcc-01.patch
deleted file mode 100644
index e5cec602b..000000000
--- a/extra/amule/amule-2.2.6-gcc-01.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- aMule-2.2.6/src/utils/wxCas/src/wxcasframe.cpp 2008-09-06 17:39:00.000000000 +0200
-+++ aMule-2.2.6/src/utils/wxCas/src/wxcasframe.cpp.new 2010-05-02 14:34:26.000000000 +0200
-@@ -289,7 +289,7 @@
- #else
-
- memdc.
-- SetFont ( wxFont::wxFont ( 8, wxSWISS, wxNORMAL, wxBOLD ) );
-+ SetFont (wxFont ( 8, wxSWISS, wxNORMAL, wxBOLD ) );
- #endif
-
- memdc.
diff --git a/extra/enblend-enfuse/Pkgfile b/extra/enblend-enfuse/Pkgfile
index a41620094..a8afa5d9f 100755
--- a/extra/enblend-enfuse/Pkgfile
+++ b/extra/enblend-enfuse/Pkgfile
@@ -8,7 +8,7 @@ name=enblend-enfuse
version=4.0
release=1
source=( http://downloads.sourceforge.net/sourceforge/enblend/$name-$version.tar.gz
- libpng-1.4.patch)
+ http://nutyx.meticul.eu/files/patchs/$name/libpng-1.4.patch)
build() {
cd $name-$version*
diff --git a/extra/enblend-enfuse/enblend-enfuse.install b/extra/enblend-enfuse/enblend-enfuse.install
deleted file mode 100644
index 0ba358878..000000000
--- a/extra/enblend-enfuse/enblend-enfuse.install
+++ /dev/null
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(enblend.info enfuse-focus-stacking.info enfuse.info)
-
-post_install() {
- for file in ${filelist[@]}; do
- install-info $infodir/$file.gz $infodir/dir 2> /dev/null
- done
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- for file in ${filelist[@]}; do
- install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
- done
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/extra/enblend-enfuse/libpng-1.4.patch b/extra/enblend-enfuse/libpng-1.4.patch
deleted file mode 100644
index 3bf852b58..000000000
--- a/extra/enblend-enfuse/libpng-1.4.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naur enblend-enfuse-3.2-orig/src/vigra_impex/png.cxx enblend-enfuse-3.2/src/vigra_impex/png.cxx
---- enblend-enfuse-3.2-orig/src/vigra_impex/png.cxx 2010-01-19 22:09:36.000000000 -0500
-+++ enblend-enfuse-3.2/src/vigra_impex/png.cxx 2010-01-19 22:13:43.000000000 -0500
-@@ -275,8 +275,8 @@
- // expand gray values to at least one byte size
- if ( color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8 ) {
- if (setjmp(png->jmpbuf))
-- vigra_postcondition( false,png_error_message.insert(0, "error in png_set_gray_1_2_4_to_8(): ").c_str());
-- png_set_gray_1_2_4_to_8(png);
-+ vigra_postcondition( false,png_error_message.insert(0, "error in png_set_expand_gray_1_2_4_to_8(): ").c_str());
-+ png_set_expand_gray_1_2_4_to_8(png);
- bit_depth = 8;
- }
-
diff --git a/extra/ghostscript/Pkgfile b/extra/ghostscript/Pkgfile
index ec6d40d36..8830f48ae 100755
--- a/extra/ghostscript/Pkgfile
+++ b/extra/ghostscript/Pkgfile
@@ -10,7 +10,8 @@ release=1
source=( http://ghostscript.com/releases/$name-$version.tar.gz \
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ghostscript-fonts-std-8.11.tar.gz\
- http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz ghostscript-fPIC.patch)
+ http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz \
+ http://nutyx.meticul.eu/files/patchs/$name/ghostscript-fPIC.patch)
build() {
unset MAKEFLAGS
diff --git a/extra/ghostscript/ghostscript-fPIC.patch b/extra/ghostscript/ghostscript-fPIC.patch
deleted file mode 100644
index f5b1b3081..000000000
--- a/extra/ghostscript/ghostscript-fPIC.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- ghostscript-8.60-r8112/base/lib.mak.fPIC 2007-07-10 17:03:11.000000000 +0100
-+++ ghostscript-8.60-r8112/base/lib.mak 2007-07-10 17:05:56.000000000 +0100
-@@ -874,7 +874,7 @@
- $(GLOBJ)gsparamx.$(OBJ) : $(GLSRC)gsparamx.c $(string__h)\
- $(gserror_h) $(gserrors_h) $(gsmemory_h) $(gsparam_h) $(gsparamx_h)\
- $(gstypes_h)
-- $(GLCC) $(GLO_)gsparamx.$(OBJ) $(C_) $(GLSRC)gsparamx.c
-+ $(GLCCSHARED) $(GLO_)gsparamx.$(OBJ) $(C_) $(GLSRC)gsparamx.c
-
- # Future replacement for gsparams.c
- $(GLOBJ)gsparam2.$(OBJ) : $(GLSRC)gsparam2.c $(GXERR) $(memory__h)\
-@@ -1077,7 +1077,7 @@
-
- # Provide a mapping between StandardEncoding and ISOLatin1Encoding.
- $(GLOBJ)gdevemap.$(OBJ) : $(GLSRC)gdevemap.c $(AK) $(std_h)
-- $(GLCC) $(GLO_)gdevemap.$(OBJ) $(C_) $(GLSRC)gdevemap.c
-+ $(GLCCSHARED) $(GLO_)gdevemap.$(OBJ) $(C_) $(GLSRC)gdevemap.c
-
- ###### Create a pseudo-"feature" for the entire graphics library.
-
---- ghostscript-8.60-r8112/base/devs.mak.fPIC 2007-07-10 17:05:00.000000000 +0100
-+++ ghostscript-8.60-r8112/base/devs.mak 2007-07-10 17:05:07.000000000 +0100
-@@ -464,7 +464,7 @@
- $(GLCCSHARED) $(XINCLUDE) $(GLO_)gdevx.$(OBJ) $(C_) $(GLSRC)gdevx.c
-
- $(GLOBJ)gdevxcmp.$(OBJ) : $(GLSRC)gdevxcmp.c $(GDEVX) $(math__h)
-- $(GLCC) $(XINCLUDE) $(GLO_)gdevxcmp.$(OBJ) $(C_) $(GLSRC)gdevxcmp.c
-+ $(GLCCSHARED) $(XINCLUDE) $(GLO_)gdevxcmp.$(OBJ) $(C_) $(GLSRC)gdevxcmp.c
-
- $(GLOBJ)gdevxini.$(OBJ) : $(GLSRC)gdevxini.c $(GDEVX) $(memory__h)\
- $(gserrors_h) $(gsparamx_h) $(gxdevmem_h) $(gdevbbox_h)
diff --git a/extra/ghostscript/wget-log b/extra/ghostscript/wget-log
deleted file mode 100644
index 6c5818ff0..000000000
--- a/extra/ghostscript/wget-log
+++ /dev/null
@@ -1,121 +0,0 @@
---2008-08-12 12:08:00-- http://dl.sourceforge.net/sourceforge/ghostscript/ghostscript-8.60.tar.bz2
-Resolving dl.sourceforge.net... 64.74.207.41, 69.9.164.2, 216.34.181.56, ...
-Connecting to dl.sourceforge.net|64.74.207.41|:80... failed: Connection timed out.
-Connecting to dl.sourceforge.net|69.9.164.2|:80... failed: Connection timed out.
-Connecting to dl.sourceforge.net|216.34.181.56|:80... connected.
-HTTP request sent, awaiting response... 200 OK
-Length: 12942029 (12M) [application/x-bzip2]
-Saving to: `/srv/sources/ghostscript-8.60.tar.bz2.partial'
-
- 46% [=========================================================> ] 5,971,400 247B/s eta 28m 40s 46% [=========================================================> ] 5,997,464 271B/s eta 28m 40s 46% [=========================================================> ] 6,052,488 327B/s eta 28m 40s 47% [==========================================================> ] 6,120,544 386B/s eta 26m 17s 47% [===========================================================> ] 6,187,152 451B/s eta 26m 17s 48% [===========================================================> ] 6,224,800 486B/s eta 26m 17s 48% [============================================================> ] 6,288,512 544B/s eta 26m 17s 48% [============================================================> ] 6,331,952 587B/s eta 26m 17s 49% [=============================================================> ] 6,397,112 650B/s eta 24m 9s 49% [=============================================================> ] 6,444,896 695B/s eta 24m 9s 50% [==============================================================> ] 6,512,952 764B/s eta 24m 9s 50% [==============================================================> ] 6,562,184 814B/s eta 24m 9s 51% [===============================================================> ] 6,630,240 877B/s eta 24m 9s 51% [================================================================> ] 6,685,264 925B/s eta 22m 6s 52% [================================================================> ] 6,753,320 259K/s eta 22m 6s 52% [=================================================================> ] 6,812,688 249K/s eta 22m 6s 53% [=================================================================> ] 6,876,400 257K/s eta 22m 6s 53% [==================================================================> ] 6,945,904 263K/s eta 22m 6s 54% [===================================================================> ] 7,011,064 274K/s eta 20m 0s 54% [===================================================================> ] 7,084,912 279K/s eta 20m 0s 55% [====================================================================> ] 7,150,072 283K/s eta 20m 0s 55% [=====================================================================> ] 7,223,920 289K/s eta 20m 0s 56% [=====================================================================> ] 7,291,976 293K/s eta 20m 0s 56% [======================================================================> ] 7,355,688 295K/s eta 17m 58s 57% [=======================================================================> ] 7,428,088 304K/s eta 17m 58s 57% [========================================================================> ] 7,501,936 311K/s eta 17m 58s 58% [========================================================================> ] 7,571,440 316K/s eta 17m 58s 59% [=========================================================================> ] 7,655,424 323K/s eta 17m 58s 59% [==========================================================================> ] 7,720,584 323K/s eta 16m 1s 60% [==========================================================================> ] 7,800,224 329K/s eta 16m 1s 60% [===========================================================================> ] 7,881,312 334K/s eta 16m 1s 61% [============================================================================> ] 7,955,160 337K/s eta 16m 1s 61% [============================================================================> ] 8,002,944 345K/s in 23m 41s
-
-2008-08-12 12:38:01 (5.50 KB/s) - Read error at byte 8002944/12942029 (Connection reset by peer). Retrying.
-
---2008-08-12 12:38:02-- (try: 2) http://dl.sourceforge.net/sourceforge/ghostscript/ghostscript-8.60.tar.bz2
-Connecting to dl.sourceforge.net|216.34.181.56|:80... connected.
-HTTP request sent, awaiting response... 206 Partial Content
-Length: 12942029 (12M), 4939085 (4.7M) remaining [application/x-bzip2]
-Saving to: `/srv/sources/ghostscript-8.60.tar.bz2.partial'
-
- [ skipping 7800K ]
- 7800K ,,,,,,,,,, ,,,,,..... .......... .......... .......... 62% 18.1K 6m22s
- 7850K .......... .......... .......... .......... .......... 62% 12.1K 6m25s
- 7900K .......... .......... .......... .......... .......... 62% 18.2K 5m35s
- 7950K .......... .......... .......... .......... .......... 63% 20.1K 5m4s
- 8000K .......... .......... .......... .......... .......... 63% 13.6K 5m9s
- 8050K .......... .......... .......... .......... .......... 64% 14.9K 5m5s
- 8100K .......... .......... .......... .......... .......... 64% 15.1K 5m1s
- 8150K .......... .......... .......... .......... .......... 64% 16.5K 4m54s
- 8200K .......... .......... .......... .......... .......... 65% 12.3K 4m59s
- 8250K .......... .......... .......... .......... .......... 65% 15.2K 4m54s
- 8300K .......... .......... .......... .......... .......... 66% 17.2K 4m47s
- 8350K .......... .......... .......... .......... .......... 66% 45.6K 4m27s
- 8400K .......... .......... .......... .......... .......... 66% 11.8K 4m31s
- 8450K .......... .......... .......... .......... .......... 67% 9.99K 4m39s
- 8500K .......... .......... .......... .......... .......... 67% 11.2K 4m41s
- 8550K .......... .......... .......... .......... .......... 68% 13.3K 4m40s
- 8600K .......... .......... .......... .......... .......... 68% 15.2K 4m35s
- 8650K .......... .......... .......... .......... .......... 68% 15.6K 4m31s
- 8700K .......... .......... .......... .......... .......... 69% 15.1K 4m27s
- 8750K .......... .......... .......... .......... .......... 69% 12.5K 4m26s
- 8800K .......... .......... .......... .......... .......... 70% 14.4K 4m22s
- 8850K .......... .......... .......... .......... .......... 70% 7.89K 4m29s
- 8900K .......... .......... .......... .......... .......... 70% 9.24K 4m31s
- 8950K .......... .......... .......... .......... .......... 71% 16.5K 4m25s
- 9000K .......... .......... .......... .......... .......... 71% 32.2K 4m16s
- 9050K .......... .......... .......... .......... .......... 72% 27.0K 4m7s
- 9100K .......... .......... .......... .......... .......... 72% 22.4K 4m1s
- 9150K .......... .......... .......... .......... .......... 72% 19.7K 3m55s
- 9200K .......... .......... .......... .......... .......... 73% 20.3K 3m49s
- 9250K .......... .......... .......... .......... .......... 73% 18.9K 3m44s
- 9300K .......... .......... .......... .......... .......... 73% 13.6K 3m41s
- 9350K .......... .......... .......... .......... .......... 74% 10.7K 3m41s
- 9400K .......... .......... .......... .......... .......... 74% 9.23K 3m41s
- 9450K .......... .......... .......... .......... .......... 75% 15.3K 3m37s
- 9500K .......... .......... .......... .......... .......... 75% 8.51K 3m38s
- 9550K .......... .......... .......... .......... .......... 75% 8.97K 3m38s
- 9600K .......... .......... .......... .......... .......... 76% 13.0K 3m35s
- 9650K .......... .......... .......... .......... .......... 76% 13.8K 3m31s
- 9700K .......... .......... .......... .......... .......... 77% 27.0K 3m25s
- 9750K .......... .......... .......... .......... .......... 77% 15.7K 3m21s
- 9800K .......... .......... .......... .......... .......... 77% 22.1K 3m16s
- 9850K .......... .......... .......... .......... .......... 78% 6.58K 3m18s
- 9900K .......... .......... .......... .......... .......... 78% 14.6K 3m14s
- 9950K .......... .......... .......... .......... .......... 79% 10.7K 3m12s
- 10000K .......... .......... .......... .......... .......... 79% 12.3K 3m8s
- 10050K .......... .......... .......... .......... .......... 79% 19.4K 3m4s
- 10100K .......... .......... .......... .......... .......... 80% 17.3K 2m59s
- 10150K .......... .......... .......... .......... .......... 80% 17.4K 2m55s
- 10200K .......... .......... .......... .......... .......... 81% 25.8K 2m50s
- 10250K .......... .......... .......... .......... .......... 81% 10.2K 2m47s
- 10300K .......... .......... .......... .......... .......... 81% 10.8K 2m45s
- 10350K .......... .......... .......... .......... .......... 82% 19.3K 2m40s
- 10400K .......... .......... .......... .......... .......... 82% 10.2K 2m38s
- 10450K .......... .......... .......... .......... .......... 83% 8.90K 2m36s
- 10500K .......... .......... .......... .......... .......... 83% 25.4K 2m31s
- 10550K .......... .......... .......... .......... .......... 83% 15.9K 2m27s
- 10600K .......... .......... .......... .......... .......... 84% 20.7K 2m23s
- 10650K .......... .......... .......... .......... .......... 84% 9.90K 2m20s
- 10700K .......... .......... .......... .......... .......... 85% 10.4K 2m17s
- 10750K .......... .......... .......... .......... .......... 85% 16.5K 2m13s
- 10800K .......... .......... .......... .......... .......... 85% 11.3K 2m10s
- 10850K .......... .......... .......... .......... .......... 86% 7.52K 2m8s
- 10900K .......... .......... .......... .......... .......... 86% 13.3K 2m4s
- 10950K .......... .......... .......... .......... .......... 87% 11.7K 2m1s
- 11000K .......... .......... .......... .......... .......... 87% 10.7K 1m58s
- 11050K .......... .......... .......... .......... .......... 87% 12.1K 1m54s
- 11100K .......... .......... .......... .......... .......... 88% 8.00K 1m52s
- 11150K .......... .......... .......... .......... .......... 88% 16.0K 1m48s
- 11200K .......... .......... .......... .......... .......... 89% 16.2K 1m44s
- 11250K .......... .......... .......... .......... .......... 89% 16.2K 1m40s
- 11300K .......... .......... .......... .......... .......... 89% 7.34K 97s
- 11350K .......... .......... .......... .......... .......... 90% 14.5K 93s
- 11400K .......... .......... .......... .......... .......... 90% 16.6K 89s
- 11450K .......... .......... .......... .......... .......... 90% 10.4K 86s
- 11500K .......... .......... .......... .......... .......... 91% 11.4K 82s
- 11550K .......... .......... .......... .......... .......... 91% 12.7K 78s
- 11600K .......... .......... .......... .......... .......... 92% 10.8K 75s
- 11650K .......... .......... .......... .......... .......... 92% 7.99K 72s
- 11700K .......... .......... .......... .......... .......... 92% 14.3K 68s
- 11750K .......... .......... .......... .......... .......... 93% 7.74K 65s
- 11800K .......... .......... .......... .......... .......... 93% 17.4K 61s
- 11850K .......... .......... .......... .......... .......... 94% 8.28K 57s
- 11900K .......... .......... .......... .......... .......... 94% 14.6K 53s
- 11950K .......... .......... .......... .......... .......... 94% 7.42K 50s
- 12000K .......... .......... .......... .......... .......... 95% 16.4K 46s
- 12050K .......... .......... .......... .......... .......... 95% 10.6K 42s
- 12100K .......... .......... .......... .......... .......... 96% 13.8K 38s
- 12150K .......... .......... .......... .......... .......... 96% 17.2K 34s
- 12200K .......... .......... .......... .......... .......... 96% 20.3K 30s
- 12250K .......... .......... .......... .......... .......... 97% 19.3K 26s
- 12300K .......... .......... .......... .......... .......... 97% 10.5K 22s
- 12350K .......... .......... .......... .......... .......... 98% 11.8K 18s
- 12400K .......... .......... .......... .......... .......... 98% 8.30K 15s
- 12450K .......... .......... .......... .......... .......... 98% 10.3K 11s
- 12500K .......... .......... .......... .......... .......... 99% 17.6K 7s
- 12550K .......... .......... .......... .......... .......... 99% 11.4K 3s
- 12600K .......... .......... .......... ........ 100% 12.1K=6m15s
-
-utime(/srv/sources/ghostscript-8.60.tar.bz2.partial): No such file or directory
-2008-08-12 12:44:17 (12.8 KB/s) - `/srv/sources/ghostscript-8.60.tar.bz2.partial' saved [12942029/12942029]
-
diff --git a/extra/gtkdialog/Pkgfile b/extra/gtkdialog/Pkgfile
index 5013d0620..6fd6ebcc3 100644
--- a/extra/gtkdialog/Pkgfile
+++ b/extra/gtkdialog/Pkgfile
@@ -8,7 +8,7 @@ name=gtkdialog
version=0.7.20
release=3
source=(ftp://linux.pte.hu/pub/gtkdialog/$name-$version.tar.gz \
- gtkdialog_0.7.20_glade.patch)
+ http://nutyx.meticul.eu/files/patchs/$name/gtkdialog_0.7.20_glade.patch)
build() {
cd $name-$version
diff --git a/extra/gtkdialog/gtkdialog_0.7.20_glade.patch b/extra/gtkdialog/gtkdialog_0.7.20_glade.patch
deleted file mode 100644
index 8a2b585a5..000000000
--- a/extra/gtkdialog/gtkdialog_0.7.20_glade.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- gtkdialog-0.7.20/src/glade_support.c 2007-03-16 14:25:49.000000000 +0000
-+++ gtkdialog-0.7.20/src/glade_support.c.new 2009-05-17 19:11:59.993997605 +0100
-@@ -37,10 +37,10 @@
- * *
- * *
- *************************************************************************/
--typedef struct signal {
-+typedef struct _signal {
- gchar *name;
- GCallback callback;
--} signal;
-+} _signal;
-
- /*
- ** Signal handler callbascks.
-@@ -206,7 +206,7 @@
- static gboolean
- find_and_connect_handler(
- GtkWidget *widget,
-- signal *signals,
-+ _signal *signals,
- const gchar *signal_name,
- const gchar *handler_name)
- {
-@@ -288,7 +288,7 @@
- gpointer user_data)
- {
- gint n;
-- signal entry_signals[] = {
-+ _signal entry_signals[] = {
- { "activate", (GCallback)on_any_entry_almost_any },
- { "backspace", (GCallback)on_any_entry_almost_any },
- { "copy-clipboard", (GCallback)on_any_entry_almost_any },
-@@ -319,7 +319,7 @@
- gpointer user_data)
- {
- variable *var;
-- signal widget_signals[] = {
-+ _signal widget_signals[] = {
- { "accel-closures-changed", (GCallback)on_any_widget_almost_any },
- { "composited-changed", (GCallback)on_any_widget_almost_any },
- { "grab-focus", (GCallback)on_any_widget_almost_any },
diff --git a/extra/partimage/Pkgfile b/extra/partimage/Pkgfile
index 81b034272..9663f49c8 100755
--- a/extra/partimage/Pkgfile
+++ b/extra/partimage/Pkgfile
@@ -8,7 +8,7 @@ name=partimage
version=0.6.8
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2\
- partimage-0.6.8-gcc44.patch)
+ http://nutyx.meticul.eu/files/patchs/$name/partimage-0.6.8-gcc44.patch)
build() {
cd $name-$version
diff --git a/extra/partimage/partimage-0.6.8-gcc44.patch b/extra/partimage/partimage-0.6.8-gcc44.patch
deleted file mode 100644
index b171dad08..000000000
--- a/extra/partimage/partimage-0.6.8-gcc44.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur partimage-0.6.8/src/client/netclient.h partimage-0.6.8-new/src/client/netclient.h
---- partimage-0.6.8/src/client/netclient.h 2009-09-24 16:21:42.000000000 -0300
-+++ partimage-0.6.8-new/src/client/netclient.h 2009-11-26 09:23:07.000000000 -0200
-@@ -35,7 +35,7 @@
- #ifdef HAVE_SSL
- SSL_CTX * ctx;
- X509 * server_cert;
-- SSL_METHOD * meth;
-+ const SSL_METHOD * meth;
- #endif
- bool m_bUseSSL;
- bool m_bMustLogin;
-diff -Naur partimage-0.6.8/src/server/netserver.h partimage-0.6.8-new/src/server/netserver.h
---- partimage-0.6.8/src/server/netserver.h 2009-09-12 05:06:22.000000000 -0300
-+++ partimage-0.6.8-new/src/server/netserver.h 2009-11-26 09:32:02.000000000 -0200
-@@ -41,7 +41,7 @@
- #ifdef HAVE_SSL
- SSL_CTX * ctx;
- X509 * client_cert;
-- SSL_METHOD * meth;
-+ const SSL_METHOD * meth;
- int err;
- #endif
-
diff --git a/extra/xpdf/Pkgfile b/extra/xpdf/Pkgfile
index e7ace7fdf..26d60ef72 100644
--- a/extra/xpdf/Pkgfile
+++ b/extra/xpdf/Pkgfile
@@ -10,7 +10,7 @@ release=1
source=(http://gd.tuwien.ac.at/publishing/$name/$name-$version.tar.gz\
ftp://ftp.foolabs.com/pub/$name/$name-${version}pl1.patch \
ftp://ftp.foolabs.com/pub/$name/$name-${version}pl2.patch \
- patch.patch xpdf.desktop )
+ http://nutyx.meticul.eu/files/patchs/$name/{patch.patch,xpdf.desktop} )
build() {
cd $name-$version
diff --git a/extra/xpdf/patch.patch b/extra/xpdf/patch.patch
deleted file mode 100644
index 19d5bc95c..000000000
--- a/extra/xpdf/patch.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- VendorP.h~
-+++ VendorP.h
-@@ -76,6 +76,8 @@
-XtPointer extension; /* pointer to extension record
-*/
-} VendorShellClassPart;
-
-+struct VendorShellClassRec;
-+/*
-typedef struct _VendorShellClassRec {
-CoreClassPart core_class;
-CompositeClassPart composite_class;
-@@ -85,7 +87,7 @@
-} VendorShellClassRec;
-
-externalref VendorShellClassRec vendorShellClassRec;
--
-+*/
-/* New fields for the vendor shell widget. */
-
-typedef struct {
diff --git a/extra/xpdf/xpdf.desktop b/extra/xpdf/xpdf.desktop
deleted file mode 100644
index 92011c573..000000000
--- a/extra/xpdf/xpdf.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=xpdf
-Comment=Views Adobe PDF (acrobat) files
-Exec=xpdf
-Terminal=0
-Type=Application
-Icon=xpdf
-Categories=Application;Office;
-MimeType=application/pdf;