You are not logged in.
- Topics: Active | Unanswered
#1 11-29-2012 22:05:42
- pekodin
- Nouveau membre
- Registered: 11-29-2012
- Posts: 5
Translate ffDiaporama
Hi all i am ffDiaporama user from Ukraine. How can I translate the program into Ukrainian ?
Offline
#2 11-30-2012 07:01:03
- domledom
- Administrateur
- Registered: 09-17-2011
- Posts: 1,080
Re: Translate ffDiaporama
Hello and welcome
We will be happy to add an additional language to ffDiaporama
First of all, can you tell me what operating system you are using?
Processeur i5 - 8 Go RAM - Manjaro Linux KDE (64 bits) / Windows 7 (64 bits)
Offline
#3 11-30-2012 18:55:42
- pekodin
- Nouveau membre
- Registered: 11-29-2012
- Posts: 5
Re: Translate ffDiaporama
I used 2 operating system: PCLinuxOS with kde 4.8 and Windows XP Profesional
Offline
#4 11-30-2012 19:50:08
- domledom
- Administrateur
- Registered: 09-17-2011
- Posts: 1,080
Re: Translate ffDiaporama
Did you manage to compile ffdiaporama on PCLinuxOS?
To translate ffDiaporama you need to install QT Linguist on your computer
For Windows, you'll find it in the QT Creator package
For PCLinuxOS, it will probably available from the official repository
I will send you by email the .ts file to translate.
It's really simple to use. Open It with QT Linguist, make modifications and :
-save .ts file in the c:\program files\ffdiaporama\locale subdir on windows or in /usr/share/ffdiaporama/locale subdir on linux
-release (produce .qm) file in the same directory (option Release as from the file menu)
Normally, restarting ffDiaporama it should use your file
If this is not the case, start ffdiaporama from a terminal with the command
ffDiaporama -lang=uk
To be sure it uses your file, open the option dialog and click on the "check configuration" button
Processeur i5 - 8 Go RAM - Manjaro Linux KDE (64 bits) / Windows 7 (64 bits)
Offline
#5 11-30-2012 20:27:11
- pekodin
- Nouveau membre
- Registered: 11-29-2012
- Posts: 5
Re: Translate ffDiaporama
Did you manage to compile ffdiaporama on PCLinuxOS?
No I'm using version 1.2.1 which is in the repository. When I trying to build the program the following error appears
[xxx@localhost ffDiaporama1.5]$ make
cd src/ffDiaporama/ && make -f Makefile
make[1]: Entering directory `/home/xxx/ffDiaporama1.5/src/ffDiaporama'
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DHAVE_CONFIG_H -DTAGLIB_STATIC -DSHARE_DIR=\"/opt\" -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include/QtNetwork -I/usr/lib/qt4/include/QtGui -I/usr/lib/qt4/include/QtXml -I/usr/lib/qt4/include -I/usr/include/ffmpeg/ -I/usr/include/SDL -I../../../build/src/ffDiaporama -I../../../build/src/ffDiaporama -o ../../../build/src/ffDiaporama/_ApplicationDefinitions.o _ApplicationDefinitions.cpp
In file included from _ApplicationDefinitions.h:29:0,
from _ApplicationDefinitions.cpp:22:
../engine/cDeviceModelDef.h:47:36: fatal error: libavcodec/version.h: No such file or directory
compilation terminated.
make[1]: *** [../../../build/src/ffDiaporama/_ApplicationDefinitions.o] Error 1
make[1]: Leaving directory `/home/xxx/ffDiaporama1.5/src/ffDiaporama'
make: *** [sub-src-ffDiaporama-make_default] Error 2
Offline
#6 12-01-2012 07:08:51
- domledom
- Administrateur
- Registered: 09-17-2011
- Posts: 1,080
Re: Translate ffDiaporama
Hello
It seems that ffmpeg or avconv is outdated on this distribution
Could you done this :
ffmpeg -version
or
avconv -version
and post here the results
Processeur i5 - 8 Go RAM - Manjaro Linux KDE (64 bits) / Windows 7 (64 bits)
Offline
#7 12-01-2012 16:13:31
- pekodin
- Nouveau membre
- Registered: 11-29-2012
- Posts: 5
Re: Translate ffDiaporama
[xxx@localhost ~]$ ffmpeg -version
ffmpeg version 0.7.12, Copyright (c) 2000-2011 the FFmpeg developers
built on Jun 13 2012 15:43:23 with gcc 4.5.2
configuration: --prefix=/usr --enable-shared --libdir=/usr/lib --shlibdir=/usr/lib --incdir=/usr/include --disable-stripping --enable-postproc --enable-gpl --enable-pthreads --enable-libtheora --enable-libvorbis --disable-encoder=vorbis --enable-libvpx --enable-x11grab --enable-runtime-cpudetect --enable-libdc1394 --enable-libschroedinger --enable-librtmp --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libx264 --enable-nonfree --enable-libfaac --enable-libxvid
libavutil 50. 43. 0 / 50. 43. 0
libavcodec 52.123. 0 / 52.123. 0
libavformat 52.111. 0 / 52.111. 0
libavdevice 52. 5. 0 / 52. 5. 0
libavfilter 1. 80. 0 / 1. 80. 0
libswscale 0. 14. 1 / 0. 14. 1
libpostproc 51. 2. 0 / 51. 2. 0
ffmpeg 0.7.12
libavutil 50. 43. 0 / 50. 43. 0
libavcodec 52.123. 0 / 52.123. 0
libavformat 52.111. 0 / 52.111. 0
libavdevice 52. 5. 0 / 52. 5. 0
libavfilter 1. 80. 0 / 1. 80. 0
libswscale 0. 14. 1 / 0. 14. 1
libpostproc 51. 2. 0 / 51. 2. 0
[xxx@localhost ~]$ avconv -version
avconv version 0.8.4, Copyright (c) 2000-2012 the Libav developers
built on Nov 26 2012 04:58:53 with gcc 4.5.2
avconv 0.8.4
libavutil 51. 22. 1 / 51. 22. 1
libavcodec 53. 35. 0 / 53. 35. 0
libavformat 53. 21. 0 / 53. 21. 0
libavdevice 53. 2. 0 / 53. 2. 0
libavfilter 2. 15. 0 / 2. 15. 0
libswscale 2. 1. 0 / 2. 1. 0
libpostproc 52. 0. 0 / 52. 0. 0
Offline
#8 12-02-2012 07:46:37
- domledom
- Administrateur
- Registered: 09-17-2011
- Posts: 1,080
Re: Translate ffDiaporama
Hello
It seems that you have both programs on your PC.
ffmpeg is completely outdated off while avconv is not that old.
ffdiaporama should work with the version of avconv that you have
I advise you to completely uninstall the two (ffmpeg and avconv and all libavxxx libraries) then reinstall avconv.
This should allow you to compile the latest version of ffdiaporama.
Processeur i5 - 8 Go RAM - Manjaro Linux KDE (64 bits) / Windows 7 (64 bits)
Offline
#9 12-04-2012 21:44:36
- pekodin
- Nouveau membre
- Registered: 11-29-2012
- Posts: 5
Re: Translate ffDiaporama
It does not work. Well, the hell with it))) I use the version 1.2.1. on PClinuxOS. And install Xubuntu12.04 especially for version 1.5.
When I finish the translation (it will take a couple of weeks). So where it then send? Can put it somewhere?
Offline
#10 12-04-2012 22:32:26
- domledom
- Administrateur
- Registered: 09-17-2011
- Posts: 1,080
Re: Translate ffDiaporama
Hello
The best way is you send me your updated .ts file by email. (Answer to my last email).
I will add it to the next 1.6 devel.
If you want to try your file, release it with qt linguist in your "locale" subdir of ffdiaporama
Processeur i5 - 8 Go RAM - Manjaro Linux KDE (64 bits) / Windows 7 (64 bits)
Offline