Hello community,
here is the log from the commit of package gstreamer-0_10-plugins-vaapi for
openSUSE:Factory checked in at 2012-11-08 08:04:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-vaapi (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-vaapi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-0_10-plugins-vaapi", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-vaapi/gstreamer-0_10-plugins-vaapi.changes
2012-10-26 17:06:44.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-vaapi.new/gstreamer-0_10-plugins-vaapi.changes
2012-11-08 08:04:42.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 5 09:24:11 CET 2012 - [email protected]
+
+- Add libgstvaapi-drm-0_10-0 sub package for FACTORY/12.3
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-0_10-plugins-vaapi.spec ++++++
--- /var/tmp/diff_new_pack.wRQLoj/_old 2012-11-08 08:04:43.000000000 +0100
+++ /var/tmp/diff_new_pack.wRQLoj/_new 2012-11-08 08:04:43.000000000 +0100
@@ -60,19 +60,28 @@
gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
allow hardware accelerated video decoding through VA-API.
%package -n libgstvaapi-glx-0_10-0
-Summary: Gstreamer VA-API plugins
+Summary: Gstreamer GLX VA-API plugins
Group: System/Libraries
%description -n libgstvaapi-glx-0_10-0
gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
allow hardware accelerated video decoding through VA-API.
%package -n libgstvaapi-x11-0_10-0
-Summary: Gstreamer VA-API plugins
+Summary: Gstreamer X11 VA-API plugins
Group: System/Libraries
%description -n libgstvaapi-x11-0_10-0
gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
allow hardware accelerated video decoding through VA-API.
+%if %{suse_version} >= 1230
+%package -n libgstvaapi-drm-0_10-0
+Summary: Gstreamer DRM VA-API plugins
+Group: System/Libraries
+
+%description -n libgstvaapi-drm-0_10-0
+gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
allow hardware accelerated video decoding through VA-API.
+%endif
+
%prep
%if 0%{?build_from_git}
%setup -q -n gstreamer-vaapi
@@ -101,6 +110,11 @@
%post -n libgstvaapi-x11-0_10-0 -p /sbin/ldconfig
%postun -n libgstvaapi-x11-0_10-0 -p /sbin/ldconfig
+%if %{suse_version} >= 1230
+%post -n libgstvaapi-drm-0_10-0 -p /sbin/ldconfig
+%postun -n libgstvaapi-drm-0_10-0 -p /sbin/ldconfig
+%endif
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -121,6 +135,12 @@
%defattr(-,root,root,0755)
%{_libdir}/libgstvaapi-x11-0.10.so.*
+%if %{suse_version} >= 1230
+%files -n libgstvaapi-drm-0_10-0
+%defattr(-,root,root,0755)
+%{_libdir}/libgstvaapi-drm-0.10.so.*
+%endif
+
%files devel
%defattr(-,root,root,0755)
%{_includedir}/gstreamer-0.10/gst/vaapi
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]