system/xf86-video-qxl: Updated for version 0.1.0.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-12-28 20:36:37 -05:00 committed by dsomero
parent bd735c121f
commit 55e3705248
3 changed files with 29 additions and 9 deletions

View file

@ -1,12 +1,12 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
xf86-video-qxl: xf86-video-qxl (X.org spice qxl video driver)
xf86-video-qxl: xf86-video-qxl (X.org spice qxl video driver)
xf86-video-qxl:
xf86-video-qxl: This X.Org driver provides support for QEMU QXL paravirt video.
xf86-video-qxl: It's meant to be used in your virtualized guests.

View file

@ -1,10 +1,28 @@
#!/bin/sh
# Slackware build script for xf86-video-qxl
# written by Matteo Bernardini <ponce@slackbuilds.org>
# Copyright 2012 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xf86-video-qxl
VERSION=${VERSION:-20120823_a261bef}
VERSION=${VERSION:-0.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -56,9 +74,10 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# autogen.sh can be used in place of configure
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./autogen.sh \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
@ -79,7 +98,8 @@ if [ "${XSPICE:-no}" = "yes" ]; then
$PKG/etc/X11/spiceqxl.xorg.conf.new
install -m 0755 -D scripts/Xspice $PKG/usr/bin/Xspice
else
rm -fr $PKG/usr/bin # we have nothing in bin
# we have nothing in bin
rm -fr $PKG/usr/bin
fi
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -1,8 +1,8 @@
PRGNAM="xf86-video-qxl"
VERSION="20120823_a261bef"
VERSION="0.1.0"
HOMEPAGE="http://spice-space.org"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/xf86-video-qxl-20120823_a261bef.tar.xz"
MD5SUM="1e948181f8dad6ea23d02954884f1363"
DOWNLOAD="http://xorg.freedesktop.org/releases/individual/driver/xf86-video-qxl-0.1.0.tar.bz2"
MD5SUM="3d854268744ff92751430d83b8acaeb6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="spice-protocol"