Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 25cfc9ac76 | |||
| e4f5085d36 | |||
| ee9679a9a6 | |||
| 8b48bae044 |
8
_service
8
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<service mode="manual" name="obs_scm">
|
||||
<param name="url">https://gitlab.com/mobian1/callaudiod.git</param>
|
||||
<param name="revision">refs/tags/0.1.9</param>
|
||||
<param name="revision">0.1.99</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
@@ -9,7 +9,7 @@
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version" />
|
||||
<service mode="manual" name="set_version" />
|
||||
</services>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.com/mobian1/callaudiod.git</param>
|
||||
<param name="changesrevision">50d1ac3792aac03abe0a3a88ceac77201a43bb3b</param></service></servicedata>
|
||||
<param name="changesrevision">8d262597f41ff787359059ec6a15acd48b7433f6</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:618d79bdb9e90c89c638408008ce6075c8e5a26ca8844611e111e5061eefc8da
|
||||
size 129035
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e3b90aeb06ad740af241d728dd80da6701a8508bf50529ca2fb1f28dba8271e
|
||||
size 28096
|
||||
3
callaudiod-0.1.99.obscpio
Normal file
3
callaudiod-0.1.99.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c38edff8fc9d1bd7f4db914121ab44d03a59903640af82d1d4f2b11dd8a3b05
|
||||
size 131595
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 04 12:19:25 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 0.1.99:
|
||||
* README: add deprecation notice
|
||||
* libcallaudio: deprecate the library
|
||||
* Do not do routing when wireplumber is in charge of it
|
||||
- Add pkgconfig(appstream) BuildRequires: new dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 06 15:17:55 UTC 2024 - andrea.manzini@suse.com
|
||||
|
||||
- Update to version 0.1.10:
|
||||
* cad-pulse: improve profile selection
|
||||
* cad-pulse: use glib functions instead of strcmp/strstr
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 01 09:49:37 UTC 2023 - andrea.manzini@suse.com
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: callaudiod
|
||||
version: 0.1.9
|
||||
mtime: 1684221273
|
||||
commit: 50d1ac3792aac03abe0a3a88ceac77201a43bb3b
|
||||
version: 0.1.99
|
||||
mtime: 1756914037
|
||||
commit: 8d262597f41ff787359059ec6a15acd48b7433f6
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package callaudiod
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,18 +20,19 @@
|
||||
%define apiver 0.1
|
||||
|
||||
Name: callaudiod
|
||||
Version: 0.1.9
|
||||
Version: 0.1.99
|
||||
Release: 0
|
||||
Summary: Daemon for audio calls
|
||||
License: GPL-3.0-or-later AND MIT
|
||||
URL: https://gitlab.com/mobian1/callaudiod
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: gtkdoc
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(appstream)
|
||||
BuildRequires: pkgconfig(folks)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.50.0
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
|
||||
Reference in New Issue
Block a user