~ubuntu-branches/ubuntu/wily/xmms2/wily

« back to all changes in this revision

Viewing changes to src/clients/lib/perl/typemap

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2008-07-04 16:23:34 UTC
  • mfrom: (1.1.5 upstream) (6.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080704162334-b3esbkcapt8wbrk4
Tags: 0.5DrLecter-2ubuntu1
* Merge from debian unstable (LP: #241098), remaining changes:
  + debian/control:
    + Update Maintainer field
    + add lpia to xmms2-plugin-alsa supported architectures
    + Added liba52-0.7.4-dev to build depends
  + debian/rules: Added patch, patch-stamp and unpatch
  + changed 01_gcc4.3.patch:
    + src/include/xmmsclient/xmmsclient++/helpers.h: Added #include <climits>
* New upstream relase fixes LP: #212566, #222341

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
perl_xmmsclient_collection_order_t      PERL_XMMSCLIENT_COLLECTION_ORDER_T
14
14
perl_xmmsclient_playlist_t *    PERL_XMMSCLIENT_PLAYLIST_T
15
15
 
 
16
xmmsc_result_t_PlaybackStatus * XMMSC_RESULT_T_OVERLOAD
 
17
xmmsc_result_t_MediainfoReaderStatus *  XMMSC_RESULT_T_OVERLOAD
 
18
xmmsc_result_t_PlaylistChanged *        XMMSC_RESULT_T_OVERLOAD
 
19
xmmsc_result_t_MedialibEntryStatus *    XMMSC_RESULT_T_OVERLOAD
 
20
 
16
21
OUTPUT
17
22
 
18
23
XMMSC_CONNECTION_T
28
33
XMMSC_RESULT_T
29
34
        $arg = perl_xmmsclient_new_sv_from_ptr ($var, \"Audio::XMMSClient::Result\");
30
35
 
 
36
XMMSC_RESULT_T_OVERLOAD
 
37
        $arg = perl_xmmsclient_new_sv_from_ptr ($var, \"Audio::XMMSClient::Result::${ ($type =~ /xmmsc_result_t_(\S+)/, \"$1") }\");
 
38
 
31
39
XMMS_RESULT_TYPE_T
32
40
        {
33
41
                $arg = newSVpv (\"unknown\", 0);
136
144
 
137
145
                if (strcmp (plugin_type, \"output\") == 0) {
138
146
                        $var = XMMS_PLUGIN_TYPE_OUTPUT;
139
 
                } else if (strcmp (plugin_type, \"playlist\") == 0) {
140
 
                        $var = XMMS_PLUGIN_TYPE_PLAYLIST;
141
 
                } else if (strcmp (plugin_type, \"effect\") == 0) {
142
 
                        $var = XMMS_PLUGIN_TYPE_EFFECT;
143
147
                } else if (strcmp (plugin_type, \"xform\") == 0) {
144
148
                        $var = XMMS_PLUGIN_TYPE_XFORM;
145
149
                } else if (strcmp (plugin_type, \"all\") == 0) {