Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
GYD-0.3.1-0.x86_64.rpm | 2015-10-22 | 58.5 kB | |
GYD-0.3.1-0.src.rpm | 2015-10-22 | 34.1 kB | |
GYD-0.3.1.tar.xz | 2015-10-22 | 10.4 kB | |
README.txt | 2015-10-22 | 1.1 kB | |
Totals: 4 Items | 104.0 kB | 1 |
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>