Hello community, here is the log from the commit of package gstreamer-0_10-plugins-ugly checked in at Thu Jul 31 02:09:45 CEST 2008. -------- --- GNOME/gstreamer-0_10-plugins-ugly/gstreamer-0_10-plugins-ugly.changes 2008-04-08 14:09:44.000000000 +0200 +++ /mounts/work_src_done/STABLE/gstreamer-0_10-plugins-ugly/gstreamer-0_10-plugins-ugly.changes 2008-07-31 00:00:00.639872000 +0200 @@ -1,0 +2,5 @@ +Wed Jul 30 23:59:42 CEST 2008 - ro@suse.de + +- fix build (wrong include path for dvdnav header) + +------------------------------------------------------------------- New: ---- gstreamer010-plugins-ugly-dvdnav.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gstreamer-0_10-plugins-ugly.spec ++++++ --- /var/tmp/diff_new_pack.i13818/_old 2008-07-31 02:09:34.000000000 +0200 +++ /var/tmp/diff_new_pack.i13818/_new 2008-07-31 02:09:34.000000000 +0200 @@ -13,7 +13,7 @@ Name: gstreamer-0_10-plugins-ugly Version: 0.10.7 -Release: 1 +Release: 28 # Patched code is built by default. # Use rpmbuild -D 'BUILD_ORIG 1' to build original code. # Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to build patched build plus original as addon. @@ -46,6 +46,7 @@ Source1: %{name}-patch-source.sh Patch: gstreamer010-plugins-ugly-enable-incomplete.patch Patch1: gstreamer010-plugins-ugly-patched.patch +Patch2: gstreamer010-plugins-ugly-dvdnav.patch Url: http://gstreamer.freedesktop.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: GStreamer Streaming-Media Framework Plug-Ins @@ -197,6 +198,7 @@ %if ! 0%{?BUILD_ORIG} %patch1 %endif +%patch2 %build NOCONFIGURE=1 ./autogen.sh @@ -262,6 +264,8 @@ %{_datadir}/gtk-doc/html/gst-plugins-ugly-plugins-%{gst_branch} %changelog +* Thu Jul 31 2008 ro@suse.de +- fix build (wrong include path for dvdnav header) * Tue Apr 08 2008 sbrabec@suse.cz - Updated to version 0.10.7: * Many bug fixes and improvements ++++++ gstreamer010-plugins-ugly-dvdnav.patch ++++++ --- ext/dvdnav/dvdnavsrc.h 2008/07/30 21:57:27 1.1 +++ ext/dvdnav/dvdnavsrc.h 2008/07/30 21:57:40 @@ -24,7 +24,7 @@ #include <dvdread/ifo_read.h> #include <dvdnav/dvdnav.h> -#include <dvdnav/nav_print.h> +#include <dvdread/nav_print.h> #include <gst/gst.h> #include <gst/base/gstpushsrc.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de