diff --git a/pisi-index.xml b/pisi-index.xml index 4ec2601cd4..a938da26fb 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -259479,11 +259479,12 @@ cleaner, which will allow to add new features in the future. LGPLv2.1 library multimedia.editor - Server and user space API to deal with multimedia pipelines - Server and user space API to deal with multimedia pipelines - Server and user space API to deal with multimedia pipelines - Server and user space API to deal with multimedia pipelines - https://github.com/PipeWire/pipewire/archive/0.3.85.tar.gz + Low-latency audio/video router and processor + Düşük gecikmeli ses/video yönlendiricisi ve işlemci + PipeWire is a project that aims to greatly improve handling of audio and video under Linux. It provides a low-latency, graph-based processing engine on top of audio and video devices that can be used to support the use cases currently handled by both PulseAudio and JACK. + PipeWire, Linux altında ses ve videonun işlenmesini büyük ölçüde geliştirmeyi amaçlayan bir projedir. Şu anda hem PulseAudio hem de JACK tarafından yürütülen kullanım durumlarını desteklemek için kullanılabilecek, ses ve video cihazlarının üstünde düşük gecikme süreli, grafik tabanlı bir işleme motoru sağlar. + pipewire + https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/1.0.0/pipewire-1.0.0.tar.gz git meson @@ -259513,6 +259514,7 @@ cleaner, which will allow to add new features in the future. pulseaudio-libs-devel gst-plugins-base-devel jack-audio-connection-kit-devel + webrtc-audio-processing-1-devel multimedia/editor/pipewire/pspec.xml @@ -259540,6 +259542,7 @@ cleaner, which will allow to add new features in the future. pulseaudio-libs gst-plugins-base jack-audio-connection-kit + webrtc-audio-processing-1 /usr/bin @@ -259555,7 +259558,7 @@ cleaner, which will allow to add new features in the future. Development files for pipewire glib2-devel - pipewire + pipewire /usr/include @@ -259566,13 +259569,20 @@ cleaner, which will allow to add new features in the future. pipewire-docs Development files for pipewire - pipewire + pipewire /usr/share/doc/pipewire/html + + 2023-12-26 + 1.0.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-16 0.3.85 @@ -416546,6 +416556,70 @@ contacts, tasks, and calendar information. + + + fish + https://fishshell.com + + Kamil Atlı + suvari@pisilinux.org + + GPL2 + app:console + util.shell + The user-friendly command line shell. + Kullanıcı dostu komut satırı kabuğu. + fish is a smart and user-friendly command line shell for macOS, Linux, and the rest of the family. fish includes features like syntax highlighting, autosuggest-as-you-type, and fancy tab completions that just work, with no configuration required. + Fish, macOS, Linux ve ailenin geri kalanı için akıllı ve kullanıcı dostu bir komut satırı kabuğudur. Fish, sözdizimi vurgulama, yazarken otomatik öneri ve hiçbir yapılandırma gerektirmeden çalışan şık sekme tamamlama gibi özellikler içerir. + fish + https://github.com/fish-shell/fish-shell/releases/download/3.6.4/fish-3.6.4.tar.xz + + cmake + ncurses-devel + python3-devel + libpcre2-devel + + util/shell/fish/pspec.xml + + + fish + + libgcc + ncurses + python3 + libpcre2 + + + /etc + /usr/bin + /usr/share/fish + /usr/share/applications + /usr/share/pixmaps + /usr/share/doc/fish + /usr/share/man + /usr/share/locale + + + + fish-devel + Development files for fish + + fish + + + /usr/share/pkgconfig + + + + + 2023-12-26 + 3.6.4 + First release + Kamil Atlı + suvari@pisilinux.org + + + zsh diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 4afd9cf700..f57692bc3c 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -d7c4824806c2a43ce0d0f30358c5513e8864187e \ No newline at end of file +e9470278c3cca9266fc057b2c4e991e60886d5a1 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 4cd6c7f301..cf15978e0c 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 d46724127e..ed89b93136 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -b7ed46859a076fa73d70f7a739e4df62de0b411f \ No newline at end of file +788b75cc78810668fe388421ea8d6f475d244043 \ No newline at end of file diff --git a/util/shell/fish/actions.py b/util/shell/fish/actions.py new file mode 100644 index 0000000000..504d10aa9e --- /dev/null +++ b/util/shell/fish/actions.py @@ -0,0 +1,24 @@ +#!/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 cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_SYSCONFDIR=/etc \ + -DCMAKE_BUILD_TYPE=None") + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("COPYING", "README*") + + diff --git a/util/shell/fish/pspec.xml b/util/shell/fish/pspec.xml new file mode 100644 index 0000000000..48e69dc983 --- /dev/null +++ b/util/shell/fish/pspec.xml @@ -0,0 +1,65 @@ + + + + + fish + https://fishshell.com + + Kamil Atlı + suvari@pisilinux.org + + GPL2 + fish + app:console + The user-friendly command line shell. + fish is a smart and user-friendly command line shell for macOS, Linux, and the rest of the family. fish includes features like syntax highlighting, autosuggest-as-you-type, and fancy tab completions that just work, with no configuration required. + https://github.com/fish-shell/fish-shell/releases/download/3.6.4/fish-3.6.4.tar.xz + + cmake + ncurses-devel + python3-devel + libpcre2-devel + + + + + fish + + libgcc + ncurses + python3 + libpcre2 + + + /etc + /usr/bin + /usr/share/fish + /usr/share/applications + /usr/share/pixmaps + /usr/share/doc/fish + /usr/share/man + /usr/share/locale + + + + + fish-devel + Development files for fish + + fish + + + /usr/share/pkgconfig + + + + + + 2023-12-26 + 3.6.4 + First release + Kamil Atlı + suvari@pisilinux.org + + + diff --git a/util/shell/fish/translations.xml b/util/shell/fish/translations.xml new file mode 100644 index 0000000000..4de192fdf9 --- /dev/null +++ b/util/shell/fish/translations.xml @@ -0,0 +1,8 @@ + + + + fish + Kullanıcı dostu komut satırı kabuğu. + Fish, macOS, Linux ve ailenin geri kalanı için akıllı ve kullanıcı dostu bir komut satırı kabuğudur. Fish, sözdizimi vurgulama, yazarken otomatik öneri ve hiçbir yapılandırma gerektirmeden çalışan şık sekme tamamlama gibi özellikler içerir. + +