Hello community, here is the log from the commit of package gstreamer-0_10-plugins-ugly for openSUSE:Factory checked in at 2012-03-09 21:23:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-ugly (Old) and /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-ugly.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-0_10-plugins-ugly", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-ugly/gstreamer-0_10-plugins-ugly.changes 2012-02-23 15:33:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-ugly.new/gstreamer-0_10-plugins-ugly.changes 2012-03-09 21:23:28.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Mar 1 12:49:00 UTC 2012 - [email protected] + +- Fix build with opencore-amr 0.1.3 + +------------------------------------------------------------------- New: ---- gstreamer-0_10-plugins-ugly-0.10.19-opencore_amr_0_1_3.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gstreamer-0_10-plugins-ugly.spec ++++++ --- /var/tmp/diff_new_pack.Vo7EXK/_old 2012-03-09 21:23:31.000000000 +0100 +++ /var/tmp/diff_new_pack.Vo7EXK/_new 2012-03-09 21:23:31.000000000 +0100 @@ -38,6 +38,8 @@ Source: %{_name}-%{version}-patched.tar.xz %endif Source1: %{name}-patch-source.sh +# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-ugly-0.10.19-opencore_amr_0_1_3.patch bgo#671123 [email protected] -- Fix build with opencore-amr 0.1.3 +Patch0: gstreamer-0_10-plugins-ugly-0.10.19-opencore_amr_0_1_3.patch # PATCH-FEATURE-OPENSUSE gstreamer010-plugins-ugly-patched.patch -- Disable plugins that can't be distributed by openSUSE Patch1: gstreamer010-plugins-ugly-patched.patch BuildRequires: gcc-c++ @@ -159,6 +161,7 @@ %lang_package %prep %setup -q -n %{_name}-%{version} +%patch0 %if ! 0%{?BUILD_ORIG} %patch1 %endif ++++++ gstreamer-0_10-plugins-ugly-0.10.19-opencore_amr_0_1_3.patch ++++++ Index: ext/amrnb/amrnbdec.h =================================================================== --- ext/amrnb/amrnbdec.h.orig +++ ext/amrnb/amrnbdec.h @@ -22,7 +22,7 @@ #include <gst/gst.h> #include <gst/audio/gstaudiodecoder.h> -#include <interf_dec.h> +#include <opencore-amrnb/interf_dec.h> G_BEGIN_DECLS Index: ext/amrnb/amrnbenc.h =================================================================== --- ext/amrnb/amrnbenc.h.orig +++ ext/amrnb/amrnbenc.h @@ -21,7 +21,7 @@ #define __GST_AMRNBENC_H__ #include <gst/gst.h> -#include <interf_enc.h> +#include <opencore-amrnb/interf_enc.h> #include <gst/audio/gstaudioencoder.h> G_BEGIN_DECLS Index: ext/amrwbdec/amrwbdec.h =================================================================== --- ext/amrwbdec/amrwbdec.h.orig +++ ext/amrwbdec/amrwbdec.h @@ -22,8 +22,8 @@ #include <gst/gst.h> #include <gst/audio/gstaudiodecoder.h> -#include <dec_if.h> -#include <if_rom.h> +#include <opencore-amrwb/dec_if.h> +#include <opencore-amrwb/if_rom.h> G_BEGIN_DECLS -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
