My favorites | Sign in
Logo
                
Details: Show all Hide all

Last 30 days

  • Nov 19, 2009
    issue 22 (unable to compile phonon-vlc-mplayer from svn) reported by Cougar73   -   What steps will reproduce the problem? 1. svn co svn://anonsvn.kde.org/home/kde/trunk/playground/multimedia/phonon-backends/ 2. cmake . 3. make Using opensuse 10.2 QT 4.5.3 compiling goes fine until i run 'make', then I get the following output and I'm not sure how to solve this one : # cmake . CMake Error: The source directory "/home/pschroll/Download/test" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. linux-15a0:/home/pschroll/Download/test # cd phonon-backends/ linux-15a0:/home/pschroll/Download/test/phonon-backends # cmake . -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - found -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found. -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found. -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - not found. -- Found Qt-Version 4.5.3 -- Found OpenSSL: /usr/lib/libssl.so -- Looking for _POSIX_TIMERS -- Looking for _POSIX_TIMERS - found -- Found Automoc4: /usr/bin/automoc4 -- Performing Test HAVE_FPIE_SUPPORT -- Performing Test HAVE_FPIE_SUPPORT - Success -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success -- Performing Test __KDE_HAVE_GCC_VISIBILITY -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success -- checking for module 'libvlc>=1.0.0' -- found libvlc, version 1.0.3 -- VLC library found -- Found VLC: /usr/include/vlc -- -- Configuring done -- Generating done -- Build files have been written to: /home/pschroll/Download/test/phonon-backends linux-15a0:/home/pschroll/Download/test/phonon-backends # make [ 1%] Generating moc_MPlayerVideoWidget.cxx [ 3%] Generating moc_MyProcess.cxx [ 5%] Generating moc_MPlayerProcess.cxx [ 6%] Generating moc_WidgetNoPaintEvent.cxx Scanning dependencies of target libmplayer [ 8%] Building CXX object mplayer/libmplayer/CMakeFiles/libmplayer.dir/MyProcess.cpp.o [ 10%] Building CXX object mplayer/libmplayer/CMakeFiles/libmplayer.dir/MediaData.cpp.o [ 11%] Building CXX object mplayer/libmplayer/CMakeFiles/libmplayer.dir/MediaSettings.cpp.o [ 13%] Building CXX object mplayer/libmplayer/CMakeFiles/libmplayer.dir/MPlayerVersion.cpp.o In file included from /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerVersion.cpp:23: /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:23:36: error: phonon/phononnamespace.h: No such file or directory In file included from /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerVersion.cpp:23: /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:123: error: ‘Phonon’ has not been declared /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:123: error: ISO C++ forbids declaration of ‘State’ with no type /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:123: error: expected ‘;’ before ‘currentState’ /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:124: error: ‘Phonon’ has not been declared /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:124: error: ISO C++ forbids declaration of ‘State’ with no type /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:124: error: expected ‘;’ before ‘previousState’ /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:153: error: ‘Phonon’ has not been declared /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:153: error: ISO C++ forbids declaration of ‘ErrorType’ with no type /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:153: error: expected ‘;’ before ‘errorType’ /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:164: error: ‘Phonon’ has not been declared /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:164: error: expected ‘,’ or ‘...’ before ‘newState’ /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:360: error: ‘Phonon’ has not been declared /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:360: error: expected ‘,’ or ‘...’ before ‘newState’ /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:370: error: ‘Phonon’ has not been declared /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:370: error: ISO C++ forbids declaration of ‘State’ with no type /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:370: error: expected ‘;’ before ‘_previousState’ /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:373: error: ‘Phonon’ has not been declared /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:373: error: ISO C++ forbids declaration of ‘State’ with no type /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:373: error: expected ‘;’ before ‘_currentState’ /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:379: error: ‘Phonon’ has not been declared /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:379: error: ISO C++ forbids declaration of ‘ErrorType’ with no type /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:379: error: expected ‘;’ before ‘_errorType’ make[2]: *** [mplayer/libmplayer/CMakeFiles/libmplayer.dir/MPlayerVersion.cpp.o] Error 1 make[1]: *** [mplayer/libmplayer/CMakeFiles/libmplayer.dir/all] Error 2 make: *** [all] Error 2 how can i solve this ?
    What steps will reproduce the problem? 1. svn co svn://anonsvn.kde.org/home/kde/trunk/playground/multimedia/phonon-backends/ 2. cmake . 3. make Using opensuse 10.2 QT 4.5.3 compiling goes fine until i run 'make', then I get the following output and I'm not sure how to solve this one : # cmake . CMake Error: The source directory "/home/pschroll/Download/test" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. linux-15a0:/home/pschroll/Download/test # cd phonon-backends/ linux-15a0:/home/pschroll/Download/test/phonon-backends # cmake . -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - found -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found. -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found. -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - not found. -- Found Qt-Version 4.5.3 -- Found OpenSSL: /usr/lib/libssl.so -- Looking for _POSIX_TIMERS -- Looking for _POSIX_TIMERS - found -- Found Automoc4: /usr/bin/automoc4 -- Performing Test HAVE_FPIE_SUPPORT -- Performing Test HAVE_FPIE_SUPPORT - Success -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success -- Performing Test __KDE_HAVE_GCC_VISIBILITY -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success -- checking for module 'libvlc>=1.0.0' -- found libvlc, version 1.0.3 -- VLC library found -- Found VLC: /usr/include/vlc -- -- Configuring done -- Generating done -- Build files have been written to: /home/pschroll/Download/test/phonon-backends linux-15a0:/home/pschroll/Download/test/phonon-backends # make [ 1%] Generating moc_MPlayerVideoWidget.cxx [ 3%] Generating moc_MyProcess.cxx [ 5%] Generating moc_MPlayerProcess.cxx [ 6%] Generating moc_WidgetNoPaintEvent.cxx Scanning dependencies of target libmplayer [ 8%] Building CXX object mplayer/libmplayer/CMakeFiles/libmplayer.dir/MyProcess.cpp.o [ 10%] Building CXX object mplayer/libmplayer/CMakeFiles/libmplayer.dir/MediaData.cpp.o [ 11%] Building CXX object mplayer/libmplayer/CMakeFiles/libmplayer.dir/MediaSettings.cpp.o [ 13%] Building CXX object mplayer/libmplayer/CMakeFiles/libmplayer.dir/MPlayerVersion.cpp.o In file included from /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerVersion.cpp:23: /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:23:36: error: phonon/phononnamespace.h: No such file or directory In file included from /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerVersion.cpp:23: /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:123: error: ‘Phonon’ has not been declared /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:123: error: ISO C++ forbids declaration of ‘State’ with no type /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:123: error: expected ‘;’ before ‘currentState’ /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:124: error: ‘Phonon’ has not been declared /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:124: error: ISO C++ forbids declaration of ‘State’ with no type /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:124: error: expected ‘;’ before ‘previousState’ /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:153: error: ‘Phonon’ has not been declared /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:153: error: ISO C++ forbids declaration of ‘ErrorType’ with no type /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:153: error: expected ‘;’ before ‘errorType’ /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:164: error: ‘Phonon’ has not been declared /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:164: error: expected ‘,’ or ‘...’ before ‘newState’ /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:360: error: ‘Phonon’ has not been declared /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:360: error: expected ‘,’ or ‘...’ before ‘newState’ /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:370: error: ‘Phonon’ has not been declared /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:370: error: ISO C++ forbids declaration of ‘State’ with no type /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:370: error: expected ‘;’ before ‘_previousState’ /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:373: error: ‘Phonon’ has not been declared /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:373: error: ISO C++ forbids declaration of ‘State’ with no type /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:373: error: expected ‘;’ before ‘_currentState’ /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:379: error: ‘Phonon’ has not been declared /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:379: error: ISO C++ forbids declaration of ‘ErrorType’ with no type /home/pschroll/Download/test/phonon-backends/mplayer/libmplayer/MPlayerProcess.h:379: error: expected ‘;’ before ‘_errorType’ make[2]: *** [mplayer/libmplayer/CMakeFiles/libmplayer.dir/MPlayerVersion.cpp.o] Error 1 make[1]: *** [mplayer/libmplayer/CMakeFiles/libmplayer.dir/all] Error 2 make: *** [all] Error 2 how can i solve this ?

