Mailinglist Archive: opensuse-commit (705 mails)
| < Previous | Next > |
commit gstreamer-plugins
- From: root@xxxxxxx (h_root)
- Date: Fri, 7 Jul 2006 03:43:33 +0200 (CEST)
- Message-id: <20060707014333.872B194295@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gstreamer-plugins
checked in at Fri Jul 7 03:43:31 CEST 2006.
--------
--- GNOME/gstreamer-plugins/gstreamer-plugins.changes 2006-03-09 23:27:01.000000000 +0100
+++ gstreamer-plugins/gstreamer-plugins.changes 2006-07-06 15:54:53.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jul 6 15:54:20 CEST 2006 - jpr@xxxxxxx
+
+- Include additional header to fix build with libdvdread 0.9.6
+
+-------------------------------------------------------------------
New:
----
gstreamer-plugins-libdvd-include.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins.spec ++++++
--- /var/tmp/diff_new_pack.lOuf0X/_old 2006-07-07 03:43:07.000000000 +0200
+++ /var/tmp/diff_new_pack.lOuf0X/_new 2006-07-07 03:43:07.000000000 +0200
@@ -17,7 +17,7 @@
Group: System/GUI/GNOME
Autoreqprov: on
Version: 0.8.11
-Release: 25
+Release: 35
%define gst_branch 0.8
Source: gst-plugins-%{version}.tar.bz2
Source1: modules.list
@@ -26,6 +26,7 @@
Patch4: %{name}-alsa-default.patch
Patch5: %{name}-gst-pad.patch
Patch6: %{name}-alsa-fix.diff
+Patch7: %{name}-libdvd-include.patch
URL: http://gstreamer.freedesktop.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: GStreamer Streaming Media Framework Plug-Ins
@@ -82,6 +83,7 @@
%patch4
%patch5 -p1
%patch6
+%patch7
%build
%{?suse_update_config:%{suse_update_config}}
@@ -469,6 +471,8 @@
# For additional modules, edit modules.list (internal).
%changelog -n gstreamer-plugins
+* Thu Jul 06 2006 - jpr@xxxxxxx
+- Include additional header to fix build with libdvdread 0.9.6
* Thu Mar 09 2006 - bk@xxxxxxx
- Add esound-devel to BuildRequires (was implicily by SDL-devel)
* Sat Feb 25 2006 - aj@xxxxxxx
++++++ gstreamer-plugins-libdvd-include.patch ++++++
--- ext/dvdnav/dvdnavsrc.c
+++ ext/dvdnav/dvdnavsrc.c
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <stdint.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
--- ext/dvdread/dvdreadsrc.c
+++ ext/dvdread/dvdreadsrc.c
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <stdint.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit-help@xxxxxxxxxxxx
| < Previous | Next > |