graphics/vbetool: Removed from 12.1 repository

This commit is contained in:
Heinz Wiesinger 2010-05-11 20:30:37 +02:00
parent 47b6482cae
commit 44fb51ac98
5 changed files with 0 additions and 161 deletions

View file

@ -1,5 +0,0 @@
vbetool uses lrmi in order to run code from the video BIOS. Currently,
it is able to alter DPMS states, save/restore video card state, and
attempt to initialize the video card from scratch. It exists primarily
in order to increase the chances of successfully recovering video state
after an ACPI S3 suspend.

View file

@ -1,12 +0,0 @@
|-----handy-ruler------------------------------------------------------|
vbetool: vbetool (run real-mode video BIOS code to alter the hardware state)
vbetool:
vbetool: vbetool uses lrmi in order to run code from the video BIOS.
vbetool: Currently, it is able to alter DPMS states, save/restore video card
vbetool: state, and attempt to initialize the video card from scratch. It
vbetool: exists primarily in order to increase the chances of successfully
vbetool: recovering video state after an ACPI S3 suspend.
vbetool:
vbetool: Homepage: http://www.srcf.ucam.org/~mjg59/vbetool/
vbetool:
vbetool:

View file

@ -1,48 +0,0 @@
diff -Nru /tmp/Kr0L01zv32/vbetool-0.7/Makefile.am /tmp/dmaQa97eLk/vbetool-0.7/Makefile.am
--- /tmp/Kr0L01zv32/vbetool-0.7/Makefile.am 2006-07-26 03:21:31.000000000 +0200
+++ /tmp/dmaQa97eLk/vbetool-0.7/Makefile.am 2006-11-27 03:37:31.000000000 +0100
@@ -23,4 +23,4 @@
$(RM) Makefile.in aclocal.m4 config.h.in stamp-h.in configure
AM_CFLAGS = -g -Wall -pedantic -std=gnu99
-AM_LDFLAGS =
+AM_LDFLAGS = -lz
diff -Nru /tmp/Kr0L01zv32/vbetool-0.7/Makefile.in /tmp/dmaQa97eLk/vbetool-0.7/Makefile.in
--- /tmp/Kr0L01zv32/vbetool-0.7/Makefile.in 2006-07-26 03:26:30.000000000 +0200
+++ /tmp/dmaQa97eLk/vbetool-0.7/Makefile.in 2006-11-27 03:37:55.000000000 +0100
@@ -182,7 +182,7 @@
noinst_HEADERS = include/lrmi.h vbetool.h
EXTRA_DIST = vbetool.1 LRMI
AM_CFLAGS = -g -Wall -pedantic -std=gnu99
-AM_LDFLAGS =
+AM_LDFLAGS = -lz
all: all-recursive
.SUFFIXES:
diff -Nru /tmp/Kr0L01zv32/vbetool-0.7/debian/changelog /tmp/dmaQa97eLk/vbetool-0.7/debian/changelog
--- /tmp/Kr0L01zv32/vbetool-0.7/debian/changelog 2006-07-26 03:29:16.000000000 +0200
+++ /tmp/dmaQa97eLk/vbetool-0.7/debian/changelog 2006-11-27 03:44:03.000000000 +0100
@@ -1,3 +1,11 @@
+vbetool (0.7-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add zlib1g-dev to Build-Depends and -lz to LDFLAGS, as needed by newer
+ pciutils (closes: #396844).
+
+ -- Julien Cristau <julien.cristau@ens-lyon.org> Mon, 27 Nov 2006 03:43:37 +0100
+
vbetool (0.7-1) unstable; urgency=low
* Add copyright information. Closes: #375159
diff -Nru /tmp/Kr0L01zv32/vbetool-0.7/debian/control /tmp/dmaQa97eLk/vbetool-0.7/debian/control
--- /tmp/Kr0L01zv32/vbetool-0.7/debian/control 2005-11-23 03:53:59.000000000 +0100
+++ /tmp/dmaQa97eLk/vbetool-0.7/debian/control 2006-11-27 03:43:23.000000000 +0100
@@ -2,7 +2,7 @@
Section: utils
Priority: optional
Maintainer: Matthew Garrett <mjg59@srcf.ucam.org>
-Build-Depends: debhelper (>= 4.0.0), pciutils-dev
+Build-Depends: debhelper (>= 4.0.0), pciutils-dev, zlib1g-dev
Standards-Version: 3.6.1
Package: vbetool

View file

@ -1,88 +0,0 @@
#!/bin/sh
# Slackware build script for Amaya
# Copyright (c) 2007 , Written by Alex Lysenka <me@alkos333.net>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above
# copyright notice, this list of conditions and the following disclaimer
# in the documentation and/or other materials provided with the
# distribution.
# * Neither the name of the {company} nor the names of its
# contributors may be used to endorse or promote products derived from
# this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "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 COPYRIGHT
# OWNER OR CONTRIBUTORS 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.
# Modified by the SlackBuilds.org project
# Patch for Slackware 12.0 added by Wade Nelson <hollywoodb@fastmail.fm>
set -e
PRGNAM=vbetool
VERSION=0.7
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
fi
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar -xzvf $CWD/${PRGNAM}_${VERSION}-1.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
patch -p4 < $CWD/$PRGNAM-pciutils.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAG="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--mandir=/usr/man
make || exit 1
make install-strip DESTDIR=$PKG || exit 1
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp COPYING LRMI $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -type f -exec chmod 644 {} \;
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

View file

@ -1,8 +0,0 @@
PRGNAM="vbetool"
VERSION="0.7"
HOMEPAGE="http://www.srcf.ucam.org/~mjg59/vbetool/"
DOWNLOAD="http://www.srcf.ucam.org/~mjg59/vbetool/vbetool_0.7-1.tar.gz"
MD5SUM="1756f2e71ceaef217220e8e482fce835"
MAINTAINER="Alex Lysenka"
EMAIL="me@alkos333.net"
APPROVED="BP{k}"