libqpe-opie: copy double_name.patch from opie-mediaplayer1
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Wed, 29 Sep 2010 08:17:11 +0000 (12:17 +0400)
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Wed, 29 Sep 2010 08:17:11 +0000 (12:17 +0400)
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
recipes/libqpe/libqpe-opie/double_name.patch [new file with mode: 0644]
recipes/libqpe/libqpe-opie_1.2.4.bb

diff --git a/recipes/libqpe/libqpe-opie/double_name.patch b/recipes/libqpe/libqpe-opie/double_name.patch
new file mode 100644 (file)
index 0000000..ad0eac2
--- /dev/null
@@ -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;
index a1373d3..7c4e231 100644 (file)
@@ -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 \
           "