[arch-commits] Commit in spice/trunk (PKGBUILD)

2020-12-08 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 02:48:20
  Author: anatolik
Revision: 403171

upgpkg: spice 0.14.3-3: FS#68061: apply an upstream fix to correct version 
reporting

Modified:
  spice/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 22:35:25 UTC (rev 403170)
+++ PKGBUILD2020-12-09 02:48:20 UTC (rev 403171)
@@ -3,7 +3,7 @@
 
 pkgname=spice
 pkgver=0.14.3
-pkgrel=2
+pkgrel=3
 pkgdesc="SPICE server"
 arch=('x86_64')
 url="https://www.spice-space.org";
@@ -17,6 +17,10 @@
 'SKIP')
 validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso 

 
+prepare() {
+  sed -i "s/if not version_info.contains('git')/if version_info.length() >= 
4/" $pkgname-$pkgver/server/meson.build
+}
+
 build() {
   arch-meson "$pkgname-$pkgver" build -D gstreamer=no
   ninja -C build


[arch-commits] Commit in spice/trunk (PKGBUILD)

2020-05-02 Thread Anatol Pomozov via arch-commits
Date: Saturday, May 2, 2020 @ 19:20:40
  Author: anatolik
Revision: 382160

upgpkg: spice 0.14.3-2: Rebuild for FS#66398 changes

Modified:
  spice/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-02 17:04:39 UTC (rev 382159)
+++ PKGBUILD2020-05-02 19:20:40 UTC (rev 382160)
@@ -3,7 +3,7 @@
 
 pkgname=spice
 pkgver=0.14.3
-pkgrel=1
+pkgrel=2
 pkgdesc="SPICE server"
 arch=('x86_64')
 url="https://www.spice-space.org";


[arch-commits] Commit in spice/trunk (PKGBUILD)

2020-05-02 Thread Anatol Pomozov via arch-commits
Date: Saturday, May 2, 2020 @ 08:19:52
  Author: anatolik
Revision: 382129

FS#66398 Remove heavy gst dependency

Modified:
  spice/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-02 08:03:39 UTC (rev 382128)
+++ PKGBUILD2020-05-02 08:19:52 UTC (rev 382129)
@@ -8,12 +8,9 @@
 arch=('x86_64')
 url="https://www.spice-space.org";
 license=('LGPL2.1')
-depends=('pixman' 'opus' 'libjpeg-turbo' 'gst-plugins-base-libs')
+depends=('pixman' 'opus' 'libjpeg-turbo' 'glib2' 'libsasl' 'lz4')
 makedepends=('meson' 'spice-protocol' 'libcacard')
 checkdepends=('gdk-pixbuf2' 'glib-networking')
-optdepends=('gst-libav: GStreamer support for avenc_mjpeg video encoding'
-'gst-plugins-good: GStreamer support for vp8enc and vp9enc video 
encoding'
-'gst-plugins-ugly: GStreamer support for x264enc video encoding')
 provides=('libspice-server.so')
 
source=("https://www.spice-space.org/download/releases/spice-server/$pkgname-$pkgver.tar.bz2"{,.sign})
 sha256sums=('551d4be4a07667cf0543f3c895beb6da8a93ef5a9829f2ae47817be5e616a114'
@@ -21,7 +18,7 @@
 validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso 

 
 build() {
-  arch-meson "$pkgname-$pkgver" build
+  arch-meson "$pkgname-$pkgver" build -D gstreamer=no
   ninja -C build
 }
 


[arch-commits] Commit in spice/trunk (PKGBUILD)

2020-04-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, April 30, 2020 @ 05:13:33
  Author: anatolik
Revision: 381894

upgpkg: spice 0.14.3-1: FS#66398: 0.14.3 version bump and package cleanup

Modified:
  spice/trunk/PKGBUILD

--+
 PKGBUILD |   28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-30 05:11:35 UTC (rev 381893)
+++ PKGBUILD2020-04-30 05:13:33 UTC (rev 381894)
@@ -2,31 +2,33 @@
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice
-pkgver=0.14.2
+pkgver=0.14.3
 pkgrel=1
 pkgdesc="SPICE server"
 arch=('x86_64')
 url="https://www.spice-space.org";
 license=('LGPL2.1')
-depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2 opus lz4)
-makedepends=(python2-pyparsing python2-six qemu spice-protocol git libcacard)
-source=(https://www.spice-space.org/download/releases/spice-server/spice-$pkgver.tar.bz2{,.sign})
-sha256sums=('b203b3882e06f4c7249a3150d90c84e1a90490d41ead255a3d2cede46f4a29a7'
+depends=('pixman' 'opus' 'libjpeg-turbo' 'gst-plugins-base-libs')
+makedepends=('meson' 'spice-protocol' 'libcacard')
+checkdepends=('gdk-pixbuf2' 'glib-networking')
+optdepends=('gst-libav: GStreamer support for avenc_mjpeg video encoding'
+'gst-plugins-good: GStreamer support for vp8enc and vp9enc video 
encoding'
+'gst-plugins-ugly: GStreamer support for x264enc video encoding')
+provides=('libspice-server.so')
+source=("https://www.spice-space.org/download/releases/spice-server/$pkgname-$pkgver.tar.bz2"{,.sign})
+sha256sums=('551d4be4a07667cf0543f3c895beb6da8a93ef5a9829f2ae47817be5e616a114'
 'SKIP')
-validpgpkeys=(206D3B352F566F3B0E6572E997D9123DE37A484F) # Victor Toso de 
Carvalho 
+validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso 

 
 build() {
-  cd spice-$pkgver
-  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client --enable-celt051 --disable-werror
-  make
+  arch-meson "$pkgname-$pkgver" build
+  ninja -C build
 }
 
 check() {
-  cd spice-$pkgver
-  make check
+  meson test -C build --print-errorlogs
 }
 
 package() {
-  cd spice-$pkgver
-  make DESTDIR="$pkgdir/" install
+  DESTDIR="$pkgdir" meson install -C build
 }


[arch-commits] Commit in spice/trunk (PKGBUILD)

2018-01-27 Thread Anatol Pomozov via arch-commits
Date: Sunday, January 28, 2018 @ 07:33:01
  Author: anatolik
Revision: 315528

Enable opus support

Plus add missing dependency reported by checkpkg

Modified:
  spice/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-28 00:13:51 UTC (rev 315527)
+++ PKGBUILD2018-01-28 07:33:01 UTC (rev 315528)
@@ -4,12 +4,12 @@
 
 pkgname=spice
 pkgver=0.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="SPICE server"
 arch=('x86_64')
 url="https://www.spice-space.org";
 license=('LGPL2.1')
-depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2)
+depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2 opus lz4)
 makedepends=(python2-pyparsing python2-six qemu spice-protocol git libcacard)
 source=(https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2
 
https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2.sign)


[arch-commits] Commit in spice/trunk (PKGBUILD)

2018-01-27 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 27, 2018 @ 16:41:50
  Author: anatolik
Revision: 315508

upgpkg: spice 0.14.0-1

Modified:
  spice/trunk/PKGBUILD

--+
 PKGBUILD |   33 +++--
 1 file changed, 11 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 16:01:32 UTC (rev 315507)
+++ PKGBUILD2018-01-27 16:41:50 UTC (rev 315508)
@@ -3,7 +3,7 @@
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice
-pkgver=0.12.8+8+ga957a90b
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="SPICE server"
 arch=('x86_64')
@@ -11,35 +11,24 @@
 license=('LGPL2.1')
 depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2)
 makedepends=(python2-pyparsing python2-six qemu spice-protocol git libcacard)
