Update to 0.1.5
This commit is contained in:
parent
d950c88412
commit
8b65bf8329
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/pipewire-0.1.3.tar.gz
|
||||
/pipewire-0.1.4.tar.gz
|
||||
/pipewire-0.1.5.tar.gz
|
||||
|
||||
@ -1,28 +0,0 @@
|
||||
From ff363cc7bf1db8da7ffe3423de0fb85fd1531bc2 Mon Sep 17 00:00:00 2001
|
||||
From: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
|
||||
Date: Mon, 4 Sep 2017 06:09:18 -0300
|
||||
Subject: [PATCH] spa/include/meson: Install hook.h (#11)
|
||||
|
||||
When compiling some application and include spa/loop.h, it needs hook.h,
|
||||
so install it.
|
||||
|
||||
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
|
||||
---
|
||||
spa/include/spa/meson.build | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/spa/include/spa/meson.build b/spa/include/spa/meson.build
|
||||
index 1d08868..64431a4 100644
|
||||
--- a/spa/include/spa/meson.build
|
||||
+++ b/spa/include/spa/meson.build
|
||||
@@ -10,6 +10,7 @@ spa_headers = [
|
||||
'format.h',
|
||||
'format-builder.h',
|
||||
'format-utils.h',
|
||||
+ 'hook.h',
|
||||
'list.h',
|
||||
'log.h',
|
||||
'loop.h',
|
||||
--
|
||||
2.13.5
|
||||
|
||||
@ -13,8 +13,8 @@
|
||||
|
||||
Name: pipewire
|
||||
Summary: Media Sharing Server
|
||||
Version: 0.1.4
|
||||
Release: 3%{?snap:.%{snap}git%{shortcommit}}%{?dist}
|
||||
Version: 0.1.5
|
||||
Release: 1%{?snap:.%{snap}git%{shortcommit}}%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://www.freedesktop.org/wiki/Software/PipeWire
|
||||
%if 0%{?gitrel}
|
||||
@ -26,7 +26,6 @@ Source0: http://freedesktop.org/software/pipewire/releases/pipewire-%{ver
|
||||
%endif
|
||||
|
||||
## upstream patches
|
||||
Patch1: 0001-spa-include-meson-Install-hook.h-11.patch
|
||||
|
||||
## upstreamable patches
|
||||
|
||||
@ -97,8 +96,6 @@ This package contains command line utilities for the PipeWire media server.
|
||||
%prep
|
||||
%setup -q -T -b0 -n %{name}-%{version}%{?gitrel:-%{gitrel}-g%{shortcommit}}
|
||||
|
||||
%patch1 -p1 -b .0001
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
@ -152,11 +149,16 @@ exit 0
|
||||
|
||||
%files utils
|
||||
%{_bindir}/pipewire-monitor
|
||||
%{_bindir}/pipewire-cli
|
||||
%{_mandir}/man1/pipewire-monitor.1*
|
||||
%{_mandir}/man1/pipewire-cli.1*
|
||||
%{_bindir}/spa-monitor
|
||||
%{_bindir}/spa-inspect
|
||||
|
||||
%changelog
|
||||
* Tue Sep 19 2017 Wim Taymans <wtaymans@redhat.com> - 0.1.5-1
|
||||
- Update to 0.1.5
|
||||
|
||||
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 0.1.4-3
|
||||
- Rebuilt for GNOME 3.26.0 megaupdate
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pipewire-0.1.4.tar.gz) = d35535d1ecafffd28d16d3ab112eba9f885989d1c5aeec0a4e92ca7bdcd368392b965f5f078f6ddfa54142cb51f6f516cb131d4770ff37b00176a03be6b336d1
|
||||
SHA512 (pipewire-0.1.5.tar.gz) = 9df65b85a325b4a9e5f573cdbb1133cb8bebe78f141ed57cf94d51a6a25222d7edbf2355b520511c4156410be0269dc78f616b87210c79a5f20f15350641d54e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user