Earlier this year

  • Jul 12, 2009
    DesignOverview Wiki page deleted by tkrotoff
  • Jul 12, 2009
    Rationales Wiki page deleted by tkrotoff
  • Jul 12, 2009
    CodeConventions Wiki page deleted by tkrotoff
  • Jul 12, 2009
    FAQ Wiki page deleted by tkrotoff
  • Jul 12, 2009
    Building Wiki page deleted by tkrotoff
  • Jul 11, 2009
    r955 (Add an experimental OSD widget (not yet done)) committed by tkrotoff   -   Add an experimental OSD widget (not yet done)
    Add an experimental OSD widget (not yet done)
  • Jul 11, 2009
    r954 (Add an experimental OSD widget (not yet done)) committed by tkrotoff   -   Add an experimental OSD widget (not yet done)
    Add an experimental OSD widget (not yet done)
  • Jul 03, 2009
    r953 (Move MediaInfoFetcher to its own library and directory Remov...) committed by tkrotoff   -   Move MediaInfoFetcher to its own library and directory Remove some dead code inside MainWindow
    Move MediaInfoFetcher to its own library and directory Remove some dead code inside MainWindow
  • Jul 02, 2009
    r952 (Move MediaInfoFetcher to its own library and directory) committed by tkrotoff   -   Move MediaInfoFetcher to its own library and directory
    Move MediaInfoFetcher to its own library and directory
  • Jul 01, 2009
    r951 (New directory/library mediainfofetcher) committed by tkrotoff   -   New directory/library mediainfofetcher
    New directory/library mediainfofetcher
  • Jul 01, 2009
    r950 (Refactor ContentFetcher and WebBrowser libraries) committed by tkrotoff   -   Refactor ContentFetcher and WebBrowser libraries
    Refactor ContentFetcher and WebBrowser libraries
  • Jun 30, 2009
    r949 (Commit again WikipediaArticle class in order to use MediaWik...) committed by tkrotoff   -   Commit again WikipediaArticle class in order to use MediaWiki API LyricsFetcher now uses lyricwiki.org HTML format instead of just plain text
    Commit again WikipediaArticle class in order to use MediaWiki API LyricsFetcher now uses lyricwiki.org HTML format instead of just plain text
  • Jun 29, 2009
    r948 (Fix Amazon cover art fetching with request signature) committed by tkrotoff   -   Fix Amazon cover art fetching with request signature
    Fix Amazon cover art fetching with request signature
  • Jun 29, 2009
    issue 21 (Pro file for backend only) Status changed by tkrotoff   -  
    Status: Fixed
    Status: Fixed
  • Jun 22, 2009
    r947 (hmac library integration Fix NSIS installer Fix Volume insid...) committed by tkrotoff   -   hmac library integration Fix NSIS installer Fix Volume inside MPlayer backend
    hmac library integration Fix NSIS installer Fix Volume inside MPlayer backend
  • Jun 22, 2009
    quarkplayer-0.2.5-rev946-win32-x86-msvc80-minsizerel.exe (QuarkPlayer-0.2.5 for Windows (Visual C++ 2005)) file uploaded by tkrotoff   -  
    Labels: Featured Type-Installer OpSys-Windows
    Labels: Featured Type-Installer OpSys-Windows
  • Jun 18, 2009
    r946 (Fix Amazon Web Service: add signature to the url since Amazo...) committed by tkrotoff   -   Fix Amazon Web Service: add signature to the url since Amazon will require it in August 2009 Add more multimedia types to FileTypes
    Fix Amazon Web Service: add signature to the url since Amazon will require it in August 2009 Add more multimedia types to FileTypes
  • Jun 17, 2009
    r945 (Bugfix: FindFiles thread with queued connections could lead ...) committed by tkrotoff   -   Bugfix: FindFiles thread with queued connections could lead to some problems
    Bugfix: FindFiles thread with queued connections could lead to some problems
  • Jun 17, 2009
    r944 (Bugfix: FindFiles thread with queued connections could lead ...) committed by tkrotoff   -   Bugfix: FindFiles thread with queued connections could lead to some problems
    Bugfix: FindFiles thread with queued connections could lead to some problems
  • Jun 17, 2009
    r943 (New static library hmac, needed by Amazon Web Service Taken ...) committed by tkrotoff   -   New static library hmac, needed by Amazon Web Service Taken from http://www.ouah.org/ogay/hmac/ See http://en.wikipedia.org/wiki/Hmac
    New static library hmac, needed by Amazon Web Service Taken from http://www.ouah.org/ogay/hmac/ See http://en.wikipedia.org/wiki/Hmac
  • Jun 11, 2009
    r942 (MediaDataWidget.cpp: fix the bitrate string) committed by tkrotoff   -   MediaDataWidget.cpp: fix the bitrate string
    MediaDataWidget.cpp: fix the bitrate string
  • Jun 11, 2009
    r941 (mainwindow plugin: remove addFilesToCurrentPlaylist() signal...) committed by tkrotoff   -   mainwindow plugin: remove addFilesToCurrentPlaylist() signal, not needed anymore
    mainwindow plugin: remove addFilesToCurrentPlaylist() signal, not needed anymore
  • Jun 11, 2009
    r940 (playlist plugin: refactoring + add a new column with icons +...) committed by tkrotoff   -   playlist plugin: refactoring + add a new column with icons + bugfixes
    playlist plugin: refactoring + add a new column with icons + bugfixes
  • Jun 11, 2009
    r939 (Make the Windows shell extension silent when regsvr32 is bei...) committed by tkrotoff   -   Make the Windows shell extension silent when regsvr32 is being called
    Make the Windows shell extension silent when regsvr32 is being called
  • Jun 11, 2009
    r938 (MPlayer backend: use ID_EXIT=EOF in order to detect end of f...) committed by tkrotoff   -   MPlayer backend: use ID_EXIT=EOF in order to detect end of file
    MPlayer backend: use ID_EXIT=EOF in order to detect end of file
  • Jun 11, 2009
    r937 (MediaInfoFetcher.cpp: setBitrate() was not used) committed by tkrotoff   -   MediaInfoFetcher.cpp: setBitrate() was not used
    MediaInfoFetcher.cpp: setBitrate() was not used
  • Jun 11, 2009
    r936 (Patch TagLib to make it compile with QuarkPlayer) committed by tkrotoff   -   Patch TagLib to make it compile with QuarkPlayer
    Patch TagLib to make it compile with QuarkPlayer
  • Jun 11, 2009
    r935 (ConfigWindow.cpp + PluginConfigWidget.cpp: fix a crash when ...) committed by tkrotoff   -   ConfigWindow.cpp + PluginConfigWidget.cpp: fix a crash when deleting the configwindow plugin filebrowser plugin: only show the completeBaseName of a directory filesearch plugin: improve tooltip AboutWindow: show the Qt version used to compile the application
    ConfigWindow.cpp + PluginConfigWidget.cpp: fix a crash when deleting the configwindow plugin filebrowser plugin: only show the completeBaseName of a directory filesearch plugin: improve tooltip AboutWindow: show the Qt version used to compile the application
  • Jun 11, 2009
    r934 (Update ZenLib to latest svn version) committed by tkrotoff   -   Update ZenLib to latest svn version
    Update ZenLib to latest svn version
  • Jun 11, 2009
    r933 (Add more screenshots from other softs for inspiration) committed by tkrotoff   -   Add more screenshots from other softs for inspiration
    Add more screenshots from other softs for inspiration
  • Jun 11, 2009
    r932 (Update TagLib to latest svn revision) committed by tkrotoff   -   Update TagLib to latest svn revision
    Update TagLib to latest svn revision
  • Jun 11, 2009
    r931 (MediaInfo 3rdparty: remove integrated patch) committed by tkrotoff   -   MediaInfo 3rdparty: remove integrated patch
    MediaInfo 3rdparty: remove integrated patch
  • Jun 11, 2009
    r930 (Update MediaInfo to latest svn revision) committed by tkrotoff   -   Update MediaInfo to latest svn revision
    Update MediaInfo to latest svn revision
  • Jun 10, 2009
    r929 (Add ALLOW_MULTIPLE_INSTANCES_KEY config option) committed by tkrotoff   -   Add ALLOW_MULTIPLE_INSTANCES_KEY config option
    Add ALLOW_MULTIPLE_INSTANCES_KEY config option
  • Jun 10, 2009
    r928 (PluginManager.cpp: bugfix, was not loading the plugins with ...) committed by tkrotoff   -   PluginManager.cpp: bugfix, was not loading the plugins with the previous UUID used Config: add ALLOW_MULTIPLE_INSTANCES_KEY
    PluginManager.cpp: bugfix, was not loading the plugins with the previous UUID used Config: add ALLOW_MULTIPLE_INSTANCES_KEY
  • Jun 10, 2009
    r927 (Add some comments to TkTime) committed by tkrotoff   -   Add some comments to TkTime
    Add some comments to TkTime
  • Jun 10, 2009
    r926 (Fix a small bug inside MediaInfoFetcher.cpp when comparing f...) committed by tkrotoff   -   Fix a small bug inside MediaInfoFetcher.cpp when comparing file extensions
    Fix a small bug inside MediaInfoFetcher.cpp when comparing file extensions
  • Jun 10, 2009
    r925 (playlistparser lib: add CUE Sheet playlist format support + ...) committed by tkrotoff   -   playlistparser lib: add CUE Sheet playlist format support + improve the other formats and specially XSPF by adding a QuarkPlayer namespace extension
    playlistparser lib: add CUE Sheet playlist format support + improve the other formats and specially XSPF by adding a QuarkPlayer namespace extension
  • Jun 10, 2009
    r924 (mediainfo lib: add CUE Sheet support) committed by tkrotoff   -   mediainfo lib: add CUE Sheet support
    mediainfo lib: add CUE Sheet support
  • Jun 10, 2009
    r923 (filetypes lib: add CUE sheet support as a playlist format) committed by tkrotoff   -   filetypes lib: add CUE sheet support as a playlist format
    filetypes lib: add CUE sheet support as a playlist format
  • Jun 10, 2009
    r922 (MPlayer backend: fix several bugs: - revert an erroneous bug...) committed by tkrotoff   -   MPlayer backend: fix several bugs: - revert an erroneous bugfix from a previous commit that have added connectAllSignals() and friends - detect MPlayer version only when playing the first file instead of doing it at the application launch time (seems to be faster for the user) - fix titles and chapters for .mkv files, still some bugs due to MPlayer :/ - DVD playback is still buggy due to MPlayer, I still have to find an elegant solution to this problem
    MPlayer backend: fix several bugs: - revert an erroneous bugfix from a previous commit that have added connectAllSignals() and friends - detect MPlayer version only when playing the first file instead of doing it at the application launch time (seems to be faster for the user) - fix titles and chapters for .mkv files, still some bugs due to MPlayer :/ - DVD playback is still buggy due to MPlayer, I still have to find an elegant solution to this problem
  • Jun 10, 2009
    issue 21 (Pro file for backend only) commented on by legars2101   -   Hi, PHONON_MPLAYER_DIR and LIBMPLAYER_DIR are defined only to match with other Qt's backends .pro files...
    Hi, PHONON_MPLAYER_DIR and LIBMPLAYER_DIR are defined only to match with other Qt's backends .pro files...
  • Jun 09, 2009
    r921 (Oups... this patch should be kept) committed by tkrotoff   -   Oups... this patch should be kept
    Oups... this patch should be kept
  • Jun 09, 2009
    r920 (Remove old patches) committed by tkrotoff   -   Remove old patches
    Remove old patches
  • Jun 09, 2009
    r919 (Apply extended_chapters_titles.patch) committed by tkrotoff   -   Apply extended_chapters_titles.patch
    Apply extended_chapters_titles.patch
  • Jun 08, 2009
    r918 (Update languages list from Wikipedia) committed by tkrotoff   -   Update languages list from Wikipedia
    Update languages list from Wikipedia
  • Jun 06, 2009
    issue 20 (Compilation error while compiling rev152 under Ubuntu 9.04) changed by tkrotoff   -   Hello QConcurrent was introduced with Qt 4.4 cf http://doc.trolltech.com/main-snapshot/qtconcurrent.html Are you sure you're using a recent version of Qt? Try to add message(STATUS "Qt Directory: ${QT_BINARY_DIR}") inside the root CMakeLists.txt and see which Qt directory is used. Revision 152 is very old, I recommend to use latest trunk. For the VLC backend you can find it inside KDE svn under playground.
    Summary: Compilation error while compiling rev152 under Ubuntu 9.04
    Status: Accepted
    Hello QConcurrent was introduced with Qt 4.4 cf http://doc.trolltech.com/main-snapshot/qtconcurrent.html Are you sure you're using a recent version of Qt? Try to add message(STATUS "Qt Directory: ${QT_BINARY_DIR}") inside the root CMakeLists.txt and see which Qt directory is used. Revision 152 is very old, I recommend to use latest trunk. For the VLC backend you can find it inside KDE svn under playground.
    Summary: Compilation error while compiling rev152 under Ubuntu 9.04
    Status: Accepted
  • Jun 06, 2009
    issue 21 (Pro file for backend only) Status changed by tkrotoff   -   Hello Thanks for the .pro file. I've commited it, see http://code.google.com/p/phonon-vlc-mplayer/source/detail?r=917 Just a question: why do you define PHONON_MPLAYER_DIR and LIBMPLAYER_DIR ? Why not simply write MPlayerProcess.h \ libmplayer/Backend.h \ I've tested with VC++ and works fine Merci
    Status: Accepted
    Hello Thanks for the .pro file. I've commited it, see http://code.google.com/p/phonon-vlc-mplayer/source/detail?r=917 Just a question: why do you define PHONON_MPLAYER_DIR and LIBMPLAYER_DIR ? Why not simply write MPlayerProcess.h \ libmplayer/Backend.h \ I've tested with VC++ and works fine Merci
    Status: Accepted
  • Jun 06, 2009
    r917 (Issue 21: add .pro file for MPlayer backend) committed by tkrotoff   -   Issue 21 : add .pro file for MPlayer backend
    Issue 21 : add .pro file for MPlayer backend
 
Hosted by Google Code