[packages/gstreamer0.10-plugins-ugly] - fix paths to amr includes - rel 3

baggins baggins at pld-linux.org
Thu Oct 25 13:02:44 CEST 2012


commit 5d83a6c43ea8d56c92f039f9aee46dcbb8909732
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Oct 25 13:02:31 2012 +0200

    - fix paths to amr includes
    - rel 3

 amr-includes.patch              | 35 +++++++++++++++++++++++++++++++++++
 gstreamer0.10-plugins-ugly.spec |  4 +++-
 2 files changed, 38 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer0.10-plugins-ugly.spec b/gstreamer0.10-plugins-ugly.spec
index c1b5bad..85982a5 100644
--- a/gstreamer0.10-plugins-ugly.spec
+++ b/gstreamer0.10-plugins-ugly.spec
@@ -14,11 +14,12 @@ Summary:	Ugly GStreamer Streaming-media framework plugins
 Summary(pl.UTF-8):	Brzydkie wtyczki do środowiska obróbki strumieni GStreamer
 Name:		gstreamer0.10-plugins-ugly
 Version:	0.10.19
-Release:	2
+Release:	3
 License:	LGPL v2+
 Group:		Libraries
 Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-ugly/%{gstname}-%{version}.tar.xz
 # Source0-md5:	ba26045c8c8c91f0d48d327ccf53ac0c
+Patch0:		amr-includes.patch
 URL:		http://gstreamer.freedesktop.org/
 BuildRequires:	autoconf >= 2.60
 BuildRequires:	automake >= 1:1.10
@@ -212,6 +213,7 @@ Wtyczka do GStreamera kodująca przy użyciu biblioteki x264.
 
 %prep
 %setup -q -n %{gstname}-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/amr-includes.patch b/amr-includes.patch
new file mode 100644
index 0000000..e4e45ff
--- /dev/null
+++ b/amr-includes.patch
@@ -0,0 +1,35 @@
+--- gst-plugins-ugly-0.10.19/ext/amrnb/amrnbenc.h~	2011-12-30 18:40:45.000000000 +0100
++++ gst-plugins-ugly-0.10.19/ext/amrnb/amrnbenc.h	2012-10-25 12:56:50.345455046 +0200
+@@ -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
+--- gst-plugins-ugly-0.10.19/ext/amrnb/amrnbdec.h~	2011-12-30 18:40:45.000000000 +0100
++++ gst-plugins-ugly-0.10.19/ext/amrnb/amrnbdec.h	2012-10-25 12:56:44.808788574 +0200
+@@ -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
+ 
+--- gst-plugins-ugly-0.10.19/ext/amrwbdec/amrwbdec.h~	2011-12-30 18:40:45.000000000 +0100
++++ gst-plugins-ugly-0.10.19/ext/amrwbdec/amrwbdec.h	2012-10-25 12:57:30.518786962 +0200
+@@ -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
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gstreamer0.10-plugins-ugly.git/commitdiff/5d83a6c43ea8d56c92f039f9aee46dcbb8909732



More information about the pld-cvs-commit mailing list