diff --git a/multimedia/video/mpv-player/actions.py b/multimedia/video/mpv-player/actions.py new file mode 100644 index 0000000000..ef952d1958 --- /dev/null +++ b/multimedia/video/mpv-player/actions.py @@ -0,0 +1,25 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import get +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import pythonmodules + +shelltools.export("JOBS", get.makeJOBS().replace("-j", "")) + +def setup(): + shelltools.system("./bootstrap.py") + shelltools.system("python waf configure --prefix=/usr --confdir=/etc/mpv --enable-zsh-comp --enable-libmpv-shared --enable-cdda") + +def build(): + shelltools.system("python waf build -v") + +def install(): + shelltools.system("DESTDIR=%s python waf install" % get.installDIR()) + + pisitools.dodoc("Copyright", "RELEASE_NOTES", "README.md", "LICENSE") diff --git a/multimedia/video/mpv-player/pspec.xml b/multimedia/video/mpv-player/pspec.xml new file mode 100644 index 0000000000..9d96a2a37d --- /dev/null +++ b/multimedia/video/mpv-player/pspec.xml @@ -0,0 +1,113 @@ + + + + + mpv-player + http://www.mplayerhq.hu/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:gui + mpv is based on mplayer2 + mpv has Wayland support, Improved OpenGL output, Support for libavfilter (for video->video and audio->audio). This allows using most of FFmpeg's filters, which improve greatly on the old MPlayer filters in features, performance, and correctness.is a movie player that can run on many platforms. Improved OpenGL output. More correct color reproduction (color matrix generation), including support for BT.2020 (Ultra HD) and linear XYZ (Digital Cinema) inputs. + https://github.com/mpv-player/mpv/archive/v0.14.0.tar.gz + + ffmpeg-devel + mesa-devel + pkgconfig + perl + samba-devel + libX11-devel + gcc + zlib-devel + libass-devel + lua-devel + yasm + libjpeg-turbo-devel + libvdpau-devel + mesa-glu-devel + libbluray-devel + libdvdread-devel + libdvdnav-devel + enca-devel + libcdio-devel + lcms2-devel + libXinerama-devel + libxkbcommon-devel + libXScrnSaver-devel + libXv-devel + libva-devel + libdrm-devel + libv4l-devel + libXext-devel + libcaca-devel + alsa-lib-devel + libvdpau-devel + libXrandr-devel + wayland-client + wayland-cursor + pulseaudio-libs-devel + libcdio-paranoia-devel + jack-audio-connection-kit-devel + + + + + mpv-player + + lua + enca + mesa + zlib + lcms2 + libXv + libva + samba + ffmpeg + libX11 + libass + libdrm + libv4l + libXext + libcaca + libcdio + alsa-lib + libvdpau + libXrandr + libbluray + libdvdnav + libdvdread + libXinerama + libxkbcommon + libXScrnSaver + libjpeg-turbo + wayland-client + wayland-cursor + pulseaudio-libs + libcdio-paranoia + jack-audio-connection-kit + + + /etc + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/applications + /usr/share/icons + /usr/share/zsh + /usr/include + + + + + 2016-01-06 + 0.14 + First release + Stefan Gronewold + groni@pisilinux.org + + + diff --git a/multimedia/video/smplayer/actions.py b/multimedia/video/smplayer/actions.py new file mode 100644 index 0000000000..8c7abb1030 --- /dev/null +++ b/multimedia/video/smplayer/actions.py @@ -0,0 +1,40 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools +from pisi.actionsapi import autotools +from pisi.actionsapi import get + + +def setup(): + pisitools.dosed("Makefile", "^DOC_PATH=.*$", "DOC_PATH=$(PREFIX)/share/doc/smplayer") + +def build(): + autotools.make("PREFIX=/usr QMAKE=/usr/lib/qt5/bin/qmake LRELEASE=/usr/lib/qt5/bin/lrelease") + +def install(): + autotools.rawInstall("PREFIX=/usr DESTDIR=%s DOC_PATH=/usr/share/doc/%s" % (get.installDIR(),get.srcNAME())) + + pisitools.copytree("../smplayer-themes-15.12.0/themes/blackPanther-Light", "%s/usr/share/smplayer/themes/blackPanther-Light" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/blackPanther-Real", "%s/usr/share/smplayer/themes/blackPanther-Real" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/blackPanther-VistaLike", "%s/usr/share/smplayer/themes/blackPanther-VistaLike" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/Gnome", "%s/usr/share/smplayer/themes/Faenza" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/Gnome", "%s/usr/share/smplayer/themes/Faenza-Darkest" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/Gnome", "%s/usr/share/smplayer/themes/Faenza-Silver" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/Gartoon", "%s/usr/share/smplayer/themes/Gartoon" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/Gnome", "%s/usr/share/smplayer/themes/Gnome" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/Monochrome", "%s/usr/share/smplayer/themes/Monochrome" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/Noia", "%s/usr/share/smplayer/themes/Noia" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/Numix-uTouch", "%s/usr/share/smplayer/themes/Numix-remix" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/Numix-uTouch", "%s/usr/share/smplayer/themes/Numix-uTouch" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/Nuvola", "%s/usr/share/smplayer/themes/Nuvola" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/Oxygen", "%s/usr/share/smplayer/themes/Oxygen" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/Oxygen-Air", "%s/usr/share/smplayer/themes/Oxygen-Air" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/Oxygen-Air", "%s/usr/share/smplayer/themes/Oxygen-KDE" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/Oxygen-Refit", "%s/usr/share/smplayer/themes/Oxygen-Refit" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/Silk", "%s/usr/share/smplayer/themes/Silk" % get.installDIR()) + pisitools.copytree("../smplayer-themes-15.12.0/themes/Tango", "%s/usr/share/smplayer/themes/Tango" % get.installDIR()) diff --git a/multimedia/video/smplayer/files/desktop.patch b/multimedia/video/smplayer/files/desktop.patch new file mode 100644 index 0000000000..9fa233dd3e --- /dev/null +++ b/multimedia/video/smplayer/files/desktop.patch @@ -0,0 +1,20 @@ +Index: smplayer-0.6.8/smplayer.desktop +=================================================================== +--- smplayer-0.6.8.orig/smplayer.desktop ++++ smplayer-0.6.8/smplayer.desktop +@@ -10,6 +10,7 @@ Comment[nl]=Een uitstekend frontend voor + Comment[pl]=Świetna nakładka na Mplayer + Comment[pt]=Um óptimo interface gráfico para o MPlayer + Comment[ru]=Мощный интерфейс к MPlayer ++Comment[tr]=Gelişmiş bir MPlayer önyüzü + Comment[uk]=Потужний інтерфейс до MPlayer + Exec=smplayer %U + GenericName=Media Player +@@ -18,6 +19,7 @@ GenericName[es]=Reproductor multimedia + GenericName[hu]=Médialejátszó + GenericName[pt]=Reprodutor de Média + GenericName[ru]=Медиаплеер ++GenericName[tr]=Çokluortam Oynatıcı + GenericName[uk]=Програвач медіа + Icon=smplayer + MimeType=audio/ac3;audio/mp4;audio/mpeg;audio/vnd.rn-realaudio;audio/vorbis;audio/x-adpcm;audio/x-matroska;audio/x-mp2;audio/x-mp3;audio/x-ms-wma;audio/x-vorbis;audio/x-wav;audio/mpegurl;audio/x-mpegurl;audio/x-pn-realaudio;audio/x-scpls;video/avi;video/mp4;video/flv;video/mpeg;video/quicktime;video/vnd.rn-realvideo;video/x-matroska;video/x-ms-asf;video/x-msvideo;video/x-ms-wmv;video/x-ogm;video/x-theora; diff --git a/multimedia/video/smplayer/files/fix-subtitle-encodings.patch b/multimedia/video/smplayer/files/fix-subtitle-encodings.patch new file mode 100644 index 0000000000..a48a68296e --- /dev/null +++ b/multimedia/video/smplayer/files/fix-subtitle-encodings.patch @@ -0,0 +1,13 @@ +Index: smplayer-0.6.7_20090703/src/preferences.cpp +=================================================================== +--- smplayer-0.6.7_20090703.orig/src/preferences.cpp ++++ smplayer-0.6.7_20090703/src/preferences.cpp +@@ -179,7 +179,7 @@ void Preferences::reset() { + font_file = ""; + font_name = ""; + use_fontconfig = false; +- subcp = "ISO-8859-1"; ++ subcp = "cp1254"; + use_enca = false; + enca_lang = QString(QLocale::system().name()).section("_",0,0); + font_autoscale = 1; diff --git a/multimedia/video/smplayer/files/index.html b/multimedia/video/smplayer/files/index.html new file mode 100644 index 0000000000..00c5736dda --- /dev/null +++ b/multimedia/video/smplayer/files/index.html @@ -0,0 +1,17 @@ +kde-48-pisi - Revision 691: /trunk/ext-apps/SMPlayer/files + +

kde-48-pisi - Revision 691: /trunk/ext-apps/SMPlayer/files

