[cvs] dists/10.4/unstable/main/finkinfo/games ultrastardx.info, 1.3, 1.4

2011-05-18 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory vz-cvs-3.sog:/tmp/cvs-serv15638

Modified Files:
ultrastardx.info 
Log Message:
update for new ffmpeg.

Index: ultrastardx.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/ultrastardx.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ultrastardx.info13 Oct 2010 22:17:44 -  1.3
+++ ultrastardx.info18 May 2011 08:18:14 -  1.4
@@ -1,12 +1,15 @@
 Package: ultrastardx
 Version: 1.1-final
-Revision: 1
+Revision: 2
 License: GPL
 
 BuildDepends: 
 fpc (= 2.4.0), fpc-config,
 libtheora0, libogg, libvorbis0,
-libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev,
+libavcodec52-dev,
+libavformat52-dev,
+libavutil50-dev,
+libswscale0-dev,
 sdl, sdl-image,
 libpng3, portaudio2,
 sqlite3, sqlite3-dev,
@@ -16,7 +19,10 @@
 
 
 Depends: 
-libavcodec51-shlibs, libavformat52-shlibs, libavutil49-shlibs, 
libswscale0-shlibs,
+libavcodec52-shlibs,
+libavformat52-shlibs,
+libavutil50-shlibs,
+libswscale0-shlibs,
 sdl-shlibs, sdl-image-shlibs,
 libpng3-shlibs, portaudio2-shlibs,
 sqlite3-shlibs,
@@ -25,7 +31,7 @@
 pcre-shlibs
 
 
-Source: 
http://downloads.sourceforge.net/project/ultrastardx/UltraStar%%20Deluxe/Version%%201.1%%20final/Sources/%n-1.1-src.tar.gz
+Source: 
mirror:sourceforge:%n/UltraStar%%20Deluxe/Version%%201.1%%20final/Sources/%n-1.1-src.tar.gz
 Source-MD5: fa4128c9527b06408614c39e93a23bbc
 
 SourceDirectory: %n-1.1-src


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs librasqal2-shlibs.info, 1.2, 1.3 redland-shlibs.info, 1.8, 1.9 soprano.info, 1.22, 1.23 soprano.patch, 1.4, 1.5

2011-05-18 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv27847/main/finkinfo/libs

Modified Files:
librasqal2-shlibs.info redland-shlibs.info soprano.info 
soprano.patch 
Log Message:
fix symbol issue in soprano, also update to deps

Index: soprano.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/soprano.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- soprano.patch   9 Oct 2009 16:46:24 -   1.4
+++ soprano.patch   18 May 2011 17:00:54 -  1.5
@@ -1,6 +1,39 @@
-diff -Nurd soprano-2.3.1/index/CMakeLists.txt 
soprano-2.3.1-new/index/CMakeLists.txt
 soprano-2.3.1/index/CMakeLists.txt 2009-05-06 14:36:54.0 -0400
-+++ soprano-2.3.1-new/index/CMakeLists.txt 2009-10-04 14:10:09.0 
-0400
+diff -Nurd soprano-2.6.0/CMakeLists.txt soprano-2.6.0-new/CMakeLists.txt
+--- soprano-2.6.0/CMakeLists.txt   2011-02-01 09:51:41.0 -0500
 soprano-2.6.0-new/CMakeLists.txt   2011-05-18 12:20:27.0 -0400
+@@ -210,7 +210,7 @@
+ ##  apidox 
+ find_package(Doxygen)
+ 
+-if(DOXYGEN_EXECUTABLE)
++if(FALSE)
+   configure_file(${soprano_SOURCE_DIR}/Doxyfile.cmake 
${soprano_BINARY_DIR}/Doxyfile)
+   set(QTDOCS_ONLINE http://doc.qt.nokia.com/latest/;)
+ 
+@@ -251,7 +251,7 @@
+ COMMAND rsync -zrtq docs/html/ 
$ENV{USER},sopr...@web.sf.net:/home/groups/s/so/soprano/htdocs/apidox/trunk
+ DEPENDS onlineapidox
+ COMMENT Uploading trunk API docs to Sourceforge...)
+-endif(DOXYGEN_EXECUTABLE)
++endif(FALSE)
+ 
+ 
+ ##  status messages 
+diff -Nurd soprano-2.6.0/Doxyfile.cmake soprano-2.6.0-new/Doxyfile.cmake
+--- soprano-2.6.0/Doxyfile.cmake   2011-02-01 09:51:41.0 -0500
 soprano-2.6.0-new/Doxyfile.cmake   2011-05-18 11:59:39.0 -0400
+@@ -239,7 +239,7 @@
+ # Configuration::additions related to external references   
+ #---
+ TAGFILES   = ${soprano_SOURCE_DIR}/qt4.tag
+-GENERATE_TAGFILE   = 
++GENERATE_TAGFILE   = docs/soprano.tag
+ ALLEXTERNALS   = NO
+ EXTERNAL_GROUPS= YES
+ PERL_PATH  = /usr/bin/perl
+diff -Nurd soprano-2.6.0/index/CMakeLists.txt 
soprano-2.6.0-new/index/CMakeLists.txt
+--- soprano-2.6.0/index/CMakeLists.txt 2011-02-01 09:51:41.0 -0500
 soprano-2.6.0-new/index/CMakeLists.txt 2011-05-18 11:53:43.0 
-0400
 @@ -11,6 +11,8 @@
${CMAKE_CURRENT_BINARY_DIR}
  )
