mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update to pipewire-1.2.1.
This commit is contained in:
@@ -2,10 +2,10 @@ COMMENT-main= low-level multimedia framework - client & server
|
||||
COMMENT-libs= low-level multimedia framework - libraries
|
||||
|
||||
PW_PROJECT= pipewire
|
||||
PW_VERSION= 1.2.0
|
||||
PW_VERSION= 1.2.1
|
||||
PKGNAME-libs= lib${PW_PROJECT}-${PW_VERSION}
|
||||
|
||||
SHARED_LIBS += pipewire-0.3 0.2 # 0.1200.0
|
||||
SHARED_LIBS += pipewire-0.3 0.2 # 0.1201.0
|
||||
|
||||
MULTI_PACKAGES= -main -libs
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (pipewire-1.2.0.tar.gz) = R36xJFpmqYI0VAS1f6sbn0AsEikgR8TZvqkNZEU3RlM=
|
||||
SIZE (pipewire-1.2.0.tar.gz) = 2407424
|
||||
SHA256 (pipewire-1.2.1.tar.gz) = 7ibR6QapMLKD11lijel43CUUUi1o+VZvibFJeytTT3Y=
|
||||
SIZE (pipewire-1.2.1.tar.gz) = 2409079
|
||||
|
||||
@@ -54,7 +54,7 @@ Index: src/pipewire/thread.c
|
||||
|
||||
static struct spa_thread *impl_create(void *object,
|
||||
const struct spa_dict *props,
|
||||
@@ -106,9 +114,11 @@ static struct spa_thread *impl_create(void *object,
|
||||
@@ -112,9 +120,11 @@ static struct spa_thread *impl_create(void *object,
|
||||
if ((str = spa_dict_lookup(props, SPA_KEY_THREAD_NAME)) != NULL &&
|
||||
(err = pthread_setname_np(pt, str)) != 0)
|
||||
pw_log_warn("pthread_setname error: %s", strerror(err));
|
||||
|
||||
Reference in New Issue
Block a user