Hello community,

here is the log from the commit of package libvdpau for openSUSE:12.2 checked 
in at 2012-06-26 17:46:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/libvdpau (Old)
 and      /work/SRC/openSUSE:12.2/.libvdpau.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvdpau", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.2/libvdpau/libvdpau.changes   2012-06-25 
15:45:19.000000000 +0200
+++ /work/SRC/openSUSE:12.2/.libvdpau.new/libvdpau.changes      2012-06-26 
17:46:30.000000000 +0200
@@ -1,0 +2,14 @@
+Tue Jun 26 12:34:44 UTC 2012 - [email protected]
+
+- back to building the HTML documentation (instead of prebuilding
+  and then extracting it during the build), but this time without
+  requiring texlive, since pdftex apparently isn't used for this
+  purpose anyway (libvdpau-nopdftex.patch)
+
+-------------------------------------------------------------------
+Mon Jun 25 13:23:52 UTC 2012 - [email protected]
+
+- do not build the documentation but package a prebuilt tar of it
+  to avoid huge build cycle
+
+-------------------------------------------------------------------

New:
----
  libvdpau-nopdftex.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libvdpau.spec ++++++
--- /var/tmp/diff_new_pack.RSAkDN/_old  2012-06-26 17:46:30.000000000 +0200
+++ /var/tmp/diff_new_pack.RSAkDN/_new  2012-06-26 17:46:30.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libvdpau
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,22 +16,29 @@
 #
 
 
-
 Name:           libvdpau
 Version:        0.4.1
-Release:        15
-License:        MIT
+Release:        0
 Summary:        VDPAU wrapper and trace libraries
-Url:            http://people.freedesktop.org/~aplattner
+License:        MIT
 Group:          System/Libraries
+Url:            http://people.freedesktop.org/~aplattner
 Source:         %{name}-%{version}.tar.gz
 Source1:        vdpauinfo-0.0.6.tar.gz
 Source2:        README
 Source99:       baselibs.conf
 Source100:      %{name}-rpmlintrc
 Patch:          vdpauinfo-missing-lX11.diff
-BuildRequires:  gcc-c++ pkgconfig xorg-x11-devel
-BuildRequires:  doxygen graphviz texlive
+Patch1:         libvdpau-nopdftex.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  graphviz
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,7 +49,6 @@
 override the driver name by setting the VDPAU_DRIVER environment variable.
 
 %package -n libvdpau1
-License:        MIT
 Summary:        VDPAU wrapper library
 Group:          System/Libraries
 Provides:       libvdpau = %{version}-%{release}
@@ -56,7 +62,6 @@
 override the driver name by setting the VDPAU_DRIVER environment variable.
 
 %package -n libvdpau-devel
-License:        MIT
 Summary:        VDPAU wrapper development files
 Group:          Development/Libraries/X11
 Requires:       libvdpau1 = %{version}
@@ -67,7 +72,6 @@
 be installed using the proprietary nVidia driver packages.
 
 %package -n libvdpau_trace1
-License:        MIT
 Summary:        VDPAU trace library
 Group:          Development/Libraries/X11
 Requires:       libvdpau1 = %{version}
@@ -80,11 +84,13 @@
 
 %prep
 %setup -q -b1
+%patch1 -p0
 pushd ../vdpauinfo-*
 %patch -p0
 popd
 
 %build
+autoreconf -fi
 %configure
 make %{?jobs:-j%jobs}
 

++++++ libvdpau-nopdftex.patch ++++++
--- configure.ac.old    2012-06-26 14:21:28.000000000 +0200
+++ configure.ac        2012-06-26 14:22:30.000000000 +0200
@@ -48,11 +48,9 @@ AC_ARG_ENABLE(documentation, AS_HELP_STR
 if test "x$DOCS" != xno; then
     AC_CHECK_TOOL([DOXYGEN], [doxygen], [no])
     AC_CHECK_TOOL([DOT], [dot], [no])
-    AC_CHECK_TOOL([PDFTEX], [pdftex], [no])
 else
     DOXYGEN=no
     DOT=no
-    PDFTEX=no
 fi
 if test "x$DOCS" = xyes; then
     if test "x$DOXYGEN" = xno; then
@@ -61,11 +59,8 @@ if test "x$DOCS" = xyes; then
     if test "x$DOT" = xno; then
         AC_ERROR([Documentation enabled but dot was not found in your path.  
Please install graphviz])
     fi
-    if test "x$PDFTEX" = xno; then
-        AC_ERROR([Documentation enabled but pdftex was not found in your path])
-    fi
 fi
-AM_CONDITIONAL([ENABLE_DOCS], [test "x$DOXYGEN" != xno -a "x$DOT" != xno -a 
"x$PDFTEX" != xno])
+AM_CONDITIONAL([ENABLE_DOCS], [test "x$DOXYGEN" != xno -a "x$DOT" != xno])
 AC_SUBST(DOXYGEN)
 
 # Options
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to