Open Movie Editoru Nasıl Yükleyebilirim?

Başlatan syagdiran, 24 Şubat 2012 - 20:12:42

« önceki - sonraki »

0 Üyeler ve 2 Ziyaretçi konuyu incelemekte.

syagdiran

Merhaba Benim şiir dinletisi programı için resimleri ve ses dosyalarını kullanarak video klip hazırlamam gerekiyor. Bunun için OpenShot kurdum fakat çalışmadı. Başlıkta belirttiğim programı denemek istiyorum ama bir türlü kurmayı başaramadım. Yardımlarınızı bekliyorum.

Link: http://www.openmovieeditor.org/download.html

[eklenti yönetici tarafından silindi]

burk

#1
@syagdiran klasörü çıkarttıktan sonra uçbirimden o klasöre gelin, bunun kısa yolu klasörü uç birime sürükleyip başına cd eklemek ve bir karakter boşluk bırakmaktır. Örneğin bende;
cd /home/burak/Masaüstü/openmovieeditor-0.0.20090105
bu şekilde ilgili klasörün içine ulaştım.
Klasörün içine girdikten sonra
sudo ./configure
komutunu verin, bir süre vakit alabilir.
Sonra
make komutu ile paketi derleyin
ve son olarak
make install
komutu ile yüklemeyi tamamlayın.

Edit:Aynı paketi indirdiğimizden emin olmak için şuradaki kodu indirin diye ekleme yapıyorum.

syagdiran

sevket@Sevket:~$ cd '/home/sevket/Masaüstü/openmovieeditor-0.0.20090105'
sevket@Sevket:~/Masaüstü/openmovieeditor-0.0.20090105$ sudo ./configure
[sudo] password for sevket:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name...
configure: error: C++ compiler cannot create executables
See `config.log' for more details.
sevket@Sevket:~/Masaüstü/openmovieeditor-0.0.20090105$ make
make: *** Hedefler belirtilmediğinden make dosyası yok. Durdu.
sevket@Sevket:~/Masaüstü/openmovieeditor-0.0.20090105$ make install
make: *** Hedef `install' i derlemek için  hiçbir kural yok. Durdu.
sevket@Sevket:~/Masaüstü/openmovieeditor-0.0.20090105$

if

@syagdiran, configure adımında hata almışınız, bu durumda diğer adıma geçmenizin faydası yok. Aldığınız hataya gelirsek, çözmesi çok basit. "configure: error: C++ compiler cannot create executables" yazarak googleda arattığımda bir sürü sonuç çıkıyor ve çoğu da ilk olarak c++ derleyicisinin yüklenmesini öneriyor. Yapılması gereken depodan g-c++ paketini bulup yüklemek. Belki başka paketlerin de yüklenmesi gerek. Bu noktada çıktı yine bize yol gösteriyor. Ne diyor: "Ayırıntılar için config.log dosyasına bakın." O dosyanın içeriğini görelim.

burk

Hata çıktısını inceliyordum da şu satır dikkatimi çekti;
checking for cl.exe... no
Bu .exe ne ola ki?

if

Alıntı Yapcl.exe is the command-line C/C++ compiler for Microsoft Visual C++
diyor Wiki. Ne işi varmış onun bir linux kaynak dosyasında?

burk

#6
Alıntı yapılan: if - 24 Şubat 2012 - 21:59:01
diyor Wiki. Ne işi varmış onun bir linux kaynak dosyasında?
İşin ilginç yanı kapalı kaynak kodlu işletim sistemleri için destek sağlamadıkları için de övünüyorlar. Hani Windows için de bir versiyonu olsa bu paket orada çalışır, bizim tarafta çalışmaması sorun yaratmaz diyeceğim ancak sadece GNU/Linux ve BSD ortamı için var program, ilginç. :)

ebubekirs

Diğerlerini arayıp bulamayınca "yoksa windows mu bu sistem" deyip cl.exe'yi mi arıyor acaba :)

Şaka bir yana gcc kurulu değil gibi sanki.
Dünyaya gelen de benim, dünyadan giden de benim

burk

@syagdiran yazılım merkezinde g++ kelimesini aratın ve karşınıza çıkan programı yükleyin, daha sonra da verdiğim yönergeleri gerçekleştirin.

Ozmo

sudo apt-get install openmovieeditor

ne diyor ayrıca sisteminden gcc yüklü değil program derleyezsin

syagdiran

