summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-06-20 09:33:43 +0000
committerTim Biermann <tbier@posteo.de>2020-06-20 10:46:33 +0000
commit8da878cb421815448ca012e75925511e25a5ec46 (patch)
tree5023feed02b995da0e1004cab416dc4af0985312
parent840639cbc047cc34e7e24a2c38e54a74a747d08a (diff)
downloadcontrib-8da878cb421815448ca012e75925511e25a5ec46.tar.gz
contrib-8da878cb421815448ca012e75925511e25a5ec46.tar.xz
spice: 0.14.0 -> 0.14.3
-rw-r--r--spice/.footprint7
-rw-r--r--spice/.signature8
-rw-r--r--spice/Pkgfile7
3 files changed, 10 insertions, 12 deletions
diff --git a/spice/.footprint b/spice/.footprint
index e59681713..7b42b21c5 100644
--- a/spice/.footprint
+++ b/spice/.footprint
@@ -4,7 +4,6 @@ drwxr-xr-x root/root usr/include/spice-server/
-rw-r--r-- root/root usr/include/spice-server/spice-audio.h
-rw-r--r-- root/root usr/include/spice-server/spice-char.h
-rw-r--r-- root/root usr/include/spice-server/spice-core.h
--rw-r--r-- root/root usr/include/spice-server/spice-experimental.h
-rw-r--r-- root/root usr/include/spice-server/spice-input.h
-rw-r--r-- root/root usr/include/spice-server/spice-migration.h
-rw-r--r-- root/root usr/include/spice-server/spice-qxl.h
@@ -14,8 +13,8 @@ drwxr-xr-x root/root usr/include/spice-server/
-rw-r--r-- root/root usr/include/spice-server/spice.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libspice-server.la
-lrwxrwxrwx root/root usr/lib/libspice-server.so -> libspice-server.so.1.12.4
-lrwxrwxrwx root/root usr/lib/libspice-server.so.1 -> libspice-server.so.1.12.4
--rwxr-xr-x root/root usr/lib/libspice-server.so.1.12.4
+lrwxrwxrwx root/root usr/lib/libspice-server.so -> libspice-server.so.1.14.0
+lrwxrwxrwx root/root usr/lib/libspice-server.so.1 -> libspice-server.so.1.14.0
+-rwxr-xr-x root/root usr/lib/libspice-server.so.1.14.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/spice-server.pc
diff --git a/spice/.signature b/spice/.signature
index 59b294ced..d20064c72 100644
--- a/spice/.signature
+++ b/spice/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF31Er0bVFyalsYXOiY810P+G6GnhMNTarpHcIeOyvOJGUcI5mRHXFwtNfjXdtzSopSWWt0qIslF2LKIvGvtXm5wM=
-SHA256 (Pkgfile) = c5c81dcd901cd8bd015c93c45d9aa4e5b6b904ca2f9acda1c7c3482bd308af59
-SHA256 (.footprint) = 3365c53357fc4fb6aecf774c06ccecb8ef2d8181a5e717e674fd84f89cf326ed
-SHA256 (spice-0.14.0.tar.bz2) = 3adb9495b51650e5eab53c74dd6a74919af4b339ff21721d9ab2a45b2e3bb848
+RWSagIOpLGJF30zzsrTLu+iCaqiv+OF1gu2drcjCHV56e8CKUJuOhIaH4OoLXRTO2catwIaMwgFy9f1v4RpHE55AQaZY81C6DQE=
+SHA256 (Pkgfile) = 499cdd8c1893258346deda691f7b9ae3b400dc0de2ed75c9533d4d1c7607fd48
+SHA256 (.footprint) = b03e9ef124724863b6d7deb428bfd34df73cd0b461fb179262f3b07eabe5b4c4
+SHA256 (spice-0.14.3.tar.bz2) = 551d4be4a07667cf0543f3c895beb6da8a93ef5a9829f2ae47817be5e616a114
diff --git a/spice/Pkgfile b/spice/Pkgfile
index f0026e3bc..32839b01a 100644
--- a/spice/Pkgfile
+++ b/spice/Pkgfile
@@ -1,22 +1,21 @@
# Description: toolset for interaction with virtualized desktop devices
# URL: http://spice-space.org
-# Maintainer: Thomas Penteker, tek at serverop dot de
+# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: glib celt51 alsa-lib xorg-libpixman libjpeg-turbo zlib python-pyparsing cyrus-sasl spice-protocol
name=spice
-version=0.14.0
+version=0.14.3
release=1
source=(https://www.spice-space.org/download/releases/spice-$version.tar.bz2)
build() {
-
cd $name-$version
./configure --prefix=/usr \
--datarootdir=/usr/lib \
+ --disable-opus \
--disable-smartcard
make
make DESTDIR=$PKG install
-
}

Generated by cgit