@@ -10,3 +43,15 @@
  set( SOPRANO_INDEX_SRCS
cluceneindex.cpp
clucenedocumentwrapper.cpp
+diff -Nurd soprano-2.6.0/soprano/qhashqurlcompat.cpp 
soprano-2.6.0-new/soprano/qhashqurlcompat.cpp
+--- soprano-2.6.0/soprano/qhashqurlcompat.cpp  2011-02-01 09:51:41.0 
-0500
 soprano-2.6.0-new/soprano/qhashqurlcompat.cpp  2011-05-18 
12:56:43.0 -0400
+@@ -46,7 +46,7 @@
+ uint soprano_qHash_QUrl(const QUrl );
+ }
+ 
+-#if !((defined(Q_OS_MACX) || defined(_WIN32) )  QT_VERSION = 0x040700)
++#if !(defined(_WIN32)  QT_VERSION = 0x040700)
+ uint qHash(const QUrl url)
+ {
+ return Soprano::soprano_qHash_QUrl(url);

Index: redland-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/redland-shlibs.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- redland-shlibs.info 2 Oct 2010 21:32:06 -   1.8
+++ redland-shlibs.info 18 May 2011 17:00:54 -  1.9
@@ -1,6 +1,6 @@
 Info4: 
 Package: redland-shlibs
-Version: 1.0.11
+Version: 1.0.12
 Revision: 1
 Description: RDF manipulation library
 License: GPL/LGPL
@@ -9,7 +9,7 @@
 Depends: 
db48-aes-shlibs | db48-shlibs,
libraptor1-shlibs (= 1.4.21-1),
-   librasqal2-shlibs (= 0.9.20-1),
+   librasqal2-shlibs (= 0.9.21-1),
libssh2.1-shlibs,
libtool2-shlibs,
pcre-shlibs,
@@ -18,13 +18,13 @@
 BuildDepends: 
db48-aes | db48,
fink-package-precedence (= 0.7-1),
-   gmp,
+   gmp5 (= 5.0.1-8),
gtk-doc (= 1.13-5),
libcurl4,
libiconv,
-   libmpfr1,
+   libmpfr4 (= 3.0.1-1),
libraptor1-dev (= 1.4.21-1),
-   librasqal2-dev (= 0.9.20-1),
+   librasqal2-dev (= 0.9.21-1),
libssh2.1,
libtool2,
libxml2,
@@ -37,7 +37,7 @@
 InfoTest: TestScript: make check || exit 2
 
 Source: http://download.librdf.org/source/redland-%v.tar.gz
-Source-MD5: e1769361c907a216c6a75fc692ba412b
+Source-MD5: 40f37a5ad97fdfbf984f78dcea0c6115
 PatchScript: 
perl -pi -e 's,(\@CPPFLAGS\@),-I%p/lib/system-openssl/include \1,' 
`find . -name Makefile.in`
perl -pi -e 's,for bdbc_version in ,for bdbc_version in 4.8 ,g' 
configure

Index: soprano.info

[cvs] dists/10.4/unstable/main/finkinfo/sound mp3diags.info, 1.29, 1.30

2011-05-18 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory vz-cvs-3.sog:/tmp/cvs-serv9901

Modified Files:
mp3diags.info 
Log Message:
Update for new qt4 layout.


Index: mp3diags.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/mp3diags.info,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- mp3diags.info   4 Jan 2011 20:43:56 -   1.29
+++ mp3diags.info   18 May 2011 22:26:40 -  1.30
@@ -1,7 +1,7 @@
 Info2: 
 Package: mp3diags-%type_pkg[qt]
 Version: 1.0.07.052
-Revision: 1
+Revision: 2
 Type: qt (mac x11)
 Description: Fix problems with mp3 files
 License: GPL2
@@ -14,17 +14,19 @@
 Depends: 
boost1.41.cmake-shlibs,
libiconv,
-   ( %type_pkg[qt] = mac) libpng14-shlibs,
-   qt4-%type_pkg[qt]-core-shlibs (= 4.6.3-1),
-   qt4-%type_pkg[qt]-gui-shlibs (= 4.6.3-1)
+   ( %type_pkg[qt] = mac) libpng15-shlibs,
+   qt4-base-%type_pkg[qt]-qtcore-shlibs (= 4.7.3-1),
+   qt4-base-%type_pkg[qt]-qtgui-shlibs (= 4.7.3-1),
+   qt4-base-%type_pkg[qt]-qtxml-shlibs (= 4.7.3-1),
+   qt4-base-%type_pkg[qt]-qtnetwork-shlibs (= 4.7.3-1)
 
 
 BuildDepends: 
boost1.41.cmake,
fink-package-precedence,
libiconv-dev,
-   ( %type_pkg[qt] = mac) libpng14,
-   qt4-%type_pkg[qt] (= 4.6.3-1),
+   ( %type_pkg[qt] = mac) libpng15,
+   qt4-base-%type_pkg[qt] (= 4.7.3-1),
( %type_pkg[qt] = mac) system-openssl-dev
 
 


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/editors teaqt.info,1.3,1.4

2011-05-18 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory vz-cvs-3.sog:/tmp/cvs-serv12124

Modified Files:
teaqt.info 
Log Message:
New upstream tea 29.0.2 and update for new qt4 layout.


Index: teaqt.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/teaqt.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- teaqt.info  7 Apr 2011 23:26:09 -   1.3
+++ teaqt.info  18 May 2011 22:47:44 -  1.4
@@ -1,6 +1,6 @@
 Info2: 
 Package: teaqt-%type_pkg[qt]
-Version: 29.0.1
+Version: 29.0.2
 Revision: 1
 Type: qt (mac x11)
 Description: Powerful and easy-to-use Qt4-based editor
@@ -25,24 +25,27 @@
 Homepage: http://tea-editor.sourceforge.net/
 
 Source: mirror:sourceforge:tea-editor/tea-%v.tar.bz2
-Source-MD5: 079e5beb796a5df9da15c59df94ade77
+Source-MD5: 7b93a54df1a699cb02b188d918ecc9e8
 
 PatchScript: perl -pi -e 's|/usr/include|%p/include|' src.pro
 
 Depends: 
aspell-shlibs,
libiconv,
-   ( %type_pkg[qt] = mac) libpng14-shlibs,
-   qt4-%type_pkg[qt]-core-shlibs (= 4.6.3-1),
-   qt4-%type_pkg[qt]-gui-shlibs (= 4.6.3-1)
+   ( %type_pkg[qt] = mac) libpng15-shlibs,
+   qt4-base-%type_pkg[qt]-qtcore-shlibs (= 4.7.3-1),
+   qt4-base-%type_pkg[qt]-qtgui-shlibs (= 4.7.3-1),
+   qt4-base-%type_pkg[qt]-qtscript-shlibs (= 4.7.3-1),
+   qt4-base-%type_pkg[qt]-qtsvg-shlibs (= 4.7.3-1),
+   qt4-base-%type_pkg[qt]-qtxml-shlibs (= 4.7.3-1)
 
 
 BuildDepends: 
aspell-dev,
fink-package-precedence,
libiconv-dev,
-   ( %type_pkg[qt] = mac) libpng14,
-   qt4-%type_pkg[qt] (= 4.6.3-1),
+   ( %type_pkg[qt] = mac) libpng15,
+   qt4-base-%type_pkg[qt] (= 4.7.3-1),
( %type_pkg[qt] = mac) system-openssl-dev
 
 
@@ -51,9 +54,9 @@
 CompileScript: 
#!/bin/bash -ev
if [ %type_pkg[qt] == mac ]; then
-   %p/lib/qt4-%type_pkg[qt]/bin/qmake PREFIX=%p/Applications 
USE_HUNSPELL=false INCPATH+=%p/include
+   %p/lib/qt4-%type_pkg[qt]/bin/qmake PREFIX=%p/Applications 
USE_HUNSPELL=false INCLUDEPATH+=%p/include
else
-   %p/lib/qt4-%type_pkg[qt]/bin/qmake PREFIX=%p/bin 
USE_HUNSPELL=false INCPATH+=%p/include
+   %p/lib/qt4-%type_pkg[qt]/bin/qmake PREFIX=%p/bin 
USE_HUNSPELL=false INCLUDEPATH+=%p/include
fi
make
fink-package-precedence --no-h .


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/gnome gst-python-0.10-py25.patch, NONE, 1.1 gst-plugins-0.10.info, 1.4, 1.5 gst-plugins-bad-0.10.info, 1.20, 1.21 gst-plugins-bad-0.10.patch, 1.5, 1.6 gst-plugi

2011-05-18 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv21551/main/finkinfo/gnome

Modified Files:
gst-plugins-0.10.info gst-plugins-bad-0.10.info 
gst-plugins-bad-0.10.patch gst-plugins-base-0.10.info 
gst-plugins-good-0.10.info gst-plugins-ugly-0.10.info 
gst-plugins.info gst-python-0.10-defs.info 
gst-python-0.10-py.info gst-python-0.10-py.patch 
gst-python-0.10-py25.info gstreamer-0.10.info 
gstreamer-10.6.info gstreamer.info 
Added Files:
gst-python-0.10-py25.patch 
Log Message:
new upstreams

Index: gst-plugins-base-0.10.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gst-plugins-base-0.10.info,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- gst-plugins-base-0.10.info  5 Dec 2010 22:13:27 -   1.30
+++ gst-plugins-base-0.10.info  18 May 2011 23:50:59 -  1.31
@@ -1,6 +1,7 @@
+Info4: 
 Package: gst-plugins-base-0.10
-Version: 0.10.30
-Revision: 3
+Version: 0.10.34
+Revision: 1
 Description: Base plugins for GStreamer
 License: GPL/LGPL
 Maintainer: Benjamin Reed gst-plugins-base-0...@fink.raccoonfink.com
@@ -11,17 +12,17 @@
automake1.11,
bison,
cairo (= 1.8.10-3),
-   fink (= 0.29.7-1),
-   fink-package-precedence,
-   fontconfig2-dev (= 2.8.0-4),
-   freetype219 (= 2.3.12-1),
+   fink (= 0.30.0-1),
+   fink-package-precedence (= 0.7-1),
+   fontconfig2-dev (= 2.8.0-6),
+   freetype219 (= 2.4.4-2),
gconf2-dev (= 2.28.0-1),
gettext-tools,
glib2-dev (= 2.22.0-1),
glitz,
gnome-vfs2-unified-dev (= 1:2.24.2-1),
-   gstreamer-0.10-dev (= 0.10.30-1),
-   gtk-doc (= 1.13-5),
+   gstreamer-0.10-dev (= 0.10.34-1),
+   gtk-doc (= 1.17-2),
gtk+2-dev (= 2.18.0-1),
intltool40 (= 0.36.0-1),
libavahi-glib1-dev,
@@ -45,7 +46,7 @@
 Replaces: gst-plugins-bad-0.10 ( 0.10.10-1)
 
 Source: 
http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%v.tar.bz2
-Source-MD5: 3ad90152b58563e1314af26c263f3c4c
+Source-MD5: a8db3791c8b119d9cf109b8e18fb8fe9
 PatchScript: 
sed -e 's,@GSTVERSION@,%v,' %{PatchFile} | patch -p1
find ext gst gst-libs sys tests -name Makefile.am | xargs perl -pi -e 
's/_CFLAGS\s*=/_CPPFLAGS=/'
@@ -83,7 +84,7 @@
gconf2-shlibs (= 2.28.0-1),
glib2-shlibs (= 2.22.0-1),
gnome-vfs2-unified-shlibs (= 1:2.24.2-1),
-   gstreamer-0.10-shlibs (= 0.10.30-1),
+   gstreamer-0.10-shlibs (= 0.10.34-1),
libgettext8-shlibs,
libogg-shlibs,
libtheoradec1-shlibs (= 1.1.1-1),
@@ -104,19 +105,19 @@
share/locale

Shlibs: 
-   %p/lib/libgstapp-0.10.0.dylib22.0.0 %N-shlibs (= 
0.10.30-1)
-   %p/lib/libgstaudio-0.10.0.dylib  22.0.0 %N-shlibs (= 
0.10.30-1)
-   %p/lib/libgstcdda-0.10.0.dylib   22.0.0 %N-shlibs (= 
0.10.30-1)
-   %p/lib/libgstfft-0.10.0.dylib22.0.0 %N-shlibs (= 
0.10.30-1)
-   %p/lib/libgstinterfaces-0.10.0.dylib 22.0.0 %N-shlibs (= 
0.10.30-1)
-   %p/lib/libgstnetbuffer-0.10.0.dylib  22.0.0 %N-shlibs (= 
0.10.30-1)
-   %p/lib/libgstpbutils-0.10.0.dylib22.0.0 %N-shlibs (= 
0.10.30-1)
-   %p/lib/libgstriff-0.10.0.dylib   22.0.0 %N-shlibs (= 
0.10.30-1)
-   %p/lib/libgstrtp-0.10.0.dylib22.0.0 %N-shlibs (= 
0.10.30-1)
-   %p/lib/libgstrtsp-0.10.0.dylib   22.0.0 %N-shlibs (= 
0.10.30-1)
-   %p/lib/libgstsdp-0.10.0.dylib22.0.0 %N-shlibs (= 
0.10.30-1)
-   %p/lib/libgsttag-0.10.0.dylib22.0.0 %N-shlibs (= 
0.10.30-1)
-   %p/lib/libgstvideo-0.10.0.dylib  22.0.0 %N-shlibs (= 
0.10.30-1)
+   %p/lib/libgstapp-0.10.0.dylib25.0.0 %N-shlibs (= 
0.10.34-1)
+   %p/lib/libgstaudio-0.10.0.dylib  25.0.0 %N-shlibs (= 
0.10.34-1)
+   %p/lib/libgstcdda-0.10.0.dylib   25.0.0 %N-shlibs (= 
0.10.34-1)
+   %p/lib/libgstfft-0.10.0.dylib25.0.0 %N-shlibs (= 
0.10.34-1)
+   %p/lib/libgstinterfaces-0.10.0.dylib 25.0.0 %N-shlibs (= 
0.10.34-1)
+   %p/lib/libgstnetbuffer-0.10.0.dylib  25.0.0 %N-shlibs (= 
0.10.34-1)
+   %p/lib/libgstpbutils-0.10.0.dylib25.0.0 %N-shlibs (= 
0.10.34-1)
+   %p/lib/libgstriff-0.10.0.dylib   25.0.0 %N-shlibs (= 
0.10.34-1)
+   %p/lib/libgstrtp-0.10.0.dylib25.0.0 %N-shlibs (= 
0.10.34-1)
+   %p/lib/libgstrtsp-0.10.0.dylib   25.0.0 %N-shlibs (= 
0.10.34-1)
+   %p/lib/libgstsdp-0.10.0.dylib25.0.0 %N-shlibs (= 
0.10.34-1)
+   %p/lib/libgsttag-0.10.0.dylib   

[cvs] dists/10.4/unstable/main/finkinfo/gnome gst-plugins-good-0.10.patch, 1.3, NONE

2011-05-18 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv25864/main/finkinfo/gnome

Removed Files:
gst-plugins-good-0.10.patch 
Log Message:
remove vestigial patch

--- gst-plugins-good-0.10.patch DELETED ---


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sound phonon-backend-gstreamer.info, NONE, 1.1 phonon-backend-gstreamer.patch, NONE, 1.1 phonon-backend-xine.info, NONE, 1.1 phonon-backend.info, NONE, 1.1 phon

2011-05-18 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory vz-cvs-3.sog:/tmp/cvs-serv5188/main/finkinfo/sound

Modified Files:
phonon-mac.info phonon-x11.info 
Added Files:
phonon-backend-gstreamer.info phonon-backend-gstreamer.patch 
phonon-backend-xine.info phonon-backend.info 
Log Message:
phonon gstreamer and xine backends

Index: phonon-mac.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/phonon-mac.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- phonon-mac.info 18 May 2011 02:22:51 -  1.3
+++ phonon-mac.info 19 May 2011 01:58:51 -  1.4
@@ -1,7 +1,7 @@
 Info3: 
 Package: phonon-mac
 Version: 4.5.0
-Revision: 3
+Revision: 4
 Description: Qt-based multimedia framework
 Type: phonon (mac)
 License: LGPL
@@ -17,6 +17,7 @@
qt4-base-%type_pkg[phonon] (= 4.7.3-1)
 
 Replaces: qt4-%type_pkg[phonon] ( 4.7.3-1)
+BuildDependsOnly: true
 GCC: 4.0
 
 Source: mirror:kde:stable/phonon/%v/src/phonon-%v.tar.bz2

--- NEW FILE: phonon-backend-gstreamer.patch ---
diff -Nurd phonon-backend-gstreamer-4.5.1/CMakeLists.txt 
phonon-backend-gstreamer-4.5.1-new/CMakeLists.txt
--- phonon-backend-gstreamer-4.5.1/CMakeLists.txt   2011-05-04 
00:34:52.0 -0400
+++ phonon-backend-gstreamer-4.5.1-new/CMakeLists.txt   2011-05-18 
17:20:19.0 -0400
@@ -14,8 +14,6 @@
 set(PHONON_GST_VERSION 
${PHONON_GST_MAJOR_VERSION}.${PHONON_GST_MINOR_VERSION}.${PHONON_GST_PATCH_VERSION})
 add_definitions(-DPHONON_GST_VERSION=${PHONON_GST_VERSION})
 
-if (Q_WS_X11)
 add_subdirectory(gstreamer)
-endif (Q_WS_X11)
 
 macro_display_feature_log()
diff -Nurd phonon-backend-gstreamer-4.5.1/gstreamer/CMakeLists.txt 
phonon-backend-gstreamer-4.5.1-new/gstreamer/CMakeLists.txt
--- phonon-backend-gstreamer-4.5.1/gstreamer/CMakeLists.txt 2011-05-04 
00:34:52.0 -0400
+++ phonon-backend-gstreamer-4.5.1-new/gstreamer/CMakeLists.txt 2011-05-18 
17:20:27.0 -0400
@@ -25,6 +25,7 @@
   ${GSTREAMER_PLUGIN_PBUTILS_INCLUDE_DIR}
   ${GLIB2_INCLUDE_DIR}
   ${LIBXML2_INCLUDE_DIR}
+  ${OPENGL_INCLUDE_DIR}
   ${X11_X11_INCLUDE_PATH})