-_commit=a957a90baf2c62d31f3547e56bba7d0e812d2331  # 0.12
-source=("git+https://anongit.freedesktop.org/git/spice/spice#commit=$_commit";
-"git+https://anongit.freedesktop.org/git/spice/spice-common";)
-sha256sums=('SKIP'
+source=(https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2
+
https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2.sign)
+sha256sums=('3adb9495b51650e5eab53c74dd6a74919af4b339ff21721d9ab2a45b2e3bb848'
 'SKIP')
+validpgpkeys=(94A9F75661F77A6168649B23A9D8C21429AC6C82) # Christophe Fergeau 
(teuf) 
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
+build() {
+  cd spice-$pkgver
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client --disable-werror
+  make
 }
 
 check() {
-  cd $pkgname
-  rm -rf .git
+  cd spice-$pkgver
   make check
 }
 
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client --disable-werror
-  make
-}
-
 package() {
-  cd "$srcdir/$pkgname"
+  cd spice-$pkgver
   make DESTDIR="$pkgdir/" install
 }


[arch-commits] Commit in spice/trunk (PKGBUILD git-fixes.patch)

2017-08-13 Thread Jan de Groot
Date: Sunday, August 13, 2017 @ 23:20:28
  Author: jgc
Revision: 302012

upgpkg: spice 0.12.8+8+ga957a90b-1

