Author: qboosh Date: Wed Jan 18 16:38:21 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.8 - added usbredir patch to fix build with usbredir in PLD (.la killed, no-add-needed enforced)
---- Files affected: packages/spice-gtk: spice-gtk.spec (1.7 -> 1.8) , spice-gtk-usbredir.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/spice-gtk/spice-gtk.spec diff -u packages/spice-gtk/spice-gtk.spec:1.7 packages/spice-gtk/spice-gtk.spec:1.8 --- packages/spice-gtk/spice-gtk.spec:1.7 Fri Jan 6 11:22:59 2012 +++ packages/spice-gtk/spice-gtk.spec Wed Jan 18 17:38:16 2012 @@ -9,14 +9,15 @@ Summary: A GTK+ client and libraries for SPICE remote desktop servers Summary(pl.UTF-8): Klient i biblioteki GTK+ dla serwerów zdalnych pulpitów SPICE Name: spice-gtk -Version: 0.7.159 +Version: 0.8 Release: 1 License: LGPL v2.1+ Group: X11/Applications Source0: http://spice-space.org/download/gtk/%{name}-%{version}.tar.bz2 -# Source0-md5: 5b0e3c9ebbc07790eed2aaff06adff4b +# Source0-md5: 761b6c3d74d962d437bdd72f54292498 Patch0: %{name}-sh.patch Patch1: %{name}-builddir.patch +Patch2: %{name}-usbredir.patch URL: http://spice-space.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake >= 1.6 @@ -39,7 +40,7 @@ BuildRequires: pixman-devel >= 0.17.7 BuildRequires: pkgconfig BuildRequires: pulseaudio-devel -BuildRequires: spice-protocol >= 0.9.1 +BuildRequires: spice-protocol >= 0.10.1 BuildRequires: xorg-lib-libX11-devel BuildRequires: xorg-lib-libXrandr-devel BuildRequires: zlib-devel @@ -51,9 +52,9 @@ %if %{with usbredir} BuildRequires: acl-devel BuildRequires: libusb-devel >= 1.0.9 -BuildRequires: polkit-devel +BuildRequires: polkit-devel >= 0.96 BuildRequires: udev-glib-devel -BuildRequires: usbredir-devel >= 0.3.1 +BuildRequires: usbredir-devel >= 0.3.3 %endif %{?with_smartcard:Requires: libcacard >= 0.1.2} Requires: spice-glib = %{version}-%{release} @@ -112,7 +113,7 @@ Requires: pixman >= 0.17.7 %if %{with usbredir} Requires: libusb >= 1.0.9 -Requires: usbredir >= 0.3.1 +Requires: usbredir >= 0.3.3 %endif %description -n spice-glib @@ -134,11 +135,11 @@ Requires: pixman-devel >= 0.17.7 Requires: pulseaudio-devel Requires: spice-glib = %{version}-%{release} -Requires: spice-protocol >= 0.9.1 +Requires: spice-protocol >= 0.10.1 %if %{with usbredir} Requires: libusb-devel >= 1.0.9 Requires: udev-glib-devel -Requires: usbredir-devel >= 0.3.1 +Requires: usbredir-devel >= 0.3.3 %endif %description -n spice-glib-devel @@ -164,7 +165,7 @@ Summary(pl.UTF-8): Program pomocniczy ACL do przekierowań USB dla biblioteki klienckiej SPICE GLib Group: Applications/System Requires: spice-glib = %{version}-%{release} -Requires: polkit +Requires: polkit >= 0.96 %description -n spice-glib-usb USB redirection ACL helper for SPICE Client GLib library. @@ -227,7 +228,7 @@ Summary: Vala API for SPICE client library Summary(pl.UTF-8): Interfejs języka Vala do biblioteki klienckiej SPICE Group: Development/Libraries -Requires: spice-protocol >= 0.9.1 +Requires: spice-protocol >= 0.10.1 Requires: vala >= 0.14 %description -n vala-spice-protocol @@ -240,6 +241,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 mkdir %{?with_gtk2:gtk2} %{?with_gtk3:gtk3} @@ -398,6 +400,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2012/01/18 16:38:16 qboosh +- updated to 0.8 +- added usbredir patch to fix build with usbredir in PLD (.la killed, no-add-needed enforced) + Revision 1.7 2012/01/06 10:22:59 qboosh - updated to 0.7.159 (now with usbredir support; added bcond to disable) - added builddir patch ================================================================ Index: packages/spice-gtk/spice-gtk-usbredir.patch diff -u /dev/null packages/spice-gtk/spice-gtk-usbredir.patch:1.1 --- /dev/null Wed Jan 18 17:38:21 2012 +++ packages/spice-gtk/spice-gtk-usbredir.patch Wed Jan 18 17:38:16 2012 @@ -0,0 +1,12 @@ +For usbredirfilter_string_to_rules() +--- spice-gtk-0.8/configure.ac.orig 2012-01-18 16:57:54.759116620 +0100 ++++ spice-gtk-0.8/configure.ac 2012-01-18 17:20:01.155827699 +0100 +@@ -330,7 +330,7 @@ + else + PKG_CHECK_MODULES(GUDEV, gudev-1.0) + PKG_CHECK_MODULES(LIBUSB, libusb-1.0 >= 1.0.9) +- PKG_CHECK_MODULES(LIBUSBREDIRHOST, libusbredirhost >= 0.3.3) ++ PKG_CHECK_MODULES(LIBUSBREDIRHOST, libusbredirhost >= 0.3.3 libusbredirparser >= 0.3.3) + AC_DEFINE(USE_USBREDIR, [1], [Define if supporting usbredir proxying]) + AM_CONDITIONAL(WITH_USBREDIR, true) + if test "x$enable_polkit" = "xno"; then ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/spice-gtk/spice-gtk.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