add_definitions(-DPHONON_BACKEND_VERSION_4_2)
if (PHONON_FOUND_EXPERIMENTAL)
@@ -67,13 +68,13 @@
 list(APPEND phonon_gstreamer_SRCS glrenderer.cpp)
endif(OPENGL_FOUND)
 
-   if(NOT WIN32)
+   if(Q_WS_X11)
   set(phonon_gstreamer_SRCS
   ${phonon_gstreamer_SRCS}
   x11renderer.cpp)
   macro_optional_find_package(Alsa)
   macro_ensure_version(0.10.22 ${GSTREAMER_VERSION} 
GSTREAMER_HAS_NONBLOCKING_ALSASINK)
-   endif(NOT WIN32)
+   endif(Q_WS_X11)
if(ALSA_FOUND AND NOT GSTREAMER_HAS_NONBLOCKING_ALSASINK)
   add_definitions(-DUSE_ALSASINK2)
   include_directories(${ALSA_INCLUDES})
diff -Nurd phonon-backend-gstreamer-4.5.1/gstreamer/devicemanager.cpp 
phonon-backend-gstreamer-4.5.1-new/gstreamer/devicemanager.cpp
--- phonon-backend-gstreamer-4.5.1/gstreamer/devicemanager.cpp  2011-05-04 
00:34:53.0 -0400
+++ phonon-backend-gstreamer-4.5.1-new/gstreamer/devicemanager.cpp  
2011-05-18 17:20:19.0 -0400
@@ -311,7 +311,7 @@
 if (m_videoSinkWidget == software) {
 return new WidgetRenderer(parent);
 }
