[packages/xvba-sdk] - new
qboosh
qboosh at pld-linux.org
Tue Feb 19 21:17:06 CET 2013
commit d8ffa0e3a104cb3f7f7dd47baa3532f22a5cb898
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Feb 19 21:17:08 2013 +0100
- new
xvba-sdk.spec | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
---
diff --git a/xvba-sdk.spec b/xvba-sdk.spec
new file mode 100644
index 0000000..eedc261
--- /dev/null
+++ b/xvba-sdk.spec
@@ -0,0 +1,35 @@
+Summary: AES XvBA SDK for Linux
+Summary(pl.UTF-8): SDK AES XvBA dla Linuksa
+Name: xvba-sdk
+Version: 0.74
+Release: 1
+License: BSD-like
+Group: Applications
+Source0: http://developer.amd.com/wordpress/media/2012/10/%{name}-%{version}-404001.tar.gz
+# Source0-md5: b8f56bc55aa70cb19dd12857fdc184cc
+URL: http://developer.amd.com/tools/open-source/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains the AMD Embedded Solutions X-Video Bitstream
+Acceleration software development kit for Linux.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera SDK AMD Embedded Solutions (AES) X-Video Bitstream
+Acceleration (XvBA) dla Linuksa.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D include/amdxvba.h $RPM_BUILD_ROOT%{_includedir}/amdxvba.h
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README doc/AMD_XvBA_Spec_v0_74_01_AES_2.pdf
+%{_includedir}/amdxvba.h
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xvba-sdk.git/commitdiff/d8ffa0e3a104cb3f7f7dd47baa3532f22a5cb898
More information about the pld-cvs-commit
mailing list