From 3ee93968e10126adc7dad5c8872f0170c3421e13 Mon Sep 17 00:00:00 2001 From: zorz Date: Tue, 5 May 2026 18:29:35 +0300 Subject: various obsolette --- spice/MAKEPKG | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 spice/MAKEPKG (limited to 'spice/MAKEPKG') diff --git a/spice/MAKEPKG b/spice/MAKEPKG new file mode 100644 index 0000000..77a12ea --- /dev/null +++ b/spice/MAKEPKG @@ -0,0 +1,35 @@ +#!/bin/mkpkg +# description: SPICE server library +# url: https://www.spice-space.org + +name=spice +version=0.16.0 +release=1 +depends=(glib spice-protocol libjpeg-turbo pixman opus lz4 libressl zlib) +makedeps=(meson samurai pkgconf python3 py-pyparsing) +source=(https://www.spice-space.org/download/releases/spice-server/$name-$version.tar.bz2) +sha256sums=( + "0a6ec9528f05371261bbb2d46ff35e7b5c45ff89bb975a99af95a5f20ff4717d" +) + +build() { + cd $name-$version + meson setup build \ + --prefix=/usr \ + --buildtype=release \ + --wrap-mode=nodownload \ + -Dsasl=false \ + -Dsmartcard=disabled \ + -Dlz4=true \ + -Dopus=enabled \ + -Dgstreamer=no + meson compile -C build + meson install -C build --destdir $PKG +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.2.3