[oe-commits] Dmitry Eremin-Solenikov : libqpe-opie: copy double_name. patch from opie-mediaplayer1

git version control git at git.openembedded.org
Wed Sep 29 10:03:10 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fe3c6c50f7cec3bd30d7b962a22bd473b9c65c0a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fe3c6c50f7cec3bd30d7b962a22bd473b9c65c0a

Author: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Date:   Wed Sep 29 12:17:11 2010 +0400

libqpe-opie: copy double_name.patch from opie-mediaplayer1

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>

---

 recipes/libqpe/libqpe-opie/double_name.patch |   11 +++++++++++
 recipes/libqpe/libqpe-opie_1.2.4.bb          |    3 ++-
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/recipes/libqpe/libqpe-opie/double_name.patch b/recipes/libqpe/libqpe-opie/double_name.patch
new file mode 100644
index 0000000..ad0eac2
--- /dev/null
+++ b/recipes/libqpe/libqpe-opie/double_name.patch
@@ -0,0 +1,11 @@
+--- library/mediaplayerplugininterface.h	3 Mar 2002 17:13:17 -0000	1.5
++++ library/mediaplayerplugininterface.h	4 Oct 2008 16:45:38 -0000	1.6
+@@ -65,7 +65,7 @@
+     virtual int audioSamples( int stream ) = 0;
+     virtual bool audioSetSample( long sample, int stream ) = 0;
+     virtual long audioGetSample( int stream ) = 0;
+-    virtual bool audioReadSamples( short *samples, int channels, long samples, long& samplesRead, int stream ) = 0;
++    virtual bool audioReadSamples( short *output, int channels, long samples, long& samplesRead, int stream ) = 0;
+ 
+     // If decoder doesn't support video then return 0 here
+     virtual int videoStreams() = 0;
diff --git a/recipes/libqpe/libqpe-opie_1.2.4.bb b/recipes/libqpe/libqpe-opie_1.2.4.bb
index a1373d3..7c4e231 100644
--- a/recipes/libqpe/libqpe-opie_1.2.4.bb
+++ b/recipes/libqpe/libqpe-opie_1.2.4.bb
@@ -1,6 +1,6 @@
 require ${PN}.inc
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}"
 
 SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \
@@ -9,5 +9,6 @@ SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \
            file://citytime-path-2.patch \
            file://no-include-pro.patch \
            file://unhide_lnkproperties_destructor.patch \
+	   file://double_name.patch \
           "
 





More information about the Openembedded-commits mailing list