Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/web
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv869/stable/main/finkinfo/web

Modified Files:
        dillo.info 
Log Message:
libpng detection fixes (thanks f-p-p!)


Index: dillo.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/web/dillo.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dillo.info  11 Jan 2013 16:23:59 -0000      1.7
+++ dillo.info  3 Jun 2013 18:44:28 -0000       1.8
@@ -1,49 +1,37 @@
 Package: dillo
-Version: 0.8.6
-Revision: 8
+Version: 3.0.3
+Revision: 1
 BuildDepends: <<
        fink-package-precedence,
-       fontconfig2-dev,
-       freetype219,
-       gettext-tools,
-       glib (>= 1.2.0-1),
-       gtk+ (>= 1.2.0-1),
-       libgettext8-dev,
        libiconv-dev,
-       libjpeg8,
-       libpng3,
+       libjpeg9,
+       libpng15,
        system-openssl-dev,
-       x11-dev,
-       xft2-dev
+       fltk13-aqua
 <<
 Depends: <<
-       fontconfig2-shlibs,
-       freetype219-shlibs,
-       glib-shlibs (>= 1.2.0-1),
-       gtk+-shlibs (>= 1.2.0-1),
-       libgettext8-shlibs,
        libiconv,
-       libjpeg8-shlibs,
-       libpng3-shlibs,
-       x11-shlibs,
-       xft2-shlibs
+       libjpeg9-shlibs,
+       libpng15-shlibs,
+       fltk13-aqua-shlibs
 <<
 Conflicts: dillo-i18n ( <= 0.8.5-1 )
 Replaces: dillo-i18n ( <= 0.8.5-1 )
+GCC: 4.0
 Source: http://www.dillo.org/download/%n-%v.tar.bz2
-Source-MD5: b65233d368bbd265a55effcf2c17f84b
-Source2: http://teki.jpn.ph/pc/software/%n-%v-i18n-misc-20070916.diff.bz2
-Source2-MD5: f44eea5f2d9c4976e86291cb8dec51c5
+Source-MD5: 726cd0b7a18c5e25f4d80ebeffe7607e
 PatchScript: <<
- bzip2 -dc ../%n-%v-i18n-misc-20070916.diff.bz2 | patch -p1 -Z
  sed -i.bak 's|\($(dillo_LDADD)\)|\1 $(LIBSSL_LIBS) -liconv|' src/Makefile.in
  sed -i.bak '/@CPPFLAGS@/s,\$CPPFLAGS,-I%p/lib/system-openssl/include,' 
configure
+ sed -i.bak 's|CPPFLAGS -I/usr/local/include|CPPFLAGS|g' configure
+ sed -i.bak 's|LDFLAGS -L/usr/local/lib|LDFLAGS|g' configure
+
+ # don't prefer any specific version (might give preference to wrong
+ # one found other than the one supplied by BDep in %p/bin)
+ perl -pi.bak -e 's,libpng\d+-config,libpng-config,g' configure
 <<
 UseMaxBuildJobs: True
-NoSetCPPFLAGS: true
-NoSetLDFLAGS: true
-SetCPPFLAGS: -I%p/lib/fontconfig2/include -I%p/lib/freetype219/include 
-I%p/lib/freetype219/include/freetype2 -I%p/include
-SetLDFLAGS: -L%p/lib/system-openssl/lib -L%p/lib/fontconfig2/lib 
-L%p/lib/freetype219/lib -L%p/lib
+SetLDFLAGS: -L%p/lib/system-openssl/lib
 ConfigureParams: <<
        --enable-ipv6 \
        --enable-ssl \
@@ -55,18 +43,13 @@
        LIBPTHREAD_LIBS=-lpthread
 <<
 CompileScript: <<
-#   
PKG_CONFIG_PATH=%p/lib/fontconfig2/lib/pkgconfig:%p/lib/xft2/lib/pkgconfig:$PKG_CONFIG_PATH
 PKG_CONFIG=%p/bin/pkg-config 
    ./configure %c
    make
    fink-package-precedence --prohibit-bdep=%n .
 <<
 InstallScript: make install DESTDIR=%d
-DocFiles: ABOUT-NLS ChangeLog* INSTALL README COPYING AUTHORS NEWS doc/*.txt
+DocFiles: ChangeLog* INSTALL README COPYING AUTHORS NEWS doc/*.txt
 Description: Small simple web browser with i18n support
-DescPackaging: <<
-Dillo internationalisation(i18n) patches are applied. For details, see:
-http://teki.jpn.ph/pc/software/index-e.shtml#dillo-i18n
-<<
 Maintainer: Todai Fink Team <f...@sodan.ecc.u-tokyo.ac.jp>
 Homepage: http://www.dillo.org/
 License: GPL


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to