x11.drivers part 1

This commit is contained in:
Ertuğrul Erata
2015-07-15 19:26:09 +03:00
parent f1f07fcac9
commit 533ddafe6c
23 changed files with 856 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<PISI>
<Name>x11.driver</Name>
</PISI>
+24
View File
@@ -0,0 +1,24 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
pisitools.dosed("configure.ac", "gen4asm=yes", "gen4asm=no")
autotools.autoreconf("-vif")
autotools.configure("\
--disable-silent-rules \
--disable-wayland \
")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING")
+80
View File
@@ -0,0 +1,80 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libva-intel-driver</Name>
<Homepage>http://freedesktop.org/wiki/Software/vaapi</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>driver</IsA>
<Summary>VA-API implementation for Intel G45 and HD Graphics family</Summary>
<Description>libva-intel-driver, VA-API implementation for Intel G45 and HD Graphics family.</Description>
<Archive sha1sum="98b670517cbd2d0e5e2ef3f171b805815dff9057" type="tarbz2">http://freedesktop.org/software/vaapi/releases/libva-intel-driver/libva-intel-driver-1.5.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libdrm-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency versionFrom="1.5.1">libva-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libva-intel-driver</Name>
<RuntimeDependencies>
<Dependency>libdrm</Dependency>
<Dependency>libdrm-intel</Dependency>
<Dependency versionFrom="1.5.1">libva</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2015-05-08</Date>
<Version>1.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2015-01-21</Date>
<Version>1.5.0</Version>
<Comment>Version bump.</Comment>
<Name>Ergün Salman</Name>
<Email>Poyraz76@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-09-01</Date>
<Version>1.3.2</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-05-16</Date>
<Version>1.3.1</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-05-16</Date>
<Version>1.3.1</Version>
<Comment>Version bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-04-23</Date>
<Version>1.3.0</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libva-intel-driver</Name>
<Summary xml:lang="en">VA-API implementation for Intel G45 and HD Graphics family</Summary>
<Description xml:lang="en">libva-intel-driver, VA-API implementation for Intel G45 and HD Graphics family.</Description>
</Source>
</PISI>
+24
View File
@@ -0,0 +1,24 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
pisitools.dosed("configure.ac", "AM_CONFIG_HEADER", "AC_CONFIG_HEADERS")
autotools.autoreconf("-fiv")
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
@@ -0,0 +1,12 @@
diff -Naur libva-vdpau-driver-0.7.4.old/src/vdpau_dump.c libva-vdpau-driver-0.7.4/src/vdpau_dump.c
--- libva-vdpau-driver-0.7.4.old/src/vdpau_dump.c 2013-07-31 10:27:40.413324916 +0200
+++ libva-vdpau-driver-0.7.4/src/vdpau_dump.c 2013-07-31 10:28:12.386040595 +0200
@@ -59,8 +59,6 @@
_(VAEncSequenceParameterBufferType);
_(VAEncPictureParameterBufferType);
_(VAEncSliceParameterBufferType);
- _(VAEncH264VUIBufferType);
- _(VAEncH264SEIBufferType);
#endif
#if VA_CHECK_VERSION(0,31,1)
_(VAQMatrixBufferType);
@@ -0,0 +1,30 @@
From dd3e1e53a0c083c4dc16f3db4083ad5e4b7a866e Mon Sep 17 00:00:00 2001
From: Nicolas Chauvet <kwizart@gmail.com>
Date: Fri, 11 Jan 2013 21:04:40 +0100
Subject: [PATCH] Fix libva-vdpau-driver with GL_GLEXT_VERSION >= 85
---
src/utils_glx.h | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/utils_glx.h b/src/utils_glx.h
index 19d03e4..42ae06f 100644
--- a/src/utils_glx.h
+++ b/src/utils_glx.h
@@ -67,6 +67,13 @@ typedef void (*PFNGLXRELEASETEXIMAGEEXTPROC)(Display *, GLXDrawable, int);
#define GL_PROGRAM_UNDER_NATIVE_LIMITS GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB
#endif
+#if GL_GLEXT_VERSION >= 85
+/* XXX: PFNGLMULTITEXCOORD2FPROC got out of the GL_VERSION_1_3_DEPRECATED
+ * block and is not defined if GL_VERSION_1_3 is defined in <GL/gl.h>
+ * Redefine the type here as an interim solution */
+typedef void (*PFNGLMULTITEXCOORD2FPROC) (GLenum target, GLfloat s, GLfloat t);
+#endif
+
const char *
gl_get_error_string(GLenum error)
attribute_hidden;
--
1.7.11.7
@@ -0,0 +1,13 @@
http://bugs.gentoo.org/517778
--- src/vdpau_decode.c
+++ src/vdpau_decode.c
@@ -1289,7 +1289,7 @@
driver_data,
obj_context->vdp_decoder,
obj_surface->vdp_surface,
- (VdpPictureInfo)&obj_context->vdp_picture_info,
+ (VdpPictureInfo *)&obj_context->vdp_picture_info,
obj_context->vdp_bitstream_buffers_count,
obj_context->vdp_bitstream_buffers
);
+114
View File
@@ -0,0 +1,114 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>vdpau-video</Name>
<Homepage>http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>driver</IsA>
<Summary>VDPAU backend for VA API</Summary>
<Description>vdpau-video is a backend for the VA API in order to use VDPAU video acceleration drivers available for some NVIDIA and S3 cards.</Description>
<Archive sha1sum="224318f4ea8bafca6a0fec770e388b7d1a1a66b3" type="tarbz2">http://www.freedesktop.org/software/vaapi/releases/libva-vdpau-driver/libva-vdpau-driver-0.7.4.tar.bz2</Archive>
<BuildDependencies>
<Dependency versionFrom="0.8">libvdpau-devel</Dependency>
<Dependency>libva-devel</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>libX11-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>libva-vdpau-driver-0.7.4-libvdpau-0.8.patch</Patch>
<Patch level="1">libva-vdpau-driver-0.7.4-glext-85.patch</Patch>
<Patch level="1">libva-vdpau-driver-0.7.4-drop-h264-api.patch</Patch>
</Patches>
</Source>
<Package>
<Name>vdpau-video</Name>
<RuntimeDependencies>
<Dependency>libX11</Dependency>
<Dependency versionFrom="0.8">libvdpau</Dependency>
<Dependency>mesa</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="10">
<Date>2015-05-08</Date>
<Version>0.7.4</Version>
<Comment>Release bump.</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2015-01-22</Date>
<Version>0.7.4</Version>
<Comment>Rebuild for xorg-server-1.16.3</Comment>
<Name>Ergün Salman</Name>
<Email>Poyraz76@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2014-09-01</Date>
<Version>0.7.4</Version>
<Comment>Rebuild for xorg-server-1.16.0 and libvdpau-0.8</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-05-16</Date>
<Version>0.7.4</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-03-08</Date>
<Version>0.7.4</Version>
<Comment>Rebuild for xserver 1.15</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-02-08</Date>
<Version>0.7.4</Version>
<Comment>Rebuild Unused</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-11-06</Date>
<Version>0.7.4</Version>
<Comment>Fix deps.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-25</Date>
<Version>0.7.4</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-05-29</Date>
<Version>0.7.4</Version>
<Comment>build for xorg 1.14</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-10-11</Date>
<Version>0.7.4</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>vdpau-video</Name>
<Summary xml:lang="tr">VA API için VDPAU arka ucu</Summary>
<Description xml:lang="tr">vdpau-video, bazı NVIDIA ve S3 kartlar için mevcut olan VDPAU video hızlandırma sürücülerini kullanmak için bir VA API arka ucudur.</Description>
</Source>
</PISI>
+22
View File
@@ -0,0 +1,22 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
autotools.autoreconf("-fiv")
autotools.configure("\
--disable-static \
--disable-silent-rules \
")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "ChangeLog", "README")
@@ -0,0 +1,24 @@
From ec2c4ead497133ef20d5ef5a9b481b38e1e0f7a2 Mon Sep 17 00:00:00 2001
From: Peter Hutterer <peter.hutterer@who-t.net>
Date: Mon, 27 Jun 2011 03:13:54 +0000
Subject: Assign local->private after allocating.
It is detrimental to the user experience when the driver tries to derefernce
null pointers.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
---
diff --git a/src/acecad.c b/src/acecad.c
index ad6d793..604fe91 100644
--- a/src/acecad.c
+++ b/src/acecad.c
@@ -343,6 +343,7 @@ AceCadPreInit(InputDriverPtr drv, InputInfoPtr local, int flags)
return BadAlloc;
memset(priv, 0, sizeof(AceCadPrivateRec));
+ local->private = priv;
local->device_control = DeviceControl;
--
cgit v0.8.3-6-g21f6
+90
View File
@@ -0,0 +1,90 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xorg-input-acecad</Name>
<Homepage>http://www.x.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>driver</IsA>
<Summary>X.Org acecad tablet input driver</Summary>
<Description>xorg-input-acecad contains the X.Org driver for Linux's generic event devices. It supports all input devices that the kernel knows about.</Description>
<Archive sha1sum="410cee68e4435dc95774fb389fcefae1b2ffe3d1" type="tarbz2">mirrors://xorg/individual/driver/xf86-input-acecad-1.5.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>xorg-server-devel</Dependency>
<Dependency>libmtdev-devel</Dependency>
<Dependency>sysfsutils-devel</Dependency>
<Dependency>util-macros</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">assign-local-private-after-allocating.patch</Patch>
</Patches>
</Source>
<Package>
<Name>xorg-input-acecad</Name>
<RuntimeDependencies>
<Dependency>xorg-server</Dependency>
<Dependency>libmtdev</Dependency>
<Dependency>sysfsutils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/xorg</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>xorg-input-acecad-devel</Name>
<Summary>Development files for ececad driver</Summary>
<RuntimeDependencies>
<Dependency release="current">xorg-input-acecad</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2015-05-08</Date>
<Version>1.5.0</Version>
<Comment>Release bump.</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2015-01-22</Date>
<Version>1.5.0</Version>
<Comment>Rebuild for xorg-server-1.16.3</Comment>
<Name>Ergün Salman</Name>
<Email>Poyraz76@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-09-01</Date>
<Version>1.5.0</Version>
<Comment>Rebuild for xorg-server-1.16.0</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-05-16</Date>
<Version>1.5.0</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-03-08</Date>
<Version>1.5.0</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xorg-input-acecad</Name>
<Summary xml:lang="tr">X.Org acecad tablet giriş aygıtı sürücüsü</Summary>
<Description xml:lang="tr">xorg-input-acecad, Linux'un genel olay aygıtları için X.Org sürücüsünü içerir. Çekirdek tarafından bilinen tüm giriş aygıtlarını destekler.</Description>
</Source>
<Package>
<Name>xorg-input-acecad-devel</Name>
<Summary xml:lang="tr">acecad sürücüsü için geliştirme dosyaları</Summary>
</Package>
</PISI>
+22
View File
@@ -0,0 +1,22 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
autotools.autoreconf("-fiv")
autotools.configure("\
--disable-static \
--disable-silent-rules \
")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "ChangeLog", "README")
+73
View File
@@ -0,0 +1,73 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xorg-input-aiptek</Name>
<Homepage>http://www.x.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>driver</IsA>
<Summary>X.Org Aiptek USB Digital Tablet input driver</Summary>
<Description>xorg-input-aiptek contains the X.Org driver for Linux's generic event devices. It supports all input devices that the kernel knows about.</Description>
<Archive sha1sum="55ea7d12d3e24fd72eacc966a59262864dce7769" type="tarbz2">mirrors://xorg/individual/driver/xf86-input-aiptek-1.4.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libX11-devel</Dependency>
<Dependency>libmtdev-devel</Dependency>
<Dependency>util-macros</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xorg-input-aiptek</Name>
<RuntimeDependencies>
<Dependency>xorg-server</Dependency>
<Dependency>libmtdev</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/xorg</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2015-05-08</Date>
<Version>1.4.1</Version>
<Comment>Release bump.</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2015-01-22</Date>
<Version>1.4.1</Version>
<Comment>Rebuild for xorg-server-1.16.3</Comment>
<Name>Ergün Salman</Name>
<Email>Poyraz76@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-09-01</Date>
<Version>1.4.1</Version>
<Comment>Rebuild for xorg-server-1.16.0</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-05-16</Date>
<Version>1.4.1</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-03-08</Date>
<Version>1.4.1</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xorg-input-aiptek</Name>
<Summary xml:lang="tr">X.Org aiptek Dijital Tablet giriş aygıtı sürücüsü</Summary>
<Description xml:lang="tr">xorg-input-aiptek, Linux'un genel olay aygıtları için X.Org sürücüsünü içerir. Çekirdek tarafından bilinen tüm giriş aygıtlarını destekler.</Description>
</Source>
</PISI>
@@ -0,0 +1,22 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
autotools.autoreconf("-fiv")
autotools.configure("\
--disable-static \
--disable-silent-rules \
")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "ChangeLog", "README")
@@ -0,0 +1,73 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xorg-input-elographics</Name>
<Homepage>http://www.x.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>driver</IsA>
<Summary>X.Org Elographics TouchScreen input driver</Summary>
<Description>xorg-input-elographics contains the X.Org driver for Linux's generic event devices. It supports all input devices that the kernel knows about.</Description>
<Archive sha1sum="78455583a34ccd209edc1aba5538926df4faf47f" type="tarbz2">mirrors://xorg/individual/driver/xf86-input-elographics-1.4.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>xorg-server-devel</Dependency>
<Dependency>libmtdev-devel</Dependency>
<Dependency>util-macros</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xorg-input-elographics</Name>
<RuntimeDependencies>
<Dependency>xorg-server</Dependency>
<Dependency>libmtdev</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/xorg</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2015-05-08</Date>
<Version>1.4.1</Version>
<Comment>Release bump.</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2015-01-22</Date>
<Version>1.4.1</Version>
<Comment>Rebuild for xorg-server-1.16.3</Comment>
<Name>Ergün Salman</Name>
<Email>Poyraz76@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-09-01</Date>
<Version>1.4.1</Version>
<Comment>Rebuild for xorg-server-1.16.0</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-05-16</Date>
<Version>1.4.1</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-03-09</Date>
<Version>1.4.1</Version>
<Comment>First release</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xorg-input-elographics</Name>
<Summary xml:lang="tr">X.Org Elographics dokunmatik ekran sürücüsü</Summary>
<Description xml:lang="tr">xorg-input-elographics, Linux için Elographics dokunamtik ekran X.Org sürücüsünü içerir.</Description>
</Source>
</PISI>
+24
View File
@@ -0,0 +1,24 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-vif")
autotools.configure("--enable-glx \
--enable-wayland \
--disable-static")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING")
+143
View File
@@ -0,0 +1,143 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libva</Name>
<Homepage>http://www.freedesktop.org/wiki/Software/vaapi</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Video Acceleration (VA) API for Linux</Summary>
<Description>libva is a library providing the VA API video acceleration API.</Description>
<Archive sha1sum="b315a86fcd3bd1e073e2c1b62416550885cd7420" type="tarbz2">http://www.freedesktop.org/software/vaapi/releases/libva/libva-1.5.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libdrm-devel</Dependency>
<Dependency>libXext-devel</Dependency>
<Dependency>libXfixes-devel</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>wayland-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libva</Name>
<RuntimeDependencies>
<Dependency>libX11</Dependency>
<Dependency>libdrm</Dependency>
<Dependency>libXext</Dependency>
<Dependency>libXfixes</Dependency>
<Dependency>mesa</Dependency>
<Dependency>wayland-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libva-devel</Name>
<Summary>Development files for libva</Summary>
<RuntimeDependencies>
<Dependency release="current">libva</Dependency>
<Dependency>wayland-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib32/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>libva-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for libva</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>libdrm-32bit</Dependency>
<Dependency>wayland-32bit</Dependency>
<Dependency>libXext-32bit</Dependency>
<Dependency>libXfixes-32bit</Dependency>
<Dependency>mesa-32bit</Dependency>
<Dependency>libX11-32bit</Dependency>
<Dependency>glibc-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="current">libva</Dependency>
<Dependency>libdrm-32bit</Dependency>
<Dependency>wayland-32bit</Dependency>
<Dependency>libXext-32bit</Dependency>
<Dependency>libXfixes-32bit</Dependency>
<Dependency>libX11-32bit</Dependency>
<Dependency>mesa-32bit</Dependency>
<Dependency>glibc-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2015-05-10</Date>
<Version>1.5.1</Version>
<Comment>Version bump</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2015-01-21</Date>
<Version>1.5.0</Version>
<Comment>Version bump</Comment>
<Name>Ergün Salman</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-05-16</Date>
<Version>1.3.1</Version>
<Comment>Version bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-04-23</Date>
<Version>1.3.0</Version>
<Comment>Version bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-02-20</Date>
<Version>1.2.1</Version>
<Comment>Rebuild Unused</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-10-07</Date>
<Version>1.2.1</Version>
<Comment>Version bump, clean actions.py.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-25</Date>
<Version>1.1.0</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-10-10</Date>
<Version>1.1.0</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>
+18
View File
@@ -0,0 +1,18 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libva</Name>
<Summary xml:lang="tr">Linux için video hızlandırma API'si</Summary>
<Description xml:lang="tr">libva, VA video hızlandırma API'sini sağlayan bir kitaplıktır.</Description>
</Source>
<Package>
<Name>libva-devel</Name>
<Summary xml:lang="tr">libva için geliştirme dosyaları</Summary>
</Package>
<Package>
<Name>libva-32bit</Name>
<Summary xml:lang="tr">libva için 32-bit paylaşımlı kitaplıklar</Summary>
</Package>
</PISI>