diff --git a/multimedia/sound/normalize/actions.py b/multimedia/sound/normalize/actions.py new file mode 100644 index 0000000000..b2591e1c1b --- /dev/null +++ b/multimedia/sound/normalize/actions.py @@ -0,0 +1,20 @@ +#!/usr/bin/env 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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("COPYING", "NEWS", "TODO", "README") diff --git a/multimedia/sound/normalize/pspec.xml b/multimedia/sound/normalize/pspec.xml new file mode 100644 index 0000000000..e980ef8f00 --- /dev/null +++ b/multimedia/sound/normalize/pspec.xml @@ -0,0 +1,47 @@ + + + + + normalize + http://normalize.nongnu.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + Bu karışık CD'ler ve mp3 koleksiyonları oluşturma gibi şeyler için yararlıdır + Normalize is a tool for adjusting the volume of audio files to a standard level. This is useful for things like creating mixed CD's and mp3 collections, where different recording levels on different albums can cause the volume to vary greatly from song to song + http://savannah.nongnu.org/download/normalize/normalize-0.7.7.tar.gz + + libmad-devel + glib2-devel + gtk2-devel + bash-completion + + + + + normalize + + libmad + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + + 2018-12-16 + 0.7.7 + First release k3b. + PisiLinux Community + admins@pisilinux.org + + + diff --git a/multimedia/sound/normalize/translations.xml b/multimedia/sound/normalize/translations.xml new file mode 100644 index 0000000000..026d00878c --- /dev/null +++ b/multimedia/sound/normalize/translations.xml @@ -0,0 +1,8 @@ + + + + normalize + Bu karışık CD'ler ve mp3 koleksiyonları oluşturma gibi şeyler için yararlıdır + Bu karışık CD'ler ve mp3 koleksiyonları oluşturma gibi şeyler için yararlıdır + + diff --git a/pisi-index.xml b/pisi-index.xml index 7b3275f02b..5fe7a148a2 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -9502,11 +9502,11 @@ Düşük Seviye Sanal Makine (LLVM) The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them. LLVM projesi, modüler ve tekrar tekrar kullanılabilir derleyici teknolojileri koleksiyonudur. Adının aksine geleneksel sanal makinelerden çok farklıdır; ancak sanal makineleri oluşturmak için faydalı kitaplıklar içerir. - http://llvm.org/releases/5.0.1/llvm-5.0.1.src.tar.xz - http://llvm.org/releases/5.0.1/cfe-5.0.1.src.tar.xz - http://releases.llvm.org/5.0.1/clang-tools-extra-5.0.1.src.tar.xz - http://releases.llvm.org/5.0.1/lldb-5.0.1.src.tar.xz - http://llvm.org/releases/5.0.1/compiler-rt-5.0.1.src.tar.xz + http://llvm.org/releases/6.0.1/llvm-6.0.1.src.tar.xz + http://llvm.org/releases/6.0.1/cfe-6.0.1.src.tar.xz + http://releases.llvm.org/6.0.1/clang-tools-extra-6.0.1.src.tar.xz + http://releases.llvm.org/6.0.1/lldb-6.0.1.src.tar.xz + http://llvm.org/releases/6.0.1/compiler-rt-6.0.1.src.tar.xz zlib-devel libxml2-devel @@ -9527,7 +9527,7 @@ app:console library - llvm-libs + llvm-libs libxml2 libgcc ncurses @@ -9562,7 +9562,7 @@ ncurses - /usr/lib/libLLVM.* + /usr/lib/libLLVM*.so /usr/lib/LLVMgold.* /usr/lib/libLTO.* /usr/lib/bfd-plugins/LLVMgold.so @@ -9573,8 +9573,7 @@ lldb Next generation, high-performance debugger - llvm - llvm-clang + llvm zlib libffi libedit @@ -9588,6 +9587,7 @@ /usr/bin/lldb* /usr/bin/liblldb* /usr/lib/liblldb.so* + /usr/lib/liblldb* /usr/lib/python2.7/site-packages/readline.so /usr/lib/python2.7/site-packages/lldb/* /usr/lib/liblldbIntelFeatures.so* @@ -9599,7 +9599,7 @@ lldb-devel Development headers lldb - lldb + lldb /usr/include/lldb/* @@ -9612,7 +9612,7 @@ The Clang Static Analyzer consists of both a source code analysis framework and a standalone tool that finds bugs in C and Objective-C programs. app:console - llvm-clang + llvm-clang /usr/lib/clang-analyzer @@ -9629,7 +9629,7 @@ LLVM için C dili ailesi ön ucu The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler. - llvm-libs + llvm-libs libgcc ncurses @@ -9650,7 +9650,7 @@ Development headers for llvm-clang llvm-clang için başlık dosyaları - llvm-clang + llvm-clang /usr/include/clang @@ -9668,13 +9668,13 @@ libxml2-32bit - llvm + llvm libgcc libedit + libxml2-32bit ncurses-32bit zlib-32bit libffi-32bit - libxml2-32bit /usr/bin/llvm-config-32 @@ -9682,6 +9682,13 @@ + + 2018-12-15 + 6.0.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2018-11-23 5.0.1 @@ -11713,7 +11720,7 @@ programming.language Systems programming language focused on safety, speed and concurrency Systems programming language focused on safety, speed and concurrency - https://static.rust-lang.org/dist/rustc-1.30.0-src.tar.gz + https://static.rust-lang.org/dist/rustc-1.31.0-src.tar.gz bootstrap-config.toml @@ -11756,6 +11763,13 @@ + + 2018-12-15 + 1.31.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + 2018-10-29 1.30.0 @@ -29976,7 +29990,7 @@ X.Org i740 ekran kartı sürücüsü xorg-video-i740 contains the X.Org driver for Intel i740 cards. xorg-video-i740, Intel i740 ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-i740-1.3.6.tar.bz2 + mirrors://xorg/individual/driver/xf86-video-i740-1.4.0.tar.bz2 xorg-server-devel util-macros @@ -29995,6 +30009,13 @@ + + 2018-12-14 + 1.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-11-21 1.3.6 @@ -32646,7 +32667,7 @@ X.Org mga ekran kartı sürücüsü xorg-video-mga contains the X.Org driver for Matrox cards. xorg-video-mga, Matrox ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-mga-1.6.5.tar.bz2 + mirrors://xorg/individual/driver/xf86-video-mga-2.0.0.tar.bz2 libdrm-devel mesa-devel @@ -32667,6 +32688,13 @@ + + 2018-12-14 + 2.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-11-21 1.6.5 @@ -33482,13 +33510,12 @@ X.Org i128 ekran kartı sürücüsü xorg-video-i128 contains the X.Org driver for Number Nine chipsets. xorg-video-i128, Number Nine ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-i128-1.3.6.tar.bz2 + mirrors://xorg/individual/driver/xf86-video-i128-1.4.0.tar.bz2 xorg-server-devel util-macros - git-fixes.diff 1600sw-range-hack.patch x11/driver/xorg-video-i128/pspec.xml @@ -33505,6 +33532,13 @@ + + 2018-12-14 + 1.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-11-21 1.3.6 @@ -37357,6 +37391,7 @@ Mesa jest open-source'ową implementacją specyfikacji OpenGL do renderowania trójwymiarowej grafiki. https://mesa.freedesktop.org/archive/mesa-18.2.5.tar.xz + meson zlib-devel xorg-proto openssl-devel @@ -37377,9 +37412,9 @@ eudev-devel nettle-devel python-mako - llvm - llvm-libs - llvm-clang-devel + llvm + llvm-libs + llvm-clang-devel libxshmfence-devel automake libunwind-devel @@ -37415,15 +37450,16 @@ nettle libunwind libxshmfence - llvm - llvm-clang - llvm-libs + llvm + llvm-clang + llvm-libs /etc /usr/bin /usr/lib /usr/lib/libGL.so.1.2 + /usr/share/vulkan/icd.d /usr/share/doc @@ -37448,7 +37484,7 @@ libXdamage-devel libXxf86vm-devel libxshmfence-devel - mesa + mesa /usr/include @@ -37487,7 +37523,7 @@ libxshmfence-32bit nettle-32bit libunwind-32bit - llvm-32bit + llvm-32bit libXrandr-32bit @@ -37514,8 +37550,8 @@ libdrm-nouveau-32bit wayland-32bit libunwind-32bit - mesa - llvm-32bit + mesa + llvm-32bit /usr/lib32 @@ -37525,6 +37561,13 @@ + + 2018-12-15 + 18.2.5 + Rebuild llvm. + Mustafa Cinasal + muscnsl@gmail.com + 2018-11-17 18.2.5 @@ -50410,7 +50453,7 @@ KDE için CD/DVD yazma uygulaması K3b provides a comfortable user interface to perform most CD/DVD burning tasks. While the experienced user can take influence in all steps of the burning process the beginner may find comfort in the automatic settings and the reasonable k3b defaults which allow a quick start. K3b her türlü CD/DVD yazma işlevini rahat bir kullanıcı arayüzüyle sunar. Tecrübeli kullanıcılar yazma işleminin her adımına müdahale edebilirken, yeni başlayanlar ise k3b'nin sağladığı öntanımlı ayarlar sayesinde hızlı bir başlangıç yapabilirler. - https://download.kde.org/stable/applications/18.04.1/src/k3b-18.04.1.tar.xz + https://download.kde.org/stable/applications/18.08.3/src/k3b-18.08.3.tar.xz extra-cmake-modules karchive-devel @@ -50445,6 +50488,7 @@ dvd+rw-tools libmad-devel libogg-devel + libburn-devel taglib-devel flac-devel lame-devel @@ -50474,6 +50518,7 @@ karchive kcmutils kservice + libburn libkcddb qt5-base knewstuff @@ -50504,6 +50549,13 @@ + + 2018-12-16 + 18.08.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2018-08-18 18.04.1 @@ -51276,6 +51328,7 @@ /usr/bin/scp-dbus-service /usr/share/system-config-printer/xml /usr/share/system-config-printer/*.py + /usr/share/system-config-printer/troubleshoot tmpfiles.conf @@ -51302,6 +51355,13 @@ + + 2018-12-15 + 1.5.11 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + 2018-10-11 1.5.11 @@ -74586,7 +74646,7 @@ qt5-assistant-devel qt5-base-devel - qt5-assistant + qt5-assistant llvm-clang-devel @@ -74637,7 +74697,7 @@ qt5-designer-devel qt5-base-devel - qt5-designer + qt5-designer /usr/include/qt5/QtDesigner* @@ -74702,6 +74762,13 @@ + + 2018-12-15 + 5.11.2 + Rebuild llvm + Mustafa Cinasal + muscnsl@gmail.com + 2018-10-15 5.11.2 @@ -163522,7 +163589,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Eski Türk alfabesi Yazıtipleri Orkhun-fonts package contains old Turkic (Gokturks or Celestial Turks) fonts. Orkhun-fonts paketi Göktürk Alfabesi'ne ait yazıtiplerini içermektedir. - http://source.pisilinux.org/1.0/orkhun.tar.gz + https://sourceforge.net/projects/pisilinux/files/source/orkhun.tar.gz desktop/font/Orkhun-fonts/pspec.xml @@ -184453,6 +184520,53 @@ cleaner, which will allow to add new features in the future. + + + normalize + http://normalize.nongnu.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + library + multimedia.sound + Bu karışık CD'ler ve mp3 koleksiyonları oluşturma gibi şeyler için yararlıdır + Bu karışık CD'ler ve mp3 koleksiyonları oluşturma gibi şeyler için yararlıdır + Normalize is a tool for adjusting the volume of audio files to a standard level. This is useful for things like creating mixed CD's and mp3 collections, where different recording levels on different albums can cause the volume to vary greatly from song to song + Bu karışık CD'ler ve mp3 koleksiyonları oluşturma gibi şeyler için yararlıdır + http://savannah.nongnu.org/download/normalize/normalize-0.7.7.tar.gz + + libmad-devel + glib2-devel + gtk2-devel + bash-completion + + multimedia/sound/normalize/pspec.xml + + + normalize + + libmad + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + 2018-12-16 + 0.7.7 + First release k3b. + PisiLinux Community + admins@pisilinux.org + + + audiofile @@ -190929,7 +191043,7 @@ cleaner, which will allow to add new features in the future. Diğer eklentilerle karşılaştırıldığında çok iyi durumda olmayan gstreamer eklentileri GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use. gst-plugins-bad, iyiye yakın kalitede olan ancak gerçek bir geliştirici, belgelendirme, test seti gibi eksikleri bulunan eklentilerdir. - https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.12.4.tar.xz + https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.14.2.tar.xz qt5-base-devel qt5-wayland-devel @@ -190975,9 +191089,9 @@ cleaner, which will allow to add new features in the future. libvo-aacenc-devel libjpeg-turbo-devel libvo-amrwbenc-devel - gstreamer-devel + gstreamer-devel gobject-introspection-devel - gst-plugins-base-devel + gst-plugins-base-devel multimedia/video/gst-plugins-bad/pspec.xml @@ -191025,10 +191139,10 @@ cleaner, which will allow to add new features in the future. libvo-aacenc schroedinger libjpeg-turbo - gstreamer + gstreamer libvo-amrwbenc wayland-client - gst-plugins-base + gst-plugins-base /usr/bin @@ -191036,7 +191150,6 @@ cleaner, which will allow to add new features in the future. /usr/share/locale /usr/share/gstreamer-1.0 /usr/share/gst-plugins-bad/1.0/ - /usr/share/gtk-doc /usr/share/gir-1.0/ /usr/share/doc @@ -191051,7 +191164,7 @@ cleaner, which will allow to add new features in the future. gstreamer-devel gst-plugins-base-devel - gst-plugins-bad + gst-plugins-bad /usr/lib/pkgconfig @@ -191061,7 +191174,22 @@ cleaner, which will allow to add new features in the future. gst-plugins-bad-next-devel + + gst-plugins-bad-docs + gst-plugins-bad reference documents + data:doc + + /usr/share/gtk-doc + + + + 2018-12-16 + 1.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-11-23 1.12.4 @@ -191136,7 +191264,7 @@ cleaner, which will allow to add new features in the future. les Plug-ins (greffons) Ugly (horribles) de GStreamer est un ensemble de plug-ins de bonne qualité et fonctionnant correctement, mais dont la distribution pose problème. La licence du plug-in ou de librairies nécessaires au plug-in n'est pas forcément tel que l'on aimerait qu'elle soit. Le code peut également être notoirement connu pour présenter un problème patent. GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and correct functionality, but distributing them might pose problems. The license on either the plugins or the supporting libraries might not be how we'd like. The code might be widely known to present patent problems. GStreamer Ugly Plug-in'leri kaliteli ve güzel çalışan eklentiler içerir. Fakat bu eklentilerin lisanslarla ilgili sorunları bulunabilir. - https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.12.4.tar.xz + https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.14.2.tar.xz orc-devel x264-devel @@ -191150,8 +191278,8 @@ cleaner, which will allow to add new features in the future. libmpeg2-devel libdvdread-devel opencore-amr-devel - gstreamer-devel - gst-plugins-base-devel + gstreamer-devel + gst-plugins-base-devel multimedia/video/gst-plugins-ugly/pspec.xml @@ -191170,8 +191298,8 @@ cleaner, which will allow to add new features in the future. libmpeg2 libdvdread opencore-amr - gstreamer - gst-plugins-base + gstreamer + gst-plugins-base /usr/lib/gstreamer-1.0 @@ -191188,13 +191316,20 @@ cleaner, which will allow to add new features in the future. gst-plugins-ugly-doc Document files for gst-plugins-ugly - gst-plugins-ugly + gst-plugins-ugly /usr/share/gtk-doc/html + + 2018-12-16 + 1.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-28 1.12.4 @@ -191250,9 +191385,11 @@ cleaner, which will allow to add new features in the future. http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/1.10/gstreamermm-1.10.0.tar.xz glibmm-devel + pangomm-devel + cairomm-devel libxmlpp-devel - gstreamer-devel - gst-plugins-base-devel + gstreamer-devel + gst-plugins-base-devel multimedia/video/gstreamermm/pspec.xml @@ -191264,9 +191401,9 @@ cleaner, which will allow to add new features in the future. libgcc libxml2 libxmlpp - gstreamer + gstreamer libsigc++ - gst-plugins-base + gst-plugins-base /usr/lib @@ -191286,7 +191423,7 @@ cleaner, which will allow to add new features in the future. libxmlpp-devel gstreamer-devel gst-plugins-base-devel - gstreamermm + gstreamermm /usr/include/gstreamermm-1.0 @@ -191297,6 +191434,13 @@ cleaner, which will allow to add new features in the future. + + 2018-12-16 + 1.10.0 + Rebuild + Pisi Linux Community + admin@pisilinux.org + 2018-09-28 1.10.0 @@ -192381,7 +192525,7 @@ cleaner, which will allow to add new features in the future. A set of good-quality plugins for GStreamer Gstreamer için temel eklentiler paketi gst-plugins-good contains a set of mature plugins and elements for GStreamer. - https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.12.4.tar.xz + https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.14.2.tar.xz orc-devel gtk3-devel @@ -192405,9 +192549,9 @@ cleaner, which will allow to add new features in the future. gdk-pixbuf-devel libiec61883-devel libjpeg-turbo-devel - gstreamer-devel + gstreamer-devel pulseaudio-libs-devel - gst-plugins-base-devel + gst-plugins-base-devel jack-audio-connection-kit-devel multimedia/video/gst-plugins-good/pspec.xml @@ -192416,6 +192560,7 @@ cleaner, which will allow to add new features in the future. gst-plugins-good orc + gtk3 flac zlib aalib @@ -192440,9 +192585,9 @@ cleaner, which will allow to add new features in the future. libraw1394 libiec61883 libjpeg-turbo - gstreamer + gstreamer pulseaudio-libs - gst-plugins-base + gst-plugins-base jack-audio-connection-kit @@ -192451,7 +192596,6 @@ cleaner, which will allow to add new features in the future. /usr/lib /usr/share/gstreamer-1.0/presets /usr/share/doc - /usr/share/gtk-doc /usr/share/man /usr/share/locale @@ -192459,7 +192603,22 @@ cleaner, which will allow to add new features in the future. gst-plugins-good-next + + gst-plugins-good-docs + gst-plugins-good reference documents + data:doc + + /usr/share/gtk-doc + + + + 2018-12-16 + 1.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-28 1.12.4 @@ -192621,10 +192780,12 @@ cleaner, which will allow to add new features in the future. Les plug-ins (greffons) de base GStreamer est une collection bien peaufinée et bien maintenues de plug-ins et d'éléments GStreamer, couvrant l'éventail des types d'éléments que quelqu'un pourrait vouloir écrire pour GStreamer. Il contient également des librairies d'aide ainsi que les classes de bases utiles pour l'écriture d'éléments. Un grand nombre de décodeurs, d'encodeurs et de filtres audio et vidéos sont également inclus. GStreamer base plugins are a well-groomed and well-maintained collection of GStreamer plugins and elements, spanning the range of possible types of elements one would want to write for GStreamer. It also contains helper libraries and base classes useful for writing elements. A wide range of video and audio decoders, encoders, and filters are included. Bu paket, Gstreamer'ın rahatlıkla genişleyebilmesini sağlayan ve bakımları sürekli yapılan temel eklentileri içerir. Program parçacığı yazmak için yardımcı kütüphaneler ve temel sınıflar da bulunur. - http://ftp.gnome.org/pub/gnome/sources/gst-plugins-base/1.12/gst-plugins-base-1.12.4.tar.xz + http://ftp.gnome.org/pub/gnome/sources/gst-plugins-base/1.14/gst-plugins-base-1.14.2.tar.xz + zlib-devel orc-devel - cdparanoia + iso-codes + cdparanoia-devel pango-devel cairo-devel libXv-devel @@ -192635,7 +192796,10 @@ cleaner, which will allow to add new features in the future. libvorbis-devel libtheora-devel libvisual-devel - gstreamer-devel + wayland-cursor + wayland-devel + xorg-proto + gstreamer-devel gobject-introspection-devel multimedia/video/gst-plugins-base/pspec.xml @@ -192648,9 +192812,13 @@ cleaner, which will allow to add new features in the future. glib2 pango cairo + mesa libXv libX11 libogg + libpng + libxcb + wayland libXext libopus alsa-lib @@ -192658,13 +192826,13 @@ cleaner, which will allow to add new features in the future. libvisual libtheora cdparanoia - gstreamer + wayland-client + gstreamer /usr/bin /usr/lib /usr/share/doc - /usr/share/gtk-doc /usr/share/gir-1.0 /usr/share/man /usr/share/locale @@ -192694,12 +192862,16 @@ cleaner, which will allow to add new features in the future. gstreamer-32bit - gst-plugins-base + gst-plugins-base orc-32bit zlib-32bit cairo-32bit + mesa-32bit glib2-32bit libXv-32bit + libpng-32bit + libxcb-32bit + wayland-32bit pango-32bit libogg-32bit libX11-32bit @@ -192725,7 +192897,8 @@ cleaner, which will allow to add new features in the future. Development files for gst-plugins-base gst-plugins-base için geliştirme dosyaları - gst-plugins-base + gst-plugins-base + orc-devel gstreamer-devel glib2-devel @@ -192739,7 +192912,22 @@ cleaner, which will allow to add new features in the future. gst-plugins-base-next-devel + + gst-plugins-base-docs + gst-plugins-base reference documents + data:doc + + /usr/share/gtk-doc + + + + 2018-12-16 + 1.14.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2018-09-28 1.12.0 @@ -192801,7 +192989,7 @@ cleaner, which will allow to add new features in the future. GStreamer est la librairies principale. Elle contient les entêtes, les fichiers et les éléments centraux. GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. gstreamer bir ses yayın altyapısı kütüphanesidir. Bu kütüphaneyi kullanan uygulamalar, gerçek zamanlı ses işleme, görüntü oynatma gibi çokluortam ile ilgili birçok işlem gerçekleştirebilirler. - http://ftp.gnome.org/pub/gnome/sources/gstreamer/1.12/gstreamer-1.12.4.tar.xz + http://ftp.gnome.org/pub/gnome/sources/gstreamer/1.14/gstreamer-1.14.2.tar.xz gobject-introspection-devel libxml2-devel @@ -192828,7 +193016,6 @@ cleaner, which will allow to add new features in the future. /usr/share/gir-1.0 /usr/share/bash-completion /usr/share/doc - /usr/share/gtk-doc /usr/share/locale /usr/share/man @@ -192847,7 +193034,7 @@ cleaner, which will allow to add new features in the future. glib2-32bit - gstreamer + gstreamer /usr/lib32/libgstbase* @@ -192866,7 +193053,7 @@ cleaner, which will allow to add new features in the future. Development files for gstreamer gstreamer için geliştirme dosyaları - gstreamer + gstreamer glib2-devel @@ -192879,7 +193066,22 @@ cleaner, which will allow to add new features in the future. gstreamer-next-devel + + gstreamer-docs + gstreamer reference documents + data:doc + + /usr/share/gtk-doc + + + + 2018-12-16 + 1.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-28 1.12.4 @@ -192931,12 +193133,12 @@ cleaner, which will allow to add new features in the future. Gstreamer plugin for the libav codec Gstreamer için FFmpeg desteği Gstreamer plugin for the libav codec. - https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.12.4.tar.xz + https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.14.2.tar.xz orc-devel xz-devel yasm-devel - gst-plugins-base-devel + gst-plugins-base-devel multimedia/video/gst-libav/pspec.xml @@ -192948,18 +193150,32 @@ cleaner, which will allow to add new features in the future. bzip2 glib2 gstreamer - gst-plugins-base + gst-plugins-base /usr/lib /usr/share/doc - /usr/share/gtk-doc gst-libav-next + + gst-libav-docs + gst-libav reference documents + data:doc + + /usr/share/gtk-doc + + + + 2018-12-16 + 1.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-28 1.12.4 @@ -193702,14 +193918,14 @@ cleaner, which will allow to add new features in the future. multimedia.video GStreamer Multimedia Framework VA Plugins gstreamer-vaapi, GStreamer Multimedia Framework VA Plugins. - https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.12.4.tar.xz + https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.14.2.tar.xz mesa-devel libva-devel libXrandr-devel - gstreamer-devel - gst-plugins-bad-devel - gst-plugins-base-devel + gstreamer-devel + gst-plugins-bad-devel + gst-plugins-base-devel multimedia/video/gstreamer-vaapi/pspec.xml @@ -193725,13 +193941,12 @@ cleaner, which will allow to add new features in the future. libXrandr libXrender wayland-client - gstreamer - gst-plugins-bad - gst-plugins-base + gstreamer + gst-plugins-bad + gst-plugins-base /usr/lib - /usr/share/gtk-doc/ /usr/share/doc @@ -193739,7 +193954,22 @@ cleaner, which will allow to add new features in the future. gstreamer-vaapi-next-devel + + gstreamer-vaapi-docs + gstreamer-vaapi reference documents + data:doc + + /usr/share/gtk-doc + + + + 2018-12-16 + 1.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-28 1.12.4 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 5aa7b2bd9c..46728b2967 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -803cd010944a061f3832c1aeca79c1145c7e6352 \ No newline at end of file +c49010eb191e16570a753c2a8584aee608a1739f \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 8699aa19e0..b65540588c 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 2b660d541f..5de80409b6 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -adae365edb91ffcfac27bd269662b09ced0edcc6 \ No newline at end of file +06e93ec908a379323b02066806fb79f9799cff89 \ No newline at end of file