Update of 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21828/10.4-transitional/main/finkinfo/libs

Modified Files:
        gecko-sharp.info 
Added Files:
        dbus-sharp.info gecko-sharp.patch libpostproc1.info 
        libpostproc1.patch 
Log Message:
catalyst

Index: gecko-sharp.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/libs/gecko-sharp.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gecko-sharp.info    5 Feb 2006 23:18:21 -0000       1.1
+++ gecko-sharp.info    21 Feb 2006 16:24:01 -0000      1.2
@@ -1,16 +1,17 @@
 Package: gecko-sharp
 Version: 2.0
-Revision: 27
+Revision: 28
 Description: Mozilla browser C# bindings
 License: OSI-Approved
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Depends: firefox-shlibs (>= 1.0.7-5), gtk-sharp2 (>= 2.4.0-1), mono (>= 
1.1.11-1)
-BuildDepends: atk1, firefox-dev (>= 1.0.7-5), glib2-dev (>= 2.4.6-7), glib2 
(>= 2.4.6-7), gtk+2-dev (>= 2.4.9-8), gtk+2 (>= 2.4.9-8), gtk-sharp2 (>= 
2.4.0-1), mono-dev (>= 1.1.11-1), mono-tools (>= 1.1.11-1), pango1-xft2-dev
+BuildDepends: atk1, firefox-dev (>= 1.0.7-5), glib2-dev (>= 2.4.6-7), glib2 
(>= 2.4.6-7), gtk+2-dev (>= 2.4.9-8), gtk+2 (>= 2.4.9-8), gtk-sharp2 (>= 
2.4.0-1), mono-dev (>= 1.1.11-1), monodoc (>= 1.1.11-1), pango1-xft2-dev
 Replaces: monodoc
 
 Source: http://go-mono.com/sources/%n-%v/%n-%v-0.11.tar.gz
 Source-MD5: 7362d710b7fe6a8b5f68a614279147de
+Patch: %n.patch
 
 SetCPPFLAGS: -I%p/include
 SetLIBS: -L%p/lib
@@ -22,6 +23,7 @@
 
   export lt_cv_sys_max_cmd_len=65536
   perl -pi.bak -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
+  export MONODOC=%p/bin/monodocer
   ./configure %c
   make
 <<

--- NEW FILE: dbus-sharp.info ---
Package: dbus-sharp
Version: 0.60
Revision: 21
Description: D-BUS C# bindings
License: Restrictive/Distributable
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: dbus-shlibs (>= %v-1), mono
BuildDepends: dbus-dev (>= %v-1), expat, gettext-tools, libgettext3-dev, 
libiconv-dev, mono-dev, pkgconfig, x11-dev

Source: http://dbus.freedesktop.org/releases/dbus-%v.tar.gz
Source-MD5: da9561b5e579cedddc34f53427e99a93
Patch: %n.patch

ConfigureParams: --mandir=%p/share/man --disable-qt --disable-qt3 
--disable-glib --disable-gtk --disable-xml-docs --disable-doxygen-docs 
--disable-gcj --enable-mono --disable-mono-docs --disable-python 
--disable-selinux --with-xml=expat
CompileScript: <<
#!/bin/sh -ex
  ./configure %c
  pushd mono
  make
  popd
<<

InstallScript: <<
#!/bin/sh -ex
  pushd mono
  make install DESTDIR=%d
  popd
<<
DocFiles: AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README

Homepage: http://dbus.freedesktop.org/
DescDetail: <<
D-BUS is a message bus system, a simple way for applications to talk to one 
another.

D-BUS supplies both a system daemon (for events such as "new hardware device 
added"
or "printer queue changed") and a per-user-login-session daemon (for general IPC
needs among user applications).  Also, the message bus is built on top of a 
general
one-to-one message passing framework, which can be used by any two apps to
communicate directly (without going through the message bus daemon). 

These bindings provide D-BUS access using C# through mono.
<<


--- NEW FILE: libpostproc1.info ---
Package: libpostproc1
Version: 0.0.1
Revision: 31
Architecture: powerpc
Description: Post Processing Library
License: GPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>

Depends: %n-shlibs (= %v-%r)
BuildDepends: gcc3.3
BuildDependsOnly: true

CustomMirror: <<
        eur-CH: http://www4.mplayerhq.hu/MPlayer/releases
        eur-HU: http://www1.mplayerhq.hu/MPlayer/releases
        eur-HU: http://www2.mplayerhq.hu/MPlayer/releases
        eur-HU: ftp://ftp1.mplayerhq.hu/MPlayer/releases
        eur-HU: ftp://ftp2.mplayerhq.hu/MPlayer/releases
        nam-US: http://ftp5.mplayerhq.hu/mplayer/releases
        nam-US: ftp://ftp5.mplayerhq.hu/mplayer/releases
<<
Source: mirror:custom:MPlayer-1.0pre7try2.tar.bz2
Source-MD5: aaca4fd327176c1afb463f0f047ef6f4
Patch: %n.patch

ConfigureParams: --enable-shared-pp
CompileScript: <<
  export CC=gcc-3.3; CXX=g++-3.3; ./configure %c
  cd libavcodec/libpostproc; make CC=gcc-3.3 CXX=g++-3.3
<<

