diff --git a/_service b/_service new file mode 100644 index 0000000..5aadc7b --- /dev/null +++ b/_service @@ -0,0 +1,14 @@ + + + https://github.com/AVnu/libavtp.git + libavtp + 0.1.0+git%cd.%h + git + + + xz + *.tar + + + + diff --git a/libavtp-0.1.0+git20200527.9482c11.tar.xz b/libavtp-0.1.0+git20200527.9482c11.tar.xz new file mode 100644 index 0000000..0cbce81 --- /dev/null +++ b/libavtp-0.1.0+git20200527.9482c11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24381fa6018c9d8acfda87f8d427ec2b05750c689613d5196d2c1700eff0025e +size 26928 diff --git a/libavtp-0.1.g2f0b071.tar.xz b/libavtp-0.1.g2f0b071.tar.xz deleted file mode 100644 index 3ce530f..0000000 --- a/libavtp-0.1.g2f0b071.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b227a7c3dd5854473f2ebccd8bcbca80468d3a975b2fbfea9413e25a2ff2287b -size 17112 diff --git a/libavtp.changes b/libavtp.changes index d8351b7..abb1b0c 100644 --- a/libavtp.changes +++ b/libavtp.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Sep 29 14:34:10 CEST 2020 - tiwai@suse.de + +- Don't build / package static library + +------------------------------------------------------------------- +Thu Sep 3 11:22:19 UTC 2020 - Antonio Larrosa + +- Update to 0.1.0+git20200527.9482c11 + * Fix compilation with GCC 9 + * Declare dependency so libavtp can be used as a meson subproject + * Update version to MAJOR.MINOR.PATCH format + * Fix URL in meson.build + * Add IEC 61883/IIDC support + * Many added examples and tests + * Add CVF support - H.264 only + * Factor out "common stream header" from avtp_aaf.c + ------------------------------------------------------------------- Tue Jan 8 17:45:18 UTC 2019 - Jan Engelhardt diff --git a/libavtp.spec b/libavtp.spec index 9b54cb6..e57fffa 100644 --- a/libavtp.spec +++ b/libavtp.spec @@ -1,7 +1,7 @@ # # spec file for package libavtp # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,15 @@ # -%define git_version %{version}.g2f0b071 - +%define _lto_cflags %{nil} Name: libavtp -Version: 0.1 +Version: 0.1.0+git20200527.9482c11 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}-%{git_version}.tar.xz +Source: %{name}-%{version}.tar.xz BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(cmocka) @@ -52,7 +51,7 @@ This package contains all necessary include files and libraries needed to develop applications that require libavtp. %prep -%setup -q -n %{name} +%setup -q -n %{name}-%{version} %build %meson