diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-31 11:24:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-31 11:57:29 +0000 |
commit | a2e1c09a4af9c7883b9aa72e8f1e6b3ae134b565 (patch) | |
tree | 7c03bb255953c0b6c15c090049e3aae086035674 /testing | |
parent | 6192405924ae0dfaf0b35955a56c4e87d292c35d (diff) | |
download | aports-a2e1c09a4af9c7883b9aa72e8f1e6b3ae134b565.tar.bz2 aports-a2e1c09a4af9c7883b9aa72e8f1e6b3ae134b565.tar.xz |
testing/xf86-video-openchrome: removed
Diffstat (limited to 'testing')
-rw-r--r-- | testing/xf86-video-openchrome/APKBUILD | 58 | ||||
-rw-r--r-- | testing/xf86-video-openchrome/openchrome.xinf | 39 |
2 files changed, 0 insertions, 97 deletions
diff --git a/testing/xf86-video-openchrome/APKBUILD b/testing/xf86-video-openchrome/APKBUILD deleted file mode 100644 index e022a2da0f..0000000000 --- a/testing/xf86-video-openchrome/APKBUILD +++ /dev/null @@ -1,58 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=xf86-video-openchrome -pkgver=0.2.999_pre20120629 -_ver=${pkgver/_/-} -pkgrel=0 -pkgdesc="X.Org driver for VIA/S3G cards" -url="http://xorg.freedesktop.org/" -arch="all" -license="custom" -subpackages="$pkgname-doc" -depends= -makedepends="pkgconfig xorg-server-dev libxi-dev libxvmc-dev fontsproto glproto - randrproto videoproto renderproto xf86driproto mesa-dev util-macros - autoconf automake libtool - " - -source="http://www.infradead.org/~jsimmons/xf86-video-openchrome-$_ver.tbz - openchrome.xinf - " - -_builddir="$srcdir"/xf86-video-openchrome-$_ver -unpack() { - cd "$srcdir" - for i in $source; do - case $i in - *.tbz) tar -jxf "$srcdir"/${i##*/} || return 1;; - esac - done -} - -prepare() { - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p0 -i "$srcdir"/$i || return 1;; - esac - done - ./autogen.sh -} - -build() { - cd "$_builddir" - export LDFLAGS="$LDFLAGS -Wl,-z,lazy" - ./configure --prefix=/usr || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 - find "$pkgdir" -name '*.la' -delete - install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING - install -Dm644 "$srcdir"/openchrome.xinf \ - "$pkgdir"/usr/share/hwdata/videoaliases/openchrome.xinf -} - -md5sums="c31ed110b0b05c33593e92d9d7c22563 xf86-video-openchrome-0.2.999-pre20120629.tbz -d6906087f0e93ea2d98e553f4dfbcc97 openchrome.xinf" diff --git a/testing/xf86-video-openchrome/openchrome.xinf b/testing/xf86-video-openchrome/openchrome.xinf deleted file mode 100644 index 7b15c911a9..0000000000 --- a/testing/xf86-video-openchrome/openchrome.xinf +++ /dev/null @@ -1,39 +0,0 @@ -# NOTE: Comments in openchrome 0.2.1 driver source indicate this device does not -# exist in the wild, so it has been disabled for now. -#alias pcivideo:v00001106d00003022sv*sd*bc*sc*i* openchrome - -# 1106:3108 - K8M800 (PCI_CHIP_VT3204) -alias pcivideo:v00001106d00003108sv*sd*bc*sc*i* openchrome - -# 1106:3118 - PM800/PM880/CN400 (PCI_CHIP_VT3259) -alias pcivideo:v00001106d00003118sv*sd*bc*sc*i* openchrome - -# 1106:3122 - CLE266 (PCI_CHIP_CLE3122) -alias pcivideo:v00001106d00003122sv*sd*bc*sc*i* openchrome - -# 1106:7205 - KM400/KN400 (PCI_CHIP_VT3205) -alias pcivideo:v00001106d00007205sv*sd*bc*sc*i* openchrome - -# 1106:3344 - VM800 (PCI_CHIP_VT3314) -alias pcivideo:v00001106d00003344sv*sd*bc*sc*i* openchrome - -# 1106:3157 - CX700 (PCI_CHIP_VT3324) -alias pcivideo:v00001106d00003157sv*sd*bc*sc*i* openchrome - -# 1106:3343 - P4M890 (PCI_CHIP_VT3327) -alias pcivideo:v00001106d00003343sv*sd*bc*sc*i* openchrome - -# 1106:3230 - K8M890 (PCI_CHIP_VT3336) -alias pcivideo:v00001106d00003230sv*sd*bc*sc*i* openchrome - -# 1106:3371 - P4M900 (PCI_CHIP_VT3364) -alias pcivideo:v00001106d00003371sv*sd*bc*sc*i* openchrome - -# 1106:1122 - VX800 (PCI_CHIP_VT3353) -alias pcivideo:v00001106d00001122sv*sd*bc*sc*i* openchrome - -# 1106:5122 - VX855 (PCI_CHIP_VT3409) -alias pcivideo:v00001106d00005122sv*sd*bc*sc*i* openchrome - -# 1106:7122 - VX855 (PCI_CHIP_VT3410) -alias pcivideo:v00001106d00007122sv*sd*bc*sc*i* openchrome |