[SOLVED] Please help me compile pirateplayer

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

[SOLVED] Please help me compile pirateplayer

Postby morgano » Apr 9th, '13, 19:06

I have been recommended this program, but need help compiling it
Despite the name the program is intended for private (OK to law) (not pirate) downloading.
(I have tried other solutions but fail, except possibly a commercial program that is for MSwin olny and crash under wine...)

Source is at https://github.com/jackuess/pirateplayer
I grabbed and unpacked the zip.
I do not understand exactly how to do. there is no configure script. they recommend to use qmake. Should I do that, and using wich package?

I use KDE.
Last edited by morgano on Apr 9th, '13, 23:39, edited 2 times in total.
At home & work Mandriva since 2006, Mageia 2011. Thinkpad T40, T43, T60, T400, T510, Dell M4400, M6300, Acer Aspire 7. Workstation using LVM, LUKS, VirtualBox, BOINC
morgano
 
Posts: 1492
Joined: Jun 15th, '11, 17:51
Location: Kivik, Sweden

Re: Please help me compile pirateplayer

Postby doktor5000 » Apr 9th, '13, 20:11

morgano wrote:I do not understand exactly how to do. there is no configure script. they recommend to use qmake. Should I do that, and using whick package?

Did you check the README.md? Has clear instructions:
[doktor5000@Mageia2 pirateplayer-master]$ cat README.md
Pirateplayer
============

Build instructions
-------------------

