summaryrefslogtreecommitdiff
path: root/app-emulation/spice
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
commit1aaafa6995916beafff236affdb5cac42f7efd43 (patch)
tree41b96fd4c123591da1658c544bd47f28bd315680 /app-emulation/spice
parent612872d2f4364137c6d9c687a6ade601439139a0 (diff)
downloadbaldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.gz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.xz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.zip
Adding metadata
Diffstat (limited to 'app-emulation/spice')
-rw-r--r--app-emulation/spice/spice-0.15.2.ebuild6
-rw-r--r--app-emulation/spice/spice-0.16.0-r1.ebuild5
2 files changed, 4 insertions, 7 deletions
diff --git a/app-emulation/spice/spice-0.15.2.ebuild b/app-emulation/spice/spice-0.15.2.ebuild
index c44042a798cd..3e0708b7a569 100644
--- a/app-emulation/spice/spice-0.15.2.ebuild
+++ b/app-emulation/spice/spice-0.15.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.spice-space.org/download/releases/spice-server/${P}.tar.bz2
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 arm64 ppc64 x86"
-IUSE="libressl lz4 sasl smartcard static-libs gstreamer"
+IUSE=" lz4 sasl smartcard static-libs gstreamer"
# the libspice-server only uses the headers of libcacard
RDEPEND="
@@ -22,8 +22,7 @@ RDEPEND="
sys-libs/zlib[static-libs(+)?]
virtual/jpeg:0=[static-libs(+)?]
>=x11-libs/pixman-0.17.7[static-libs(+)?]
- !libressl? ( dev-libs/openssl:0=[static-libs(+)?] )
- libressl? ( >=dev-libs/libressl-3.5.0:0=[static-libs(+)?] )
+ !? ( dev-libs/openssl:0=[static-libs(+)?] )
lz4? ( app-arch/lz4:0=[static-libs(+)?] )
smartcard? ( >=app-emulation/libcacard-0.1.2 )
sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] )
@@ -52,7 +51,6 @@ pkg_setup() {
src_prepare() {
default
- use libressl && eapply -p1 $FILESDIR/red_stream.patch
eautoreconf
}
diff --git a/app-emulation/spice/spice-0.16.0-r1.ebuild b/app-emulation/spice/spice-0.16.0-r1.ebuild
index 92849efa145d..1fb1c20976ba 100644
--- a/app-emulation/spice/spice-0.16.0-r1.ebuild
+++ b/app-emulation/spice/spice-0.16.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.spice-space.org/download/releases/spice-server/${P}.tar.bz2
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 arm64 ppc64 x86"
-IUSE="libressl lz4 sasl smartcard static-libs gstreamer"
+IUSE=" lz4 sasl smartcard static-libs gstreamer"
# the libspice-server only uses the headers of libcacard
RDEPEND="
@@ -22,8 +22,7 @@ RDEPEND="
sys-libs/zlib[static-libs(+)?]
virtual/jpeg:0=[static-libs(+)?]
>=x11-libs/pixman-0.17.7[static-libs(+)?]
- !libressl? ( dev-libs/openssl:0=[static-libs(+)?] )
- libressl? ( >=dev-libs/libressl-3.5.0:0=[static-libs(+)?] )
+ !? ( dev-libs/openssl:0=[static-libs(+)?] )
lz4? ( app-arch/lz4:0=[static-libs(+)?] )
smartcard? ( >=app-emulation/libcacard-0.1.2 )
sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] )