Codebase list virt-viewer / 314c1a9
build the mozilla-plugin Guido Günther authored 15 years ago Guido Guenther committed 15 years ago
6 changed file(s) with 49 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
33 Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
44 Uploaders: Guido Guenther <agx@sigxcpu.org>
55 Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libvirt-dev, libgtk-vnc-1.0-dev (>= 0.3.4), libxml2-dev,
6 libgtk2.0-dev (>= 2.10)
6 libgtk2.0-dev (>= 2.10), iceape-dev (>= 1.1.9-5), autotools-dev, quilt, automake, autoconf, libffi-dev
77 Standards-Version: 3.7.3
88
99 Package: virt-viewer
1717 console The viewer can connect to remote hosts to lookup the console
1818 information and then also connect to the remote console using the same network
1919 transport.
20
21 Package: mozilla-virt-viewer
22 Architecture: any
23 Section: web
24 Depends: ${shlibs:Depends}, ${misc:Depends}
25 iceweasel | iceape-browser
26 Description: A virt-viewer widget for GTK+ (mozilla plugin)
27 The console is accessed using the VNC protocol. The guest can be referred to
28 based on its name, ID, or UUID. If the guest is not already running, then the
29 viewer can be told to wait until is starts before attempting to connect to the
30 console The viewer can connect to remote hosts to lookup the console
31 information and then also connect to the remote console using the same network
32 transport.
33 .
34 This package contains the experimental mozilla plugin.
35
0 debian/tmp/usr/lib/mozilla/plugins/*.so usr/lib/virt-viewer/plugins/
0 /usr/lib/virt-viewer/plugins/virt-viewer-plugin.so /usr/lib/iceweasel/plugins/virt-viewer-plugin.so
1 /usr/lib/virt-viewer/plugins/virt-viewer-plugin.so /usr/lib/iceape/plugins/virt-viewer-plugin.so
0 diff --git a/configure.ac b/configure.ac
1 index b4676d5..77c8542 100644
2 --- a/configure.ac
3 +++ b/configure.ac
4 @@ -22,7 +22,7 @@ PKG_CHECK_MODULES(GTKVNC, gtk-vnc-1.0 >= 0.0.1)
5 dnl --enable-plugin to enable the browser plugin.
6 NSPR_REQUIRED=4.0.0
7 FIREFOX_PLUGIN_REQUIRED=1.5.0
8 -MOZILLA_PLUGIN_REQUIRED=1.8
9 +MOZILLA_PLUGIN_REQUIRED=1.0
10 AC_ARG_ENABLE(plugin,
11 [ --enable-plugin=[no/yes] enable browser plugin [default=no]],,
12 enable_plugin=no)
13 @@ -33,7 +33,7 @@ if test "x$enable_plugin" = "xyes"; then
14 PKG_CHECK_MODULES(FIREFOX_PLUGIN,
15 firefox-plugin >= $FIREFOX_PLUGIN_REQUIRED, ,[
16 PKG_CHECK_MODULES(MOZILLA_PLUGIN,
17 - mozilla-plugin >= $MOZILLA_PLUGIN_REQUIRED)
18 + iceape-plugin >= $MOZILLA_PLUGIN_REQUIRED)
19 FIREFOX_PLUGIN_CFLAGS="$MOZILLA_PLUGIN_CFLAGS"
20 FIREFOX_PLUGIN_LIBS="$MOZILLA_PLUGIN_LIBS"
21 ])
0 iceape-not-mozilla.diff
33
44 include /usr/share/cdbs/1/rules/debhelper.mk
55 include /usr/share/cdbs/1/class/autotools.mk
6 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
7
8 DEB_CONFIGURE_EXTRA_FLAGS += --enable-plugin=yes
69
710 clean::
811 rm -f man/virt-viewer.1
12
13 post-patches::
14 autoreconf