]> git.pld-linux.org Git - packages/spice-gtk.git/commitdiff
- updated to 0.31 auto/th/spice-gtk-0.31-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 3 Apr 2016 19:06:42 +0000 (21:06 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 3 Apr 2016 19:06:42 +0000 (21:06 +0200)
- removed outdated codegen patch (uses spice-common internal codegen again)

spice-gtk-codegen.patch [deleted file]
spice-gtk.spec

diff --git a/spice-gtk-codegen.patch b/spice-gtk-codegen.patch
deleted file mode 100644 (file)
index 18a771d..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- spice-gtk-0.30/spice-common/common/Makefile.am.orig        2015-09-03 17:25:34.000000000 +0200
-+++ spice-gtk-0.30/spice-common/common/Makefile.am     2015-10-02 19:20:13.650132689 +0200
-@@ -100,12 +100,6 @@
-       $(NULL)
- MARSHALLERS_DEPS =                                                    \
--      $(CODE_GENERATOR_BASEDIR)/python_modules/__init__.py            \
--      $(CODE_GENERATOR_BASEDIR)/python_modules/codegen.py             \
--      $(CODE_GENERATOR_BASEDIR)/python_modules/demarshal.py           \
--      $(CODE_GENERATOR_BASEDIR)/python_modules/marshal.py             \
--      $(CODE_GENERATOR_BASEDIR)/python_modules/ptypes.py              \
--      $(CODE_GENERATOR_BASEDIR)/python_modules/spice_parser.py        \
-       $(CODE_GENERATOR_BASEDIR)/spice_codegen.py                      \
-       $(NULL)
index 53ff617ca6c5050c833f5a0cba49a88e44b59d5a..e837f92a9aa6e11c6dab6980d7dfdeea144f7c6a 100644 (file)
@@ -9,15 +9,14 @@
 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.30
-Release:       3
+Version:       0.31
+Release:       1
 License:       LGPL v2.1+
 Group:         X11/Applications
 Source0:       http://www.spice-space.org/download/gtk/%{name}-%{version}.tar.bz2
-# Source0-md5: 723e0e9ce9d507ba5d6cd331a3a9b7fb
+# Source0-md5: 1ef438eabc19b0f339d746a93cab4f56
 Patch0:                %{name}-builddir.patch
 Patch1:                %{name}-am.patch
-Patch2:                %{name}-codegen.patch
 URL:           http://spice-space.org/
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.11
@@ -28,11 +27,14 @@ BuildRequires:      gcc >= 5:3.0
 BuildRequires: gettext-tools >= 0.17
 BuildRequires: glib2-devel >= 1:2.44
 BuildRequires: gobject-introspection-devel >= 0.9.4
+BuildRequires: gstreamer-devel >= 1.0
+BuildRequires: gstreamer-plugins-base-devel >= 1.0
 %{?with_gtk2:BuildRequires:    gtk+2-devel >= 2:2.18.0}
 %{?with_gtk3:BuildRequires:    gtk+3-devel >= 3.0}
 BuildRequires: gtk-doc >= 1.14
 BuildRequires: intltool >= 0.40.0
 %{?with_smartcard:BuildRequires:       libcacard-devel >= 0.1.2}
+BuildRequires: libepoxy-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libsoup-devel >= 2.50
 BuildRequires: libstdc++-devel
@@ -46,9 +48,11 @@ BuildRequires:       phodav-devel >= 2.0
 BuildRequires: pixman-devel >= 0.17.7
 BuildRequires: pkgconfig
 BuildRequires: pulseaudio-devel
+BuildRequires: python >= 2
+BuildRequires: python-pyparsing
+BuildRequires: python-six
 BuildRequires: sed >= 4.0
-BuildRequires: spice-protocol >= 0.12.10
-BuildRequires: spice-protocol-codegen >= 0.12.10
+BuildRequires: spice-protocol >= 0.12.11
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXrandr-devel
 BuildRequires: zlib-devel
@@ -144,7 +148,7 @@ Requires:   openssl-devel
 Requires:      pixman-devel >= 0.17.7
 Requires:      pulseaudio-devel
 Requires:      spice-glib = %{version}-%{release}
-Requires:      spice-protocol >= 0.12.10
+Requires:      spice-protocol >= 0.12.11
 %if %{with usbredir}
 Requires:      libusb-devel >= 1.0.16
 Requires:      usbredir-devel >= 0.5.2
@@ -236,7 +240,7 @@ Pythonowy interfejs do biblioteki klienckiej SPICE GTK.
 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.12.10
+Requires:      spice-protocol >= 0.12.11
 Requires:      vala >= 2:0.14
 %if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
@@ -252,7 +256,6 @@ Interfejs języka Vala do biblioteki klienckiej SPICE.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 mkdir %{?with_gtk2:gtk2} %{?with_gtk3:gtk3}
 
This page took 0.151787 seconds and 4 git commands to generate.