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

Added Files:
        poppler1-shlibs.info poppler1-shlibs.patch 
Removed Files:
        poppler1.info poppler1.patch 
Log Message:
turn off ancient headers pkg


--- NEW FILE: poppler1-shlibs.info ---
Package: poppler1-shlibs
Version: 0.5.4
Revision: 1029
Description: PDF rendering library
License: GPL
Maintainer: Benjamin Reed <poppl...@fink.racoonfink.com>

Depends: <<
        cairo-shlibs (>= 1.12.8-1),
        fontconfig2-shlibs (>= 2.10.0-1),
        freetype219-shlibs (>= 2.4.11-1),
        glib2-shlibs (>= 2.22.0-1),
        gtk+2-shlibs (>= 2.18.0-1),
        libjpeg8-shlibs,
        pango1-xft2-ft219-shlibs (>= 1.24.5-4),
        poppler-data (>= 1:0.1-1)
<<
BuildDepends: <<
        cairo (>= 1.12.8-1),
        fink (>= 0.28.0-1),
        fink-package-precedence,
        fontconfig2-dev (>= 2.10.0-1),
        freetype219 (>= 2.4.11-1),
        glib2-dev (>= 2.22.0-1),
        gtk+2-dev (>= 2.18.0-1),
        libiconv-dev,
        libjpeg8,
        pango1-xft2-ft219-dev (>= 1.24.5-4),
        pkgconfig (>= 0.23),
        x11-dev
<<
Conflicts: poppler1 (<< 0.5.4-1029)
Replaces: poppler1 (<< 0.5.4-1029)
GCC: 4.0

Source: http://poppler.freedesktop.org/poppler-%v.tar.gz
Source-MD5: 053fdfd70533ecce1a06353fa945f061
PatchFile: %n.patch
PatchFile-MD5: 2eb1828f977f40ae710d0370dddb5a99
PatchScript: sed -e 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1

SetCFLAGS: -Os
SetCXXFLAGS: -Os
SetLDFLAGS: 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
ConfigureParams: <<
        --mandir=%p/share/man \
        SYSTEM_XPDFRC=%p/etc/xpdfrc.poppler1 \
        --enable-dependency-tracking \
        --disable-static \
        --enable-zlib \
        --disable-cairo-output \
        --disable-poppler-qt \
        --disable-poppler-qt4 \
        --disable-gtk-test \
        PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"
<<
CompileScript: <<
        %{default_script}
        fink-package-precedence --prohibit-bdep=poppler1 .
<<

InstallScript: <<
#!/bin/sh -ev

        make -j1 install DESTDIR=%d
        install -d %i/etc
        install -c -m 644 xpdfrc.poppler1 %i/etc/

        pushd %i
                rm -rf include
                rm lib/libpoppler.{la,dylib}
                rm lib/libpoppler-glib.{la,dylib}
                rm -rf lib/pkgconfig
                rm -rf share/gtk-doc
                rm -rf bin
                rm -rf share/man
        popd


<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README README-XPDF TODO
Shlibs: <<
        %p/lib/libpoppler.1.dylib      2.0.0 %n (>= 0.5.4-1)
        %p/lib/libpoppler-glib.1.dylib 2.0.0 %n (>= 0.5.3-2)
<<
ConfFiles: %p/etc/xpdfrc.poppler1

Homepage: http://poppler.freedesktop.org/
DescDetail: Poppler is a PDF rendering library based on the xpdf-3.0 code base.
DescPort: <<
        xpdfrc file borrowed from xpdf. It is renamed xpdfrc.poppler1 to avoid
        a conflict with xpdf.  Cairo output is disabled because cairo depends
        on poppler too, circular dependencies are bad.  :P
<<


--- poppler1.info DELETED ---

--- NEW FILE: poppler1-shlibs.patch ---

--- poppler-0.5.4/configure     2006-09-21 20:54:32.000000000 -0400
+++ poppler-0.5.4-new/configure 2007-01-25 21:36:45.000000000 -0500
@@ -24268,7 +24268,7 @@
 fi
 
 
-jpeg_incdirs="$includedir /usr/include /usr/local/include "
+jpeg_incdirs="$includedir /usr/include /usr/local/include @PREFIX@/include"
 
 jpeg_incdir=NO
 for i in $jpeg_incdirs;