#10
g++ yüklendi sonuç aşağıda
sevket@Sevket:~$ cd '/home/sevket/Masaüstü/openmovieeditor-0.0.20090105'
sevket@Sevket:~/Masaüstü/openmovieeditor-0.0.20090105$ sudo ./configure
[sudo] password for sevket:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking how to run the C++ preprocessor... g++ -E
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for memory.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working volatile... yes
checking for ptrdiff_t... yes
checking for error_at_line... yes
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for gettimeofday... yes
checking for memset... yes
checking for select... yes
checking for strchr... yes
checking for strdup... yes
checking for strstr... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SAMPLERATE... no
configure: error: *** libsamplerate not found - this program requires libsamplerate >= 0.1.1 http://www.mega-nerd.com/SRC/ ***
sevket@Sevket:~/Masaüstü/openmovieeditor-0.0.20090105$ make
make: *** Hedefler belirtilmediğinden make dosyası yok. Durdu.
sevket@Sevket:~/Masaüstü/openmovieeditor-0.0.20090105$ make install
make: *** Hedef `install' i derlemek için  hiçbir kural yok. Durdu.
sevket@Sevket:~/Masaüstü/openmovieeditor-0.0.20090105$


sevket@Sevket:~$ sudo apt-get install openmovieeditor
[sudo] password for sevket:
Paket listeleri okunuyor... Bitti
Bağımlılık ağacı inşa ediliyor.       
Durum bilgisi okunuyor... Bitti       
N: Ignoring file 'n-muench-vlc-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'libreoffice-ppa-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'sunab-kdenlive-release-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'webupd8team-y-ppa-manager-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'fbostanci-distroguide-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'google-chrome.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'n-muench-vlc-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'libreoffice-ppa-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'sunab-kdenlive-release-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'webupd8team-y-ppa-manager-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'fbostanci-distroguide-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'google-chrome.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: openmovieeditor paketi konumlandırılamıyor
sevket@Sevket:~$

if

configure: error: *** libsamplerate not found - this program requires libsamplerate >= 0.1.1

Depodan libsamplerate paketini aratıp kurunuz. Çıktılar yol gösteriyor demek istemiştim bir önceki iletimde ki yine yol gösteiyor gördüğünüz gibi.

Ozmo

hazır deb paketi ubuntu resmi depo adresi:
64 bit
http://mirror.pnl.gov/ubuntu//pool/universe/o/openmovieeditor/openmovieeditor_0.0.20080102-3ubuntu1_amd64.deb
32 bit
http://mirror.pnl.gov/ubuntu//pool/universe/o/openmovieeditor/openmovieeditor_0.0.20080102-3ubuntu1_i386.deb

if

11.10 sürümü için uygulamanın ikilik paketi bulunmuyor. Sıkıntı çıkabilir kurulumda.

syagdiran

Alıntı YapOzmo


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 24 Şubat 2012 - 23:00:52

Alıntı Yap11.10 sürümü için uygulamanın ikilik paketi bulunmuyor. Sıkıntı çıkabilir kurulumda.

[eklenti yönetici tarafından silindi]


burk

Alıntı yapılan: burk - 24 Şubat 2012 - 22:38:26
@syagdiran yazılım merkezinde g++ kelimesini aratın ve karşınıza çıkan programı yükleyin, daha sonra da verdiğim yönergeleri gerçekleştirin.

@syagdiran g++ yükledikten sonra ve ilk adımı yaptıktan sonra neden @ozmo'nun verdiği komutu girdiğinizi öğrenebilir miyim? Lütfen şimdi en başta verdiğim kurulum talimatlarını uygulayınız.

Alıntı yapılan: burk - 24 Şubat 2012 - 20:22:28
@syagdiran klasörü çıkarttıktan sonra uçbirimden o klasöre gelin, bunun kısa yolu klasörü uç birime sürükleyip başına cd eklemek ve bir karakter boşluk bırakmaktır. Örneğin bende;
cd /home/burak/Masaüstü/openmovieeditor-0.0.20090105
bu şekilde ilgili klasörün içine ulaştım.
Klasörün içine girdikten sonra
sudo ./configure
komutunu verin, bir süre vakit alabilir.
Sonra
make komutu ile paketi derleyin
ve son olarak
make install
komutu ile yüklemeyi tamamlayın.

Edit:Aynı paketi indirdiğimizden emin olmak için şuradaki kodu indirin diye ekleme yapıyorum.

syagdiran

Alıntı Yapburk
Komutları uyguladım ama değişen bir şey olmadı.
sevket@Sevket:~$ cd '/home/sevket/Masaüstü/openmovieeditor-0.0.20090105'
sevket@Sevket:~/Masaüstü/openmovieeditor-0.0.20090105$ sudo ./configure
[sudo] password for sevket:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking how to run the C++ preprocessor... g++ -E
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for memory.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working volatile... yes
checking for ptrdiff_t... yes
checking for error_at_line... yes
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for gettimeofday... yes
checking for memset... yes
checking for select... yes
checking for strchr... yes
checking for strdup... yes
checking for strstr... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SAMPLERATE... no
configure: error: *** libsamplerate not found - this program requires libsamplerate >= 0.1.1 http://www.mega-nerd.com/SRC/ ***
sevket@Sevket:~/Masaüstü/openmovieeditor-0.0.20090105$ make
make: *** Hedefler belirtilmediğinden make dosyası yok. Durdu.
sevket@Sevket:~/Masaüstü/openmovieeditor-0.0.20090105$ make install
make: *** Hedef `install' i derlemek için  hiçbir kural yok. Durdu.
sevket@Sevket:~/Masaüstü/openmovieeditor-0.0.20090105$

