diff --git a/_service b/_service index 546c015..d2475ba 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.freedesktop.org/pipewire/pipewire.git - 0.3.8 + 0.3.9 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/pipewire-0.3.8.obscpio b/pipewire-0.3.8.obscpio deleted file mode 100644 index 60ba3a0..0000000 --- a/pipewire-0.3.8.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5faf44fcab46b704438df4c3f4ed2e152325e26488f9576d43339a6836433202 -size 6547469 diff --git a/pipewire-0.3.9.obscpio b/pipewire-0.3.9.obscpio new file mode 100644 index 0000000..0a8373a --- /dev/null +++ b/pipewire-0.3.9.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e010ae641121118fd0452e45a727f37012024d56b4894a263d8ef8369dff4153 +size 6554637 diff --git a/pipewire.changes b/pipewire.changes index 6364fdf..91a2f1c 100644 --- a/pipewire.changes +++ b/pipewire.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Aug 13 11:28:16 UTC 2020 - Antonio Larrosa + +- Update to version 0.3.9: + * Fix bad audio in chrome + * Remove some errors that are not real errors. + * Fix 100% cpu when disconnecting devices. + * Improve pulseaudio introspection of formats + * Fix JACK metadata handling, carla can now monitor the + port it creates and insert midi. + * Add a new permission bit (M) that is needed to be able + to configure metadata on an object. Improve security of + metadata some more, only allow metadata on objects that + are visible to the client setting the metadata. + * Add support for videocrop in the GStreamer elements. + * Improve handling of the runtime directory for the + server sockets. Add some reasonable fallback when + XDG_RUNTIME_DIR is not set, as suggested in the spec. + * Improve ALSA device names from ACP. + * Fix various crasher bugs. One in the pulse layer, one in + the session manager. + * Make alsa plugin respect the PIPEWIRE_REMOTE env variable. + * Various compile fixes. + ------------------------------------------------------------------- Fri Jul 31 07:50:45 UTC 2020 - Antonio Larrosa diff --git a/pipewire.obsinfo b/pipewire.obsinfo index cfc0b37..1f8643c 100644 --- a/pipewire.obsinfo +++ b/pipewire.obsinfo @@ -1,5 +1,5 @@ name: pipewire -version: 0.3.8 -mtime: 1595942404 -commit: 229fad46914a32b621e88e53abd1270c62b0e158 +version: 0.3.9 +mtime: 1596544227 +commit: db12f47505ddccb257acdc0fa2bb884aceb1b593 diff --git a/pipewire.spec b/pipewire.spec index 83c3495..6067631 100644 --- a/pipewire.spec +++ b/pipewire.spec @@ -22,7 +22,7 @@ %global provfind sh -c "grep -v -e 'libpulse.*\\.so' -e 'libjack.*\\.so' | %__find_provides" %global __find_provides %provfind -%define sover 0_3_8 +%define sover 0_3_9 %define apiver 0.3 %define apiver_str 0_3 %define spa_ver 0.2 @@ -36,7 +36,7 @@ %endif Name: pipewire -Version: 0.3.8 +Version: 0.3.9 Release: 0 Summary: A Multimedia Framework designed to be an audio and video server and more License: MIT