Remove unused dependencies
Update to git snapshot, fixes FS#54808, AVG-349
Remove .git when running make check, the testsuite checks for non-public 
commits in submodules, which fails when building from chroot
Update description, spice client is no more, fixes FS#46827

Modified:
  spice/trunk/PKGBUILD
Deleted:
  spice/trunk/git-fixes.patch

-+
 PKGBUILD|   42 ++-
 git-fixes.patch |   98 --
 2 files changed, 26 insertions(+), 114 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-13 22:00:46 UTC (rev 302011)
+++ PKGBUILD2017-08-13 23:20:28 UTC (rev 302012)
@@ -3,33 +3,43 @@
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice
-pkgver=0.12.8
-pkgrel=2
-pkgdesc="SPICE client and server"
+pkgver=0.12.8+8+ga957a90b
+pkgrel=1
+pkgdesc="SPICE server"
 arch=('i686' 'x86_64')
 url="https://www.spice-space.org";
 license=('LGPL2.1')
-depends=(alsa-lib celt0.5.1 libcacard libjpeg-turbo libsasl libxinerama 
libxfixes libxrandr pixman)
-makedepends=(python2-pyparsing python2-six qemu spice-protocol)
-source=(https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2{,.sign}
-git-fixes.patch)
-validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82')
-sha256sums=('f901a5c5873d61acac84642f9eea5c4d6386fc3e525c2b68792322794e1c407d'
-'SKIP'
-'70a6d71e24095bc0864f659b0f3b196ffea5c618e8799281607112726dc2484d')
+depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2)
+makedepends=(python2-pyparsing python2-six qemu spice-protocol git libcacard)
+_commit=a957a90baf2c62d31f3547e56bba7d0e812d2331  # 0.12
+source=("git+https://anongit.freedesktop.org/git/spice/spice#commit=$_commit";
+"git+https://anongit.freedesktop.org/git/spice/spice-common";)
+sha256sums=('SKIP'
+'SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+check() {
+  cd $pkgname
+  rm -rf .git
+  make check
+}
+
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i ../git-fixes.patch
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client
+  cd "$srcdir/$pkgname"
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client --disable-werror
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname"
   make DESTDIR="$pkgdir/" install
 }

Deleted: git-fixes.patch
===
--- git-fixes.patch 2017-08-13 22:00:46 UTC (rev 302011)
+++ git-fixes.patch 2017-08-13 23:20:28 UTC (rev 302012)
@@ -1,98 +0,0 @@
-diff --git a/server/main_channel.c b/server/main_channel.c
-index 0ecc9df8..1fc39155 100644
 a/server/main_channel.c
-+++ b/server/main_channel.c
-@@ -1026,6 +1026,9 @@ static uint8_t 
*main_channel_alloc_msg_rcv_buf(RedChannelClient *rcc,
- 
- if (type == SPICE_MSGC_MAIN_AGENT_DATA) {
- return reds_get_agent_data_buffer(mcc, size);
-+} else if (size > sizeof(main_chan->recv_buf)) {
-+/* message too large, caller will log a message and close the 
connection */
-+return NULL;
- } else {
- return main_chan->recv_buf;
- }
-diff --git a/server/reds.c b/server/reds.c
-index 61bf7357..f439a366 100644
 a/server/reds.c
-+++ b/server/reds.c
-@@ -2110,6 +2110,14 @@ static void reds_handle_read_link_done(void *opaque)
- link_mess->num_channel_caps = 
GUINT32_FROM_LE(link_mess->num_channel_caps);
- link_mess->num_common_caps = GUINT32_FROM_LE(link_mess->num_common_caps);
- 
-+/* Prevent DoS. Currently we defined only 13 capabilities,
-+ * I expect 1024 to be valid for quite a lot time */
-+if (link_mess->num_channel_caps > 1024 || link_mess->num_common_caps > 
1024) {
-+reds_send_link_error(link, SPICE_LINK_ERR_INVALID_DATA);
-+reds_link_free(link);
-+return;
-+}
-+
- num_caps = link_mess->num_common_caps + link_mess->num_channel_caps;
- caps = (uint32_t *)((uint8_t *)link_mess + link_mess->caps_offset);
- 
-@@ -2184,12 +2192,6 @@ static void reds_handle_read_header_done(void *opaque)
- header->minor_version = GUINT32_FROM_LE(header->minor_version);
- header->size = GUINT32_FROM_LE(header->size);
- 
--if (header->magic != SPICE_MAGIC) {
--reds_send_link_error(link, SPICE_LINK_ERR_INVALID_MAGIC);
--reds_link_free(link);
--return;
--}
--
- if (header->major_version != SPICE_VERSION_MAJOR) {
- if (header->major_version > 0) {
- reds_send_link_error(link, SPICE_LINK_ERR_VERSION_MISMATCH);
-@@ -2202,7 +2204,8 @@ static void reds_handle_read_hea

[arch-commits] Commit in spice/trunk (PKGBUILD)

2016-07-15 Thread Tobias Powalowski
Date: Saturday, July 16, 2016 @ 06:20:40
  Author: tpowa
Revision: 271933

upgpkg: spice 0.12.8-1

bump to latest version

Modified:
  spice/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-16 06:17:51 UTC (rev 271932)
+++ PKGBUILD2016-07-16 06:20:40 UTC (rev 271933)
@@ -3,7 +3,7 @@
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice
-pkgver=0.12.7
+pkgver=0.12.8
 pkgrel=1
 pkgdesc="SPICE client and server"
 arch=('i686' 'x86_64')
@@ -23,4 +23,4 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
 }
-md5sums=('28d4294e6d055de3b6ce5b8f2b7ca03b')
+md5sums=('376853d11b9921aa34a06c4dbef81874')


[arch-commits] Commit in spice/trunk (PKGBUILD)

2016-05-12 Thread Tobias Powalowski
Date: Thursday, May 12, 2016 @ 14:37:22
  Author: tpowa
Revision: 267864

upgpkg: spice 0.12.7-1

bump to latest version

Modified:
  spice/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 12:27:19 UTC (rev 267863)
+++ PKGBUILD2016-05-12 12:37:22 UTC (rev 267864)
@@ -3,8 +3,8 @@
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice
-pkgver=0.12.6
-pkgrel=2
+pkgver=0.12.7
+pkgrel=1
 pkgdesc="SPICE client and server"
 arch=('i686' 'x86_64')
 url="http://spice-space.org";
@@ -23,4 +23,4 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
 }
-md5sums=('605a8c8ea80bc95076c4b3539c6dd026')
+md5sums=('28d4294e6d055de3b6ce5b8f2b7ca03b')


[arch-commits] Commit in spice/trunk (PKGBUILD)

2016-03-03 Thread Bartłomiej Piotrowski
Date: Thursday, March 3, 2016 @ 13:47:04
  Author: bpiotrowski
Revision: 260629

OpenSSL 1.0.2g rebuild

Modified:
  spice/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 12:33:57 UTC (rev 260628)
+++ PKGBUILD2016-03-03 12:47:04 UTC (rev 260629)
@@ -4,7 +4,7 @@
 
 pkgname=spice
 pkgver=0.12.6
-pkgrel=1
+pkgrel=2
 pkgdesc="SPICE client and server"
 arch=('i686' 'x86_64')
 url="http://spice-space.org";


[arch-commits] Commit in spice/trunk (PKGBUILD)

2015-10-18 Thread Tobias Powalowski
Date: Sunday, October 18, 2015 @ 12:09:19
  Author: tpowa
Revision: 249485

upgpkg: spice 0.12.6-1

bump to latest version

Modified:
  spice/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-18 09:52:29 UTC (rev 249484)
+++ PKGBUILD2015-10-18 10:09:19 UTC (rev 249485)
@@ -3,7 +3,7 @@
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice
-pkgver=0.12.5
+pkgver=0.12.6
 pkgrel=1
 pkgdesc="SPICE client and server"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 url="http://spice-space.org";
 license=('LGPL2.1')
 depends=(alsa-lib celt0.5.1 libcacard libjpeg-turbo libsasl libxinerama 
libxfixes libxrandr pixman)
-makedepends=(python2-pyparsing qemu spice-protocol)
+makedepends=(python2-pyparsing python2-six qemu spice-protocol)
 source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
 
 build() {
@@ -23,4 +23,4 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
 }
-md5sums=('1256286214fe402703c0a01bd3a85319')
+md5sums=('605a8c8ea80bc95076c4b3539c6dd026')


[arch-commits] Commit in spice/trunk (PKGBUILD)

2014-07-07 Thread Tobias Powalowski
Date: Monday, July 7, 2014 @ 12:04:52
  Author: tpowa
Revision: 216606

upgpkg: spice 0.12.5-1

bump to latest version

Modified:
  spice/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 06:30:22 UTC (rev 216605)
+++ PKGBUILD2014-07-07 10:04:52 UTC (rev 216606)
@@ -3,8 +3,8 @@
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice
-pkgver=0.12.4
-pkgrel=3
+pkgver=0.12.5
+pkgrel=1
 pkgdesc="SPICE client and server"
 arch=('i686' 'x86_64')
 url="http://spice-space.org";
@@ -11,14 +11,8 @@
 license=('LGPL2.1')
 depends=(alsa-lib celt0.5.1 libcacard libjpeg-turbo libsasl libxinerama 
libxfixes libxrandr pixman)
 makedepends=(python2-pyparsing qemu spice-protocol)
-source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2
-CVE-2013-4282.patch)
+source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
 
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i ../CVE-2013-4282.patch
-}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client
@@ -29,5 +23,4 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
 }
