From a601cac70dedb306f551142c6596fa739d5d1e46c5ae7cb0675a9c2f7dda2eae Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 8 Sep 2020 10:08:31 +0000 Subject: [PATCH 1/2] Accepting request 832046 from home:alarrosa:branches:multimedia:libs - 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 OBS-URL: https://build.opensuse.org/request/show/832046 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavtp?expand=0&rev=5 --- _service | 14 ++++++++++++++ libavtp-0.1.0+git20200527.9482c11.tar.xz | 3 +++ libavtp-0.1.g2f0b071.tar.xz | 3 --- libavtp.changes | 13 +++++++++++++ libavtp.spec | 14 +++++++------- 5 files changed, 37 insertions(+), 10 deletions(-) create mode 100644 _service create mode 100644 libavtp-0.1.0+git20200527.9482c11.tar.xz delete mode 100644 libavtp-0.1.g2f0b071.tar.xz 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..f939e89 100644 --- a/libavtp.changes +++ b/libavtp.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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..c350157 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 LLC # # 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,10 +51,10 @@ 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 +%meson -Ddefault_library=both %meson_build %install @@ -76,6 +75,7 @@ to develop applications that require libavtp. %license LICENSE %{_includedir}/*.h %{_libdir}/libavtp.so +%{_libdir}/libavtp.a %{_libdir}/pkgconfig/avtp.pc %changelog From d966e08a0a216baca0191708da74fa24ab5824f7cb9803aba94857ae2dc6966f Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 29 Sep 2020 12:46:57 +0000 Subject: [PATCH 2/2] Accepting request 838556 from home:tiwai:branches:multimedia:libs - Don't build / package static library OBS-URL: https://build.opensuse.org/request/show/838556 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavtp?expand=0&rev=6 --- libavtp.changes | 5 +++++ libavtp.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/libavtp.changes b/libavtp.changes index f939e89..abb1b0c 100644 --- a/libavtp.changes +++ b/libavtp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/libavtp.spec b/libavtp.spec index c350157..e57fffa 100644 --- a/libavtp.spec +++ b/libavtp.spec @@ -1,7 +1,7 @@ # # spec file for package libavtp # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -54,7 +54,7 @@ to develop applications that require libavtp. %setup -q -n %{name}-%{version} %build -%meson -Ddefault_library=both +%meson %meson_build %install @@ -75,7 +75,6 @@ to develop applications that require libavtp. %license LICENSE %{_includedir}/*.h %{_libdir}/libavtp.so -%{_libdir}/libavtp.a %{_libdir}/pkgconfig/avtp.pc %changelog