Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice/
Date: Sun, 01 May 2016 20:09:20
Message-Id: 1462133335.886ddb1b6e81ed45d6de2a98a4f00cb557b28891.tamiko@gentoo
1 commit: 886ddb1b6e81ed45d6de2a98a4f00cb557b28891
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 19:37:26 2016 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 20:08:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886ddb1b
7
8 app-emulation/spice: version bump to 0.13.1, bug #580570, bug #580084
9
10 This also fixes the compilation issue in 0.13.0 reported in bug #580084.
11
12 Package-Manager: portage-2.2.26
13
14 app-emulation/spice/Manifest | 1 +
15 app-emulation/spice/spice-0.13.1.ebuild | 70 +++++++++++++++++++++++++++++++++
16 2 files changed, 71 insertions(+)
17
18 diff --git a/app-emulation/spice/Manifest b/app-emulation/spice/Manifest
19 index 4d02ae7..e91eb45 100644
20 --- a/app-emulation/spice/Manifest
21 +++ b/app-emulation/spice/Manifest
22 @@ -1,2 +1,3 @@
23 DIST spice-0.12.6.tar.bz2 1181088 SHA256 f148ea30135bf80a4f465ce723a1cd6d4ccb34c098b6298a020b378ace8569b6 SHA512 877d9c447a09055c61db7839ae1a2bbd97ab1178d8fd30fff83883064f8a2f269479649e696732095833ed3fda2d0cc0cbe2a420decb89d36d2cf2f18ad9a3db WHIRLPOOL e381cf469a29be9a91ab442ee5f426a44ee569528d9297401df1c927cbf558e9daee7709cd69a4cc6389481b0c5aa26b19e56f0e97576e270d768842581544fe
24 DIST spice-0.13.0.tar.bz2 1215334 SHA256 4862e2d11da10abdf46dd6cc834d79fa4ef3490efac8dbcdd19fa96f81147bbb SHA512 be9960e8f40415f2d0c2445aca701729f904b4598492b64993fc53b2cfb27652642f11721b43c44c953e6ba4982865b15260c995bb12c4f29ea9c7e962043795 WHIRLPOOL 88d92a4498e76eb279c073e4da87a0b0efe7697f6da1211b4830681a1cc6c828809dcaaec54e0876766a8fd4365e55439910c13c03e7a50d0ccbdcf98bbec781
25 +DIST spice-0.13.1.tar.bz2 1245323 SHA256 9ecb130424da02e90c235c1294f6e759d7c676c5e710587a5c98a1f20f991da2 SHA512 a8e65cc02c802686f2e0c21615401e13b337e050c40938bebefa684abc1ce0e2d478136d0fec481a8ee30ed98f2e2fb909dfbf6cd65e9dfd7093d59f825b95d5 WHIRLPOOL 068d7d26f18435995546d84b0d8d81ced4973773303463e597cf05e1c5accd9ac8554f22032eb55827bebbe6c0fc14915455da24c58fc70b135d955fe3442db7
26
27 diff --git a/app-emulation/spice/spice-0.13.1.ebuild b/app-emulation/spice/spice-0.13.1.ebuild
28 new file mode 100644
29 index 0000000..46d50a8
30 --- /dev/null
31 +++ b/app-emulation/spice/spice-0.13.1.ebuild
32 @@ -0,0 +1,70 @@
33 +# Copyright 1999-2016 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=5
38 +
39 +PYTHON_COMPAT=( python{2_7,3_4} )
40 +
41 +inherit eutils python-any-r1
42 +
43 +DESCRIPTION="SPICE server"
44 +HOMEPAGE="http://spice-space.org/"
45 +SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2"
46 +
47 +LICENSE="LGPL-2.1"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +IUSE="libressl sasl smartcard static-libs"
51 +
52 +# the libspice-server only uses the headers of libcacard
53 +RDEPEND="
54 + >=dev-libs/glib-2.22:2[static-libs(+)?]
55 + >=media-libs/celt-0.5.1.1:0.5.1[static-libs(+)?]
56 + media-libs/opus[static-libs(+)?]
57 + sys-libs/zlib[static-libs(+)?]
58 + virtual/jpeg:0=[static-libs(+)?]
59 + >=x11-libs/pixman-0.17.7[static-libs(+)?]
60 + !libressl? ( dev-libs/openssl:0[static-libs(+)?] )
61 + libressl? ( dev-libs/libressl[static-libs(+)?] )
62 + smartcard? ( >=app-emulation/libcacard-0.1.2 )
63 + sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] )"
64 +
65 +DEPEND="
66 + ~app-emulation/spice-protocol-0.12.11
67 + virtual/pkgconfig
68 + $(python_gen_any_dep '
69 + >=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]
70 + dev-python/six[${PYTHON_USEDEP}]
71 + ')
72 + smartcard? ( app-emulation/qemu[smartcard] )
73 + ${RDEPEND}"
74 +
75 +python_check_deps() {
76 + has_version ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]"
77 + has_version "dev-python/six[${PYTHON_USEDEP}]"
78 +}
79 +
80 +pkg_setup() {
81 + [[ ${MERGE_TYPE} != binary ]] && python-any-r1_pkg_setup
82 +}
83 +
84 +# maintainer notes:
85 +# * opengl support is currently broken
86 +
87 +src_prepare() {
88 + epatch_user
89 +}
90 +
91 +src_configure() {
92 + econf \
93 + $(use_enable static-libs static) \
94 + $(use_with sasl) \
95 + $(use_enable smartcard) \
96 + --disable-gui
97 +}
98 +
99 +src_install() {
100 + default
101 + use static-libs || prune_libtool_files
102 +}