+ +
Google Code powered by Subversion + \ No newline at end of file diff --git a/multimedia/video/smplayer/files/make-default-video-player.diff b/multimedia/video/smplayer/files/make-default-video-player.diff new file mode 100644 index 0000000000..f0f23e517f --- /dev/null +++ b/multimedia/video/smplayer/files/make-default-video-player.diff @@ -0,0 +1,13 @@ +diff -Naur smplayer-0.6.7_20090703-orig/smplayer.desktop smplayer-0.6.7_20090703/smplayer.desktop +--- smplayer-0.6.7_20090703-orig/smplayer.desktop 2009-07-17 14:05:03.125530048 +0300 ++++ smplayer-0.6.7_20090703/smplayer.desktop 2009-07-17 14:38:51.968427462 +0300 +@@ -22,7 +22,8 @@ + GenericName[uk]=Потужний інтерфейс до MPlayer + GenericName[tr]=Gelişmiş bir MPlayer önyüzü + Icon=smplayer +-MimeType=audio/ac3;audio/mp4;audio/mpeg;audio/vnd.rn-realaudio;audio/vorbis;audio/x-adpcm;audio/x-matroska;audio/x-mp2;audio/x-mp3;audio/x-ms-wma;audio/x-vorbis;audio/x-wav;audio/mpegurl;audio/x-mpegurl;audio/x-pn-realaudio;audio/x-scpls;video/avi;video/mp4;video/flv;video/mpeg;video/quicktime;video/vnd.rn-realvideo;video/x-matroska;video/x-ms-asf;video/x-msvideo;video/x-ms-wmv;video/x-ogm;video/x-theora; ++MimeType=video/avi;video/mp4;video/flv;video/mpeg;video/quicktime;video/vnd.rn-realvideo;video/x-matroska;video/x-ms-asf;video/x-msvideo;video/x-ms-wmv;video/x-ogm;video/x-theora; ++InitialPreference=14 + Name=SMPlayer + Type=Application + X-KDE-StartupNotify=false diff --git a/multimedia/video/smplayer/files/shape_mplayer_output.patch b/multimedia/video/smplayer/files/shape_mplayer_output.patch new file mode 100644 index 0000000000..b62ca575ef --- /dev/null +++ b/multimedia/video/smplayer/files/shape_mplayer_output.patch @@ -0,0 +1,57 @@ +diff -Nur smplayer-0.6.6-old/src/core.cpp smplayer-0.6.6/src/core.cpp +--- smplayer-0.6.6-old/src/core.cpp 2008-12-30 01:43:28.000000000 +0200 ++++ smplayer-0.6.6/src/core.cpp 2009-01-02 05:41:54.000000000 +0200 +@@ -1192,6 +1192,8 @@ + proc->addArgument( mplayer_bin ); + + proc->addArgument("-noquiet"); ++ proc->addArgument("-nomsgcolor"); ++ proc->addArgument("-nomsgmodule"); + + if (pref->fullscreen && pref->use_mplayer_window) { + proc->addArgument("-fs"); +diff -Nur smplayer-0.6.6-old/src/infoprovider.cpp smplayer-0.6.6/src/infoprovider.cpp +--- smplayer-0.6.6-old/src/infoprovider.cpp 2008-10-13 11:14:07.000000000 +0300 ++++ smplayer-0.6.6/src/infoprovider.cpp 2009-01-02 05:41:54.000000000 +0200 +@@ -40,6 +40,8 @@ + proc.addArgument("null"); + proc.addArgument("-ao"); + proc.addArgument("null"); ++ proc.addArgument("-nomsgcolor"); ++ proc.addArgument("-nomsgmodule"); + proc.addArgument(filename); + + proc.start(); +diff -Nur smplayer-0.6.6-old/src/inforeader.cpp smplayer-0.6.6/src/inforeader.cpp +--- smplayer-0.6.6-old/src/inforeader.cpp 2008-07-05 02:53:21.000000000 +0300 ++++ smplayer-0.6.6/src/inforeader.cpp 2009-01-02 05:41:54.000000000 +0200 +@@ -77,7 +77,7 @@ + demuxer_list.clear(); + mplayer_svn = -1; + +- run("-identify -vo help -ao help -demuxer help -vc help -ac help"); ++ run("-identify -vo help -ao help -demuxer help -vc help -ac help -nomsgcolor -nomsgmodule"); + + //list(); + } +diff -Nur smplayer-0.6.6-old/src/videopreview/videopreview.cpp smplayer-0.6.6/src/videopreview/videopreview.cpp +--- smplayer-0.6.6-old/src/videopreview/videopreview.cpp 2008-12-22 02:50:55.000000000 +0200 ++++ smplayer-0.6.6/src/videopreview/videopreview.cpp 2009-01-02 05:41:54.000000000 +0200 +@@ -262,6 +262,8 @@ + bool VideoPreview::runMplayer(int seek, double aspect_ratio) { + QStringList args; + args << "-nosound"; ++ args << "-nomsgcolor"; ++ args << "-nomsgmodule"; + + if (prop.extract_format == PNG) { + args << "-vo" +@@ -442,7 +444,7 @@ + p.setProcessChannelMode( QProcess::MergedChannels ); + + QStringList args; +- args << "-vo" << "null" << "-ao" << "null" << "-frames" << "1" << "-identify" << "-nocache" << "-noquiet" << filename; ++ args << "-vo" << "null" << "-ao" << "null" << "-frames" << "1" << "-identify" << "-nocache" << "-noquiet" << "-nomsgcolor" << "-nomsgmodule" << filename; + + if (!prop.dvd_device.isEmpty()) { + args << "-dvd-device" << prop.dvd_device; diff --git a/multimedia/video/smplayer/files/smplayer_dvd.desktop b/multimedia/video/smplayer/files/smplayer_dvd.desktop new file mode 100644 index 0000000000..0c2dddc607 --- /dev/null +++ b/multimedia/video/smplayer/files/smplayer_dvd.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +X-KDE-Solid-Predicate=[StorageVolume.ignored == false AND OpticalDisc.availableContent & 'VideoDvd'] +Actions=SMplayer; +Type=Service +X-KDE-Priority=TopLevel + +[Desktop Action SMplayer] +Name=Play DVD +Name[tr]=DVD'yi Oynat +Exec=smplayer dvdnav:///%d +Icon=smplayer diff --git a/multimedia/video/smplayer/files/smplayer_vcd.desktop b/multimedia/video/smplayer/files/smplayer_vcd.desktop new file mode 100644 index 0000000000..b52b240a8c --- /dev/null +++ b/multimedia/video/smplayer/files/smplayer_vcd.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +X-KDE-Solid-Predicate=[StorageVolume.ignored == false AND OpticalDisc.availableContent & 'VideoCd'] +Actions=SMplayer; +Type=Service +X-KDE-Priority=TopLevel + +[Desktop Action SMplayer] +Name=Play VCD +Name[tr]=VCD'yi Oynat +Exec=smplayer vcd:///%d +Icon=smplayer diff --git a/multimedia/video/smplayer/files/tr.diff b/multimedia/video/smplayer/files/tr.diff new file mode 100644 index 0000000000..b4055931e1 --- /dev/null +++ b/multimedia/video/smplayer/files/tr.diff @@ -0,0 +1,3150 @@ +Index: smplayer-0.6.9_20101208/src/translations/smplayer_tr.ts +=================================================================== +--- smplayer-0.6.9_20101208.orig/src/translations/smplayer_tr.ts ++++ smplayer-0.6.9_20101208/src/translations/smplayer_tr.ts +@@ -1,5 +1,6 @@ + +- ++ ++ + + About + +@@ -10,7 +11,7 @@ + + + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. +- Bu ücretsiz bir yazılımdır; "Free Software Foundation" tarafından yayınlanan GNU lisansının -isteğinize bağlı olarak- 2. veya daha ileriki bir sürümünün koşullarını gözeterek çoğaltabilir ve/veya değiştirebilirsiniz. ++ Bu özgür bir yazılımdır; "Free Software Foundation" tarafından yayınlanan GNU lisansının -isteğinize bağlı olarak- 2. veya daha ileriki bir sürümünün koşullarını gözeterek çoğaltabilir ve/veya değiştirebilirsiniz. + + + +@@ -190,12 +191,12 @@ + + + Get help in our forum: +- Aradığınız yardımı forumumuzda bulun: ++ Forum sayfamızdan yardım alabilirsiniz: + + + + You can support SMPlayer by making a donation. +- Bağışta bulunarak SmPlayer'ı destekleyebilirsiniz. ++ Bağışta bulunarak SMPlayer'ı destekleyebilirsiniz. + + + +@@ -220,7 +221,7 @@ + + + Using MPlayer %1 +- Mplayer'ı kullanıyor %1 ++ MPlayer %1 sürümünü kullanıyor + + + +@@ -235,7 +236,7 @@ + + + Using Qt %1 (compiled with Qt %2) +- Qt'yi kullanıyor %1(Qt ile derlendi %2) ++ Qt %1 sürümünü kullanıyor (Qt %2 ile derlendi) + + + +@@ -260,47 +261,47 @@ + + + The following people have contributed with patches (see the changelog for details): +- ++ Aşağıdaki listede bulunan insanlar yamalarıyla katkıda bulundular (detaylar için changelog dosyasına bakın): + + + + If there's any omission, please report. +- ++ Unuttuğumuz bir isim varsa lütfen rapor edin. + + + + SMPlayer logo by %1 +- ++ SMPlayer logo: %1 + + + + %1, %2, %3 and %4 +- ++ %1, %2, %3 ve %4 + + + + %1, %2, %3, %4 and %5 +- ++ %1, %2, %3, %4 ve %5 + + + + Vietnamese +- Vietnamca ++ Vietnamca + + + + Estonian +- Estonca ++ Estonca + + + + Lithuanian +- Litvanyaca ++ Litvanyaca + + + + Danish +- Danca ++ Danca + + + +@@ -375,7 +376,7 @@ Üstüne yazmak istiyor musunuz? + + &Change shortcut... +- Kısa&yolu değiştirin... ++ &Kısayolu değiştir... + + + +@@ -383,7 +384,7 @@ Üstüne yazmak istiyor musunuz? + + Audio Equalizer +- Ses Dengeleyici ++ Ses Ekolayzır + + + +@@ -448,7 +449,7 @@ Üstüne yazmak istiyor musunuz? + + &Set as default values +- &Varsayılan yap ++ &Öntanımlı değerler olarak ayarla + + + +@@ -468,7 +469,7 @@ Üstüne yazmak istiyor musunuz? + + The current values have been stored to be used as default. +- Hali hazırdaki değerler varsayılan değerler olarak kaydedildi. ++ Şu anki değerler öntanımlı olacak şekilde kaydedildi. + + + +@@ -566,12 +567,12 @@ Üstüne yazmak istiyor musunuz? + + Speed &-10% +- %10 Yava&şlat ++ 10% Yava&şlat + + + + Speed &+10% +- %10 Hı&zlandır ++ 10% Hı&zlandır + + + +@@ -591,7 +592,7 @@ Üstüne yazmak istiyor musunuz? + + &Equalizer +- &Eşitleyici ++ &Ekolayzır + + + +@@ -641,7 +642,7 @@ Üstüne yazmak istiyor musunuz? + + &Postprocessing +- &Ardişlem ++ &Postprocessing + + + +@@ -796,7 +797,7 @@ Üstüne yazmak istiyor musunuz? + + &Subtitles +- Alt &yazı ++ Alt&yazı + + + +@@ -891,7 +892,7 @@ Üstüne yazmak istiyor musunuz? + + &Stereo +- &Steryo ++ &Stereo + + + +@@ -1018,7 +1019,7 @@ Tamama bastığınızda ayarları yapabi + + + Subtitles +- Alt yazılar ++ Altyazılar + + + +@@ -1028,7 +1029,7 @@ Tamama bastığınızda ayarları yapabi + + + Playing %1 +- %1'i oynatıyor ++ %1 oynatılıyor + + + +@@ -1048,7 +1049,7 @@ Tamama bastığınızda ayarları yapabi + + + N&ext line in subtitles +- Bir &sonraki satır ++ Altyazılardaki &sonraki satır + + + +@@ -1123,17 +1124,17 @@ Tamama bastığınızda ayarları yapabi + + + Next audio +- Bir sonraki ses ++ Sonraki ses + + + + Next subtitle +- Bir sonraki alt yazı ++ Sonraki altyazı + + + + Next chapter +- Bir sonraki bölüm ++ Sonraki bölüm + + + +@@ -1268,12 +1269,12 @@ Tamama bastığınızda ayarları yapabi + + + &Forced subtitles only +- Sadece zorunlu alt yaz&ılar ++ Sadece zorunlu altyaz&ılar + + + + Reset video equalizer +- Video eşitleyiciyi sıfırla ++ Video ekolayzırı sıfırla + + + +@@ -1353,22 +1354,22 @@ Tamama bastığınızda ayarları yapabi + + + E&qualizer +- Den&geleyici ++ E&kolayzır + + + + Reset audio equalizer +- Ses dengeleyiciyi sıfırla ++ Ses ekolayzırı sıfırla + + + + Find subtitles on &OpenSubtitles.org... +- &OpenSubtitles.org'dan alt yazı bul... ++ &OpenSubtitles.org'dan altyazı bul... + + + + Upload su&btitles to OpenSubtitles.org... +- &OpenSubtitles.org'a alt yazı yükle... ++ &OpenSubtitles.org'a altyazı yükle... + + + +@@ -1408,17 +1409,17 @@ Tamama bastığınızda ayarları yapabi + + + &Default +- Varsa&yılan ++ &Öntanımlı + + + + Mirr&or image +- Ayna yan&sısı ++ Resmi &yansıt + + + + Next video +- Bir sonraki video ++ Sonraki video + + + +@@ -1440,7 +1441,7 @@ Tamama bastığınızda ayarları yapabi + + + The version of MPlayer (%1) installed on your system is obsolete. SMPlayer can't work well with it: some options won't work, subtitle selection may fail... +- Sisteminizde yüklü olan MPlayer (%1) sürümü eski. SMPlayer bu sürümle düzgün çalışamaz: bazı seçenekler çalışmayacaktır. Ayrıca alt yazı seçimi başarısız olabilir... ++ Sisteminizde yüklü olan MPlayer (%1) sürümü eski. SMPlayer bu sürümle düzgün çalışamaz: bazı seçenekler çalışmayacaktır. Ayrıca altyazı seçimi başarısız olabilir... + + + +@@ -1455,122 +1456,122 @@ Tamama bastığınızda ayarları yapabi + + + Next aspect ratio +- ++ Sonraki en-boy oranı + + + + &Auto zoom +- ++ &Otomatik yakınlaştırma + + + + Zoom for &16:9 +- ++ &16:9 şeklinde yakınlaştır + + + + Zoom for &2.35:1 +- ++ &2.35:1 şeklinde yakınlaştır + + + + Pre&view... +- ++ &Önizleme... + + + + &Always +- ++ &Daima + + + + &Never +- ++ &Asla + + + + While &playing +- ++ &Oynatırken + + + + DVD &menu +- ++ DVD &menu + + + + DVD &previous menu +- ++ DVD &önceki menü + + + + DVD menu, move up +- ++ DVD menü, yukarı + + + + DVD menu, move down +- ++ DVD menü, aşağı + + + + DVD menu, move left +- ++ DVD menü, sola + + + + DVD menu, move right +- ++ DVD menü, sağa + + + + DVD menu, select option +- ++ DVD menü, seçim yap + + + + DVD menu, mouse click +- ++ DVD menü, tıklayınca + + + + Set dela&y... +- ++ Gecikmeyi a&yarla... + + + + Se&t delay... +- ++ Geci&kmeyi ayarla... + + + + &Jump to: +- &Atla: ++ &Atla: + + + + SMPlayer - Seek +- SMPlayer - Gezin ++ SMPlayer - Gezin + + + + SMPlayer - Audio delay +- ++ SMPlayer - Ses gecikmesi + + + + Audio delay (in milliseconds): +- ++ Ses gecikmesi (milisaniye): + + + + SMPlayer - Subtitle delay +- ++ SMPlayer - Altyazı gecikmesi + + + + Subtitle delay (in milliseconds): +- ++ + + + +@@ -1585,128 +1586,128 @@ Tamama bastığınızda ayarları yapabi + + + Start/stop takin&g screenshots +- ++ Ekran &görüntüsü almayı başlat/durdur + + + + Subtitle &visibility +- ++ Altyazı &görünürlüğü + + + + Next wheel function +- ++ Sonraki teker işlevi + + + + P&rogram + program +- ++ P&rogram + + + + &Edit... +- ++ &Düzenle... + + + + Next TV channel +- ++ Sonraki TV kanalı + + + + Previous TV channel +- ++ Önceki TV kanalı + + + + Next radio channel +- ++ Sonraki radyo kanalı + + + + Previous radio channel +- ++ Önceki radyo kanalı + + + + &TV +- ++ &TV + + + + Radi&o +- ++ Rad&yo + + + + &Jump... +- ++ &Atla... + + + + Subtitles onl&y +- ++ Sadece alt&yazı + + + + Volume + &Seek +- ++ Ses + &Gezinme + + + + Volume + Seek + &Timer +- ++ Ses + Gezinme + &Zamanlayıcı + + + + Volume + Seek + Timer + T&otal time +- ++ Ses + Gezinme + Zamanlayıcı +T&oplam süre + + + + Video filters are disabled when using vdpau +- ++ vdpau kullanırken video filtreleri kapatılır + + + + Fli&p image +- ++ Resmi &ters çevir + + + + Zoo&m +- ++ Yakınlaş&tır + + + + Show filename on OSD +- ++ OSD'de dosya adını göster + + + + Set &A marker +- ++ &A işaretçisini ayarla + + + + Set &B marker +- ++ &B işaretçisini ayarla + + + + &Clear A-B markers +- ++ A-B işaretçilerini &temizle + + + + &A-B section +- ++ &A-B bölümü + + + + Toggle deinterlacing +- ++ deinterlace işlemini aç/kapa + + + +@@ -1719,7 +1720,7 @@ Tamama bastığınızda ayarları yapabi + + + S&how icon in system tray +- Simgeyi sistem tablasında &göster ++ Sistem çekmecesinde simgeyi &göster + + + +@@ -1782,42 +1783,42 @@ Tamama bastığınızda ayarları yapabi + + + Font scale: %1 +- Font ölçeği: %1 ++ Yazıtipi ölçeği: %1 + + + + Aspect ratio: %1 +- ++ En-boy oranı: %1 + + + + Updating the font cache. This may take some seconds... +- ++ Yazıtipi önbelleğini güncelle. Bu işlem birkaç saniye sürer... + + + + Subtitle delay: %1 ms +- ++ Altyazı gecikmesi: %1 ms + + + + Audio delay: %1 ms +- ++ Ses gecikmesi: %1 ms + + + + Speed: %1 +- ++ Hız: %1 + + + + Subtitles on +- ++ Altyazı açık + + + + Subtitles off +- ++ Altyazı kapalı + + + +@@ -1827,42 +1828,42 @@ Tamama bastığınızda ayarları yapabi + + + Mouse wheel changes volume now +- ++ Fare tekeri ses düzeyini değiştirir + + + + Mouse wheel changes zoom level now +- ++ Fare tekeri yakınlaştırma seviyesini değiştirir + + + + Mouse wheel changes speed now +- ++ Fare tekeri hızı değiştirir + + + + Screenshot NOT taken, folder not configured +- ++ Ekran görüntüsü alınmadı, klasör yapılandırılmamış + + + + Screenshots NOT taken, folder not configured +- ++ Ekran görüntüleri alınmadı, klasör yapılandırılmamış + + + + "A" marker set to %1 +- ++ "A" işaretçisi %1 değerine ayarlandı + + + + "B" marker set to %1 +- ++ "B" işaretçisi %1 değerine ayarlandı + + + + A-B markers cleared +- ++ A-B işaretçileri temizlendi + + + +@@ -1895,38 +1896,38 @@ Tamama bastığınızda ayarları yapabi + + + Subtitle +- Alt yazı ++ Altyazı + + + + A:%1 +- ++ A:%1 + + + + B:%1 +- ++ B:%1 + + + + Status&bar +- ++ Durum &çubuğu + + + + &Video info +- ++ &Video bilgisi + + + + &Frame counter +- ++ &Kare sayacı + + + + %1x%2 %3 fps + width + height + fps +- ++ %1x%2 %3 fps + + + +@@ -1970,72 +1971,72 @@ Tamama bastığınızda ayarları yapabi + + + Icon +- ++ Simge + + + + Name +- İsim ++ İsim + + + + Media +- ++ Ortam + + + + Favorite editor +- ++ Favori düzenleyici + + + + Favorite list +- ++ Favori listesi + + + + You can edit, delete, sort or add new items. Double click on a cell to edit its contents. +- ++ Yeni öğeler ekleyebilir, düzenleyebilir, silebilir ve sıralayabilirsiniz. Bir hücrenin içeriğini değiştirmek için hücreye çift tıklayın. + + + + Select an icon file +- ++ Simge dosyası seçin + + + + Images +- ++ Resimler + + + + icon +- ++ simge + + + + &New +- ++ &Yeni + + + + D&elete +- ++ &Sil + + + + Delete &all +- ++ &Tümünü sil + + + + &Up +- Y&ukarı ++ Y&ukarı + + + + &Down +- A&şağı ++ A&şağı + + + +@@ -2043,12 +2044,12 @@ Tamama bastığınızda ayarları yapabi + + + Jump to item +- ++ Öğeye atla + + + + Enter the number of the item in the list to jump: +- ++ Öğeye atlamak için öğenin listedeki numarasını girin: + + + +@@ -2182,7 +2183,7 @@ Örnek: resample=44100:0:0,volnorm + + add noise +- ++ gürültü ekle + + + +@@ -2202,7 +2203,7 @@ Örnek: resample=44100:0:0,volnorm + + volume normalization +- ++ ses düzeyi normalleştirme + + + +@@ -2210,82 +2211,82 @@ Örnek: resample=44100:0:0,volnorm + + Http +- ++ Http + + + + Socks5 +- ++ Socks5 + + + + Enable/disable the use of the proxy. +- ++ Vekil sunucu kullanımını aç/kapa. + + + + The host name of the proxy. +- ++ Vekil sunucu makine adı. + + + + The port of the proxy. +- ++ Vekil sunucu portu. + + + + If the proxy requires authentication, this sets the username. +- ++ Vekil sunucu kimlik denetimi gerektiriyorsa, bu alan kullanıcı adını ayarlar. + + + + The password for the proxy. <b>Warning:</b> the password will be saved as plain text in the configuration file. +- ++ Vekil sunucu için gerekli parola. <b>Uyarı:</b>parola, yapılandırma dosyasının içine görünecek şekilde kaydedilecektir. + + + + Select the proxy type to be used. +- ++ Kullanılacak vekil sunucu tipini seçin. + + + + Advanced options +- ++ Gelişmiş seçenekler + + + + Proxy +- ++ Vekil sunucu + + + + &Enable proxy +- ++ &Vekil sunucuyu etkinleştir + + + + &Host: +- ++ &Makine: + + + + &Port: +- ++ &Port: + + + + &Username: +- ++ &Kullanıcı adı: + + + + Pa&ssword: +- ++ Pa&rola: + + + + &Type: +- ++ &Tip: + + + +@@ -2378,7 +2379,7 @@ Örnek: resample=44100:0:0,volnorm + + Find Subtitles +- Alt yazı Bul ++ Altyazı Bul + + + +@@ -2398,14 +2399,13 @@ Örnek: resample=44100:0:0,volnorm + + Subtitle saved as %1 +- Alt yazı %1 olarak kaydedildi ++ Altyazı %1 olarak kaydedildi + + + + %1 subtitle(s) extracted +- +- %1 alt yazı genişletildi +- ++ ++ %1 altyazı çıkarıldı + + + +@@ -2435,17 +2435,17 @@ Lütfen bu klasöre yazma izniniz olup o + + + Temporary file %1 +- ++ Geçici dosya %1 + + + + Download failed +- ++ İndirme başarısız + + + + &Options +- ++ &Seçenekler + + + +@@ -2625,7 +2625,7 @@ Lütfen bu klasöre yazma izniniz olup o + + + Subtitles +- Alt yazılar ++ Altyazılar + + + +@@ -2691,7 +2691,7 @@ Lütfen bu klasöre yazma izniniz olup o + + + Please, &select the correct version: +- Lütfen doğru &sürümü seçiniz: ++ Lütfen doğru &sürümü seçin: + + + +@@ -2711,7 +2711,7 @@ Lütfen bu klasöre yazma izniniz olup o + + + 1.0rc3 or newer +- ++ 1.0rc3 veya yenisi + + + +@@ -3659,7 +3659,7 @@ Lütfen bu klasöre yazma izniniz olup o + Marshallese + + +- ++ + + Bokmål + +@@ -3769,7 +3769,7 @@ Lütfen bu klasöre yazma izniniz olup o + Venda + + +- ++ + + Volapük + +@@ -3861,17 +3861,17 @@ Üstüne yazmak istiyor musunuz? + + Control bar +- Denetim çubuğu ++ Denetim çubuğu + + + + -%1 +- -%1 ++ -%1 + + + + +%1 +- +%1 ++ +%1 + + + +@@ -3941,7 +3941,7 @@ Üstüne yazmak istiyor musunuz? + + Edit name +- İsmi değiştirin ++ İsmi düzenle + + + +@@ -4262,7 +4262,7 @@ Örnek: resample=44100:0:0,volnorm + + Select the aspect ratio of your monitor. +- Ekranınızın en boy oranını seçiniz. ++ Ekranınızın en boy oranını seçin. + + + +@@ -4407,7 +4407,7 @@ Örnek: resample=44100:0:0,volnorm + + Actions list +- ++ Eylemler listesi + + + +@@ -4422,7 +4422,7 @@ Örnek: resample=44100:0:0,volnorm + + Network +- ++ + + + +@@ -4432,12 +4432,12 @@ Örnek: resample=44100:0:0,volnorm + + &Network +- ++ &Ağ + + + + Example: +- ++ Örnek: + + + +@@ -4530,7 +4530,7 @@ Örnek: resample=44100:0:0,volnorm + + Check the media file extensions you would like SMPlayer to handle. When you click Apply, the checked files will be associated with SMPlayer. If you uncheck a media type, the file association will be restored. +- SMPlayer tarafından açılmasını istediğinizi dosya türlerini seçiniz. Uygula'ya tıkladığınızda, seçtiğiniz dosyalar SMPlayer'la ilişkilendirilecek. Eğer işareti kaldırırsanız, dosyanın ilişkilendirmesi de eski haline getirilecek. ++ SMPlayer tarafından açılmasını istediğinizi dosya türlerini seçin. Uygula'ya tıkladığınızda, seçtiğiniz dosyalar SMPlayer'la ilişkilendirilecek. Eğer işareti kaldırırsanız, dosyanın ilişkilendirmesi de eski haline getirilecek. + + + +@@ -4558,7 +4558,7 @@ Örnek: resample=44100:0:0,volnorm + + Choose your CDROM device. It will be used to play VCDs and Audio CDs. +- CDROM sürücünüzü seçiniz. Bu sürücü VCD ve Müzik CD'lerinin oynatılmasında kullanılacak. ++ CDROM sürücünüzü seçin. Bu sürücü VCD ve Müzik CD'lerinin oynatılmasında kullanılacak. + + + +@@ -4568,7 +4568,7 @@ Örnek: resample=44100:0:0,volnorm + + Choose your DVD device. It will be used to play DVDs. +- DVD sürücünüzü seçiniz. Bu sürücü DVD'lerin oynatılmasında kullanılacak. ++ DVD sürücünüzü seçin. Bu sürücü DVD'lerin oynatılmasında kullanılacak. + + + +@@ -4578,12 +4578,12 @@ Örnek: resample=44100:0:0,volnorm + + Select your &CD device: +- &CD sürücünüzü seçiniz: ++ &CD sürücünüzü seçin: + + + + Select your &DVD device: +- &DVD sürücünüzü seçiniz: ++ &DVD sürücünüzü seçin: + + + +@@ -4593,7 +4593,7 @@ Örnek: resample=44100:0:0,volnorm + + Enable DVD menus +- ++ DVD menüleri etkinleştir + + + +@@ -4618,12 +4618,12 @@ Örnek: resample=44100:0:0,volnorm + + &Enable DVD menus (experimental) +- ++ &DVD menüleri etkinleştir (deneysel) + + + + &Scan for CD/DVD drives +- ++ CD/DVD sürücüleri &tara + + + +@@ -4691,22 +4691,22 @@ Örnek: resample=44100:0:0,volnorm + + Preferred subtitle language +- Tercih edilen alt yazı dili ++ Tercih edilen altyazı dili + + + + Software video equalizer +- Yazılım video dengeleyici ++ Yazılım tabanlı video ekolayzır + + + + You can check this option if video equalizer is not supported by your graphic card or the selected video output driver.<br><b>Note:</b> this option can be incompatible with some video output drivers. +- Eğer video eşitleyici özelliği ekran kartınız veya seçtiğiniz video çıktısı sürücüsü tarafından desteklenmiyorsa bu seçeneği işaretleyin.<br><b>Not:</b> Bu seçenek bazı video çıktısı sürücüleri ile uyumsuzluk gösterebilir. ++ Eğer video ekolayzır özelliği ekran kartınız veya seçtiğiniz video çıktısı sürücüsü tarafından desteklenmiyorsa bu seçeneği işaretleyin.<br><b>Not:</b> Bu seçenek bazı video çıktısı sürücüleri ile uyumsuzluk gösterebilir. + + + + Postprocessing quality +- Ardişlem kalitesi ++ Postprocessing kalitesi + + + +@@ -4756,7 +4756,7 @@ Örnek: resample=44100:0:0,volnorm + + Preferred audio and subtitles +- Tercih edilen ses ve alt yazılar ++ Tercih edilen ses ve altyazılar + + + +@@ -4811,12 +4811,12 @@ Örnek: resample=44100:0:0,volnorm + + &Remember settings for all files (audio track, subtitles...) +- &Tüm dosyalar için ayarları hatırla (ses izi, alt yazı...) ++ &Tüm dosyalar için ayarları hatırla (ses izi, altyazı...) + + + + Su&btitles: +- &Alt yazılar: ++ &Altyazılar: + + + +@@ -4881,7 +4881,7 @@ Örnek: resample=44100:0:0,volnorm + + &Enable postprocessing by default +- Ardişl&em her zaman uygulansın ++ Öntanımlı olarak postprocessing &yap + + + +@@ -4916,7 +4916,7 @@ Örnek: resample=44100:0:0,volnorm + + C&hannels by default: +- Varsa&yılı kanallar: ++ &Öntanımlı kanallar: + + + +@@ -4931,7 +4931,7 @@ Örnek: resample=44100:0:0,volnorm + + Enable postprocessing by default +- Ardişlem her zaman uygulansın ++ Öntanımlı olarak postprocessing yap + + + +@@ -4961,12 +4961,12 @@ Örnek: resample=44100:0:0,volnorm + + Channels by default +- Varsayılı kanallar ++ Öntanımlı kanallar + + + + Sets the maximum amplification level in percent (default: 110). A value of 200 will allow you to adjust the volume up to a maximum of double the current level. With values below 100 the initial volume (which is 100%) will be above the maximum, which e.g. the OSD cannot display correctly. +- Azami kuvvetlendirme seviyesini belirler (varsayılan: 110). Seviyeyi 200'e getirirseniz sesi şu andaki düzeyin 2 katına getirmeniz mümkün olacaktır. 100'ün altındaki değerlerin seçilmesi başlangıçtaki sesin (%100) azami seviyenin üstünde kalmasına sebep olacaktır ve OSD bu durumda seviyeyi düzgün gösteremez. ++ Azami kuvvetlendirme seviyesini belirler (öntanımlı: 110). Seviyeyi 200'e getirirseniz sesi şu andaki düzeyin 2 katına getirmeniz mümkün olacaktır. 100'ün altındaki değerlerin seçilmesi başlangıçtaki sesin (100%) azami seviyenin üstünde kalmasına sebep olacaktır ve OSD bu durumda seviyeyi düzgün gösteremez. + + + +@@ -4976,7 +4976,7 @@ Örnek: resample=44100:0:0,volnorm + + Postprocessing will be used by default on new opened files. +- Yeni açılan dosyalarda ardişlem varsayılı olarak uygulanır. ++ Yeni açılan dosyalarda postprocessing öntanımlı olarak uygulanır. + + + +@@ -4986,22 +4986,22 @@ Örnek: resample=44100:0:0,volnorm + + Specifies the default audio track which will be used when playing new files. If the track doesn't exist, the first one will be used. <br><b>Note:</b> the <i>"preferred audio language"</i> has preference over this option. +- Yeni açılan dosyaların oynatılmasında kullanılacak varsayılı ses izini belirler. Eğer bu ses izi mevcut değilse, bulunan ilk iz kullanılacaktır. <br><b>Not:</b> <i>"tercih edilen ses dili"</i> kullanılacak ses izini seçmede kullanılır. ++ Yeni açılan dosyaların oynatılmasında kullanılacak öntanımlı ses izini belirler. Eğer bu ses izi mevcut değilse, bulunan ilk iz kullanılacaktır. <br><b>Not:</b> <i>"tercih edilen ses dili"</i> kullanılacak ses izini seçmede kullanılır. + + + + Subtitle track +- Alt yazı izi ++ Altyazı izi + + + + Specifies the default subtitle track which will be used when playing new files. If the track doesn't exist, the first one will be used. <br><b>Note:</b> the <i>"preferred subtitle language"</i> has preference over this option. +- Yeni açılan dosyaların oynatılmasında kullanılacak varsayılı alt yazı izini belirler. Eğer bu ses izi mevcut değilse, bulunan ilk iz kullanılacaktır. <br><b>Not:</b> <i>"tercih edilen alt yazı dili"</i> kullanılacak alt yazı izini seçmede kullanılır. ++ Yeni açılan dosyaların oynatılmasında kullanılacak öntanımlı altyazı izini belirler. Eğer bu ses izi mevcut değilse, bulunan ilk iz kullanılacaktır. <br><b>Not:</b> <i>"tercih edilen altyazı dili"</i> kullanılacak altyazı izini seçmede kullanılır. + + + + Or choose a track number: +- Veya bir iz numarası seçiniz: ++ Veya bir iz numarası seçin: + + + +@@ -5016,12 +5016,12 @@ Örnek: resample=44100:0:0,volnorm + + Preferre&d audio and subtitles +- Tercih e&dilen ses ve alt yazılar ++ Tercih e&dilen ses ve altyazılar + + + + &Subtitle: +- &Alt yazı: ++ &Altyazı: + + + +@@ -5062,7 +5062,7 @@ For translators: don't translate th + + + Use s&oftware video equalizer +- Yazılım tabanlı vide&o dengeleyici kullan ++ Yazılım tabanlı vide&o ekolayzırı kullan + + + +@@ -5112,12 +5112,12 @@ For translators: don't translate th + + + Deinterlace by default +- Görüntü ayrıştırma varsayılı ++ Öntanımlı deinterlace yap + + + + Select the deinterlace filter that you want to be used for new videos opened. +- Yeni açılan dosyalarda kullanılacak görüntü ayrıştırma süzgecini seçiniz. ++ Yeni açılan dosyalarda kullanılacak görüntü ayrıştırma süzgecini seçin. + + + +@@ -5137,17 +5137,17 @@ For translators: don't translate th + + + Enable the audio equalizer +- Ses dengeleyiciyi etkinleştir ++ Ses ekolayzırı etkinleştir + + + + Check this option if you want to use the audio equalizer. +- Ses dengeleyici kullanmak istiyorsanız işaretleyiniz. ++ Ses ekolayzırı kullanmak istiyorsanız işaretleyin. + + + + &Enable the audio equalizer +- Ses dengeleyiciyi &etkinleştir ++ Ses ekolayzırı &etkinleştir + + + +@@ -5157,7 +5157,7 @@ For translators: don't translate th + + + Enable/disable drawing video by 16-pixel height slices/bands. If disabled, the whole frame is drawn in a single run. May be faster or slower, depending on video card and available cache. It has effect only with libmpeg2 and libavcodec codecs. +- Videonun 16 piksel yüksekliğinde kesitler kullanılması etkin/edilgin. Edilginken tüm görüntü karesi tek seferde oluşturulur. Ön bellek miktarına ve ekran kartına bağlı olarak daha hızlı veya yavaş olabilir. Sadece libmpeg2 ve libavcodec kodlayıcıları kullanıldığında işe yarar. ++ + + + +@@ -5187,22 +5187,22 @@ For translators: don't translate th + + + User defined... +- Kullanıcı tarafından belirlenen... ++ Kullanıcı tanımlı... + + + + Default zoom +- Geçerli yakınlaştırma ++ Öntanımlı yakınlaştırma + + + + This option sets the default zoom which will be used for new videos. +- Yeni açılan videolar için kullanılacak geçerli yakınlaştırmayı belirler. ++ Yeni açılan videolar için kullanılacak öntanımlı yakınlaştırmayı belirler. + + + + Default &zoom: +- Geçerli &yakınlaştırma: ++ Öntanımlı &yakınlaştırma: + + + +@@ -5222,7 +5222,7 @@ For translators: don't translate th + + + Select the video output driver. %1 provides the best performance. +- Video çıktı sürücüsünü seçiniz. %1 en iy başarımı sağlar. ++ Video çıktı sürücüsünü seçin. %1 en iyi başarımı sağlar. + + + +@@ -5252,7 +5252,7 @@ For translators: don't translate th + + + Here you can type your preferred language for the subtitle stream. When a media with multiple subtitle streams is found, SMPlayer will try to use your preferred language.<br>This only will work with media that offer info about the language of the subtitle streams, like DVDs or mkv files.<br>This field accepts regular expressions. Example: <b>es|esp|spa</b> will select the subtitle stream if it matches with <i>es</i>, <i>esp</i> or <i>spa</i>. +- Burada alt yazılar için tercih ettiğiniz dili seçebilirsiniz. Birden fazla alt yazı içeren bir ortam bulunduğunda, SMPlayer tercih edilen dildekini kullanmaya çalışacaktır.<br>Bu özellik sadece alt yazıların dili hakkında bilgi içeren, DVDler, mkv dosyaları gibi ortamlar için geçerlidir.<br>Diller için alışılagelmiş kısaltmaları kullanabilirsiniz. Örnek: <b>es|esp|spa</b> yazdığınızda SMPlayer mümkünse <i>es</i>, <i>esp</i> veya <i>spa</i> içeren alt yazıları kullanacaktır. ++ Burada altyazılar için tercih ettiğiniz dili seçebilirsiniz. Birden fazla altyazı içeren bir ortam bulunduğunda, SMPlayer tercih edilen dildekini kullanmaya çalışacaktır.<br>Bu özellik sadece altyazıların dili hakkında bilgi içeren, DVDler, mkv dosyaları gibi ortamlar için geçerlidir.<br>Diller için alışılagelmiş kısaltmaları kullanabilirsiniz. Örnek: <b>es|esp|spa</b> yazdığınızda SMPlayer mümkünse <i>es</i>, <i>esp</i> veya <i>spa</i> içeren altyazıları kullanacaktır. + + + +@@ -5262,7 +5262,7 @@ For translators: don't translate th + + + Add black borders on fullscreen +- ++ Tam ekrandayken siyah çerçeve ekle + + + +@@ -5272,17 +5272,17 @@ For translators: don't translate th + + + &Add black borders on fullscreen +- ++ &Tam ekrandayken siyah çerçeve ekle + + + + one ini file +- ++ tek ini dosyası + + + + multiple ini files +- ++ çoklu ini dosyaları + + + +@@ -5307,7 +5307,7 @@ For translators: don't translate th + + + &Store settings in +- ++ &Ayarları sakla + + + +@@ -5332,7 +5332,7 @@ For translators: don't translate th + + + Enable screenshots +- ++ Ekrangörüntülerini etkinleştir + + + +@@ -5347,27 +5347,27 @@ For translators: don't translate th + + + &MPlayer executable: +- ++ &MPlayer çalıştırılabilir dosyası: + + + + Screenshots +- ++ Ekran görüntüleri + + + + &Enable screenshots +- ++ &Ekran görüntülerini etkinleştir + + + + &Folder: +- ++ &Klasör: + + + + Global volume +- ++ Genel ses + + + +@@ -5382,7 +5382,7 @@ For translators: don't translate th + + + Glo&bal volume +- ++ Gene&l ses + + + +@@ -5407,7 +5407,7 @@ For translators: don't translate th + + + Screensaver +- ++ Ekran koruyucu + + + +@@ -5422,17 +5422,17 @@ For translators: don't translate th + + + Audio/video auto synchronization +- Otomatik ses/görüntü uyumu ++ Otomatik ses/görüntü uyumu + + + + Gradually adjusts the A/V sync based on audio delay measurements. +- Ses gecikmesi hesaplamalarına dayanarak, ses/görüntü uyumunu aşama aşama gerçekleştir. ++ Ses gecikmesi hesaplamalarına dayanarak, ses/görüntü uyumunu aşama aşama gerçekleştir. + + + + A-V sync correction +- ++ A-V senkronizasyon düzeltmesi + + + +@@ -5442,7 +5442,7 @@ For translators: don't translate th + + + Synchronization +- Uyum ++ Senkronizasyon + + + +@@ -5452,17 +5452,17 @@ For translators: don't translate th + + + &Factor: +- ++ &Faktör: + + + + A-V sync &correction +- ++ A-V senkronizasyon &düzeltmesi + + + + &Max. correction: +- ++ &Azami düzeltme: + + + +@@ -5472,12 +5472,12 @@ For translators: don't translate th + + + Dei&nterlace by default (except for TV): +- ++ Öntanımlı dei&nterlace yap (TV dışında): + + + + Disable video filters when using vdpau +- ++ vdpau kullanırken video filtrelerini kapat + + + +@@ -5487,7 +5487,7 @@ For translators: don't translate th + + + Disable video filters when using vd&pau +- ++ vd&pau kullanırken video filtrelerini kapat + + + +@@ -5590,7 +5590,7 @@ For translators: don't translate th + + + Select the action for left click on the mouse. +- Solla tıklandığında ne yapılacağını seçiniz. ++ Sol tıklandığında ne yapılacağını seçin. + + + +@@ -5600,7 +5600,7 @@ For translators: don't translate th + + + Select the action for double click on the mouse. +- Çift tıklandığında ne yapılacağını seçiniz. ++ Çift tıklandığında ne yapılacağını seçin. + + + +@@ -5610,7 +5610,7 @@ For translators: don't translate th + + + Select the action for the mouse wheel. +- Fare tekerinin ne işe yarayacağını seçiniz. ++ Fare tekerinin ne işe yarayacağını seçin. + + + +@@ -5720,7 +5720,7 @@ For translators: don't translate th + + + Select the action for middle click on the mouse. +- Ortayla tıklandığında ne olacağını seçiniz. ++ Orta tıklandığında ne yapılacağını seçin. + + + +@@ -5800,7 +5800,7 @@ For translators: don't translate th + + + Select the action for the X button 1. +- X Düğmesi 1'in ne yapacağın seçiniz. ++ X Düğmesi 1'in ne yapacağın seçin. + + + +@@ -5810,17 +5810,17 @@ For translators: don't translate th + + + Select the action for the X button 2. +- X Düğmesi 2'nin ne yapacağını seçiniz. ++ X Düğmesi 2'nin ne yapacağını seçin. + + + + Show video equalizer +- Video dengeleyiciyi göster ++ Video ekolayzırı göster + + + + Show audio equalizer +- Ses dengeleyiciyi göster ++ Ses ekolayzırı göster + + + +@@ -5890,12 +5890,12 @@ For translators: don't translate th + + + &Zoom video +- ++ &Videoyu yakınlaştır + + + + &Volume control +- ++ &Ses kontrolü + + + +@@ -5905,7 +5905,7 @@ For translators: don't translate th + + + Mouse wheel functions +- ++ Fare tekeri işlevleri + + + +@@ -5930,7 +5930,7 @@ For translators: don't translate th + + + M&ouse wheel functions +- ++ &Fare tekeri işlevleri + + + +@@ -5940,7 +5940,7 @@ For translators: don't translate th + + + Reverse mouse wheel seeking +- ++ Tekerle ters yönde gezin + + + +@@ -5950,7 +5950,7 @@ For translators: don't translate th + + + R&everse wheel media seeking +- ++ &Tekerle ters yönde gezin + + + +@@ -5968,7 +5968,7 @@ For translators: don't translate th + + + Default +- Geçerli ++ Öntanımlı + + + +@@ -6073,7 +6073,7 @@ For translators: don't translate th + + + Default font: +- Varsayılan yazıtipi: ++ Öntanımlı yazıtipi: + + + +@@ -6083,17 +6083,17 @@ For translators: don't translate th + + + &Behaviour of time slider: +- &Gezinme çubuğu nasıl çalışsın?: ++ &Zaman çubuğunun davranışı: + + + + Seek to position while dragging +- Seek to position while dragging ++ Sürüklenen konuma git + + + + Seek to position when released +- Seek to position when released ++ Bırakıldığı konuma git + + + +@@ -6113,7 +6113,7 @@ For translators: don't translate th + + + &Relative seeking +- ++ &Göreceli gezinme + + + +@@ -6143,7 +6143,7 @@ For translators: don't translate th + + + Select the maximum number of items that will be shown in the <b>Open->Recent files</b> submenu. If you set it to 0 that menu won't be shown at all. +- <b>Aç->Son açılanlar</b> alt menüsünde gösterilecek en fazla dosya sayısını seçiniz. Eğer 0'ı seçerseniz menü gösterilmez. ++ <b>Aç->Son açılanlar</b> alt menüsünde gösterilecek en fazla dosya sayısını seçin. Eğer 0'ı seçerseniz menü gösterilmez. + + + +@@ -6153,7 +6153,7 @@ For translators: don't translate th + + + Select the icon set you prefer for the application. +- Uygulama için tercih ettiğiniz simge setini seçiniz. ++ Uygulama için tercih ettiğiniz simge setini seçin. + + + +@@ -6163,17 +6163,17 @@ For translators: don't translate th + + + Select the style you prefer for the application. +- Uygulama için tercih ettiğiniz stili seçiniz. ++ Uygulama için tercih ettiğiniz stili seçin. + + + + Default font +- Varsayılan yazı tipi ++ Öntanımlı yazıtipi + + + + You can change here the application's font. +- Burada uygulamanın yazı tipini değiştirebilirsiniz. ++ Burada uygulamanın yazıtipini değiştirebilirsiniz. + + + +@@ -6183,7 +6183,7 @@ For translators: don't translate th + + + Select the time that should be go forward or backward when you choose the %1 action. +- %1'yı seçtiğinizde atlanacak süreyi seçiniz. ++ %1 eylemini seçtiğinizde atlanacak süreyi seçin. + + + +@@ -6218,7 +6218,7 @@ For translators: don't translate th + + + Select the time that should be go forward or backward when you move the mouse wheel. +- Fare tekerini hareket ettirdiğinizde atlanacak süreyi seçiniz. ++ Fare tekerini hareket ettirdiğinizde atlanacak süreyi seçin. + + + +@@ -6228,12 +6228,12 @@ For translators: don't translate th + + + Select what to do when dragging the time slider. +- Gezinme çubuğunu sürüklediğinizde ne olacağını seçiniz. ++ Gezinme çubuğunu sürüklediğinizde ne olacağını seçin. + + + + Seeking method +- ++ Gezinme yöntemi + + + +@@ -6258,32 +6258,32 @@ For translators: don't translate th + + + SMPlayer needs to listen to a port to receive commands from other instances. You can change the port in case the default one is used by another application. +- SMPlayer diğer oluşumlardan komut almak için bir bağlantı noktasını dinlemelidir. Varsayılı olan bağlantı noktasını başka bir uygulama kullanıyorsa değiştirebilirsiniz. ++ SMPlayer diğer oluşumlardan komut almak için bir bağlantı noktasını dinlemelidir. Öntanımlı olan bağlantı noktasını başka bir uygulama kullanıyorsa değiştirebilirsiniz. + + + + Default GUI +- Varsayılan GUI ++ Öntanımlı arayüz + + + + Mini GUI +- Mini GUI ++ Mini Arayüz + + + + GUI +- GUI ++ Arayüz + + + + Select the GUI you prefer for the application. Currently there are two available: Default GUI and Mini GUI.<br>The <b>Default GUI</b> provides the traditional GUI, with the toolbar and control bar. The <b>Mini GUI</b> provides a more simple GUI, without toolbar and a control bar with few buttons.<br><b>Note:</b> this option will take effect the next time you run SMPlayer. +- Uygulama için tercih ettiğiniz GUI'yi seçiniz. Şu anda 2 seçenek mevcut: Varsayılan ve Mini.<br><b>Varsayılan GUI</b> araç çubuğu ve kontrol çubuğunu içerir.<b>Mini GUI</b> daha sade bir arayüz sağlar.<br><b>Not:</b> bu seçenek SMPlayer'ı tekrar çalıştırdığınızda etkinleşecektir. ++ Uygulama için tercih ettiğiniz arayüzü seçin. Şu anda 2 seçenek mevcut: Ötanımlı arayüz ve Mini.<br><b>Öntanımlı arayüz</b> araç çubuğu ve kontrol çubuğunu içerir.<b>Mini arayüz</b> daha sade bir arayüz sağlar.<br><b>Not:</b> bu seçenek SMPlayer'ı tekrar çalıştırdığınızda etkinleşecektir. + + + + &GUI +- &GUI ++ &Arayüz + + + +@@ -6298,7 +6298,7 @@ For translators: don't translate th + + + Manual port +- Kullanıcı tarafından belirlenen bağlantı noktası ++ Elle verilen port + + + +@@ -6313,17 +6313,17 @@ For translators: don't translate th + + + &Manual +- &Kullanıcı tarafından ++ &Elle + + + + Floating control +- ++ Açılır pencere kontrolü + + + + Animated +- ++ Hareketli + + + +@@ -6333,7 +6333,7 @@ For translators: don't translate th + + + Width +- ++ Genişlik + + + +@@ -6353,12 +6353,12 @@ For translators: don't translate th + + + Display in compact mode too +- ++ Kompakt kipte de göster + + + + Bypass window manager +- ++ Pencere yöneticisini atla + + + +@@ -6368,7 +6368,7 @@ For translators: don't translate th + + + &Floating control +- ++ &Açılır pencere kontrolü + + + +@@ -6378,17 +6378,17 @@ For translators: don't translate th + + + &Animated +- ++ &Hareketli + + + + &Width: +- ++ &Genişlik: + + + + 0 +- 0 ++ 0 + + + +@@ -6398,12 +6398,12 @@ For translators: don't translate th + + + Display in &compact mode too +- ++ &Kompakt kipte de göster + + + + &Bypass window manager +- ++ &Pencere yöneticisini atla + + + +@@ -6413,7 +6413,7 @@ For translators: don't translate th + + + Mpc GUI +- ++ Mpc Arayüzü + + + +@@ -6431,7 +6431,7 @@ For translators: don't translate th + + + Cache +- Ön bellek ++ Önbellek + + + +@@ -6471,7 +6471,7 @@ For translators: don't translate th + + + Select the priority for the MPlayer process. +- Mplayer için geçerli olacak önceliği seçin. ++ Mplayer sürecinin önceliğini seçin. + + + +@@ -6586,7 +6586,7 @@ For translators: don't translate th + + + Cache for files +- Dosyalar için ön bellek ++ Dosyalar için önbellek + + + +@@ -6596,7 +6596,7 @@ For translators: don't translate th + + + Cache for streams +- Akışlar için ön bellek ++ Akışlar için önbellek + + + +@@ -6606,32 +6606,32 @@ For translators: don't translate th + + + Cache for DVDs +- DVD'ler için ön bellek ++ DVD'ler için önbellek + + + + This option specifies how much memory (in kBytes) to use when precaching a DVD.<br><b>Warning:</b> Seeking might not work properly (including chapter switching) when using a cache for DVDs. +- DVD'leri ön belleğe almak için ne kadar bellek (kByte olarak) kullanılacağını belirler.<br><b>Uyarı:</b> DVD'ler için ön bellek kullanıldığı durumda bölümler arasında ve bölüm içinde gezinme düzgün çalışmayabilir. ++ DVD'leri önbelleğe almak için ne kadar bellek (kByte olarak) kullanılacağını belirler.<br><b>Uyarı:</b> DVD'ler için önbellek kullanıldığı durumda bölümler arasında ve bölüm içinde gezinme düzgün çalışmayabilir. + + + + &Cache +- &Ön bellek ++ &Önbellek + + + + Cache for &DVDs: +- &DVD'ler için ön bellek: ++ &DVD'ler için önbellek: + + + + Cache for &local files: +- Bilgisayardaki dosya&lar için ön bellek: ++ &Yerel dosyalar için önbellek: + + + + Cache for &streams: +- &Akışlar için ön bellek: ++ &Akışlar için önbellek: + + + +@@ -6681,7 +6681,7 @@ For translators: don't translate th + + + Cache for audio CDs +- Müzik CD'leri için ön bellek ++ Müzik CD'leri için önbellek + + + +@@ -6691,12 +6691,12 @@ For translators: don't translate th + + + Cache for &audio CDs: +- &Müzik CD'leri için ön bellek: ++ &Müzik CD'leri için önbellek: + + + + Cache for VCDs +- VCD'ler için ön bellek ++ VCD'ler için önbellek + + + +@@ -6706,7 +6706,7 @@ For translators: don't translate th + + + Cache for &VCDs: +- &VCD'ler için ön bellek: ++ &VCD'ler için önbellek: + + + +@@ -6746,7 +6746,7 @@ For translators: don't translate th + + + Cache for &TV: +- ++ &TV için önbellek: + + + +@@ -6794,42 +6794,42 @@ For translators: don't translate th + + + Add files in directories recursively +- ++ Dizinlerdeki dosyaları özyinelemeli olarak ekle + + + + Check this option if you want that adding a directory will also add the files in subdirectories recursively. Otherwise only the files in the selected directory will be added. +- Eğer bir klasörü eklediğinizde alt klasörlerdeki dosyaların da özyinelice eklenmesini istiyorsanız bu seçeneği işaretleyin. Aksi halde sadece seçtiğiniz klasördeki dosyalar eklenecek. ++ + + + + Add info automatically about files added +- ++ Eklenen dosyaların bilgisini ekle + + + + Check this option to inquire the files to be added to the playlist for some info. That allows to show the title name (if available) and length of the files. Otherwise this info won't be available until the file is actually played. Beware: this option can be slow, specially if you add many files. +- Eğer SMPlayer'ın eklenecek dosyalar hakkında bilgi edinmesini istiyorsanız işaretleyin. Bu seçenek -bulunuyorsa- dosyanın başlığını ve süresini göstermeye yarar. Aksi halde dosya oynatılmaya başlanmadan bu bilgiler edinilemeyecek. Uyarı: Özellikle çok dosya eklediğinizde bu özellik bilgisayarınızı yavaşlatabilir. ++ + + + + P&lay files from start +- ++ &Dosyaları baştan oynat + + + + Add files in directories &recursively +- ++ &Dizinlerdeki dosyaları özyinelemeli olarak ekle + + + + Get &info automatically about files added (slow) +- ++ &Eklenen dosyaların bilgisini otomatik olarak al (yavaş) + + + + &Save copy of playlist on exit +- Çıkışta oynatma liste&sinin bir kopyasını kaydet ++ &Çıkarken çalma listesinin kopyasını kaydet + + + +@@ -6837,7 +6837,7 @@ For translators: don't translate th + + + Subtitles +- Alt yazılar ++ Altyazılar + + + +@@ -6847,22 +6847,22 @@ For translators: don't translate th + + + Truetype Fonts +- Truetype Fontlar ++ Truetype Yazıtipleri + + + + Subtitle position +- Alt yazının konumu ++ Altyazının konumu + + + + This option specifies the position of the subtitles over the video window. <i>100</i> means the bottom, while <i>0</i> means the top. +- Bu seçenek alt yazıların ekranda bulunacağı yeri belirlemenizi sağlar. En alt için <i>100</i> , en üst için <i>0</i>'ı seçin. ++ Bu seçenek altyazıların ekranda bulunacağı yeri belirlemenizi sağlar. En alt için <i>100</i> , en üst için <i>0</i>'ı seçin. + + + + &Subtitles +- Alt &yazı ++ Alt&yazı + + + +@@ -6882,12 +6882,12 @@ For translators: don't translate th + + + All subs containing movie name +- Filmin ismini içeren tüm alt yazılar ++ Filmin ismini içeren tüm altyazılar + + + + All subs in directory +- Klasördeki tüm alt yazılar ++ Klasördeki tüm altyazılar + + + +@@ -6912,17 +6912,17 @@ For translators: don't translate th + + + Include subtitles on screenshots +- Alt yazılar yakalanan ekranlarda gözüksün ++ Altyazılar yakalanan ekranlarda gözüksün + + + + Font +- Font ++ Yazıtipi + + + + Select the font which will be used for subtitles (and OSD): +- Alt yazılar (ve OSD) için kullanılacak fontu seçin: ++ Altyazılar (ve OSD) için kullanılacak yazıtipini seçin: + + + +@@ -6952,7 +6952,7 @@ For translators: don't translate th + + + Au&toload subtitles files (*.srt, *.sub...): +- Alt yazı dosyalarını otomatik olarak y&ükle (*.srt, *.sub...): ++ Altyazı dosyalarını otomatik olarak y&ükle (*.srt, *.sub...): + + + +@@ -6962,17 +6962,17 @@ For translators: don't translate th + + + &Default subtitle encoding: +- Varsayılan alt yazı ko&dlaması: ++ Öntanımlı altyazı ko&dlaması: + + + + Default &position of the subtitles on screen +- Alt yazılar için varsayılan &konum ++ Ekrandaki altyazılar için öntanımlı &konum + + + + &Include subtitles on screenshots +- Alt yazılar &yakalanan ekranlarda gözüksün ++ Altyazılar &yakalanan ekranlarda gözüksün + + + +@@ -6992,7 +6992,7 @@ For translators: don't translate th + + + Default subtitle encoding +- Varsayılan alt yazı kodlaması ++ Öntanımlı altyazı kodlaması + + + +@@ -7007,7 +7007,7 @@ For translators: don't translate th + + + Here you can select a system font to be used for the subtitles and OSD. <b>Note:</b> requires a MPlayer with fontconfig support. +- Burada alt yazılar ve OSD için kullanılacak sistem yazı tipini seçebilirsiniz. <b>Not:</b> fontconfig desteği içeren bir MPlayer gerektirir. ++ Burada altyazılar ve OSD için kullanılacak sistem yazı tipini seçebilirsiniz. <b>Not:</b> fontconfig desteği içeren bir MPlayer gerektirir. + + + +@@ -7022,7 +7022,7 @@ For translators: don't translate th + + + Select the color for the text of the subtitles. +- Alt yazılar için renk seçiniz. ++ Altyazılar için renk seçin. + + + +@@ -7032,27 +7032,27 @@ For translators: don't translate th + + + Select the color for the border of the subtitles. +- Alt yazı kenarlarının rengini seçiniz. ++ Altyazı kenarlarının rengini seçin. + + + + Select the subtitle autoload method. +- Alt yazıları otomatik yükleme yöntemini seçiniz. ++ Altyazıları otomatik yükleme yöntemini seçin. + + + + If there are one or more subtitle tracks available, one of them will be automatically selected, usually the first one, although if one of them matches the user's preferred language that one will be used instead. +- Eğer bir veya daha fazla alt yazı izi mevcutsa, içlerinden biri (genellikle birincisi) otomatik olarak seçilecektir. Eğer izlerden biri kullanıcının tercih ettiği dille uyuşuyorsa o iz seçilecektir. ++ Eğer bir veya daha fazla altyazı izi mevcutsa, içlerinden biri (genellikle birincisi) otomatik olarak seçilecektir. Eğer izlerden biri kullanıcının tercih ettiği dille uyuşuyorsa o iz seçilecektir. + + + + Select the subtitle autoscaling method. +- Alt yazıları orantılamak için kullanılacak yöntemi seçiniz. ++ Altyazıları orantılamak için kullanılacak yöntemi seçin. + + + + Select the encoding which will be used for subtitle files by default. +- Alt yazılar için kullanılacak geçerli kodlamayı seçiniz. ++ Altyazılar için kullanılacak öntanımlı kodlamayı seçin. + + + +@@ -7062,17 +7062,17 @@ For translators: don't translate th + + + When this option is on, the encoding of the subtitles will be tried to be autodetected for the given language. It will fall back to the default encoding if the autodetection fails. This option requires a MPlayer compiled with ENCA support. +- Bu seçenek etkinken altyazıların kodlaması seçilen dile uygun olarak yapılmaya çalışılacaktır. Eğer başarısız olunursa, varsayılı kodlama kullanılacaktır. Bu seçenek, ENCA desteğiyle derlenmiş bir MPlayer gerektirir. ++ Bu seçenek etkinken altyazıların kodlaması seçilen dile uygun olarak yapılmaya çalışılacaktır. Eğer başarısız olunursa, öntanımlı kodlama kullanılacaktır. Bu seçenek, ENCA desteğiyle derlenmiş bir MPlayer gerektirir. + + + + Subtitle language +- Alt yazı dili ++ Altyazı dili + + + + Select the language for which you want the encoding to be guessed automatically. +- Kodlamanın hangi dil için otomatik olarak tahmin edileceğini seçiniz. ++ Kodlamanın hangi dil için otomatik olarak tahmin edileceğini seçin. + + + +@@ -7087,60 +7087,60 @@ For translators: don't translate th + + + Here you can select a ttf font to be used for the subtitles. Usually you'll find a lot of ttf fonts in %1 +- Burada alt yazılar için kullanılacak ttf yazıtipini seçebilirsiniz. Genellikle %1'de birçok ttf yazıtipi bulabilirsiniz ++ Burada altyazılar için kullanılacak ttf yazıtipini seçebilirsiniz. Genellikle %1 adresinde birçok ttf yazıtipi bulabilirsiniz + + + + Left + horizontal alignment +- ++ Sol + + + + Centered + horizontal alignment +- ++ Orta + + + + Right + horizontal alignment +- ++ Sağ + + + + Bottom + vertical alignment +- En alt ++ En alt + + + + Middle + vertical alignment +- ++ Orta + + + + Top + vertical alignment +- En üst ++ En üst + + + + Outline + border style +- ++ Anahat + + + + Opaque box + border style +- ++ Şeffaf kutu + + + + Enable normal subtitles +- ++ Normal altyazıları etkinleştir + + + +@@ -7150,7 +7150,7 @@ For translators: don't translate th + + + Enable SSA/ASS subtitles +- ++ SSA/ASS altyazıları etkinleştir + + + +@@ -7160,7 +7160,7 @@ For translators: don't translate th + + + Normal subtitles +- ++ Normal altyazılar + + + +@@ -7170,7 +7170,7 @@ For translators: don't translate th + + + Default scale +- ++ Öntanımlı ölçekleme + + + +@@ -7180,7 +7180,7 @@ For translators: don't translate th + + + SSA/ASS subtitles +- ++ SSA/ASS altyazılar + + + +@@ -7210,7 +7210,7 @@ For translators: don't translate th + + + Bold +- ++ Kalın + + + +@@ -7220,7 +7220,7 @@ For translators: don't translate th + + + Italic +- ++ Eğik + + + +@@ -7260,7 +7260,7 @@ For translators: don't translate th + + + Horizontal alignment +- ++ Yatay hizalama + + + +@@ -7270,7 +7270,7 @@ For translators: don't translate th + + + Vertical alignment +- ++ Dikey hizalama + + + +@@ -7280,7 +7280,7 @@ For translators: don't translate th + + + Border style +- ++ Çerçeve biçemi + + + +@@ -7290,7 +7290,7 @@ For translators: don't translate th + + + Outline +- ++ Anahat + + + +@@ -7310,27 +7310,27 @@ For translators: don't translate th + + + &Font and colors +- ++ &Yazıtipleri ve renkler + + + + Enable &normal subtitles +- ++ &Normal altyazıları etkinleştir + + + + Enable SSA/&ASS subtitles +- ++ &SSA/ASS altyazıları etkinleştir + + + + Default s&cale: +- ++ Öntanımlı &ölçekleme: + + + + Defa&ult scale: +- ++ Öntanımlı &ölçekleme: + + + +@@ -7345,32 +7345,32 @@ For translators: don't translate th + + + Si&ze: +- ++ &Boyut: + + + + Bol&d +- ++ Ka&lın + + + + &Italic +- ++ Eğ&ik + + + + Colors +- ++ Renkler + + + + &Text: +- ++ &Metin: + + + + &Border: +- ++ &Kenarlık: + + + +@@ -7380,52 +7380,52 @@ For translators: don't translate th + + + L&eft: +- ++ &Sol: + + + + &Right: +- ++ S&ağ: + + + + Verti&cal: +- ++ D&ikey: + + + + Alignment +- ++ Hizalama + + + + &Horizontal: +- ++ &Yatay: + + + + &Vertical: +- ++ &Dikey: + + + + Border st&yle: +- ++ Çerçeve &biçemi: + + + + &Outline: +- ++ &Anahat: + + + + Shado&w: +- ++ G&ölge: + + + + Freetype support +- ++ Freetype desteği + + + +@@ -7435,7 +7435,7 @@ For translators: don't translate th + + + Freet&ype support +- ++ Freet&ype desteği + + + +@@ -7460,12 +7460,12 @@ For translators: don't translate th + + + SSA/ASS style +- ++ SSA/ASS biçemi + + + + Shadow color +- ++ Gölge rengi + + + +@@ -7475,17 +7475,17 @@ For translators: don't translate th + + + Shadow: +- ++ Gölge: + + + + Custo&mize... +- ++ Özelleş&tir... + + + + Apply style to ass files too +- ++ Biçemi ass dosyalarına da uygula + + + +@@ -7495,7 +7495,7 @@ For translators: don't translate th + + + A&pply style to ass files too +- ++ &Biçemi ass dosyalarına da uygula + + + +@@ -7503,42 +7503,42 @@ For translators: don't translate th + + + TV and radio +- ++ TV ve radyo + + + + None +- Hiçbiri ++ Hiçbiri + + + + Lowpass5 +- Lowpass5 ++ Lowpass5 + + + + Yadif (normal) +- Yadif (normal) ++ Yadif (normal) + + + + Yadif (double framerate) +- Yadif (2 x kare sayısı) ++ Yadif (2 x kare sayısı) + + + + Linear Blend +- Doğrusal karıştırma ++ Doğrusal karıştırma + + + + Kerndeint +- Kerndeint ++ Kerndeint + + + + Deinterlace by default for TV +- ++ TV için öntanımlı deinterlace yap + + + +@@ -7553,12 +7553,12 @@ For translators: don't translate th + + + &TV and radio +- ++ &TV ve radyo + + + + Dei&nterlace by default for TV: +- ++ TV için ö&ntanımlı deinterlace yap: + + + +@@ -7568,7 +7568,7 @@ For translators: don't translate th + + + &Check for new channels on startup +- ++ &Açılışta yeni kanalları kontrol et + + + +@@ -7664,7 +7664,7 @@ For translators: don't translate th + + + opens the mini gui instead of the default one. +- varsayılan GUI yerine mini GUI'yi açar. ++ öntanımlı arayüz yerine mini arayüzü açar. + + + +@@ -7684,7 +7684,7 @@ For translators: don't translate th + + + directory +- klasör ++ dizin + + + +@@ -7699,7 +7699,7 @@ For translators: don't translate th + + + opens the default gui. +- varsayılan GUI'yi açar. ++ öntanımlı arayüzü açar. + + + +@@ -7709,22 +7709,20 @@ For translators: don't translate th + + + specifies the subtitle file to be loaded for the first video. +- birinci video için yüklenecek alt yazıyı belirler. ++ birinci video için yüklenecek altyazıyı belirler. + + + + %1 second(s) +- +- %1 saniye +- ++ ++ &1 saniye + + + + + %1 minute(s) +- +- %1 dakika +- ++ ++ %1 dakika + + + +@@ -7747,28 +7745,28 @@ For translators: don't translate th + + auto + aspect_ratio +- ++ + + + + unknown + aspect_ratio +- ++ bilinmeyen + + + + opens the mpc gui. +- ++ mpc arayüzünü açar. + + + + width +- ++ genişlik + + + + height +- ++ yükseklik + + + +@@ -7835,12 +7833,12 @@ For translators: don't translate th + + + Subtitle selection +- Alt yazı seçimi ++ Altyazı seçimi + + + + This archive contains more than one subtitle file. Please choose the ones you want to extract. +- Bu arşiv birden fazla alt yazı dosyası içeriyor. Lütfen içlerinden kullanmak istediğinizi seçiniz. ++ Bu arşiv birden fazla altyazı dosyası içeriyor. Lütfen içlerinden kullanmak istediğinizi seçin. + + + +@@ -7858,12 +7856,12 @@ For translators: don't translate th + + + Channel editor +- ++ Kanal düzenleyici + + + + TV/Radio list +- ++ TV/Radyo listesi + + + +@@ -7932,7 +7930,7 @@ For translators: don't translate th + + + &Set as default values +- &Varsayılan yap ++ &Öntanımlı değerler yap + + + +@@ -7947,7 +7945,7 @@ For translators: don't translate th + + + Video Equalizer +- Video Dengeleyici ++ Video Ekolayzır + + + +@@ -7957,7 +7955,7 @@ For translators: don't translate th + + + The current values have been stored to be used as default. +- Hali hazırdaki değerler varsayılan değerler olarak kaydedildi. ++ Şu anki değerler öntanımlı olacak şekilde kaydedildi. + + + +@@ -7965,52 +7963,52 @@ For translators: don't translate th + + + Video preview +- ++ Video önizleme + + + + Cancel +- İptal ++ İptal + + + + Generated by SMPlayer +- ++ SMPlayer tarafından oluşturuldu + + + + Creating thumbnails... +- ++ Önizlemeler oluşturuluyor... + + + + Size: %1 MB +- ++ Boyut: %1 MB + + + + Length: %1 +- ++ Uzunluk: %1 + + + + Save file +- ++ Dosyayı kaydet + + + + Error saving file +- Dosyayı kaydederken hata oluştu ++ Dosyayı kaydederken hata oluştu + + + + The file couldn't be saved +- Dosya kaydedilemedi ++ Dosya kaydedilemedi + + + + Error +- Hata ++ Hata + + + +@@ -8030,22 +8028,22 @@ For translators: don't translate th + + + Resolution: %1x%2 +- ++ Çözünürlük: %1x%2 + + + + Video format: %1 +- ++ Video biçimi: %1 + + + + Frames per second: %1 +- ++ Saniyedeki kare sayısı: %1 + + + + Aspect ratio: %1 +- ++ En-boy oranı: %1 + + + +@@ -8055,7 +8053,7 @@ For translators: don't translate th + + + No filename +- ++ Dosya adı yok + + + +@@ -8075,37 +8073,37 @@ For translators: don't translate th + + + Images +- ++ Resimler + + + + No info +- ++ Bilgi yok + + + + %1 kbps +- Saniyede %1 kb ++ %1 kbps + + + + %1 Hz +- %1 Hz ++ %1 Hz + + + + Video bitrate: %1 +- ++ Video bit oranı: %1 + + + + Audio bitrate: %1 +- ++ Ses bit oranı: %1 + + + + Audio rate: %1 +- ++ Ses oranı: %1 + + + +@@ -8113,32 +8111,32 @@ For translators: don't translate th + + + Default +- Geçerli ++ Öntanımlı + + + + Video Preview +- ++ Video Önizleme + + + + &File: +- ++ &Dosya: + + + + &Columns: +- ++ &Sütunlar: + + + + &Rows: +- ++ &Satırlar: + + + + &Aspect ratio: +- ++ &En-boy oranı: + + + +@@ -8148,7 +8146,7 @@ For translators: don't translate th + + + &Maximum width: +- ++ &Azami genişlik: + + + +@@ -8213,7 +8211,7 @@ For translators: don't translate th + + + &DVD device: +- ++ &DVD aygıtı: + + + diff --git a/multimedia/video/smplayer/files/use-sans-instead-of-arial.patch b/multimedia/video/smplayer/files/use-sans-instead-of-arial.patch new file mode 100644 index 0000000000..48eb67d106 --- /dev/null +++ b/multimedia/video/smplayer/files/use-sans-instead-of-arial.patch @@ -0,0 +1,26 @@ +Index: smplayer-0.6.7_20090703/src/assstyles.cpp +=================================================================== +--- smplayer-0.6.7_20090703.orig/src/assstyles.cpp ++++ smplayer-0.6.7_20090703/src/assstyles.cpp +@@ -23,7 +23,7 @@ + #include "colorutils.h" + + AssStyles::AssStyles() { +- fontname = "Arial"; ++ fontname = "Sans"; + fontsize = 20; + primarycolor = 0xFFFFFF; + backcolor = 0; +Index: smplayer-0.6.7_20090703/src/videopreview/videopreview.cpp +=================================================================== +--- smplayer-0.6.7_20090703.orig/src/videopreview/videopreview.cpp ++++ smplayer-0.6.7_20090703/src/videopreview/videopreview.cpp +@@ -339,7 +339,7 @@ bool VideoPreview::addPicture(const QStr + // Add current time text + if (prop.display_osd) { + QString stime = QTime().addSecs(time).toString("hh:mm:ss"); +- QFont font("Arial"); ++ QFont font("Sans"); + font.setBold(true); + QPainter painter(&scaled_picture); + painter.setPen( Qt::white ); diff --git a/multimedia/video/smplayer/files/workaround-for-qaction.diff b/multimedia/video/smplayer/files/workaround-for-qaction.diff new file mode 100644 index 0000000000..310acad66c --- /dev/null +++ b/multimedia/video/smplayer/files/workaround-for-qaction.diff @@ -0,0 +1,21 @@ +Index: smplayer-0.6.9_20100211/src/myaction.cpp +=================================================================== +--- smplayer-0.6.9_20100211.orig/src/myaction.cpp ++++ smplayer-0.6.9_20100211/src/myaction.cpp +@@ -72,14 +72,14 @@ void MyAction::change(const QIcon & icon + } + + void MyAction::change(const QString & text ) { +- setText( text ); ++ setText( text.trimmed() ); + + QString accel_text = shortcut().toString(); + + QString s = text; + s.replace("&",""); + if (!accel_text.isEmpty()) { +- setToolTip( s + " ("+ accel_text +")"); ++ setToolTip( s.trimmed() + " ("+ tr(accel_text.toAscii().constData()) +")"); + setIconText( s ); + } + diff --git a/multimedia/video/smplayer/pspec.xml b/multimedia/video/smplayer/pspec.xml new file mode 100644 index 0000000000..9bfb29ab74 --- /dev/null +++ b/multimedia/video/smplayer/pspec.xml @@ -0,0 +1,125 @@ + + + + + smplayer + http://smplayer.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + smplayer + app:gui + A complete front-end for MPlayer + smplayer is Qt application which intends to be a complete front-end for MPlayer, from basic features like playing videos, DVDs, and VCDs to more advanced features like support for MPlayer filters and more. + http://sourceforge.net/projects/smplayer/files/SMPlayer/15.11.0/smplayer-15.11.0.tar.bz2 + http://sourceforge.net/projects/smplayer/files/SMPlayer-themes/15.12.0/smplayer-themes-15.12.0.tar.bz2 + http://sourceforge.net/projects/smplayer/files/SMPlayer-skins/15.2.0/smplayer-skins-15.2.0.tar.bz2 + + qt5-base-devel + qt5-script-devel + libxkbcommon-devel + + + + + smplayer + + qt5-base + qt5-script + smtube + zlib + libgcc + + + /usr/bin + /usr/share/smplayer + /usr/share/applications + /usr/share/icons + /usr/share/kde4 + /usr/share/man + /usr/share/doc/smplayer + + + + + + 2016-01-06 + 15.11 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2015-06-01 + 14.9.0.6915 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-12-01 + 14.9.0 + Rebuild Smtube Runtime Dependencies + Ergün Salman + poyraz76@pisilinux.org + + + 2014-11-20 + 14.9.0 + Version bump + Ergün Salman + poyraz76@pisilinux.org + + + 2014-06-29 + 14.3.0 + Rebuild. + Vedat Demir + vedat@pisilinux.org + + + 2014-06-11 + 14.3.0 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-03-09 + 0.8.6 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-08-20 + 0.8.6 + Version bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-07-06 + 0.8.5 + Version bump + Marcin Bojara + marcin@pisilinux.org + + + 2013-03-08 + 0.8.3 + Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-12-30 + 0.8.3 + First release + Idris Kalp + yaralikurt15@hotmail.com + + + diff --git a/multimedia/video/smplayer/translations.xml b/multimedia/video/smplayer/translations.xml new file mode 100644 index 0000000000..5e77547a15 --- /dev/null +++ b/multimedia/video/smplayer/translations.xml @@ -0,0 +1,10 @@ + + + + smplayer + Gelişmiş bir mplayer önyüzü + SMPlayer es un frontend de Mplayer + smplayer Qt ile yazılmış, gelişmiş bir mplayer önyüzüdür. Basit özelliklerinin yanı sıra, TV, DVD, VCD oynatma, mplayer filtrelerini kullanabilme gibi yetenekleri de bulunmaktadır. + SMPlayer es un reproductor multimedia gratuito y para Windows y Linux con códecs incorporados, que puede reproducir prácticamente cualquier formato de vídeo y audio. No necesita ningún códec externo. Simplemente instala SMPlayer y podrás reproducir cualquier formato sin la molestia de tener que buscar e instalar paquetes de códecs. + + diff --git a/pisi-index.xml b/pisi-index.xml index 5b69a0165b..8bf6d12847 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -101647,7 +101647,7 @@ Altyazı çizim kitaplığı libass is a portable subtitle rendering library for the ASS/SSA. libass ASS/SSA altyazı çizim kitaplığıdır. - https://github.com/libass/libass/releases/download/0.11.2/libass-0.11.2.tar.xz + https://github.com/libass/libass/releases/download/0.13.1/libass-0.13.1.tar.xz fontconfig-devel freetype-devel @@ -101661,6 +101661,7 @@ fontconfig freetype fribidi + harfbuzz /usr/lib @@ -101672,11 +101673,11 @@ Development files for libass libass için geliştirme dosyaları - libass - harfbuzz-devel - fontconfig-devel + libass + fontconfig-devel freetype-devel fribidi-devel + harfbuzz-devel /usr/include @@ -101684,6 +101685,13 @@ + + 2016-01-06 + 0.13.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + 2014-05-22 0.11.2 @@ -104048,6 +104056,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol bzip2 python intltool + gettext-devel gtk3-devel lame-devel gtk3-devel @@ -104065,6 +104074,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol libsamplerate-devel gst-plugins-base-next-devel + + Do-not-require-wget-or-curl.patch + use-libtoolize.patch + multimedia/editor/handbrake/pspec.xml @@ -104109,7 +104122,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2015-09-26 + 2016-01-06 0.10.2 Version bump. Stefan Gronewold (groni) @@ -105906,6 +105919,133 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + smplayer + http://smplayer.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + multimedia.video + A complete front-end for MPlayer + Gelişmiş bir mplayer önyüzü + SMPlayer es un frontend de Mplayer + smplayer is Qt application which intends to be a complete front-end for MPlayer, from basic features like playing videos, DVDs, and VCDs to more advanced features like support for MPlayer filters and more. + smplayer Qt ile yazılmış, gelişmiş bir mplayer önyüzüdür. Basit özelliklerinin yanı sıra, TV, DVD, VCD oynatma, mplayer filtrelerini kullanabilme gibi yetenekleri de bulunmaktadır. + SMPlayer es un reproductor multimedia gratuito y para Windows y Linux con códecs incorporados, que puede reproducir prácticamente cualquier formato de vídeo y audio. No necesita ningún códec externo. Simplemente instala SMPlayer y podrás reproducir cualquier formato sin la molestia de tener que buscar e instalar paquetes de códecs. + smplayer + http://sourceforge.net/projects/smplayer/files/SMPlayer/15.11.0/smplayer-15.11.0.tar.bz2 + http://sourceforge.net/projects/smplayer/files/SMPlayer-themes/15.12.0/smplayer-themes-15.12.0.tar.bz2 + http://sourceforge.net/projects/smplayer/files/SMPlayer-skins/15.2.0/smplayer-skins-15.2.0.tar.bz2 + + qt5-base-devel + qt5-script-devel + libxkbcommon-devel + + multimedia/video/smplayer/pspec.xml + + + smplayer + + qt5-base + qt5-script + smtube + zlib + libgcc + + + /usr/bin + /usr/share/smplayer + /usr/share/applications + /usr/share/icons + /usr/share/kde4 + /usr/share/man + /usr/share/doc/smplayer + + + + + 2016-01-06 + 15.11 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2015-06-01 + 14.9.0.6915 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-12-01 + 14.9.0 + Rebuild Smtube Runtime Dependencies + Ergün Salman + poyraz76@pisilinux.org + + + 2014-11-20 + 14.9.0 + Version bump + Ergün Salman + poyraz76@pisilinux.org + + + 2014-06-29 + 14.3.0 + Rebuild. + Vedat Demir + vedat@pisilinux.org + + + 2014-06-11 + 14.3.0 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-03-09 + 0.8.6 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-08-20 + 0.8.6 + Version bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-07-06 + 0.8.5 + Version bump + Marcin Bojara + marcin@pisilinux.org + + + 2013-03-08 + 0.8.3 + Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-12-30 + 0.8.3 + First release + Idris Kalp + yaralikurt15@hotmail.com + + + libmatroska @@ -107104,6 +107244,118 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + mpv-player + http://www.mplayerhq.hu/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:gui + multimedia.video + mpv is based on mplayer2 + mpv has Wayland support, Improved OpenGL output, Support for libavfilter (for video->video and audio->audio). This allows using most of FFmpeg's filters, which improve greatly on the old MPlayer filters in features, performance, and correctness.is a movie player that can run on many platforms. Improved OpenGL output. More correct color reproduction (color matrix generation), including support for BT.2020 (Ultra HD) and linear XYZ (Digital Cinema) inputs. + https://github.com/mpv-player/mpv/archive/v0.14.0.tar.gz + + ffmpeg-devel + mesa-devel + pkgconfig + perl + samba-devel + libX11-devel + gcc + zlib-devel + libass-devel + lua-devel + yasm + libjpeg-turbo-devel + libvdpau-devel + mesa-glu-devel + libbluray-devel + libdvdread-devel + libdvdnav-devel + enca-devel + libcdio-devel + lcms2-devel + libXinerama-devel + libxkbcommon-devel + libXScrnSaver-devel + libXv-devel + libva-devel + libdrm-devel + libv4l-devel + libXext-devel + libcaca-devel + alsa-lib-devel + libvdpau-devel + libXrandr-devel + wayland-client + wayland-cursor + pulseaudio-libs-devel + libcdio-paranoia-devel + jack-audio-connection-kit-devel + + multimedia/video/mpv-player/pspec.xml + + + mpv-player + + lua + enca + mesa + zlib + lcms2 + libXv + libva + samba + ffmpeg + libX11 + libass + libdrm + libv4l + libXext + libcaca + libcdio + alsa-lib + libvdpau + libXrandr + libbluray + libdvdnav + libdvdread + libXinerama + libxkbcommon + libXScrnSaver + libjpeg-turbo + wayland-client + wayland-cursor + pulseaudio-libs + libcdio-paranoia + jack-audio-connection-kit + + + /etc + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/applications + /usr/share/icons + /usr/share/zsh + /usr/include + + + + + 2016-01-06 + 0.14 + First release + Stefan Gronewold + groni@pisilinux.org + + + gstreamer-next @@ -115102,6 +115354,74 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + mpv + mpv is based on mplayer2 + mpv has Wayland support, Improved OpenGL output, Support for libavfilter (for video->video and audio->audio). This allows using most of FFmpeg's filters, which improve greatly on the old MPlayer filters in features, performance, and correctness.is a movie player that can run on many platforms. Improved OpenGL output. More correct color reproduction (color matrix generation), including support for BT.2020 (Ultra HD) and linear XYZ (Digital Cinema) inputs. + app:gui + unknown + GPLv2+ + + lua + enca + mesa + zlib + lcms2 + libXv + libva + samba + ffmpeg + libX11 + libass + libdrm + libv4l + libXext + libcaca + libcdio + alsa-lib + libvdpau + libXrandr + libbluray + libdvdnav + libdvdread + libXinerama + libxkbcommon + libXScrnSaver + libjpeg-turbo + wayland-client + wayland-cursor + pulseaudio-libs + libcdio-paranoia + jack-audio-connection-kit + + + + 2016-01-05 + 0.14 + First release + Stefan Gronewold + groni@pisilinux.org + + + localhost + PisiLinux + 1.0 + x86_64 + 3507830 + 730495 + 60c083e2c577926cae1f8c351884b74bce2b196f + 56588201e3e444f272b71bf074ed3527069a984a + multimedia/video/mpv-player/mpv-0.14-1-p01-x86_64.pisi + 1.2 + + mpv + http://www.mplayerhq.hu/ + + PisiLinux Community + admins@pisilinux.org + + + system FIXME diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 70abad527c..654923fb75 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -78ce09e6c7cfb9859691ed67f846e6ab95824637 \ No newline at end of file +5ab9184b2630a6d3a52bcbe02e24f828e441b8a7 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index f096f19c6a..1f4e771a10 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index ba74aebc44..0bd9af1615 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -3f39e799356af6ae46fe9fc8c5e7487f063b1751 \ No newline at end of file +9f0c6e5dc75219fba4b23fe71887680ea12e5808 \ No newline at end of file