forked from ports/contrib
spice: 0.14.0 -> 0.14.3
This commit is contained in:
parent
840639cbc0
commit
8da878cb42
@ -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-audio.h
|
||||||
-rw-r--r-- root/root usr/include/spice-server/spice-char.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-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-input.h
|
||||||
-rw-r--r-- root/root usr/include/spice-server/spice-migration.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
|
-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
|
-rw-r--r-- root/root usr/include/spice-server/spice.h
|
||||||
drwxr-xr-x root/root usr/lib/
|
drwxr-xr-x root/root usr/lib/
|
||||||
-rwxr-xr-x root/root usr/lib/libspice-server.la
|
-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 -> libspice-server.so.1.14.0
|
||||||
lrwxrwxrwx root/root usr/lib/libspice-server.so.1 -> libspice-server.so.1.12.4
|
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.12.4
|
-rwxr-xr-x root/root usr/lib/libspice-server.so.1.14.0
|
||||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||||
-rw-r--r-- root/root usr/lib/pkgconfig/spice-server.pc
|
-rw-r--r-- root/root usr/lib/pkgconfig/spice-server.pc
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
RWSagIOpLGJF31Er0bVFyalsYXOiY810P+G6GnhMNTarpHcIeOyvOJGUcI5mRHXFwtNfjXdtzSopSWWt0qIslF2LKIvGvtXm5wM=
|
RWSagIOpLGJF30zzsrTLu+iCaqiv+OF1gu2drcjCHV56e8CKUJuOhIaH4OoLXRTO2catwIaMwgFy9f1v4RpHE55AQaZY81C6DQE=
|
||||||
SHA256 (Pkgfile) = c5c81dcd901cd8bd015c93c45d9aa4e5b6b904ca2f9acda1c7c3482bd308af59
|
SHA256 (Pkgfile) = 499cdd8c1893258346deda691f7b9ae3b400dc0de2ed75c9533d4d1c7607fd48
|
||||||
SHA256 (.footprint) = 3365c53357fc4fb6aecf774c06ccecb8ef2d8181a5e717e674fd84f89cf326ed
|
SHA256 (.footprint) = b03e9ef124724863b6d7deb428bfd34df73cd0b461fb179262f3b07eabe5b4c4
|
||||||
SHA256 (spice-0.14.0.tar.bz2) = 3adb9495b51650e5eab53c74dd6a74919af4b339ff21721d9ab2a45b2e3bb848
|
SHA256 (spice-0.14.3.tar.bz2) = 551d4be4a07667cf0543f3c895beb6da8a93ef5a9829f2ae47817be5e616a114
|
||||||
|
@ -1,22 +1,21 @@
|
|||||||
# Description: toolset for interaction with virtualized desktop devices
|
# Description: toolset for interaction with virtualized desktop devices
|
||||||
# URL: http://spice-space.org
|
# 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
|
# Depends on: glib celt51 alsa-lib xorg-libpixman libjpeg-turbo zlib python-pyparsing cyrus-sasl spice-protocol
|
||||||
|
|
||||||
name=spice
|
name=spice
|
||||||
version=0.14.0
|
version=0.14.3
|
||||||
release=1
|
release=1
|
||||||
source=(https://www.spice-space.org/download/releases/spice-$version.tar.bz2)
|
source=(https://www.spice-space.org/download/releases/spice-$version.tar.bz2)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--datarootdir=/usr/lib \
|
--datarootdir=/usr/lib \
|
||||||
|
--disable-opus \
|
||||||
--disable-smartcard
|
--disable-smartcard
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user