Ozmo

sudo apt-get insall libsamplerate0-dev bu orda istenilen bağımlılık çektikden sonra bir daha dene 

syagdiran


Ozmo

çıktısı ver beli yanış paket önermiş olabilirim yada başka bir bağımlılık istiyordur ?

ebubekirs

Aynı hatayı mı verdi ? Eğer öyleyse;

sudo apt-get insall libsamplerate0

bundan sonra deneyin.
Dünyaya gelen de benim, dünyadan giden de benim

syagdiran

sevket@Sevket:~$ sudo apt-get insall libsamplerate0
[sudo] password for sevket:
E: Geçersiz işlem insall
sevket@Sevket:~$ sudo apt-get install libsamplerate0
Paket listeleri okunuyor... Bitti
Bağımlılık ağacı inşa ediliyor.       
Durum bilgisi okunuyor... Bitti       
libsamplerate0 zaten en yeni sürümde.
Sıralanan paketler otomatik olarak kurulmuştu artık gerekli değiller:
  libhighgui2.1 libcvaux2.1
Kaldırmak için 'apt-get autoremove' komutunu kullanın
Yükseltilen: 0, Yeni Kurulan: 0, Kaldırılacak: 0 ve Yükseltilmeyecek: 0.
N: Ignoring file 'n-muench-vlc-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'libreoffice-ppa-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'sunab-kdenlive-release-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'webupd8team-y-ppa-manager-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'fbostanci-distroguide-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'google-chrome.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'n-muench-vlc-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'libreoffice-ppa-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'sunab-kdenlive-release-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'webupd8team-y-ppa-manager-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'fbostanci-distroguide-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'google-chrome.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
sevket@Sevket:~$

heartsmagic

Derleme çıktısını da tekrar ver lütfen. Hataları görmemiz gerekiyor.

Ayrıca Pitivi uygulamasına göz atmış mıydın? Depoda mevcuttur. Kdenlive de önerilebilir aynı zamanda.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

syagdiran

sevket@Sevket:~$ cd '/home/sevket/Masaüstü/openmovieeditor-0.0.20090105'
sevket@Sevket:~/Masaüstü/openmovieeditor-0.0.20090105$ sudo ./configure
[sudo] password for sevket:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking how to run the C++ preprocessor... g++ -E
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for memory.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working volatile... yes
checking for ptrdiff_t... yes
checking for error_at_line... yes
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for gettimeofday... yes
checking for memset... yes
checking for select... yes
checking for strchr... yes
checking for strdup... yes
checking for strstr... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SAMPLERATE... yes
checking for SNDFILE... no
configure: error: *** libsndfile 1.0.0 not found - this program requires libsndfile >= 1.0.0 http://www.mega-nerd.com/libsndfile/ ***
sevket@Sevket:~/Masaüstü/openmovieeditor-0.0.20090105$ make
make: *** Hedefler belirtilmediğinden make dosyası yok. Durdu.
sevket@Sevket:~/Masaüstü/openmovieeditor-0.0.20090105$ make install
make: *** Hedef `install' i derlemek için  hiçbir kural yok. Durdu.
sevket@Sevket:~/Masaüstü/openmovieeditor-0.0.20090105$