Pirateplayer depends upon [Qt4](http://qt.digia.com/), [Qt Desktop Components](http://qt-project.org/wiki/QtDesktopComponents),
[librtmp](http://rtmpdump.mplayerhq.hu/),
[libarchive](http://libarchive.github.com/), [libtidy-html5](http://github.com/w3c/tidy-html5), [Ffmpeg](http://ffmpeg.org/) and the [Pirateplay.se API](http://pirateplay.se/api/manual.html).

### Unix/Linux:

1. Run 'qmake' (optionally 'qmake PREFIX=yourdir' for custom prefix [default: /usr/local/]).
2. Run 'make'.
3. Optionally run 'make clean' to remove files created during compilation.
4. Run 'make install' as root to install and you're done! To uninstall: run 'make uninstall' as root.


To find the package which contains qmake is a bit tricky, at least if you only look at the files if you have it already installed:
Code: Select all
[doktor5000@Mageia2 pirateplayer-master]$ which qmake
/usr/bin/qmake
[doktor5000@Mageia2 pirateplayer-master]$ rpm -qf /usr/bin/qmake
file /usr/bin/qmake is not owned by any package
[doktor5000@Mageia2 pirateplayer-master]$ ls -al /usr/bin/qmake
lrwxrwxrwx 1 root root 23 Aug  5  2012 /usr/bin/qmake -> /etc/alternatives/qmake*
[doktor5000@Mageia2 pirateplayer-master]$ sudo update-alternatives --list qmake
/usr/lib64/qt4/bin/qmake

But you could have easily found the package you need via urpmf (the sort -u is only to filter duplicate lines)
Code: Select all
[doktor5000@Mageia2 pirateplayer-master]$ urpmf bin/qmake | sort -u
lib64qt4-devel:/usr/lib64/qt4/bin/qmake
libqt4-devel:/usr/lib/qt4/bin/qmake


And to show you the build itself, and how to fix missing requirements in the process:

[doktor5000@Mageia2 pirateplayer-master]$ qmake
[doktor5000@Mageia2 pirateplayer-master]$ make
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o download.o src/network/download.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o systemdownload.o src/network/systemdownload.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o piratenetworkaccessmanager.o src/network/piratenetworkaccessmanager.cpp
In file included from src/network/piratenetworkaccessmanager.cpp:6:0:
src/network/tidynetworkreply.h:6:18: fatal error: tidy.h: No such file or directory
compilation terminated.
make: *** [piratenetworkaccessmanager.o] Error 1


Find the package containing the missing file, install it and try again:
[doktor5000@Mageia2 pirateplayer-master]$ urpmf tidy.h | sort -u
lib64tidy-devel:/usr/include/tidy.h
libtidy-devel:/usr/include/tidy.h
php-manual-en:/usr/share/doc/php-manual-en/book.tidy.html
php-manual-en:/usr/share/doc/php-manual-en/class.tidy.html
php-manual-en:/usr/share/doc/php-manual-en/intro.tidy.html
php-manual-en:/usr/share/doc/php-manual-en/ref.tidy.html
php-manual-en:/usr/share/doc/php-manual-en/tidy.head.html
php-manual-en:/usr/share/doc/php-manual-en/tidy.html.html
tidy:/usr/share/doc/tidy/tidy-help.xml
[doktor5000@Mageia2 pirateplayer-master]$ sudo urpmi lib64tidy-devel


ftp://ftp.nluug.nl/pub/os/Linux/distr/m ... x86_64.rpm
installing lib64tidy-devel-20090904-3.mga1.x86_64.rpm from /var/cache/urpmi/rpms
Preparing... #####################################################################################################################################
1/1: lib64tidy-devel #####################################################################################################################################
[doktor5000@Mageia2 pirateplayer-master]$ make
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o piratenetworkaccessmanager.o src/network/piratenetworkaccessmanager.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o piratenetworkreply.o src/network/piratenetworkreply.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o rtmpsession.o src/network/rtmpsession.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o downloadlistmodel.o src/network/downloadlistmodel.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o tidynetworkreply.o src/network/tidynetworkreply.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o tempplayer.o src/network/tempplayer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o myqmlapplicationviewer.o src/gui/myqmlapplicationviewer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o pirateplayerdesktopviewer.o src/gui/pirateplayerdesktopviewer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o maingui.o src/gui/maingui.cpp
In file included from src/gui/maingui.h:5:0,
from src/gui/maingui.cpp:1:
src/gui/../extra/archiveextractor.h:8:21: fatal error: archive.h: No such file or directory
compilation terminated.
make: *** [maingui.o] Error 1


Searching for the missing file archive.h is a bit more difficult, as that is quite a generic name, and yields
many results via urpmf archive.h. So i'm filtering for /archive.h at the end of the line via grep.

[doktor5000@Mageia2 pirateplayer-master]$ urpmf archive.h | grep -E \/archive.h$
lib64git-devel:/usr/include/git/archive.h
lib64wxgtku2.8-devel:/usr/include/wx-2.8/wx/archive.h
lib64archive-devel:/usr/include/archive.h
lib64git-devel:/usr/include/git/archive.h
libgit-devel:/usr/include/git/archive.h
libwxgtku2.8-devel:/usr/include/wx-2.8/wx/archive.h
libarchive-devel:/usr/include/archive.h
libgit-devel:/usr/include/git/archive.h


Otherwise, rinse & repeat until completion and then install it:

Code: Select all
[doktor5000@Mageia2 pirateplayer-master]$ sudo urpmi lib64archive-devel


    ftp://ftp.nluug.nl/pub/os/Linux/distr/mageia/distrib/2/x86_64/media/core/release/lib64archive-devel-3.0.3-1.mga2.x86_64.rpm
installing lib64archive-devel-3.0.3-1.mga2.x86_64.rpm from /var/cache/urpmi/rpms                                                                                       
Preparing...                     #####################################################################################################################################
      1/1: lib64archive-devel    #####################################################################################################################################
[doktor5000@Mageia2 pirateplayer-master]$ make
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o maingui.o src/gui/maingui.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o archiveextractor.o src/extra/archiveextractor.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o pirateplayercontext.o src/pirateplayercontext.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o main.o src/main.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o mediaplayerinterface.o src/mediaplayerinterface.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o qmlapplicationviewer.o qmlapplicationviewer/qmlapplicationviewer.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. src/network/download.h -o moc_download.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o moc_download.o moc_download.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. src/network/systemdownload.h -o moc_systemdownload.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o moc_systemdownload.o moc_systemdownload.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. src/network/piratenetworkreply.h -o moc_piratenetworkreply.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o moc_piratenetworkreply.o moc_piratenetworkreply.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. src/network/piratenetworkaccessmanager.h -o moc_piratenetworkaccessmanager.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o moc_piratenetworkaccessmanager.o moc_piratenetworkaccessmanager.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. src/network/rtmpsession.h -o moc_rtmpsession.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o moc_rtmpsession.o moc_rtmpsession.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. src/network/downloadlistmodel.h -o moc_downloadlistmodel.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o moc_downloadlistmodel.o moc_downloadlistmodel.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. src/network/tidynetworkreply.h -o moc_tidynetworkreply.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o moc_tidynetworkreply.o moc_tidynetworkreply.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. src/network/tempplayer.h -o moc_tempplayer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o moc_tempplayer.o moc_tempplayer.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. src/gui/myqmlapplicationviewer.h -o moc_myqmlapplicationviewer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o moc_myqmlapplicationviewer.o moc_myqmlapplicationviewer.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. src/gui/pirateplayerdesktopviewer.h -o moc_pirateplayerdesktopviewer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o moc_pirateplayerdesktopviewer.o moc_pirateplayerdesktopviewer.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. src/gui/maingui.h -o moc_maingui.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o moc_maingui.o moc_maingui.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. src/extra/archiveextractor.h -o moc_archiveextractor.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o moc_archiveextractor.o moc_archiveextractor.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. src/pirateplayercontext.h -o moc_pirateplayercontext.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o moc_pirateplayercontext.o moc_pirateplayercontext.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. src/mediaplayerinterface.h -o moc_mediaplayerinterface.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o moc_mediaplayerinterface.o moc_mediaplayerinterface.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. qmlapplicationviewer/qmlapplicationviewer.h -o moc_qmlapplicationviewer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o moc_qmlapplicationviewer.o moc_qmlapplicationviewer.cpp
/usr/lib64/qt4/bin/rcc -name resources resources.qrc -o qrc_resources.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I/usr/include -I/usr/include/QtMobility -I. -o qrc_resources.o qrc_resources.cpp
g++ -Wl,-O1 -Wl,-rpath,/usr/lib64 -o pirateplayer download.o systemdownload.o piratenetworkaccessmanager.o piratenetworkreply.o rtmpsession.o downloadlistmodel.o tidynetworkreply.o tempplayer.o myqmlapplicationviewer.o pirateplayerdesktopviewer.o maingui.o archiveextractor.o pirateplayercontext.o main.o mediaplayerinterface.o qmlapplicationviewer.o moc_download.o moc_systemdownload.o moc_piratenetworkreply.o moc_piratenetworkaccessmanager.o moc_rtmpsession.o moc_downloadlistmodel.o moc_tidynetworkreply.o moc_tempplayer.o moc_myqmlapplicationviewer.o moc_pirateplayerdesktopviewer.o moc_maingui.o moc_archiveextractor.o moc_pirateplayercontext.o moc_mediaplayerinterface.o moc_qmlapplicationviewer.o qrc_resources.o    -L/usr/lib64 -larchive -lrtmp -ltidy -L/usr/lib64 -lQtDeclarative -lQtScript -lQtSvg -L/usr/lib -lQtSql -lQtXmlPatterns -lQtGui -lQtNetwork -lQtCore -lpthread
[doktor5000@Mageia2 pirateplayer-master]$ sudo make install
install -m 755 -p "pirateplayer" "/usr/local/bin/pirateplayer"
strip "/usr/local/bin/pirateplayer"
install -m 644 -p /home/doktor5000/pirateplayer-master/pirateplayer.desktop /usr/local/share/applications/
install -m 644 -p /home/doktor5000/pirateplayer-master/data/pirateplayer.svg /usr/local/share/icons/hicolor/scalable/apps/
install -m 644 -p /home/doktor5000/pirateplayer-master/data/16x16/pirateplayer.png /usr/local/share/icons/hicolor/16x16/apps/
install -m 644 -p /home/doktor5000/pirateplayer-master/data/32x32/pirateplayer.png /usr/local/share/icons/hicolor/32x32/apps/
install -m 644 -p /home/doktor5000/pirateplayer-master/data/48x48/pirateplayer.png /usr/local/share/icons/hicolor/48x48/apps/
install -m 644 -p /home/doktor5000/pirateplayer-master/data/64x64/pirateplayer.png /usr/local/share/icons/hicolor/64x64/apps/
install -m 644 -p /home/doktor5000/pirateplayer-master/data/128x128/pirateplayer.png /usr/local/share/icons/hicolor/128x128/apps/
install -m 644 -p /home/doktor5000/pirateplayer-master/data/256x256/pirateplayer.png /usr/local/share/icons/hicolor/256x256/apps/
install -m 644 -p /home/doktor5000/pirateplayer-master/data/512x512/pirateplayer.png /usr/local/share/icons/hicolor/512x512/apps/

Then run it :)

If you have any more questions don't hesitate to ask :D
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18058
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Please help me compile pirateplayer

Postby morgano » Apr 9th, '13, 22:18

Wow, thank you for the quick and exhaustive reply! :D
pirateplayer is now installed.
Worked perfectly, only difference is i needed to find one more .h file, and found it.
Upon running it say 'module "QtDesktop" is not installed' and that i believe is "Qt Desktop Components" the readme told it depends on.
I do not find it packaged for mageia, so next to do is compile that, and now i think i know how :)
http://qt-project.org/wiki/QtDesktopComponents

Thanks again, doc!
At home & work Mandriva since 2006, Mageia 2011. Thinkpad T40, T43, T60, T400, T510, Dell M4400, M6300, Acer Aspire 7. Workstation using LVM, LUKS, VirtualBox, BOINC
morgano
 
Posts: 1492
Joined: Jun 15th, '11, 17:51
Location: Kivik, Sweden

Re: Please help me compile pirateplayer

Postby doktor5000 » Apr 9th, '13, 22:47

Yes, i've asked our KDE maintainers about it, and they told me they have started to package it, but it's not uploaded yet.
Seems like this would also need qt 5.1 directly from GIT :/
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18058
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Please help me compile pirateplayer

Postby morgano » Apr 9th, '13, 23:10

I just downloaded and packed up the Qt4 branch: http://qt.gitorious.org/qt/qtquickcontr ... arball/qt4, go into unpacked folder, qmake, make, sudo make install, done ;)
Downloading right now from urplay, will see tomorrow if there is a result.
The video is about combat between virus and human cell, with amazing animations of many nano "macines" inside the cell.
Looks like the best sci-fi interstellar combat i have seen, but this is for real and happens inside you in millions of places right now!
http://urplay.se/Produkter/175141-Cellens-sista-strid
At home & work Mandriva since 2006, Mageia 2011. Thinkpad T40, T43, T60, T400, T510, Dell M4400, M6300, Acer Aspire 7. Workstation using LVM, LUKS, VirtualBox, BOINC
morgano
 
Posts: 1492
Joined: Jun 15th, '11, 17:51
Location: Kivik, Sweden

Re: Please help me compile pirateplayer

Postby morgano » Apr 9th, '13, 23:14

Wow i worked. Already downloaded. But that is because I got a low resolution version. Very good anyway. Hooray!! Bedtime.
At home & work Mandriva since 2006, Mageia 2011. Thinkpad T40, T43, T60, T400, T510, Dell M4400, M6300, Acer Aspire 7. Workstation using LVM, LUKS, VirtualBox, BOINC
morgano
 
Posts: 1492
Joined: Jun 15th, '11, 17:51
Location: Kivik, Sweden

pirateplayer not finding qtquickcontrols on Mageia4

Postby morgano » Feb 17th, '14, 02:42

Update: now on Mageia 4. Pirateplayer 0.5.0 from http://pirateplay.se/ itself is no problem to get and compile:
Code: Select all
$ wget https://github.com/jackuess/pirateplayer/archive/v0.5.0.zip -O pirateplayer-0.5.0.zip
unpack, go into dir. Read README.md and copy the .desktop file to desktop.
To get to know what you need read Doctors comprehensive instruction above. Effectively i did:
Code: Select all
# urpmi lib64qt4-devel gcc-c++ lib64rtmp-devel lib64tidy-devel lib64archive-devel
§ qmake
$ make
$ make clean
# make install
$ pirateplayer
file:///home/sparas/.local/share/data/pirateplay/pirateplayer/gui/main.qml:2:1: module "QtDesktop" is not installed
     import QtDesktop 0.1
Good so far, it is known it need "Qt Desktop Components", which http://qt-project.org/wiki/QtDesktopComponents say nowadays is called "Qt Quick Controls" Apparently mga4 have it packaged:
Code: Select all
# urpmi qtquickcontrols5
Problem: pirateplayer still do not find it.
For a shot in the dark i also installed qt-designer with many dependencies, but the result is the same.
So i wonder if that is a problem with qtquickcontrols5 package or pirateplayer just not finding it?

I also tried compiling the source from qt-project, but get
Code: Select all
qt-qtquickcontrols-5.2]$ qmake
/home/sparas/Hämtningar/qt-qtquickcontrols-5.2/qtquickcontrols.pro:1: Unknown test function: qtHaveModule
WARNING: /home/sparas/Hämtningar/qt-qtquickcontrols-5.2/qtquickcontrols.pro:4: Unable to find file for inclusion qt_parts
I have no idea what qtHaveModule is, and i see /usr/lib64/qt5/mkspecs/features/qt_parts.prf exists.

