From 429800fcdbe9ccb62918dc97dff3fad0904d0a33 Mon Sep 17 00:00:00 2001 From: Antti Nykanen Date: Sun, 28 Jan 2007 13:18:18 +0200 Subject: [PATCH 1/6] fontforge: updated to 20061220 --- fontforge/.footprint | 6 +++--- fontforge/.md5sum | 2 +- fontforge/Pkgfile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fontforge/.footprint b/fontforge/.footprint index de77febf8..4607ad92f 100644 --- a/fontforge/.footprint +++ b/fontforge/.footprint @@ -5,9 +5,9 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/sfddiff drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libgdraw.la -lrwxrwxrwx root/root usr/lib/libgdraw.so -> libgdraw.so.1.0.12 -lrwxrwxrwx root/root usr/lib/libgdraw.so.1 -> libgdraw.so.1.0.12 --rwxr-xr-x root/root usr/lib/libgdraw.so.1.0.12 +lrwxrwxrwx root/root usr/lib/libgdraw.so -> libgdraw.so.1.0.13 +lrwxrwxrwx root/root usr/lib/libgdraw.so.1 -> libgdraw.so.1.0.13 +-rwxr-xr-x root/root usr/lib/libgdraw.so.1.0.13 -rwxr-xr-x root/root usr/lib/libgunicode.la lrwxrwxrwx root/root usr/lib/libgunicode.so -> libgunicode.so.2.0.3 lrwxrwxrwx root/root usr/lib/libgunicode.so.2 -> libgunicode.so.2.0.3 diff --git a/fontforge/.md5sum b/fontforge/.md5sum index 7179f9209..91d4ee62d 100644 --- a/fontforge/.md5sum +++ b/fontforge/.md5sum @@ -1 +1 @@ -5fcfa3497d237bf68d1d388254f78448 fontforge_full-20061025.tar.bz2 +0f2354b885676fc8092a74aa9b9cb662 fontforge_full-20061220.tar.bz2 diff --git a/fontforge/Pkgfile b/fontforge/Pkgfile index 84ad728f3..0dc5c37f4 100644 --- a/fontforge/Pkgfile +++ b/fontforge/Pkgfile @@ -5,7 +5,7 @@ # Depends on: freetype, libpng, libtiff, libungif, libxml2 name=fontforge -version=20061025 +version=20061220 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/${name}_full-$version.tar.bz2) From 6272fe6ee9c51dd9daeef149cf96664f9d18a7b1 Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Sun, 28 Jan 2007 12:17:55 -0600 Subject: [PATCH 2/6] smpeg: added patch for crux 2.3 and fixed source url --- smpeg/.md5sum | 1 + smpeg/Pkgfile | 4 +++- smpeg/smpeg-mpegaudiosdl.patch | 14 ++++++++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 smpeg/smpeg-mpegaudiosdl.patch diff --git a/smpeg/.md5sum b/smpeg/.md5sum index c66879067..4239da1fa 100644 --- a/smpeg/.md5sum +++ b/smpeg/.md5sum @@ -1 +1,2 @@ 59c76ac704088ef5539210190c4e1fe3 smpeg-0.4.4.tar.gz +514632fb38e5ad33970854b3baa873f2 smpeg-mpegaudiosdl.patch diff --git a/smpeg/Pkgfile b/smpeg/Pkgfile index 12064822d..13a69ac8d 100644 --- a/smpeg/Pkgfile +++ b/smpeg/Pkgfile @@ -6,10 +6,12 @@ name=smpeg version=0.4.4 release=1 -source=(ftp://sunsite.dk/pub/os/linux/loki/open-source/$name/$name-$version.tar.gz) +source=(http://gentoo.osuosl.org/distfiles/$name-$version.tar.gz \ + $name-mpegaudiosdl.patch) build() { cd $name-$version + patch -p1 -i $SRC/$name-mpegaudiosdl.patch ./configure --prefix=/usr sed -i -e 's|\(libsmpeg_la_LDFLAGS = .*\)|\1 -lstdc++|' Makefile make diff --git a/smpeg/smpeg-mpegaudiosdl.patch b/smpeg/smpeg-mpegaudiosdl.patch new file mode 100644 index 000000000..af76807f5 --- /dev/null +++ b/smpeg/smpeg-mpegaudiosdl.patch @@ -0,0 +1,14 @@ +--- smpeg-0.4.4/MPEGaudio.h.orig 2006-01-15 16:17:56.356444000 +0100 ++++ smpeg-0.4.4/MPEGaudio.h 2006-01-15 16:18:36.686965250 +0100 +@@ -148,6 +148,11 @@ + char buffer[2*WINDOWSIZE]; + }; + ++void Play_MPEGaudioSDL(void *udata, Uint8 *stream, int len); ++#ifdef THREADED_AUDIO ++int Decode_MPEGaudio(void *udata); ++#endif ++ + /* The actual MPEG audio class */ + class MPEGaudio : public MPEGerror, public MPEGaudioaction { + From c8d14ef2b16defbb6e35bad91328a7c6725147d7 Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Sun, 28 Jan 2007 13:32:41 -0600 Subject: [PATCH 3/6] libxslt: updated to version 1.1.20 --- libxslt/.footprint | 13 +++++++------ libxslt/.md5sum | 2 +- libxslt/Pkgfile | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/libxslt/.footprint b/libxslt/.footprint index 50c043d6d..2a9325d69 100644 --- a/libxslt/.footprint +++ b/libxslt/.footprint @@ -31,14 +31,15 @@ drwxr-xr-x root/root usr/include/libxslt/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libexslt.a -rwxr-xr-x root/root usr/lib/libexslt.la -lrwxrwxrwx root/root usr/lib/libexslt.so -> libexslt.so.0.8.12 -lrwxrwxrwx root/root usr/lib/libexslt.so.0 -> libexslt.so.0.8.12 --rwxr-xr-x root/root usr/lib/libexslt.so.0.8.12 +lrwxrwxrwx root/root usr/lib/libexslt.so -> libexslt.so.0.8.13 +lrwxrwxrwx root/root usr/lib/libexslt.so.0 -> libexslt.so.0.8.13 +-rwxr-xr-x root/root usr/lib/libexslt.so.0.8.13 +drwxr-xr-x root/root usr/lib/libxslt-plugins/ -rw-r--r-- root/root usr/lib/libxslt.a -rwxr-xr-x root/root usr/lib/libxslt.la -lrwxrwxrwx root/root usr/lib/libxslt.so -> libxslt.so.1.1.15 -lrwxrwxrwx root/root usr/lib/libxslt.so.1 -> libxslt.so.1.1.15 --rwxr-xr-x root/root usr/lib/libxslt.so.1.1.15 +lrwxrwxrwx root/root usr/lib/libxslt.so -> libxslt.so.1.1.20 +lrwxrwxrwx root/root usr/lib/libxslt.so.1 -> libxslt.so.1.1.20 +-rwxr-xr-x root/root usr/lib/libxslt.so.1.1.20 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libexslt.pc -rw-r--r-- root/root usr/lib/pkgconfig/libxslt.pc diff --git a/libxslt/.md5sum b/libxslt/.md5sum index a48e8a40d..8508d9810 100644 --- a/libxslt/.md5sum +++ b/libxslt/.md5sum @@ -1 +1 @@ -238de9eda71b570ff7b78aaf65308fc6 libxslt-1.1.15.tar.gz +4ea2dc22a23bf2aa570f868aa86357f8 libxslt-1.1.20.tar.gz diff --git a/libxslt/Pkgfile b/libxslt/Pkgfile index 8d754941c..7bc39c13c 100644 --- a/libxslt/Pkgfile +++ b/libxslt/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libxml2 name=libxslt -version=1.1.15 +version=1.1.20 release=1 source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz) From 2eacbce693c75a47ec851363d3b68a0020bafe0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Glo=DFner?= Date: Mon, 29 Jan 2007 14:07:34 +0100 Subject: [PATCH 4/6] pinentry: removed pinentry-qt from footprint file --- pinentry/.footprint | 1 - 1 file changed, 1 deletion(-) diff --git a/pinentry/.footprint b/pinentry/.footprint index db3cdb74a..5b46820eb 100644 --- a/pinentry/.footprint +++ b/pinentry/.footprint @@ -3,4 +3,3 @@ drwxr-xr-x root/root usr/bin/ lrwxrwxrwx root/root usr/bin/pinentry -> pinentry-gtk-2 -rwxr-xr-x root/root usr/bin/pinentry-curses -rwxr-xr-x root/root usr/bin/pinentry-gtk-2 --rwxr-xr-x root/root usr/bin/pinentry-qt From feac7474c4e30426c78ccd949086f12cd967e621 Mon Sep 17 00:00:00 2001 From: Simone Rota Date: Mon, 29 Jan 2007 16:27:20 +0100 Subject: [PATCH 5/6] nano> updated to 2.0.3 --- nano/.footprint | 1 - nano/.md5sum | 2 +- nano/Pkgfile | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/nano/.footprint b/nano/.footprint index 60259dcb3..06b19efc0 100644 --- a/nano/.footprint +++ b/nano/.footprint @@ -5,4 +5,3 @@ drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/nano.1.gz drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/nanorc.5.gz diff --git a/nano/.md5sum b/nano/.md5sum index aa5919981..ceffa9363 100644 --- a/nano/.md5sum +++ b/nano/.md5sum @@ -1 +1 @@ -38046476096530e19a7e805513c64108 nano-2.0.2.tar.gz +b8e2c1450b36d21f9a82509da3e4d9b1 nano-2.0.3.tar.gz diff --git a/nano/Pkgfile b/nano/Pkgfile index 4074b4fce..1a132af7f 100644 --- a/nano/Pkgfile +++ b/nano/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=nano -version=2.0.2 +version=2.0.3 release=1 source=(http://www.nano-editor.org/dist/v2.0/$name-$version.tar.gz) From 8c4d2bbb2d714e8a424a9ff89215a0c321ed21b6 Mon Sep 17 00:00:00 2001 From: Simone Rota Date: Tue, 30 Jan 2007 13:30:47 +0100 Subject: [PATCH 6/6] postgresql: updated to 8.2.1 --- postgresql/.md5sum | 2 +- postgresql/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postgresql/.md5sum b/postgresql/.md5sum index 2a06f4808..937c4686e 100644 --- a/postgresql/.md5sum +++ b/postgresql/.md5sum @@ -1,2 +1,2 @@ f5eeff17dd7117175794459f7097ad1a postgresql -490cb3a614545cbd3ce9b1c75c1d2b2e postgresql-8.2.0.tar.bz2 +5cf003dfdbcab69974c091c3a0aa85eb postgresql-8.2.1.tar.bz2 diff --git a/postgresql/Pkgfile b/postgresql/Pkgfile index 007f3c371..6169e4328 100644 --- a/postgresql/Pkgfile +++ b/postgresql/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=postgresql -version=8.2.0 +version=8.2.1 release=1 source=(ftp://ftp7.de.postgresql.org/pub/ftp.postgresql.org/source/v$version/$name-$version.tar.bz2 postgresql)