Accepting request 976019 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/976019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavtp?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2022-05-12 20:57:35 +00:00 committed by Git OBS Bridge
commit 1c1fa45ca3
5 changed files with 16 additions and 21 deletions

View File

@ -1,14 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/AVnu/libavtp.git</param>
<param name="filename">libavtp</param>
<param name="versionformat">0.1.0+git%cd.%h</param>
<param name="scm">git</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled" />
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24381fa6018c9d8acfda87f8d427ec2b05750c689613d5196d2c1700eff0025e
size 26928

BIN
libavtp-0.2.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 9 16:13:27 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 0.2.0
* Raw Video Format support
* libavtp can now be used as meson subproject
* Building tests is now optional
* gcc 9 fixes
-------------------------------------------------------------------
Fri Oct 23 07:44:00 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libavtp
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
%define _lto_cflags %{nil}
Name: libavtp
Version: 0.1.0+git20200527.9482c11
Version: 0.2.0
Release: 0
Summary: Audio Video Transport Protocol (AVTP) Support Library
License: BSD-3-Clause
Group: Development/Libraries/C and C++
URL: https://github.com/AVnu/libavtp.git
Source: %{name}-%{version}.tar.xz
Source: https://github.com/Avnu/libavtp/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source99: baselibs.conf
BuildRequires: meson
BuildRequires: pkgconfig
@ -52,7 +52,7 @@ This package contains all necessary include files and libraries needed
to develop applications that require libavtp.
%prep
%setup -q -n %{name}-%{version}
%setup -q
%build
%meson