I see here is a mix of qt4 (lib64qt4-devel) and qt5 (qtquickcontrols5) may that be a problem.
Maybe i should try get and compile Qt Quick Controls 4 like i used last year.
But it would be nice if mageia had a ready package. Shouldnt qtquickcontrols5 work here?
At home & work Mandriva since 2006, Mageia 2011. Thinkpad T40, T43, T60, T400, T510, Dell M4400, M6300, Acer Aspire 7. Workstation using LVM, LUKS, VirtualBox, BOINC
morgano
 
Posts: 1492
Joined: Jun 15th, '11, 17:51
Location: Kivik, Sweden

Re: [SOLVED] Please help me compile pirateplayer

Postby doktor5000 » Feb 17th, '14, 20:28

Seems only needs to be installed, check the README:

INSTALLATION

Note the MINIMUM REQUIREMENT for this project is that you have Qt 5.0. (Qt Quick 2)

The components rely on several C++ plugins in order to integrate with the desktop. To install the
components into your Qt directory, simply enter the root directory and do:

'qmake && make install'

This will compile and copy the plugins and components into your QTDIR/qml folder.
If you are compiling against a system Qt on linux, you might have to do a 'sudo make install'
in order to install the project.


If that still doesn't work, best open an issue with the pirateplayer developer similar to https://github.com/jackuess/pirateplayer/issues/5
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18058
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: [SOLVED] Please help me compile pirateplayer