-#ifndef Q_WS_QWS
+#ifdef Q_WS_X11
 else if (m_videoSinkWidget == xwindow) {
 return new X11Renderer(parent);
 } else {
diff -Nurd phonon-backend-gstreamer-4.5.1/gstreamer/x11renderer.cpp 
phonon-backend-gstreamer-4.5.1-new/gstreamer/x11renderer.cpp
--- phonon-backend-gstreamer-4.5.1/gstreamer/x11renderer.cpp2011-05-04 
00:34:55.0 -0400
+++ phonon-backend-gstreamer-4.5.1-new/gstreamer/x11renderer.cpp
2011-05-18 17:20:19.0 -0400
@@ -18,7 +18,7 @@
 #include videowidget.h
 #include x11renderer.h
 
-#ifndef Q_WS_QWS
+#ifdef Q_WS_X11
 
 #include backend.h
 #include mediaobject.h
@@ -199,4 +199,4 @@
 
 QT_END_NAMESPACE
 
-#endif // Q_WS_QWS
+#endif // Q_WS_X11
diff -Nurd phonon-backend-gstreamer-4.5.1/gstreamer/x11renderer.h 
phonon-backend-gstreamer-4.5.1-new/gstreamer/x11renderer.h
--- phonon-backend-gstreamer-4.5.1/gstreamer/x11renderer.h  2011-05-04 
00:34:55.0 -0400
+++ phonon-backend-gstreamer-4.5.1-new/gstreamer/x11renderer.h  2011-05-18 
17:20:19.0 -0400
@@ -22,7 +22,7 @@
 
 QT_BEGIN_NAMESPACE
 
-#ifndef Q_WS_QWS
+#ifdef Q_WS_X11
 
 class QString;
 
@@ -58,7 +58,7 @@
 }
 } //namespace Phonon::Gstreamer
 