InstallScript: <<
  mkdir -p %i/lib
  mkdir -p %i/include/postproc
  install -c -m 664 libavcodec/libpostproc/postprocess.h %i/include/postproc
  install -c -m 664 libavcodec/libpostproc/libpostproc.a %i/lib
  install -c -m 755 libavcodec/libpostproc/libpostproc.0.dylib 
%i/lib/libpostproc.%v.dylib
  ln -sf libpostproc.0.0.1.dylib %i/lib/libpostproc.0.dylib
  ln -sf libpostproc.0.0.1.dylib %i/lib/libpostproc.dylib
<<
DocFiles: LICENSE
SplitOff: <<
        Package: %N-shlibs
        DocFiles: LICENSE
        Files: lib/libpostproc.*.dylib
        Shlibs: %p/lib/libpostproc.0.dylib 1.0.0 %n (>= 0.0.1-1)
<<

Homepage: http://www.mplayerhq.hu/
DescDetail:   Post Processing library for multimedia apps


--- NEW FILE: libpostproc1.patch ---
--- MPlayer-1.0pre7try2/libavcodec/libpostproc/Makefile 2005-04-16 
16:41:13.000000000 -0400
+++ MPlayer-1.0pre7try2-new/libavcodec/libpostproc/Makefile     2006-02-16 
08:04:07.000000000 -0500
@@ -4,8 +4,9 @@
 VPATH=$(SRC_PATH)/libavcodec/libpostproc
 
 ifeq ($(SHARED_PP),yes)
-SPPLIB = $(SLIBPREF)postproc$(SLIBSUF)
 SPPVERSION = 0.0.1
+SPPLIB = $(SLIBPREF)postproc.0$(SLIBSUF)
+SPPLIBINSTALL = $(libdir)/$(SPPLIB)
 endif
 PPLIB = $(LIBPREF)postproc$(LIBSUF)
 
@@ -40,7 +41,8 @@
        $(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -I.. -I../.. -o $@ 
$<
 
 $(SPPLIB): $(SPPOBJS)
-       $(CC) -shared -Wl,-soname,$(SPPLIB).0 \
+       $(CC) -dynamiclib -install_name $(SPPLIBINSTALL) \
+       -compatibility_version 1 -current_version 1.0.2 \
        -o $(SPPLIB) $(SPPOBJS)
 endif
 
--- MPlayer-1.0pre7try2/configure       2005-04-13 07:46:35.000000000 -0400
+++ MPlayer-1.0pre7try2-new/configure   2006-02-16 08:10:36.000000000 -0500
@@ -605,7 +605,7 @@
       cc_version="v. ?.??, bad"
       cc_verc_fail=yes
       ;;
-    2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9])
+    2.95.[2-9]|2.95.[2-9][-.]*|[3-4].*)
       _cc_major=`echo $cc_version | cut -d '.' -f 1`
       _cc_minor=`echo $cc_version | cut -d '.' -f 2`
       _cc_mini=`echo $cc_version | cut -d '.' -f 3`
@@ -6698,7 +6698,7 @@
 INSTALL = $_install
 # OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu $_pipe -fomit-frame-pointer 
-ffast-math
 EXTRA_INC = $_inc_extra $_inc_gtk
-OPTFLAGS = -I../libvo -I../../libvo $_inc_x11 $CFLAGS \$(EXTRA_INC)
+OPTFLAGS = -faltivec -maltivec -fno-common -I../libvo -I../../libvo $_inc_x11 
$CFLAGS \$(EXTRA_INC)
 STRIPBINARIES = $_stripbinaries
 CHARSET = $_charset
 HELP_FILE = $_mp_help
@@ -6754,7 +6754,7 @@
 LIBPREF=lib
 LIBSUF=.a
 SLIBPREF=lib
-SLIBSUF=.so
+SLIBSUF=.dylib
 
 # video output
 X_LIB = $_ld_gl $_ld_dga $_ld_xv $_ld_xvmc $_ld_vm $_ld_xinerama $_ld_x11 
$_ld_sock

--- NEW FILE: gecko-sharp.patch ---
diff -uNr gecko-sharp-2.0-0.11/doc/Makefile.in 
gecko-sharp-2.0-0.11-new/doc/Makefile.in
--- gecko-sharp-2.0-0.11/doc/Makefile.in        2005-09-09 00:07:31.000000000 
-0400
+++ gecko-sharp-2.0-0.11-new/doc/Makefile.in    2006-02-15 16:42:36.000000000 
-0500
@@ -161,7 +161,7 @@
 @[EMAIL PROTECTED] = gecko-sharp-docs.zip gecko-sharp-docs.tree 
gecko-sharp-docs.source
 noinst_DATA = $(TARGETS)
 ASSEMBLER = mdassembler
-UPDATER = $(MONODOC) --update
+UPDATER = $(MONODOC) -path:en
 CLEANFILES = gecko-sharp-docs.zip gecko-sharp-docs.tree
 EXTRA_DIST = gecko-sharp-docs.source gecko-sharp-docs.tree gecko-sharp-docs.zip
 all: all-am
@@ -344,7 +344,7 @@
        $(ASSEMBLER) --ecma $(srcdir)/en -o gecko-sharp-docs
 
 update:
-               $(UPDATER) ../gtkmozembed-sharp/gecko-sharp.dll -o ./en -f
+               $(UPDATER) ../gtkmozembed-sharp/gecko-sharp.dll
 
 dist-hook:
        mkdir -p $(distdir)/en



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to