~ubuntu-branches/ubuntu/trusty/phonon-backend-vlc/trusty-updates

« back to all changes in this revision

Viewing changes to src/streamreader.h

  • Committer: Package Import Robot
  • Author(s): Modestas Vainius, Pino Toscano, Modestas Vainius
  • Date: 2013-11-05 13:11:51 UTC
  • mfrom: (1.4.3)
  • Revision ID: package-import@ubuntu.com-20131105131151-8gg32rw6ewf0zvx7
Tags: 0.7.0-1
* New upstream release.
* Team upload.

[ Pino Toscano ]
* Bump the debhelper compatibility to 9:
  - bump compat to 9
  - bump the debhelper build dependency to >= 9
* Update Vcs-* headers.
* Fix watch file.
* Convert to multiarch:
  - install the plugin in a multiarch location
  - mark all the packages as Multi-Arch: same
  - add ${misc:Pre-Depends} in phonon-backend-vlc

[ Modestas Vainius ]
* Require phonon 4.7.0(.0).
* Bump Standards-Version to 3.9.5: no further changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    Copyright (C) 2007-2008 Tanguy Krotoff <tkrotoff@gmail.com>
3
3
    Copyright (C) 2008 Lukas Durfina <lukas.durfina@gmail.com>
4
4
    Copyright (C) 2009 Fathi Boudra <fabo@kde.org>
5
 
    Copyright (C) 2009-2011 vlc-phonon AUTHORS
 
5
    Copyright (C) 2009-2011 vlc-phonon AUTHORS <kde-multimedia@kde.org>
6
6
 
7
7
    This library is free software; you can redistribute it and/or
8
8
    modify it under the terms of the GNU Lesser General Public
59
59
    Q_OBJECT
60
60
    Q_INTERFACES(Phonon::StreamInterface)
61
61
public:
62
 
    StreamReader(MediaObject *parent);
 
62
    explicit StreamReader(MediaObject *parent);
63
63
    ~StreamReader();
64
64
 
65
65
    void addToMedia(Media *media);