-#endif // Q_WS_QWS
+#endif // Q_WS_X11
 
 QT_END_NAMESPACE
 

--- NEW FILE: phonon-backend-xine.info ---
Info3: 
Package: phonon-%type_pkg[phonon]-backend-xine
Version: 4.4.4
Revision: 1
Description: Phonon Xine backend (%type_pkg[phonon])
Type: phonon (mac x11)
License: LGPL
Maintainer: Benjamin Reed pho...@fink.raccoonfink.com

Depends: 
libxine1-shlibs (= 1.1.19-1),
phonon-mac-shlibs (= 4.5.0-1),

[cvs] dists/10.4/unstable/main/finkinfo/libs qt4.info,1.1,1.2

2011-05-18 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv5188/main/finkinfo/libs

Modified Files:
qt4.info 
Log Message:
phonon gstreamer and xine backends

Index: qt4.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/qt4.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- qt4.info17 May 2011 15:00:27 -  1.1
+++ qt4.info19 May 2011 01:58:51 -  1.2
@@ -1,7 +1,7 @@
 Info4: 
 Package: qt4-%type_pkg[qt]
 Version: 4.7.3
-Revision: 2
+Revision: 3
 Description: OBSOLETE: use qt4-base-%type_pkg[qt]
 Type: qt (x11 mac)
 License: LGPL
@@ -56,6 +56,7 @@
qt4-base-%type_pkg[qt]-qtscripttools-shlibs (= 4.7.3-1),
qt4-base-%type_pkg[qt]-qtsvg-shlibs (= 4.7.3-1),
phonon-%type_pkg[qt]-shlibs (= 4.5.0-1),
+   phonon-%type_pkg[qt]-backend (= 4.5.0-1),
qtwebkit-%type_pkg[qt]-shlibs (= 2.0.0-4)

Files: share/doc/installed-packages/%N-gui-shlibs


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci stellarium.info, 1.9, 1.10 stellarium.patch, 1.5, 1.6

2011-05-18 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv7722

Modified Files:
stellarium.info stellarium.patch 
Log Message:
New upstream stellarium 0.10.6 and update for new qt4 layout.


Index: stellarium.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/stellarium.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- stellarium.patch24 Jul 2010 22:58:29 -  1.5
+++ stellarium.patch19 May 2011 02:20:23 -  1.6
@@ -1,26 +1,7 @@
-diff -ru stellarium-0.10.5.orig/CMakeLists.txt stellarium-0.10.5/CMakeLists.txt
 stellarium-0.10.5.orig/CMakeLists.txt  2010-06-02 10:23:55.0 
-0400
-+++ stellarium-0.10.5/CMakeLists.txt   2010-07-24 17:51:23.0 -0400
-@@ -55,12 +55,12 @@
- 
- # best way to get to APPLE?
- IF(APPLE)
-- SET(CMAKE_CXX_FLAGS ${CMAKE_C_FLAGS} -fno-common -Wall -Wextra 
-mmacosx-version-min=10.4)
-- SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -fno-common -Wall -Wextra 
-Wno-unused-parameter)
-- SET(CMAKE_OSX_DEPLOYMENT_TARGET 10.4)
-- SET(CMAKE_OSX_SYSROOT /Developer/SDKs/MacOSX10.4u.sdk/)
-- # Universal binary
-- SET(CMAKE_OSX_ARCHITECTURES i386;ppc)
-+ IF(APPLE_APP)
-+  SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -fno-common -Wall -Wextra 
-Wno-unused-parameter -DMACOSX_APP)
-+ ELSE(APPLE_APP)
-+  SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -fno-common -Wall -Wextra 
-Wno-unused-parameter)
-+ ENDIF(APPLE_APP)
-+SET(CMAKE_CXX_FLAGS ${CMAKE_C_FLAGS})
- ENDIF()
- 
- ### Check functions ###
-@@ -217,9 +217,10 @@
+diff -ru stellarium-0.10.6.orig/CMakeLists.txt stellarium-0.10.6/CMakeLists.txt
+--- stellarium-0.10.6.orig/CMakeLists.txt  2010-12-05 11:31:01.0 
-0500
 stellarium-0.10.6/CMakeLists.txt   2011-05-18 21:36:15.0 -0400
+@@ -216,9 +216,10 @@
  
  ### Set some global variables ###
  IF(UNIX AND NOT WIN32)
@@ -34,7 +15,7 @@

ADD_DEFINITIONS(-DINSTALL_DATADIR=${CMAKE_INSTALL_PREFIX}/share/stellarium)
ADD_DEFINITIONS(-DINSTALL_LOCALEDIR=${CMAKE_INSTALL_PREFIX}/share/locale)
  ENDIF()
-@@ -285,7 +286,7 @@
+@@ -290,7 +291,7 @@
  ENDIF()
  
  ### Macosx Bundling ###
@@ -43,9 +24,9 @@
  ADD_CUSTOM_TARGET(macosx_bundle bash util/macosx_bundle.sh 
${CMAKE_INSTALL_PREFIX} ${PROJECT_SOURCE_DIR} DEPENDS install WORKING_DIRECTORY 
${PROJECT_SOURCE_DIR} COMMENT making the macosx bundle. VERBATIM)
  ENDIF()
  
-diff -ru stellarium-0.10.5.orig/src/core/StelFileMgr.cpp 
stellarium-0.10.5/src/core/StelFileMgr.cpp
 stellarium-0.10.5.orig/src/core/StelFileMgr.cpp2010-06-02 
10:23:47.0 -0400
-+++ stellarium-0.10.5/src/core/StelFileMgr.cpp 2010-07-24 17:55:02.0 
-0400
+diff -ru stellarium-0.10.6.orig/src/core/StelFileMgr.cpp 
stellarium-0.10.6/src/core/StelFileMgr.cpp
+--- stellarium-0.10.6.orig/src/core/StelFileMgr.cpp2010-12-05 
11:31:00.0 -0500
 stellarium-0.10.6/src/core/StelFileMgr.cpp 2011-05-18 21:45:44.0 
