Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2015-10-22 | 1.1 kB | |
GYD-0.3-1.src.rpm | 2012-07-27 | 33.6 kB | |
GYD-0.3-1.x86_64.rpm | 2012-07-27 | 47.6 kB | |
GYD-0.3-stable-SOURCE.tar.gz | 2012-07-27 | 30.6 kB | |
Totals: 4 Items | 112.9 kB | 0 |
This is the latest version of the QT4 Version of GYD. It is based on the 0.3-stable Version. By using this code or products made from this code or derviates of this Code you accept the GPLv2 license (LICENSE file)! BUILD: You will need QT-devel 4.7 or higher (no QT5), gcc++ and make. While GYD.pro contains line 12: "DEFINES += gydSTDPATHS" GYD will use /home/user/.gyd/ to save translation files etc. If you remove this line it will use /usr/share/gyd/ (only the config file will be saved at /home/user/.gyd/). to compile you must only type: # qmake # make To create the translation files you must use lrelease: # lrelease *.ts If you are using the gydSTDPATHS the you must move the translation-files and the image to your home directory/.gyd/. Otherwise to /usr/share/gyd/ Running GYD: After compiling the process will return only one file: "GYD" So this is all... to start GYD only run "GYD". To use the convert function you MUST have installed ffmpeg! Changes are listed on our sourceforge site. http://sourceforge.net/projects/gyd/ Ferdinand Thiessen <rpm@fthiessen.de>