index
This commit is contained in:
+211998
-212214
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
5d8538ffb127702adb8f3d954eeeea998e9009ef
|
||||
22c6c21cdf161d4d2961bf0391fc29d90be57f75
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
05c3d2c8d7f15c3d68eccd9fb1d0fdddd95f2fdd
|
||||
89ee19f20e872e34395460873c918c98a298f50e
|
||||
@@ -1,20 +0,0 @@
|
||||
# -*- 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("-vif")
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING", "AUTHORS", "README")
|
||||
@@ -1,11 +0,0 @@
|
||||
--- a/src/vdpau_decode.c
|
||||
+++ b/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
|
||||
);
|
||||
@@ -1,81 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libva-vdpau-driver</Name>
|
||||
<Homepage>https://github.com/arekinath/libva-vdpau-driver</Homepage>
|
||||
<Packager>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<IsA>driver</IsA>
|
||||
<Summary>VDPAU backend for VA API</Summary>
|
||||
<Description>libva-vdpau-driver consists in a VDPAU-based backend for VA-API</Description>
|
||||
<Archive sha1sum="224318f4ea8bafca6a0fec770e388b7d1a1a66b3" type="tarbz2">https://freedesktop.org/software/vaapi/releases/libva-vdpau-driver/libva-vdpau-driver-0.7.4.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libglvnd-devel</Dependency>
|
||||
<Dependency>libva-devel</Dependency>
|
||||
<Dependency>libvdpau-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">libva-vdpau-driver-0.7.4-glext-missing-definition.patch</Patch>
|
||||
<Patch level="1">libva-vdpau-driver-0.7.4-libvdpau-0.8.patch</Patch>
|
||||
<Patch level="1">libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch</Patch>
|
||||
<Patch level="1">implement-vaquerysurfaceattributes.patch</Patch>
|
||||
<Patch level="1">fallback-x.patch</Patch>
|
||||
<Patch level="1">vdpau_CreateSurfaceFromV4L2Buf-fix.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libva-vdpau-driver</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libglvnd</Dependency>
|
||||
<Dependency>libva</Dependency>
|
||||
<Dependency>libvdpau</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libva-vdpau-driver-32bit</Name>
|
||||
<BuildType>emul32</BuildType>
|
||||
<PartOf>emul32</PartOf>
|
||||
<BuildDependencies>
|
||||
<Dependency>libglvnd-32bit</Dependency>
|
||||
<Dependency>libva-32bit</Dependency>
|
||||
<Dependency>libvdpau-32bit</Dependency>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
<Dependency>mesa-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libva-vdpau-driver</Dependency>
|
||||
<Dependency>libglvnd-32bit</Dependency>
|
||||
<Dependency>libva-32bit</Dependency>
|
||||
<Dependency>libvdpau-32bit</Dependency>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
<Dependency>mesa-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>0.7.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,7 +1,5 @@
|
||||
http://bugs.gentoo.org/517778
|
||||
|
||||
--- src/vdpau_decode.c
|
||||
+++ src/vdpau_decode.c
|
||||
--- a/src/vdpau_decode.c
|
||||
+++ b/src/vdpau_decode.c
|
||||
@@ -1289,7 +1289,7 @@
|
||||
driver_data,
|
||||
obj_context->vdp_decoder,
|
||||
|
||||
@@ -14,23 +14,29 @@
|
||||
<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="1.1.1">libvdpau-devel</Dependency>
|
||||
<Dependency>libglvnd-devel</Dependency>
|
||||
<Dependency>libva-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>libvdpau-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>mesa-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>
|
||||
<Patch level="1">libva-vdpau-driver-0.7.4-glext-missing-definition.patch</Patch>
|
||||
<Patch level="1">libva-vdpau-driver-0.7.4-libvdpau-0.8.patch</Patch>
|
||||
<Patch level="1">libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch</Patch>
|
||||
<Patch level="1">implement-vaquerysurfaceattributes.patch</Patch>
|
||||
<Patch level="1">fallback-x.patch</Patch>
|
||||
<Patch level="1">vdpau_CreateSurfaceFromV4L2Buf-fix.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>vdpau-video</Name>
|
||||
<RuntimeDependencies>
|
||||
<Name>vdpau-video</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libglvnd</Dependency>
|
||||
<Dependency>libva</Dependency>
|
||||
<Dependency>libvdpau</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency versionFrom="1.1.1">libvdpau</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -38,8 +44,39 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>vdpau-video-32bit</Name>
|
||||
<BuildType>emul32</BuildType>
|
||||
<PartOf>emul32</PartOf>
|
||||
<BuildDependencies>
|
||||
<Dependency>libglvnd-32bit</Dependency>
|
||||
<Dependency>libva-32bit</Dependency>
|
||||
<Dependency>libvdpau-32bit</Dependency>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
<Dependency>mesa-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">vdpau-video</Dependency>
|
||||
<Dependency>libglvnd-32bit</Dependency>
|
||||
<Dependency>libva-32bit</Dependency>
|
||||
<Dependency>libvdpau-32bit</Dependency>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
<Dependency>mesa-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>0.7.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-07-31</Date>
|
||||
<Version>0.7.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user