--- poppler-0.5.4/xpdfrc.poppler1       1969-12-31 19:00:00.000000000 -0500
+++ poppler-0.5.4-new/xpdfrc.poppler1   2007-01-25 21:36:45.000000000 -0500
@@ -0,0 +1,91 @@
+#========================================================================
+#
+# Sample xpdfrc file
+#
+# The Xpdf tools look for a config file in two places:
+# 1. ~/.xpdfrc
+# 2. in a system-wide directory, typically /usr/local/etc/xpdfrc
+#
+# This sample config file demonstrates some of the more common
+# configuration options.  Everything here is commented out.  You
+# should edit things (especially the file/directory paths, since
+# they'll likely be different on your system), and uncomment whichever
+# options you want to use.  For complete details on config file syntax
+# and available options, please see the xpdfrc(5) man page.
+#
+# Also, the Xpdf language support packages each include a set of
+# options to be added to the xpdfrc file.
+#
+# http://www.foolabs.com/xpdf/
+#
+#========================================================================
+
+#----- display fonts
+
+# These map the Base-14 fonts to the Type 1 fonts that ship with
+# ghostscript.  You'll almost certainly want to use something like
+# this, but you'll need to adjust this to point to wherever
+# ghostscript is installed on your system.  (But if the fonts are
+# installed in a "standard" location, xpdf will find them
+# automatically.)
+
+displayFontT1 Times-Roman              
@PREFIX@/share/ghostscript/fonts/n021003l.pfb
+displayFontT1 Times-Italic             
@PREFIX@/share/ghostscript/fonts/n021023l.pfb
+displayFontT1 Times-Bold               
@PREFIX@/share/ghostscript/fonts/n021004l.pfb
+displayFontT1 Times-BoldItalic         
@PREFIX@/share/ghostscript/fonts/n021024l.pfb
+displayFontT1 Helvetica                
@PREFIX@/share/ghostscript/fonts/n019003l.pfb
+displayFontT1 Helvetica-Oblique        
@PREFIX@/share/ghostscript/fonts/n019023l.pfb
+displayFontT1 Helvetica-Bold           
@PREFIX@/share/ghostscript/fonts/n019004l.pfb
+displayFontT1 Helvetica-BoldOblique    
@PREFIX@/share/ghostscript/fonts/n019024l.pfb
+displayFontT1 Courier                  
@PREFIX@/share/ghostscript/fonts/n022003l.pfb
+displayFontT1 Courier-Oblique          
@PREFIX@/share/ghostscript/fonts/n022023l.pfb
+displayFontT1 Courier-Bold             
@PREFIX@/share/ghostscript/fonts/n022004l.pfb
+displayFontT1 Courier-BoldOblique      
@PREFIX@/share/ghostscript/fonts/n022024l.pfb
+displayFontT1 Symbol                   
@PREFIX@/share/ghostscript/fonts/s050000l.pfb
+displayFontT1 ZapfDingbats             
@PREFIX@/share/ghostscript/fonts/d050000l.pfb
+
+# If you need to display PDF files that refer to non-embedded fonts,
+# you should add one or more fontDir options to point to the
+# directories containing the font files.  Xpdf will only look at .pfa,
+# .pfb, and .ttf files in those directories (other files will simply
+# be ignored).
+
+fontDir                /usr/local/fonts/bakoma
+
+#----- PostScript output control
+
+# Set the default PostScript file or command.
+
+psFile                 "|lpr -Pmyprinter"
+
+# Set the default PostScript paper size -- this can be letter, legal,
+# A4, or A3.  You can also specify a paper size as width and height
+# (in points).
+
+psPaperSize            letter
+
+#----- text output control
+
+# Choose a text encoding for copy-and-paste and for pdftotext output.
+# The Latin1, ASCII7, and UTF-8 encodings are built into Xpdf.  Other
+# encodings are available in the language support packages.
+
+textEncoding           UTF-8
+
+# Choose the end-of-line convention for multi-line copy-and-past and
+# for pdftotext output.  The available options are unix, mac, and dos.
+
+textEOL                unix
+
+#----- misc settings
+
+# Enable t1lib, FreeType, and anti-aliased text.
+
+enableT1lib            yes
+enableFreeType         yes
+antialias              yes
+
+# Set the command used to run a web browser when a URL hyperlink is
+# clicked.
+
+urlCommand     "open 'openURL(%s)'"

--- poppler1.patch DELETED ---


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to