OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Aug-2005 11:26:18
Branch: HEAD Handle: 2005081310261800
Modified files:
openpkg-src/ocaml-gtk ocaml-gtk.spec
Log:
now that librsvg dependencies are fixed, use it in the OCaml Gtk
bindings to fulfill mldonkey's GUI requirements
Summary:
Revision Changes Path
1.9 +4 -4 openpkg-src/ocaml-gtk/ocaml-gtk.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ocaml-gtk/ocaml-gtk.spec
============================================================================
$ cvs diff -u -r1.8 -r1.9 ocaml-gtk.spec
--- openpkg-src/ocaml-gtk/ocaml-gtk.spec 24 Mar 2005 11:19:42 -0000
1.8
+++ openpkg-src/ocaml-gtk/ocaml-gtk.spec 13 Aug 2005 09:26:18 -0000
1.9
@@ -37,7 +37,7 @@
Group: XWindow
License: LGPL
Version: %{V_gtk2}
-Release: 20040715
+Release: 20050813
# package options
%option with_gtk1 yes
@@ -60,8 +60,8 @@
PreReq: gtk
%endif
%if "%{with_gtk2}" == "yes"
-BuildPreReq: gtk2
-PreReq: gtk2
+BuildPreReq: gtk2, librsvg
+PreReq: gtk2, librsvg
%endif
AutoReq: no
AutoReqProv: no
@@ -98,9 +98,9 @@
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
+ --with-rsvg \
--without-gl \
--without-glade \
- --without-rsvg \
--without-gnomecanvas \
--without-gnomeui \
--without-panel
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]