Postby morgano » Feb 19th, '14, 02:28

Thank you for looking into it. Yes i glanced at that issue too.
Opened now https://github.com/jackuess/pirateplayer/issues/14
At home & work Mandriva since 2006, Mageia 2011. Thinkpad T40, T43, T60, T400, T510, Dell M4400, M6300, Acer Aspire 7. Workstation using LVM, LUKS, VirtualBox, BOINC
morgano
 
Posts: 1492
Joined: Jun 15th, '11, 17:51
Location: Kivik, Sweden

Re: [SOLVED] Please help me compile pirateplayer

Postby morgano » Feb 22nd, '14, 00:42

I simply reverted to earlier method.
First i uninstalled any package containing qt5 as i did not have any before.

Then went to https://qt.gitorious.org/qt/qtquickcontrols clicked branch and selected old/qt4, downloaded, packed up, and in that folder
Code: Select all
qmake
make
su
make install
exit
pirateplayer
-And it works.
(well not perfect, but the best downloader for those sites i have seen)
At home & work Mandriva since 2006, Mageia 2011. Thinkpad T40, T43, T60, T400, T510, Dell M4400, M6300, Acer Aspire 7. Workstation using LVM, LUKS, VirtualBox, BOINC
morgano
 
Posts: 1492
Joined: Jun 15th, '11, 17:51
Location: Kivik, Sweden

Re: [SOLVED] Please help me compile pirateplayer

Postby Umeaboy » Oct 9th, '15, 14:57

A little update on this matter:

Add the dep qtquickcontrols5 in the code box above.

I checked in the cloned folder that the files exist in the right place and they do.

After I made sure that all the packages needed is installed I get this when I run the process to install:

Code: Select all
[umeaboy@localhost ~]$ cd Desktop/pirateplayer/
[umeaboy@localhost pirateplayer (master)]$ ls -l
total 504
drwxr-xr-x  5 umeaboy umeaboy   4096 okt  9 14:32 android/
-rwxr-xr-x  1 umeaboy umeaboy   2806 okt  9 14:32 CHANGELOG.md*
drwxr-xr-x 10 umeaboy umeaboy   4096 okt  9 14:32 data/
-rwxr-xr-x  1 umeaboy umeaboy   2395 okt  9 14:32 installer.nsi*
-rwxr-xr-x  1 umeaboy umeaboy  35147 okt  9 14:32 LICENSE*
-rwxr-xr-x  1 umeaboy umeaboy    185 okt  9 14:32 pirateplayer.desktop*
-rwxr-xr-x  1 umeaboy umeaboy 331108 okt  9 14:32 pirateplayer.icns*
-rwxr-xr-x  1 umeaboy umeaboy  93438 okt  9 14:32 pirateplayer.ico*
-rwxr-xr-x  1 umeaboy umeaboy   5543 okt  9 14:32 pirateplayer.pro*
-rwxr-xr-x  1 umeaboy umeaboy     67 okt  9 14:32 pirateplayer.rc*
drwxr-xr-x  2 umeaboy umeaboy   4096 okt  9 14:32 qmlapplicationviewer/
-rwxr-xr-x  1 umeaboy umeaboy    940 okt  9 14:32 README.md*
-rwxr-xr-x  1 umeaboy umeaboy    106 okt  9 14:32 resources.qrc*
drwxr-xr-x  5 umeaboy umeaboy   4096 okt  9 14:32 src/
-rwxr-xr-x  1 umeaboy umeaboy    530 okt  9 14:32 TODO.md*
[umeaboy@localhost pirateplayer (master)]$ qmake
[umeaboy@localhost pirateplayer (master)]$ make -j4
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o download.o src/network/download.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o systemdownload.o src/network/systemdownload.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o piratenetworkaccessmanager.o src/network/piratenetworkaccessmanager.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o piratenetworkreply.o src/network/piratenetworkreply.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o rtmpsession.o src/network/rtmpsession.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o downloadlistmodel.o src/network/downloadlistmodel.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o tidynetworkreply.o src/network/tidynetworkreply.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o tempplayer.o src/network/tempplayer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o myqmlapplicationviewer.o src/gui/myqmlapplicationviewer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o pirateplayerdesktopviewer.o src/gui/pirateplayerdesktopviewer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o maingui.o src/gui/maingui.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o archiveextractor.o src/extra/archiveextractor.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o pirateplayercontext.o src/pirateplayercontext.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o main.o src/main.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o mediaplayerinterface.o src/mediaplayerinterface.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o qmlapplicationviewer.o qmlapplicationviewer/qmlapplicationviewer.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/network/download.h -o moc_download.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/network/systemdownload.h -o moc_systemdownload.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/network/piratenetworkreply.h -o moc_piratenetworkreply.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/network/piratenetworkaccessmanager.h -o moc_piratenetworkaccessmanager.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/network/rtmpsession.h -o moc_rtmpsession.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/network/downloadlistmodel.h -o moc_downloadlistmodel.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/network/tidynetworkreply.h -o moc_tidynetworkreply.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/network/tempplayer.h -o moc_tempplayer.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/gui/myqmlapplicationviewer.h -o moc_myqmlapplicationviewer.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/gui/pirateplayerdesktopviewer.h -o moc_pirateplayerdesktopviewer.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/gui/maingui.h -o moc_maingui.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/extra/archiveextractor.h -o moc_archiveextractor.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/pirateplayercontext.h -o moc_pirateplayercontext.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/mediaplayerinterface.h -o moc_mediaplayerinterface.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. qmlapplicationviewer/qmlapplicationviewer.h -o moc_qmlapplicationviewer.cpp
/usr/lib64/qt4/bin/rcc -name resources resources.qrc -o qrc_resources.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_download.o moc_download.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_systemdownload.o moc_systemdownload.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_piratenetworkreply.o moc_piratenetworkreply.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_piratenetworkaccessmanager.o moc_piratenetworkaccessmanager.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_rtmpsession.o moc_rtmpsession.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_downloadlistmodel.o moc_downloadlistmodel.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_tidynetworkreply.o moc_tidynetworkreply.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_tempplayer.o moc_tempplayer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_myqmlapplicationviewer.o moc_myqmlapplicationviewer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_pirateplayerdesktopviewer.o moc_pirateplayerdesktopviewer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_maingui.o moc_maingui.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_archiveextractor.o moc_archiveextractor.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_pirateplayercontext.o moc_pirateplayercontext.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_mediaplayerinterface.o moc_mediaplayerinterface.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_qmlapplicationviewer.o moc_qmlapplicationviewer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o qrc_resources.o qrc_resources.cpp
g++ -Wl,-O1 -o pirateplayer download.o systemdownload.o piratenetworkaccessmanager.o piratenetworkreply.o rtmpsession.o downloadlistmodel.o tidynetworkreply.o tempplayer.o myqmlapplicationviewer.o pirateplayerdesktopviewer.o maingui.o archiveextractor.o pirateplayercontext.o main.o mediaplayerinterface.o qmlapplicationviewer.o moc_download.o moc_systemdownload.o moc_piratenetworkreply.o moc_piratenetworkaccessmanager.o moc_rtmpsession.o moc_downloadlistmodel.o moc_tidynetworkreply.o moc_tempplayer.o moc_myqmlapplicationviewer.o moc_pirateplayerdesktopviewer.o moc_maingui.o moc_archiveextractor.o moc_pirateplayercontext.o moc_mediaplayerinterface.o moc_qmlapplicationviewer.o qrc_resources.o    -L/usr/lib64 -larchive -lrtmp -ltidy -lQtDeclarative -L/usr/lib64 -lQtScript -lQtSvg -L/usr/lib -lQtSql -lQtXmlPatterns -lQtGui -lQtNetwork -lQtCore -lpthread
[umeaboy@localhost pirateplayer (master)]$ make dist
cp -f --parents src/network/download.cpp src/network/systemdownload.cpp src/network/piratenetworkaccessmanager.cpp src/network/piratenetworkreply.cpp src/network/rtmpsession.cpp src/network/downloadlistmodel.cpp src/network/tidynetworkreply.cpp src/network/tempplayer.cpp src/gui/myqmlapplicationviewer.cpp src/gui/pirateplayerdesktopviewer.cpp src/gui/maingui.cpp src/extra/archiveextractor.cpp src/pirateplayercontext.cpp src/main.cpp src/mediaplayerinterface.cpp qmlapplicationviewer/qmlapplicationviewer.cpp moc_download.cpp moc_systemdownload.cpp moc_piratenetworkreply.cpp moc_piratenetworkaccessmanager.cpp moc_rtmpsession.cpp moc_downloadlistmodel.cpp moc_tidynetworkreply.cpp moc_tempplayer.cpp moc_myqmlapplicationviewer.cpp moc_pirateplayerdesktopviewer.cpp moc_maingui.cpp moc_archiveextractor.cpp moc_pirateplayercontext.cpp moc_mediaplayerinterface.cpp moc_qmlapplicationviewer.cpp qrc_resources.cpp /usr/lib64/qt4/mkspecs/common/unix.conf /usr/lib64/qt4/mkspecs/common/linux.conf /usr/lib64/qt4/mkspecs/common/gcc-base.conf /usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf /usr/lib64/qt4/mkspecs/common/g++-base.conf /usr/lib64/qt4/mkspecs/common/g++-unix.conf /usr/lib64/qt4/mkspecs/qconfig.pri /usr/lib64/qt4/mkspecs/modules/qt_phonon.pri /usr/lib64/qt4/mkspecs/features/qt_functions.prf /usr/lib64/qt4/mkspecs/features/qt_config.prf /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf /usr/lib64/qt4/mkspecs/features/default_pre.prf qmlapplicationviewer/qmlapplicationviewer.pri /usr/lib64/qt4/mkspecs/features/release.prf /usr/lib64/qt4/mkspecs/features/default_post.prf /usr/lib64/qt4/mkspecs/features/shared.prf /usr/lib64/qt4/mkspecs/features/unix/gdb_dwarf_index.prf /usr/lib64/qt4/mkspecs/features/warn_on.prf /usr/lib64/qt4/mkspecs/features/qt.prf /usr/lib64/qt4/mkspecs/features/unix/thread.prf /usr/lib64/qt4/mkspecs/features/moc.prf /usr/lib64/qt4/mkspecs/features/resources.prf /usr/lib64/qt4/mkspecs/features/uic.prf /usr/lib64/qt4/mkspecs/features/yacc.prf /usr/lib64/qt4/mkspecs/features/lex.prf /usr/lib64/qt4/mkspecs/features/include_source_dir.prf pirateplayer.pro .tmp/pirateplayer1.0.0/ && cp -f --parents src/network/download.h src/network/systemdownload.h src/network/piratenetworkreply.h src/network/piratenetworkaccessmanager.h src/network/rtmpsession.h src/network/downloadlistmodel.h src/network/tidynetworkreply.h src/network/tempplayer.h src/gui/myqmlapplicationviewer.h src/gui/pirateplayerdesktopviewer.h src/gui/abstractqmlviewer.h src/gui/maingui.h src/extra/archiveextractor.h src/pirateplayercontext.h src/mediaplayerinterface.h qmlapplicationviewer/qmlapplicationviewer.h .tmp/pirateplayer1.0.0/ && cp -f --parents resources.qrc .tmp/pirateplayer1.0.0/ && cp -f --parents src/network/download.cpp src/network/systemdownload.cpp src/network/piratenetworkaccessmanager.cpp src/network/piratenetworkreply.cpp src/network/rtmpsession.cpp src/network/downloadlistmodel.cpp src/network/tidynetworkreply.cpp src/network/tempplayer.cpp src/gui/myqmlapplicationviewer.cpp src/gui/pirateplayerdesktopviewer.cpp src/gui/maingui.cpp src/extra/archiveextractor.cpp src/pirateplayercontext.cpp src/main.cpp src/mediaplayerinterface.cpp qmlapplicationviewer/qmlapplicationviewer.cpp .tmp/pirateplayer1.0.0/ && (cd `dirname .tmp/pirateplayer1.0.0` && tar -cf pirateplayer1.0.0.tar pirateplayer1.0.0 && gzip -9f pirateplayer1.0.0.tar) && mv -f `dirname .tmp/pirateplayer1.0.0`/pirateplayer1.0.0.tar.gz . && rm -f -r .tmp/pirateplayer1.0.0
[umeaboy@localhost pirateplayer (master)]$ ls
android/             Makefile                   moc_mediaplayerinterface.cpp        moc_pirateplayerdesktopviewer.cpp  moc_tidynetworkreply.cpp      pirateplayer.icns*      rtmpsession.o
archiveextractor.o   mediaplayerinterface.o     moc_mediaplayerinterface.o          moc_pirateplayerdesktopviewer.o    moc_tidynetworkreply.o        pirateplayer.ico*       src/
CHANGELOG.md*        moc_archiveextractor.cpp   moc_myqmlapplicationviewer.cpp      moc_qmlapplicationviewer.cpp       myqmlapplicationviewer.o      pirateplayer.pro*       systemdownload.o
data/                moc_archiveextractor.o     moc_myqmlapplicationviewer.o        moc_qmlapplicationviewer.o         piratenetworkaccessmanager.o  pirateplayer.rc*        tempplayer.o
downloadlistmodel.o  moc_download.cpp           moc_piratenetworkaccessmanager.cpp  moc_rtmpsession.cpp                piratenetworkreply.o          qmlapplicationviewer/   tidynetworkreply.o
download.o           moc_downloadlistmodel.cpp  moc_piratenetworkaccessmanager.o    moc_rtmpsession.o                  pirateplayer*                 qmlapplicationviewer.o  TODO.md*
installer.nsi*       moc_downloadlistmodel.o    moc_piratenetworkreply.cpp          moc_systemdownload.cpp             pirateplayer1.0.0.tar.gz      qrc_resources.cpp
LICENSE*             moc_download.o             moc_piratenetworkreply.o            moc_systemdownload.o               pirateplayercontext.o         qrc_resources.o
maingui.o            moc_maingui.cpp            moc_pirateplayercontext.cpp         moc_tempplayer.cpp                 pirateplayer.desktop*         README.md*
main.o               moc_maingui.o              moc_pirateplayercontext.o           moc_tempplayer.o                   pirateplayerdesktopviewer.o   resources.qrc*
[umeaboy@localhost pirateplayer (master)]$ make clean
rm -f moc_download.cpp moc_systemdownload.cpp moc_piratenetworkreply.cpp moc_piratenetworkaccessmanager.cpp moc_rtmpsession.cpp moc_downloadlistmodel.cpp moc_tidynetworkreply.cpp moc_tempplayer.cpp moc_myqmlapplicationviewer.cpp moc_pirateplayerdesktopviewer.cpp moc_maingui.cpp moc_archiveextractor.cpp moc_pirateplayercontext.cpp moc_mediaplayerinterface.cpp moc_qmlapplicationviewer.cpp
rm -f qrc_resources.cpp
rm -f download.o systemdownload.o piratenetworkaccessmanager.o piratenetworkreply.o rtmpsession.o downloadlistmodel.o tidynetworkreply.o tempplayer.o myqmlapplicationviewer.o pirateplayerdesktopviewer.o maingui.o archiveextractor.o pirateplayercontext.o main.o mediaplayerinterface.o qmlapplicationviewer.o moc_download.o moc_systemdownload.o moc_piratenetworkreply.o moc_piratenetworkaccessmanager.o moc_rtmpsession.o moc_downloadlistmodel.o moc_tidynetworkreply.o moc_tempplayer.o moc_myqmlapplicationviewer.o moc_pirateplayerdesktopviewer.o moc_maingui.o moc_archiveextractor.o moc_pirateplayercontext.o moc_mediaplayerinterface.o moc_qmlapplicationviewer.o qrc_resources.o
rm -f *~ core *.core
[umeaboy@localhost pirateplayer (master)]$ su
Password:
[root@localhost pirateplayer (master)]# make install
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o download.o src/network/download.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o systemdownload.o src/network/systemdownload.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o piratenetworkaccessmanager.o src/network/piratenetworkaccessmanager.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o piratenetworkreply.o src/network/piratenetworkreply.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o rtmpsession.o src/network/rtmpsession.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o downloadlistmodel.o src/network/downloadlistmodel.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o tidynetworkreply.o src/network/tidynetworkreply.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o tempplayer.o src/network/tempplayer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o myqmlapplicationviewer.o src/gui/myqmlapplicationviewer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o pirateplayerdesktopviewer.o src/gui/pirateplayerdesktopviewer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o maingui.o src/gui/maingui.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o archiveextractor.o src/extra/archiveextractor.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o pirateplayercontext.o src/pirateplayercontext.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o main.o src/main.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o mediaplayerinterface.o src/mediaplayerinterface.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o qmlapplicationviewer.o qmlapplicationviewer/qmlapplicationviewer.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/network/download.h -o moc_download.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_download.o moc_download.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/network/systemdownload.h -o moc_systemdownload.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_systemdownload.o moc_systemdownload.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/network/piratenetworkreply.h -o moc_piratenetworkreply.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_piratenetworkreply.o moc_piratenetworkreply.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/network/piratenetworkaccessmanager.h -o moc_piratenetworkaccessmanager.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_piratenetworkaccessmanager.o moc_piratenetworkaccessmanager.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/network/rtmpsession.h -o moc_rtmpsession.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_rtmpsession.o moc_rtmpsession.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/network/downloadlistmodel.h -o moc_downloadlistmodel.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_downloadlistmodel.o moc_downloadlistmodel.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/network/tidynetworkreply.h -o moc_tidynetworkreply.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_tidynetworkreply.o moc_tidynetworkreply.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/network/tempplayer.h -o moc_tempplayer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_tempplayer.o moc_tempplayer.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/gui/myqmlapplicationviewer.h -o moc_myqmlapplicationviewer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_myqmlapplicationviewer.o moc_myqmlapplicationviewer.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/gui/pirateplayerdesktopviewer.h -o moc_pirateplayerdesktopviewer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_pirateplayerdesktopviewer.o moc_pirateplayerdesktopviewer.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/gui/maingui.h -o moc_maingui.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_maingui.o moc_maingui.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/extra/archiveextractor.h -o moc_archiveextractor.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_archiveextractor.o moc_archiveextractor.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/pirateplayercontext.h -o moc_pirateplayercontext.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_pirateplayercontext.o moc_pirateplayercontext.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. src/mediaplayerinterface.h -o moc_mediaplayerinterface.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_mediaplayerinterface.o moc_mediaplayerinterface.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. qmlapplicationviewer/qmlapplicationviewer.h -o moc_qmlapplicationviewer.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o moc_qmlapplicationviewer.o moc_qmlapplicationviewer.cpp
/usr/lib64/qt4/bin/rcc -name resources resources.qrc -o qrc_resources.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtDeclarative -I/usr/include -Iqmlapplicationviewer -I. -o qrc_resources.o qrc_resources.cpp
g++ -Wl,-O1 -o pirateplayer download.o systemdownload.o piratenetworkaccessmanager.o piratenetworkreply.o rtmpsession.o downloadlistmodel.o tidynetworkreply.o tempplayer.o myqmlapplicationviewer.o pirateplayerdesktopviewer.o maingui.o archiveextractor.o pirateplayercontext.o main.o mediaplayerinterface.o qmlapplicationviewer.o moc_download.o moc_systemdownload.o moc_piratenetworkreply.o moc_piratenetworkaccessmanager.o moc_rtmpsession.o moc_downloadlistmodel.o moc_tidynetworkreply.o moc_tempplayer.o moc_myqmlapplicationviewer.o moc_pirateplayerdesktopviewer.o moc_maingui.o moc_archiveextractor.o moc_pirateplayercontext.o moc_mediaplayerinterface.o moc_qmlapplicationviewer.o qrc_resources.o    -L/usr/lib64 -larchive -lrtmp -ltidy -lQtDeclarative -L/usr/lib64 -lQtScript -lQtSvg -L/usr/lib -lQtSql -lQtXmlPatterns -lQtGui -lQtNetwork -lQtCore -lpthread
install -m 755 -p "pirateplayer" "/usr/local/bin/pirateplayer"
strip "/usr/local/bin/pirateplayer"
install -m 755 -p /home/umeaboy/Desktop/pirateplayer/pirateplayer.desktop /usr/local/share/applications/
strip /usr/local/share/applications/pirateplayer.desktop
strip:/usr/local/share/applications/pirateplayer.desktop: File format is not recognized
Makefile:507: receipt for target ”install_desktop” failed
make: [install_desktop] Error 1 (ignored)
install -m 755 -p /home/umeaboy/Desktop/pirateplayer/data/pirateplayer.svg /usr/local/share/icons/hicolor/scalable/apps/
strip /usr/local/share/icons/hicolor/scalable/apps/pirateplayer.svg
strip:/usr/local/share/icons/hicolor/scalable/apps/pirateplayer.svg: File format is not recognized
Makefile:518: receipt for target ”install_iconsvg” failed
make: [install_iconsvg] Error 1 (ignored)
install -m 755 -p /home/umeaboy/Desktop/pirateplayer/data/16x16/pirateplayer.png /usr/local/share/icons/hicolor/16x16/apps/
strip /usr/local/share/icons/hicolor/16x16/apps/pirateplayer.png
strip:/usr/local/share/icons/hicolor/16x16/apps/pirateplayer.png: File format is not recognized
Makefile:529: receipt for target ”install_icon16” failed
make: [install_icon16] Error 1 (ignored)
install -m 755 -p /home/umeaboy/Desktop/pirateplayer/data/32x32/pirateplayer.png /usr/local/share/icons/hicolor/32x32/apps/
strip /usr/local/share/icons/hicolor/32x32/apps/pirateplayer.png
strip:/usr/local/share/icons/hicolor/32x32/apps/pirateplayer.png: File format is not recognized
Makefile:540: receipt for target ”install_icon32” failed
make: [install_icon32] Error 1 (ignored)
install -m 755 -p /home/umeaboy/Desktop/pirateplayer/data/48x48/pirateplayer.png /usr/local/share/icons/hicolor/48x48/apps/
strip /usr/local/share/icons/hicolor/48x48/apps/pirateplayer.png
strip:/usr/local/share/icons/hicolor/48x48/apps/pirateplayer.png: File format is not recognized
Makefile:551: receipt for target ”install_icon48” failed
make: [install_icon48] Error 1 (ignored)
install -m 755 -p /home/umeaboy/Desktop/pirateplayer/data/64x64/pirateplayer.png /usr/local/share/icons/hicolor/64x64/apps/
strip /usr/local/share/icons/hicolor/64x64/apps/pirateplayer.png
strip:/usr/local/share/icons/hicolor/64x64/apps/pirateplayer.png: File format is not recognized
Makefile:562: receipt for target ”install_icon64” failed
make: [install_icon64] Error (ignored)
install -m 755 -p /home/umeaboy/Desktop/pirateplayer/data/128x128/pirateplayer.png /usr/local/share/icons/hicolor/128x128/apps/
strip /usr/local/share/icons/hicolor/128x128/apps/pirateplayer.png
strip:/usr/local/share/icons/hicolor/128x128/apps/pirateplayer.png: File format is not recognized
Makefile:573: receipt for target ”install_icon128” failed
make: [install_icon128] Error 1 (ignored)
install -m 755 -p /home/umeaboy/Desktop/pirateplayer/data/256x256/pirateplayer.png /usr/local/share/icons/hicolor/256x256/apps/
strip /usr/local/share/icons/hicolor/256x256/apps/pirateplayer.png
strip:/usr/local/share/icons/hicolor/256x256/apps/pirateplayer.png: File format is not recognized
Makefile:584: receipt for target ”install_icon256” failed
make: [install_icon256] Error 1 (ignored)
install -m 755 -p /home/umeaboy/Desktop/pirateplayer/data/512x512/pirateplayer.png /usr/local/share/icons/hicolor/512x512/apps/
strip /usr/local/share/icons/hicolor/512x512/apps/pirateplayer.png
strip:/usr/local/share/icons/hicolor/512x512/apps/pirateplayer.png: File format is not recognized
Makefile:595: receipt for target ”install_icon512” failed
make: [install_icon512] Error 1 (ignored)
Umeaboy
 
Posts: 45
Joined: Nov 23rd, '11, 18:28


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest