OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 12-Oct-2003 19:04:58
Branch: HEAD Handle: 2003101218045601
Modified files:
openpkg-src/xpdf xpdf.spec
openpkg-web news.txt
Log:
fix freetype support and add t1lib support
Summary:
Revision Changes Path
1.2 +5 -4 openpkg-src/xpdf/xpdf.spec
1.6975 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xpdf/xpdf.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 xpdf.spec
--- openpkg-src/xpdf/xpdf.spec 12 Oct 2003 12:28:47 -0000 1.1
+++ openpkg-src/xpdf/xpdf.spec 12 Oct 2003 17:04:57 -0000 1.2
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, X11, freetype, xpm, lesstif
-PreReq: OpenPKG, openpkg >= 20030103, X11, freetype, xpm, lesstif
+BuildPreReq: OpenPKG, openpkg >= 20030103, X11, freetype, t1lib, xpm, lesstif, gcc
+PreReq: OpenPKG, openpkg >= 20030103, X11, freetype, t1lib, xpm, lesstif
AutoReq: no
AutoReqProv: no
@@ -60,8 +60,9 @@
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
CXXFLAGS="%{l_cxxflags -O}" \
- CPPFLAGS="%{l_cppflags}" \
+ CPPFLAGS="%{l_cppflags} `%{l_prefix}/bin/freetype-config --cflags`" \
LDFLAGS="%{l_ldflags}" \
+ LIBS="`%{l_prefix}/bin/freetype-config --libs`" \
./configure \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/xpdf \
@@ -73,7 +74,7 @@
--with-Xpm-library=%{l_prefix}/lib \
--with-t1-includes=%{l_prefix}/include \
--with-t1-library=%{l_prefix}/lib \
- --with-freetype2-includes=%{l_prefix}/include \
+ --with-freetype2-includes=%{l_prefix}/include/freetype2 \
--with-freetype2-library=%{l_prefix}/lib \
--enable-a4-paper
%{l_make} %{l_mflags -O}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6974 -r1.6975 news.txt
--- openpkg-web/news.txt 12 Oct 2003 16:18:04 -0000 1.6974
+++ openpkg-web/news.txt 12 Oct 2003 17:04:56 -0000 1.6975
@@ -1,3 +1,4 @@
+12-Oct-2003: Upgraded package: P<xpdf-2.03-20031012>
12-Oct-2003: New package: P<t1lib-5.0.0-20031012>
12-Oct-2003: New package: P<xpdf-2.03-20031012>
12-Oct-2003: Upgraded package: P<mozilla-plugger-1.3.2-20031012>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]