Accepting request 1157175 from home:alarrosa:branches:multimedia:libs:pipewire-1.0
- Update to version 1.0.3+git51.89d8e8b: * module-ffado: make the event buffer per port * module-ffado: handle MIDI correctly * module-ffado: implement MIDI send and receive * module-ffado: various fixes to make things work * stream: add pw_stream_get_nsec() to get current time * jack: fix multiple midi input ports * pw-top: only check terminal size in non-batch mode * Specify "Audio" in gstreamer sink/src metadata to fix autodetect * Add SOC-style jack names to HDMI audio paths * gst: remove timeouts when autoconnect=false * audioconvert: handle invalid ports better * audioconvert: handle port remove * pw_context_parse_conf_section: use the conf argument instead of the context's conf * stream: FORCE_RATE should just contain the rate * jack: FORCE_RATE should just contain the rate * jack: set global_mix safely * jack: sync threads by pausing the core * alsa: Added handle for controlling htimestamp autodisable * And more - Remove patch already merged upstream: * fix-gst-sink.patch - Require pipewire-pulseaudio from pipewire-alsa so when pipewire-alsa is installed, pipewire has audio support (or put in other words, so pipewire-alsa isn't installed with the real pulseaudio). Fixes boo#1221235. - Add patch from upstream submitted at glfo#pipewire/pipewire#1932 that fixes selecting the pipewire gstreamer plugins by the OBS-URL: https://build.opensuse.org/request/show/1157175 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=187
This commit is contained in:
parent
b8809b0896
commit
ebfcb3db4d
5
_service
5
_service
@ -3,11 +3,12 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.freedesktop.org/pipewire/pipewire.git</param>
|
||||
<param name="revision">1.0.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">1.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||
<!--
|
||||
<param name="revision">master</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
-->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
3
pipewire-1.0.3+git51.89d8e8b.obscpio
Normal file
3
pipewire-1.0.3+git51.89d8e8b.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e93400b8681106539e782a39055f742d584124b64d37837ba58d07f99a03949
|
||||
size 12568077
|
BIN
pipewire-1.0.3.obscpio
(Stored with Git LFS)
BIN
pipewire-1.0.3.obscpio
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 11:10:03 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to version 1.0.3+git51.89d8e8b:
|
||||
* module-ffado: make the event buffer per port
|
||||
* module-ffado: handle MIDI correctly
|
||||
* module-ffado: implement MIDI send and receive
|
||||
* module-ffado: various fixes to make things work
|
||||
* stream: add pw_stream_get_nsec() to get current time
|
||||
* jack: fix multiple midi input ports
|
||||
* pw-top: only check terminal size in non-batch mode
|
||||
* Specify "Audio" in gstreamer sink/src metadata to fix autodetect
|
||||
* Add SOC-style jack names to HDMI audio paths
|
||||
* gst: remove timeouts when autoconnect=false
|
||||
* audioconvert: handle invalid ports better
|
||||
* audioconvert: handle port remove
|
||||
* pw_context_parse_conf_section: use the conf argument instead of the context's conf
|
||||
* stream: FORCE_RATE should just contain the rate
|
||||
* jack: FORCE_RATE should just contain the rate
|
||||
* jack: set global_mix safely
|
||||
* jack: sync threads by pausing the core
|
||||
* alsa: Added handle for controlling htimestamp autodisable
|
||||
* And more
|
||||
- Remove patch already merged upstream:
|
||||
* fix-gst-sink.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 11:01:21 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Require pipewire-pulseaudio from pipewire-alsa so when
|
||||
pipewire-alsa is installed, pipewire has audio support (or put
|
||||
in other words, so pipewire-alsa isn't installed with the real
|
||||
pulseaudio). Fixes boo#1221235.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 06 17:01:46 UTC 2024 - alarrosa@suse.com
|
||||
|
||||
- Add patch from upstream submitted at glfo#pipewire/pipewire#1932
|
||||
that fixes selecting the pipewire gstreamer plugins by the
|
||||
autoaudiosink/autoaudiosrc plugins:
|
||||
* fix-gst-sink.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 29 14:58:44 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: pipewire
|
||||
version: 1.0.3
|
||||
mtime: 1706879347
|
||||
commit: 6ab86209f23a841de7eac6bc0c1009aceb9ffd87
|
||||
version: 1.0.3+git51.89d8e8b
|
||||
mtime: 1710146069
|
||||
commit: 89d8e8b381db3a23fd2b0900f882645c4aca52f0
|
||||
|
@ -62,7 +62,7 @@
|
||||
%bcond_with aptx
|
||||
|
||||
Name: pipewire
|
||||
Version: 1.0.3
|
||||
Version: 1.0.3+git51.89d8e8b
|
||||
Release: 0
|
||||
Summary: A Multimedia Framework designed to be an audio and video server and more
|
||||
License: MIT
|
||||
@ -194,7 +194,7 @@ This package provides the PipeWire shared library.
|
||||
Summary: PipeWire libjack replacement libraries
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
|
||||
%description libjack-%{apiver_str}
|
||||
PipeWire is a server and user space API to deal with multimedia pipelines.
|
||||
@ -338,6 +338,8 @@ Requires: %{libpipewire} >= %{version}-%{release}
|
||||
Recommends: %{name} >= %{version}-%{release}
|
||||
# Both providing /etc/alsa/conf.d/99-*-default.conf can cause issues
|
||||
Conflicts: alsa-plugins-pulse
|
||||
# This is needed so that pipewire-alsa is not installed with the real pulseaudio (boo#1221235)
|
||||
Requires: pipewire-pulseaudio
|
||||
|
||||
%description alsa
|
||||
This package contains an ALSA plugin for the PipeWire media server.
|
||||
@ -606,7 +608,19 @@ fi
|
||||
%{_userunitdir}/pipewire.socket
|
||||
%{_userunitdir}/filter-chain.service
|
||||
%{_mandir}/man1/pipewire.1%{?ext_man}
|
||||
%{_mandir}/man1/pw-reserve.1%{?ext_man}
|
||||
%{_mandir}/man1/pw-v4l2.1%{?ext_man}
|
||||
%{_mandir}/man1/spa-acp-tool.1%{?ext_man}
|
||||
%{_mandir}/man1/spa-inspect.1%{?ext_man}
|
||||
%{_mandir}/man1/spa-json-dump.1%{?ext_man}
|
||||
%{_mandir}/man1/spa-monitor.1%{?ext_man}
|
||||
%{_mandir}/man1/spa-resample.1%{?ext_man}
|
||||
%{_mandir}/man5/pipewire-client.conf.5%{?ext_man}
|
||||
%{_mandir}/man5/pipewire-filter-chain.conf.5%{?ext_man}
|
||||
%{_mandir}/man5/pipewire.conf.5%{?ext_man}
|
||||
%{_mandir}/man5/pipewire-jack.conf.5%{?ext_man}
|
||||
%{_mandir}/man7/pipewire-devices.7%{?ext_man}
|
||||
|
||||
%dir %{_datadir}/pipewire/
|
||||
%{_datadir}/pipewire/pipewire.conf
|
||||
%{_datadir}/pipewire/pipewire.conf.avail/
|
||||
|
Loading…
x
Reference in New Issue
Block a user