OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 10-Jul-2003 16:48:58
Branch: HEAD Handle: 2003071015485403
Modified files:
openpkg-src/lyx lyx.spec
openpkg-web news.txt
Log:
requires GL and/or dl on some platforms
Summary:
Revision Changes Path
1.16 +14 -1 openpkg-src/lyx/lyx.spec
1.5511 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lyx/lyx.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 lyx.spec
--- openpkg-src/lyx/lyx.spec 8 Jul 2003 14:40:46 -0000 1.15
+++ openpkg-src/lyx/lyx.spec 10 Jul 2003 14:48:57 -0000 1.16
@@ -37,7 +37,7 @@
Group: Print
License: GPL
Version: %{V_lyx}
-Release: 20030707
+Release: 20030710
# package options
%option with_xforms no
@@ -106,9 +106,22 @@
%else
echo "qt_cv_libname=qt" >config.cache
EXTRALIBS="-lqt -lXext"
+ # FIXME mlelstv
+ # -- our Solaris boxes do not support OpenGL, so
+ # qt doesn't pick up OpenGL support.
+ # Unfortunately there is no information about
+ # this dependency in the qt package and things
+ # will break when freebsd/linux do not have GL
+ # installed, or when solaris gets GL installed
case "%{l_target}" in
*-freebsd*)
EXTRALIBS="$EXTRALIBS -lGL"
+ ;;
+ *-linux*)
+ EXTRALIBS="$EXTRALIBS -lGL -dl"
+ ;;
+ *-solaris*)
+ EXTRALIBS="$EXTRALIBS -dl"
;;
esac
%endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5510 -r1.5511 news.txt
--- openpkg-web/news.txt 10 Jul 2003 14:43:05 -0000 1.5510
+++ openpkg-web/news.txt 10 Jul 2003 14:48:54 -0000 1.5511
@@ -1,3 +1,4 @@
+10-Jul-2003: Upgraded package: P<lyx-1.3.2-20030710>
10-Jul-2003: Upgraded package: P<openpkg-tool-20030710-20030710>
10-Jul-2003: Upgraded package: P<imagemagick-5.4.8.2-1.1.1>
10-Jul-2003: Upgraded package: P<imagemagick-5.5.3.2-1.2.1>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]