@gaougalos
you need to change "cd ${_gitname}" to "cd build" in the package() section in the PKGBUILD file to solve your problem.
Search Criteria
Package Details: xf86-video-intel-glamor-git 2.99.917.62.g2e7ae76-1
Package Actions
| Package Base: | xf86-video-intel-glamor-git |
|---|---|
| Description: | X.org Intel i810/i830/i915/945G/G965+ video drivers with Glamor acceleration |
| Upstream URL: | http://intellinuxgraphics.org/ |
| Category: | x11 |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | rains |
| Votes: | 7 |
| First Submitted: | 2012-04-18 13:12 |
| Last Updated: | 2015-01-28 15:57 |
Dependencies (13)
- intel-dri
- libdrm
- libpciaccess
- libxfixes
- libxvmc
- udev
- xcb-util
- git (make)
- glproto (make)
- libx11 (make)
- mesa (make)
- xf86driproto (make)
- xorg-server-devel (make)
Required by (0)
Sources
Latest Comments
Comment by steeno
Comment by gaougalos
i have this when i try to build
==> Entering fakeroot environment...
==> Starting package()...
make: *** No rule to make target `install'. Stop.
==> ERROR: A failure occurred in package().
Aborting...
Comment by kevku
tested on GMA965 and it felt slightly faster than normal drivers but caused a lot of flicker in video playback so it unusable for me atm
Comment by erdk
Fixes 'make install' issue also I've added perf flags for SNB processors:
+pkgver=20120428
pkgrel=1
pkgdesc='X.org Intel i810/i830/i915/945G/G965+ video drivers with Glamor acceleration'
arch=('i686' 'x86_64')
@@ -39,19 +39,19 @@
./autogen.sh \
--prefix=/usr/ \
--enable-glamor \
- --enable-dri
+ --enable-dri \
+ --enable-kms-only \
+ --enable-sna # Enable SandyBridge's New Acceleration (SNA)
#--enable-debug=full \
# other useful options you can add (as you see fit):
# --disable-xvmc Disable XvMC support [[default=yes]]
- # --enable-kms-only Assume KMS support [[default=no]]
- # --enable-sna Enable SandyBridge's New Acceleration (SNA)
# [options=default|gen2|gen3|ge4|gen5|gen6]
make
}
package() {
- cd ${_gitname}
+ cd build
make DESTDIR="$pkgdir" prefix=/usr/ install