From 55bcda713b7863235746a7659863c516b0beed65685cbe9ff95626a04b6e50b5 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 22 Apr 2010 11:01:14 +0000 Subject: [PATCH] Accepting request 38474 from X11:Drivers:Video Copy from X11:Drivers:Video/libvdpau based on submit request 38474 from user sndirsch OBS-URL: https://build.opensuse.org/request/show/38474 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvdpau?expand=0&rev=1 --- .gitattributes | 23 +++++++++++++ .gitignore | 1 + baselibs.conf | 2 ++ libvdpau-0.4.tar.gz | 3 ++ libvdpau.changes | 10 ++++++ libvdpau.spec | 81 +++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 120 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 baselibs.conf create mode 100644 libvdpau-0.4.tar.gz create mode 100644 libvdpau.changes create mode 100644 libvdpau.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..8f55e62 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,2 @@ +libvdpau +libvdpau-devel diff --git a/libvdpau-0.4.tar.gz b/libvdpau-0.4.tar.gz new file mode 100644 index 0000000..a0f686c --- /dev/null +++ b/libvdpau-0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530c630e0784cc65bc31e5b487bd11fccd4049bc861d16844702048821262faa +size 452406 diff --git a/libvdpau.changes b/libvdpau.changes new file mode 100644 index 0000000..b5e40e7 --- /dev/null +++ b/libvdpau.changes @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 22 02:33:32 CEST 2010 - sndirsch@suse.de + +- also build and package documentation + +------------------------------------------------------------------- +Wed Apr 21 12:00:38 CEST 2010 - sndirsch@suse.de + +- created package (bnc #596481) + diff --git a/libvdpau.spec b/libvdpau.spec new file mode 100644 index 0000000..dab7ca9 --- /dev/null +++ b/libvdpau.spec @@ -0,0 +1,81 @@ +# +# spec file for package libvdpau (Version 0.4) +# +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + + +Name: libvdpau +Version: 0.4 +Release: 1 +License: MIT License (or similar) +Summary: libvdpau wrapper and libvdpau_trace debugging library +Url: http://people.freedesktop.org/~aplattner +Group: System/Libraries +Source: %{name}-%{version}.tar.gz +Source99: baselibs.conf +BuildRequires: gcc-c++ pkgconfig xorg-x11-devel +BuildRequires: doxygen graphviz texlive +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +This package contains the libvdpau wrapper library and the libvdpau_trace +debugging library, along with the header files needed to build VDPAU +applications. To actually use a VDPAU device, you need a vendor-specific +implementation library. Currently, this is always libvdpau_nvidia. You can +override the driver name by setting the VDPAU_DRIVER environment variable. + +%package -n libvdpau-devel +License: MIT License (or similar) +Summary: libvdpau wrapper and libvdpau_trace debugging library - development files +Group: Development/Libraries/X11 +Requires: libvdpau = %{version} + +%description -n libvdpau-devel +Development files for libvdpau wrapper and libvdpau_trace debugging library. + +%prep +%setup -q + +%build +%configure +make %{?jobs:-j%jobs} + +%install +%makeinstall +rm %{buildroot}%{_libdir}/libvdpau.la +rm %{buildroot}%{_libdir}/vdpau/libvdpau_trace.la +/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_libdir}/vdpau + +%post -n libvdpau -p /sbin/ldconfig + +%postun -n libvdpau -p /sbin/ldconfig + +%files -n libvdpau +%defattr(-,root,root) +%dir %{_libdir}/vdpau +%{_libdir}/libvdpau.so.* +%{_libdir}/vdpau/*.so.* + +%files -n libvdpau-devel +%defattr(-,root,root) +%doc %{_datadir}/doc/%{name} +%dir %{_libdir}/vdpau +%{_includedir}/vdpau +%{_libdir}/libvdpau.so +%{_libdir}/vdpau/*.so +%{_libdir}/pkgconfig/vdpau.pc + +%changelog