|
@@ -1,7 +1,7 @@
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
|
|
|
|
Name: libvdpau
|
|
Name: libvdpau
|
|
-Version: 0.6
|
|
+Version: 0.7
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: Wrapper library for the Video Decode and Presentation API for unix
|
|
Summary: Wrapper library for the Video Decode and Presentation API for unix
|
|
Summary(ja): VDPAU (Video Decode and Presentation API for unix) 用のラッパーライブラリ
|
|
Summary(ja): VDPAU (Video Decode and Presentation API for unix) 用のラッパーライブラリ
|
|
@@ -13,8 +13,9 @@ Source0: http://people.freedesktop.org/~aplattner/vdpau/libvdpau-%{version}.tar.
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libX11-devel
|
|
|
|
+BuildRequires: texlive, graphviz, doxygen
|
|
|
|
|
|
-Packager: kazutaka
|
|
+Packager: kazutaka, shaolin
|
|
|
|
|
|
%description
|
|
%description
|
|
VDPAU is the Video Decode and Presentation API for UNIX.
|
|
VDPAU is the Video Decode and Presentation API for UNIX.
|
|
@@ -89,6 +90,8 @@ autoreconf -vif
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
|
%{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
%{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
+%{__rm} -rf %{buildroot}%{_docdir}
|
|
|
|
+mv doc/html-out html
|
|
|
|
|
|
|
|
|
|
%clean
|
|
%clean
|
|
@@ -105,10 +108,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
%doc AUTHORS COPYING
|
|
%doc AUTHORS COPYING
|
|
%{_sysconfdir}/vdpau_wrapper.cfg
|
|
%{_sysconfdir}/vdpau_wrapper.cfg
|
|
%{_libdir}/*.so.*
|
|
%{_libdir}/*.so.*
|
|
|
|
+%dir %{_libdir}/vdpau
|
|
%{_libdir}/vdpau/libvdpau_trace.so.*
|
|
%{_libdir}/vdpau/libvdpau_trace.so.*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
|
|
+%doc html
|
|
%config %{_includedir}/vdpau/
|
|
%config %{_includedir}/vdpau/
|
|
%{_libdir}/libvdpau.so
|
|
%{_libdir}/libvdpau.so
|
|
%{_libdir}/vdpau/libvdpau_trace.so
|
|
%{_libdir}/vdpau/libvdpau_trace.so
|
|
@@ -128,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Oct 18 2013 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.7-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Sun May 26 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6-1
|
|
* Sun May 26 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6-1
|
|
- update to 0.6
|
|
- update to 0.6
|
|
|
|
|
|
@@ -161,7 +169,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
* Mon Jun 15 2009 kwizart < kwizart at gmail.com > - 0.1-0.3git20090318
|
|
* Mon Jun 15 2009 kwizart < kwizart at gmail.com > - 0.1-0.3git20090318
|
|
- Add missing -ldl at link time
|
|
- Add missing -ldl at link time
|
|
|
|
|
|
-* Fri Mar 22 2009 kwizart < kwizart at gmail.com > - 0.1-0.2git20090318
|
|
+* Sun Mar 22 2009 kwizart < kwizart at gmail.com > - 0.1-0.2git20090318
|
|
- Backport fix thread_2
|
|
- Backport fix thread_2
|
|
|
|
|
|
* Fri Mar 6 2009 kwizart < kwizart at gmail.com > - 0.1-0.1git20090318
|
|
* Fri Mar 6 2009 kwizart < kwizart at gmail.com > - 0.1-0.1git20090318
|