-0400
 @@ -51,7 +51,7 @@
{
userDir = winApiPath + \\Stellarium;
@@ -71,16 +52,16 @@

QCoreApplication::addLibraryPath(QCoreApplication::applicationDirPath());
  #endif
  }
-@@ -348,7 +348,7 @@
+@@ -400,7 +400,7 @@
return .;
}
  
 -#ifdef Q_OS_MAC
 +#ifdef MACOSX_APP
-   QFileInfo MacOSdir(QCoreApplication::applicationDirPath() + 
/../Resources);
-   QDir ResourcesDir = MacOSdir.dir();
-   ResourcesDir.cd(QString(Resources));
-@@ -398,7 +398,7 @@
+   QString relativePath = /../Resources;
+   if (QCoreApplication::applicationDirPath().contains(src)) {
+   relativePath = /../../../../..;
+@@ -457,7 +457,7 @@
  {
  #ifdef ENABLE_NLS
QFileInfo localePath;
@@ -89,9 +70,9 @@
// Windows and MacOS X have the locale dir in the installation folder
localePath = QFileInfo(getInstallationDir() + /locale);
// or MacosxDirs::getApplicationResourcesDirectory().append( /locale 
);
-diff -ru stellarium-0.10.5.orig/src/core/external/glues_stel/source/glues.h 
stellarium-0.10.5/src/core/external/glues_stel/source/glues.h
 stellarium-0.10.5.orig/src/core/external/glues_stel/source/glues.h 
2010-06-02 10:23:47.0 -0400
-+++ stellarium-0.10.5/src/core/external/glues_stel/source/glues.h  
2010-07-24 17:59:49.0 -0400
+diff -ru stellarium-0.10.6.orig/src/core/external/glues_stel/source/glues.h 
stellarium-0.10.6/src/core/external/glues_stel/source/glues.h
+--- stellarium-0.10.6.orig/src/core/external/glues_stel/source/glues.h 
2010-12-05 11:31:00.0 -0500
 stellarium-0.10.6/src/core/external/glues_stel/source/glues.h  
2011-05-18 21:36:15.0 -0400
 @@ -39,7 +39,7 @@
  
  #ifdef USE_OPENGL_ES2
@@ -101,9 +82,9 @@
  # include OpenGL/gl.h
  #elif defined(QT_OPENGL_ES_1) || defined(QT_OPENGL_ES_1_CL)
  # include GLES/gl.h
-diff -ru 

[cvs] dists/10.4/unstable/main/finkinfo/graphics libjpeg-turbo.info, 1.6, 1.7 libjpeg8-turbo.info, 1.2, 1.3

2011-05-18 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv9724

Modified Files:
libjpeg-turbo.info libjpeg8-turbo.info 
Log Message:
New upstream libjpeg-turbo 1.1.1.


Index: libjpeg-turbo.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/libjpeg-turbo.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- libjpeg-turbo.info  30 Mar 2011 20:15:40 -  1.6
+++ libjpeg-turbo.info  19 May 2011 02:35:57 -  1.7
@@ -1,5 +1,5 @@
 Package: libjpeg-turbo
-Version: 1.1.0
+Version: 1.1.1
 Revision: 1
 Description: High speed libjpeg for i386 and x86_64
 DescDetail: 
@@ -32,7 +32,7 @@
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 83e6914a281d649ad289445dc20f9de4
+Source-MD5: 03b9c1406c7bfdc204313c2917ce6962
 
 Depends: %n-shlibs (= %v-%r)
 BuildDepends: ( %m != powerpc ) nasm (= 2.09-1)

Index: libjpeg8-turbo.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/libjpeg8-turbo.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libjpeg8-turbo.info 30 Mar 2011 20:15:40 -  1.2
+++ libjpeg8-turbo.info 19 May 2011 02:35:57 -  1.3
@@ -1,5 +1,5 @@
 Package: libjpeg8-turbo
-Version: 1.1.0
+Version: 1.1.1
 Revision: 1
 Description: High speed libjpeg for i386 and x86_64
 DescDetail: 
@@ -32,7 +32,7 @@
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
 Source: mirror:sourceforge:libjpeg-turbo/libjpeg-turbo-%v.tar.gz
-Source-MD5: 83e6914a281d649ad289445dc20f9de4
+Source-MD5: 03b9c1406c7bfdc204313c2917ce6962
 
 Depends: %n-shlibs (= %v-%r)
 BuildDepends: ( %m != powerpc ) nasm (= 2.09-1)


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/pythonmods regex-py.info, 1.24, 1.25

2011-05-18 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv9864

Modified Files:
regex-py.info 
Log Message:
New upstream regex-py 0.1.20110514.


Index: regex-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/regex-py.info,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- regex-py.info   10 May 2011 23:17:03 -  1.24
+++ regex-py.info   19 May 2011 02:37:20 -  1.25
@@ -1,6 +1,6 @@
 Info2: 
 Package: regex-py%type_pkg[python]
-Version: 0.1.20110510
+Version: 0.1.20110514
 Revision: 1
 Type: python (2.5 2.6 2.7 3.1 3.2)
 Description: Alternate regular expr. module, to replace re
@@ -14,7 +14,7 @@
 Homepage: http://pypi.python.org/pypi/regex
 
 Source: mirror:custom:r/regex/regex-%v.tar.gz
-Source-MD5: f710d14dd75974ec78a28d9a78a32509
+Source-MD5: 0333656ab4a5b8cb5e2f12eaf11fac6e
 
 Depends: python%type_pkg[python]
 BuildDepends: fink (= 0.24.12)


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/pythonmods pygraphviz-py.info, 1.4, 1.5

2011-05-18 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv9954

Modified Files:
pygraphviz-py.info 
Log Message:
New upstream pygraphviz-py 1.1.


Index: pygraphviz-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/pygraphviz-py.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pygraphviz-py.info  15 Aug 2010 21:31:10 -  1.4
+++ pygraphviz-py.info  19 May 2011 02:39:29 -  1.5
@@ -1,6 +1,6 @@
 Info2: 
 Package: pygraphviz-py%type_pkg[python]
-Version: 1.0
+Version: 1.1
 Revision: 1
 Type: python (2.5 2.6 2.7)
 Description: Python interface for graphviz
@@ -15,7 +15,7 @@
 Homepage: http://networkx.lanl.gov/pygraphviz/
 
 Source: mirror:custom:p/pygraphviz/pygraphviz-%v.tar.gz
-Source-MD5: f0cb263f4f56a0ba5c10e3ddcbbdf314
+Source-MD5: 5c206838ce81180557e29135e93b2461
 
 Depends: python%type_pkg[python], graphviz-shlibs | graphviz-nox-shlibs
 BuildDepends: fink (= 0.24.12), graphviz-dev | graphviz-nox-dev, pkgconfig


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/gnome pygtk2-py.info,1.3,1.4

2011-05-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv3301/stable/main/finkinfo/gnome

Modified Files:
pygtk2-py.info 
Log Message:
desc update


Index: pygtk2-py.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/pygtk2-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pygtk2-py.info  22 Aug 2009 23:02:45 -  1.3
+++ pygtk2-py.info  19 May 2011 04:39:13 -  1.4
@@ -3,7 +3,7 @@
 Version: 2.12.1
 Revision: 1
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
-Description: Python bindings for the GTK widget set
+Description: OBSOLETE: use pygtk2-gtk-py%type_pkg[python] and 
pygobject2-py%type_pkg[python] instead
 DescDetail: 
 PyGTK provides an object oriented interface that is slightly higher
 level than the C one. It automatically does all the type casting and


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/gnome pygtk2-py.info, 1.11, 1.12

2011-05-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv3301/unstable/main/finkinfo/gnome

Modified Files:
pygtk2-py.info 
Log Message:
desc update


Index: pygtk2-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/pygtk2-py.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- pygtk2-py.info  22 Aug 2009 22:20:20 -  1.11
+++ pygtk2-py.info  19 May 2011 04:39:14 -  1.12
@@ -3,7 +3,7 @@
 Version: 2.12.1
 Revision: 1
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
-Description: Python bindings for the GTK widget set
+Description: OBSOLETE: use pygtk2-gtk-py%type_pkg[python] and 
pygobject2-py%type_pkg[python] instead
 DescDetail: 
 PyGTK provides an object oriented interface that is slightly higher
 level than the C one. It automatically does all the type casting and


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/languages python25-socket.info, 1.1, 1.2

2011-05-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv3363/stable/main/finkinfo/languages

Modified Files:
python25-socket.info 
Log Message:
desc update


Index: python25-socket.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/python25-socket.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- python25-socket.info10 May 2009 05:24:44 -  1.1
+++ python25-socket.info19 May 2011 04:39:59 -  1.2
@@ -2,7 +2,7 @@
 Version: 2.5.1
 Revision: 3
 Epoch: 1
-Description: Obsolete socket plugin for python
+Description: OBSOLETE: use python25 instead
 Maintainer: Daniel Macks dma...@netspace.org
 Depends: python25 (= 1:2.5.1-3), fink-obsolete-packages
 Type: nosource


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/languages python25-socket.info, 1.2, 1.3

2011-05-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv3363/unstable/main/finkinfo/languages

Modified Files:
python25-socket.info 
Log Message:
desc update


Index: python25-socket.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/python25-socket.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- python25-socket.info9 Feb 2008 19:32:51 -   1.2
+++ python25-socket.info19 May 2011 04:39:59 -  1.3
@@ -2,7 +2,7 @@
 Version: 2.5.1
 Revision: 3
 Epoch: 1
-Description: Obsolete socket plugin for python
+Description: OBSOLETE: use python25 instead
 Maintainer: Daniel Macks dma...@netspace.org
 Depends: python25 (= 1:2.5.1-3), fink-obsolete-packages
 Type: nosource


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/web lynx-ssl.info,1.1,1.2

2011-05-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory vz-cvs-3.sog:/tmp/cvs-serv3521

Modified Files:
lynx-ssl.info 
Log Message:
desc update


Index: lynx-ssl.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/lynx-ssl.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lynx-ssl.info   21 Feb 2011 16:37:04 -  1.1
+++ lynx-ssl.info   19 May 2011 04:41:55 -  1.2
@@ -3,10 +3,10 @@
 Revision: 6
 Type: bundle
 Depends: fink-obsolete-packages, lynx (= %v-%r)
-Description: Dummy upgrade package for lynx with system-openssl
+Description: OBSOLETE: use package 'lynx' instead
 DescDetail: 
-   This package only exists to migrate users to the new unified lynx 
package.
-You can safely remove it.
+This package only exists to migrate users to the new unified lynx package.
+You can safely remove it.
 
 License: Public Domain
 Homepage: 
http://wiki.finkproject.org/index.php/Fink:Packaging:Obsolete_Packages


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/web lynx-ssl.info, NONE, 1.1 lynx.info, 1.4, 1.5

2011-05-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/web
In directory vz-cvs-3.sog:/tmp/cvs-serv3574

Modified Files:
lynx.info 
Added Files:
lynx-ssl.info 
Log Message:
sync new version and offloading of OBSOLETE pkg to separate .info from unstable


--- NEW FILE: lynx-ssl.info ---
Package: lynx-ssl
Version: 2.8.5
Revision: 6
Type: bundle
Depends: fink-obsolete-packages, lynx (= %v-%r)
Description: OBSOLETE: use package 'lynx' instead
DescDetail: 
This package only exists to migrate users to the new unified lynx package.
You can safely remove it.

License: Public Domain
Homepage: http://wiki.finkproject.org/index.php/Fink:Packaging:Obsolete_Packages
Maintainer: None fink-de...@lists.sourceforge.net


Index: lynx.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/web/lynx.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- lynx.info   22 Mar 2009 18:16:22 -  1.4
+++ lynx.info   19 May 2011 04:42:45 -  1.5
@@ -1,30 +1,20 @@
 Package: lynx
-Version: 2.8.5
-Revision: 5
-Replaces: lynx-ssl ( %v-%r)
-SplitOff: 
-  Package: lynx-ssl
-  Depends: %N (= %v-%r), fink-obsolete-packages
-  Description: Dummy upgrade package for lynx with system-openssl
-  DocFiles: CHANGES COPYHEADER COPYING README
-  DescDetail: 
-This package only exists to migrate users to the new unified lynx package.
-You can safely remove it.
-  
-  
+Version: 2.8.7
+Revision: 1
+Replaces: lynx-ssl ( 2.8.5-6)
 
-BuildDepends: libncurses5, libgettext3-dev, gettext-bin, libiconv-dev, 
system-openssl-dev, fink (= 0.24.12-1)
-Depends: ncurses, libncurses5-shlibs, libgettext3-shlibs, libiconv, gzip, 
bzip2, tar, gettext-tools
+BuildDepends: libncurses5, libgettext8-dev, gettext-bin, libiconv-dev, 
system-openssl-dev, fink (= 0.24.12-1)
+Depends: ncurses, libncurses5-shlibs, libgettext8-shlibs, libiconv, gzip, 
bzip2, tar, gettext-tools
 BuildConflicts: coreutils-default
 
 CustomMirror:  
-  Primary: http://lynx.isc.org/lynx2.8.5/
-  Primary: http://ftp.at.gnucash.org/infosys/browsers/lynx/lynx2.8.5/
-  Primary: http://gd.tuwien.ac.at/infosys/browsers/lynx/lynx2.8.5/
+  Primary: http://lynx.isc.org/%n%v/
+  Primary: http://ftp.at.gnucash.org/infosys/browsers/lynx/%n%v/
+  Primary: http://gd.tuwien.ac.at/infosys/browsers/lynx/%n%v/
 
 Source: mirror:custom:lynx%v.tar.bz2
-Source-MD5: d1e5134e5d175f913c16cb6768bc30eb
-SourceDirectory: lynx2-8-5
+Source-MD5: 493af4c77ef6761e3f0157cd1be033a0
+SourceDirectory: lynx2-8-7
 Description: Console based web browser
 
 DescDetail: 
@@ -36,10 +26,6 @@
 openssl implementation.
 
 
-##Patch phase
-PatchFile: %n.patch
-PatchFile-MD5: d85af84ad4c1c260b8f76e1ebb1e99cf
-
 ##Compile phase
 ConfigureParams: --enable-nls --with-screen=ncurses --disable-full-paths 
--enable-file-upload --enable-internal-links --libdir=%p/lib 
--mandir=%p/share/man --sysconfdir=%p/etc --enable-persistent-cookies 
--with-ssl=%p/lib/system-openssl
 SetLDFLAGS: -L%p/lib/system-openssl/lib
@@ -53,9 +39,7 @@
 
 #Install Phase
 InstallScript: 
- mkdir -p %i/etc
- make install-full DESTDIR=%d docdir=%p/share/doc/%n 
helpdir=%p/share/lynx_help localedir=%i/share/locale 
gnulocaledir=%i/share/locale
- mv %i/lib/lynx.cfg %i/etc/lynx.cfg
+ make install-full DESTDIR=%d docdir=%p/share/doc/%n helpdir=%p/share/lynx_help
 
 DocFiles: CHANGES COPYHEADER COPYING README
 ConfFiles: %p/etc/lynx.cfg
@@ -78,26 +62,14 @@
 
 Previous maintainer Alexander Strange (through 2.8.4-24).
 
-dmacks--Patch makefile.in to install actual COPYING and COPYHEADER files
-in lynx_help instead of symlinks to build dir files.
-Patch WWW/Library/Implementation/HTTCP.c to fix a POSIX problem.
-
-dmacks--remove solaris-specific game in src/LYMain.c that breaks
-gettext prototyping headers.
-
-dmacks--lotsf of patches to configure and various makefile.in to make
-sure local flags come before global and that specially-detected
-support-lib flags come before standard ones.
-
-   Hard-codes executable paths as detected by ./configure. May as
-   well use fink's commands that are from Essential packages...
-   gzip: gzip, gunzip, unzip
-   bzip2: bzip2
-   tar: tar
-   but then force others to be from OS X (avoid detection of
-   coreutils and/or hard-code /usr/bin pathnames). gettext-tools
-   is close enough to essential (or at least always installed)
-   no harm in Depends on it.
+Hard-codes executable paths as detected by ./configure. May as well use fink's
+commands that are from Essential packages...
+   gzip: gzip, gunzip, unzip
+   bzip2: bzip2
+   tar: tar
+but then force others to be from OS X (avoid detection of coreutils and/or 
+hard-code /usr/bin pathnames). gettext-tools is close enough to essential (or
+at least always installed) no harm in Depends on it.
 
 
 License: GPL



[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods compress-zlib-pm.info, 1.13, 1.14 io-compress-bzip2-pm.info, 1.10, 1.11 io-compress-zlib-pm.info, 1.13, 1.14 xml-libxml-common-pm.info, 1.13, 1.14

2011-05-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv3656

Modified Files:
compress-zlib-pm.info io-compress-bzip2-pm.info 
io-compress-zlib-pm.info xml-libxml-common-pm.info 
Log Message:
desc update


Index: xml-libxml-common-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/xml-libxml-common-pm.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- xml-libxml-common-pm.info   1 Feb 2010 20:38:21 -   1.13
+++ xml-libxml-common-pm.info   19 May 2011 04:44:58 -  1.14
@@ -7,7 +7,7 @@
 ###
 Depends: xml-libxml-pm%type_pkg[perl] (= 1.70-1), fink-obsolete-packages
 Type: perl (5.8.6 5.8.8 5.10.0), bundle
-Description: Obsolete--now merged into xml-libxml-pm%type_pkg[perl]
+Description: OBSOLETE: use package 'xml-libxml-pm%type_pkg[perl]' instead
 DescDetail: 
   XML::LibXML::Common contains several constants and functions that
   are shared by XML::LibXML, XML::GDOME and XML::LibXSLT (not all done, yet)

Index: compress-zlib-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/compress-zlib-pm.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- compress-zlib-pm.info   17 Jun 2010 10:42:15 -  1.13
+++ compress-zlib-pm.info   19 May 2011 04:44:58 -  1.14
@@ -5,7 +5,7 @@
 Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 Type: perl (5.8.6 5.8.8 5.10.0), bundle
 Depends: fink-obsolete-packages, io-compress-pm%type_pkg[perl]
-Description: Part of the info-zip zlib compression library
+Description: OBSOLETE: use package 'io-compress-pm%type_pkg[perl]' instead
 License: Artistic
 Homepage: http://search.cpan.org/dist/Compress-Zlib/
 Maintainer: Daniel Macks dma...@netspace.org

Index: io-compress-bzip2-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/io-compress-bzip2-pm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- io-compress-bzip2-pm.info   17 Jun 2010 10:42:15 -  1.10
+++ io-compress-bzip2-pm.info   19 May 2011 04:44:58 -  1.11
@@ -5,7 +5,7 @@
 Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 Type: perl (5.8.6 5.8.8 5.10.0), bundle
 Depends: fink-obsolete-packages, io-compress-pm%type_pkg[perl]
-Description: Read/write bzip2 files  buffers
+Description: OBSOLETE: use package 'io-compress-pm%type_pkg[perl]' instead
 License: Artistic/GPL
 Homepage: http://search.cpan.org/dist/IO-Compress-Bzip2
 Maintainer: Daniel Macks dma...@netspace.org

Index: io-compress-zlib-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/io-compress-zlib-pm.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- io-compress-zlib-pm.info17 Jun 2010 10:42:15 -  1.13
+++ io-compress-zlib-pm.info19 May 2011 04:44:58 -  1.14
@@ -5,7 +5,7 @@
 Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 Type: perl (5.8.6 5.8.8 5.10.0), bundle
 Depends: fink-obsolete-packages, io-compress-pm%type_pkg[perl]
-Description: Read/write gzip  zip files  buffers
+Description: OBSOLETE: use package 'io-compress-pm%type_pkg[perl]' instead
 License: Artistic/GPL
 Homepage: http://search.cpan.org/dist/IO-Compress-Zlib
 Maintainer: Daniel Macks dma...@netspace.org


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs