~ubuntu-branches/debian/sid/smplayer/sid

« back to all changes in this revision

Viewing changes to src/mplayerprocess.h

  • Committer: Bazaar Package Importer
  • Author(s): Matvey Kozhev
  • Date: 2008-01-31 13:44:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080131134453-nc4dwsn5pkiw5s9h
Tags: 0.6.0~rc1-1
* New upstream release.
* debian/control:
  - Build-depend on CDBS.
  - Updated upstream homepage.
* debian/copyright:
  - Updated download address.
* debian/rules:
  - Migrated to CDBS.
  - Tweaked get-orig-source to work with release candidates.
* debian/docs:
  - Removed Translations.txt, upstream removed it from the tarball.
  - Added Release_notes.txt.
* debian/manpages, debian/smplayer.1:
  - Deleted, manpage merged upstream.
* debian/smplayer.install:
  - Install usr/share/man.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*  smplayer, GUI front-end for mplayer.
2
 
    Copyright (C) 2007 Ricardo Villalba <rvm@escomposlinux.org>
 
2
    Copyright (C) 2006-2008 Ricardo Villalba <rvm@escomposlinux.org>
3
3
 
4
4
    This program is free software; you can redistribute it and/or modify
5
5
    it under the terms of the GNU General Public License as published by
38
38
 
39
39
        MediaData mediaData() { return md; };
40
40
 
41
 
        int mplayerVersion() { return mplayer_svn; };
42
 
        bool isMplayerAtLeast(int svn_revision);
43
 
 
44
41
signals:
45
42
        void processExited();
46
43
        void lineAvailable(QString line);
64
61
 
65
62
        void receivedStreamTitleAndUrl(QString,QString);
66
63
 
 
64
        void failedToParseMplayerVersion(QString line_with_mplayer_version);
 
65
 
67
66
protected slots:
68
67
        void parseLine(QByteArray ba);
69
68
        void processFinished();