-md5sums=('325b1c42ce24e75de45a75876b73a8bd'
- '24a1648e7c684bd7921b5534767e')
+md5sums=('1256286214fe402703c0a01bd3a85319')



[arch-commits] Commit in spice/trunk (PKGBUILD)

2013-10-07 Thread Balló György
Date: Tuesday, October 8, 2013 @ 05:26:01
  Author: bgyorgy
Revision: 98293

upgpkg: spice 0.12.4-2

- Fix dependencies
- Fix license
- Disable OpenGL support (not recommended by upstream)
- Enable smartcard support

Modified:
  spice/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 02:58:57 UTC (rev 98292)
+++ PKGBUILD2013-10-08 03:26:01 UTC (rev 98293)
@@ -4,19 +4,20 @@
 
 pkgname=spice
 pkgver=0.12.4
-pkgrel=1
+pkgrel=2
 pkgdesc="SPICE client and server"
 arch=('i686' 'x86_64')
 url="http://spice-space.org";
-license=('GPL')
-makedepends=(python2 python2-pyparsing qemu mesa)
-depends=(pixman spice-protocol alsa-utils libxrandr libxinerama libsasl 
openssl celt0.5.1 libgl glu)
+license=('LGPL2.1')
+depends=(alsa-lib celt0.5.1 libcacard libjpeg-turbo libsasl libxinerama 
libxfixes libxrandr pixman)
+makedepends=(python2-pyparsing qemu spice-protocol)
+options=(!libtool)
 source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
 md5sums=('325b1c42ce24e75de45a75876b73a8bd')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr --enable-opengl --enable-client
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client
   make
 }
 



[arch-commits] Commit in spice/trunk (PKGBUILD)

2013-07-29 Thread Sergej Pupykin
Date: Monday, July 29, 2013 @ 12:19:16
  Author: spupykin
Revision: 94712

upgpkg: spice 0.12.4-1

upd

Modified:
  spice/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-29 10:19:02 UTC (rev 94711)
+++ PKGBUILD2013-07-29 10:19:16 UTC (rev 94712)
@@ -3,7 +3,7 @@
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice
-pkgver=0.12.3
+pkgver=0.12.4
 pkgrel=1
 pkgdesc="SPICE client and server"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=(python2 python2-pyparsing qemu mesa)
 depends=(pixman spice-protocol alsa-utils libxrandr libxinerama libsasl 
openssl celt0.5.1 libgl glu)
 source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
-md5sums=('f33a682892f6793169f20298b2296449')
+md5sums=('325b1c42ce24e75de45a75876b73a8bd')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in spice/trunk (PKGBUILD)

2013-07-03 Thread Sergej Pupykin
Date: Wednesday, July 3, 2013 @ 15:22:51
  Author: spupykin
Revision: 93445

upgpkg: spice 0.12.3-1

upd

Modified:
  spice/trunk/PKGBUILD  (contents, properties)

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-03 13:10:45 UTC (rev 93444)
+++ PKGBUILD2013-07-03 13:22:51 UTC (rev 93445)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice
@@ -4,16 +6,17 @@
 pkgver=0.12.3
 pkgrel=1
 pkgdesc="SPICE client and server"
-arch=('i686' 'x86_64' 'arm')
+arch=('i686' 'x86_64')
 url="http://spice-space.org";
 license=('GPL')
-makedepends=(python2-pyparsing qemu)
-depends=(pixman spice-protocol alsa-utils libxrandr libxinerama libsasl mesa 
openssl)
+makedepends=(python2 python2-pyparsing qemu mesa)
+depends=(pixman spice-protocol alsa-utils libxrandr libxinerama libsasl 
openssl celt0.5.1 libgl glu)
 source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
+md5sums=('f33a682892f6793169f20298b2296449')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --enable-opengl --enable-client
+  PYTHON=python2 ./configure --prefix=/usr --enable-opengl --enable-client
   make
 }
 
@@ -21,5 +24,3 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
 }
-
-md5sums=('f33a682892f6793169f20298b2296449')


Property changes on: spice/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property