|
|
@ -1,14 +1,14 @@
|
|
|
|
Summary: Audio/Video Control library for IEEE-1394 devices
|
|
|
|
Summary: Audio/Video Control library for IEEE-1394 devices
|
|
|
|
Name: libavc1394
|
|
|
|
Name: libavc1394
|
|
|
|
Version: 0.5.4
|
|
|
|
Version: 0.5.4
|
|
|
|
Release: 22%{?dist}
|
|
|
|
Release: 23%{?dist}
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
|
|
|
URL: http://sourceforge.net/projects/libavc1394/
|
|
|
|
URL: http://sourceforge.net/projects/libavc1394/
|
|
|
|
Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz
|
|
|
|
Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz
|
|
|
|
Patch1: libavc1394-%{version}-librom.patch
|
|
|
|
Patch1: libavc1394-%{version}-librom.patch
|
|
|
|
BuildRequires: libraw1394-devel
|
|
|
|
BuildRequires: libraw1394-devel
|
|
|
|
BuildRequires: chrpath, gcc
|
|
|
|
BuildRequires: chrpath, gcc
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
|
|
# libraw1394 is not built on s390*
|
|
|
|
# libraw1394 is not built on s390*
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
@ -29,7 +29,7 @@ Development libraries required to build applications using libavc1394.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -N
|
|
|
|
%autosetup -N
|
|
|
|
%patch1 -p1 -b .librom
|
|
|
|
%patch -P 1 -p1 -b .librom
|
|
|
|
chmod -x test/dvcont.c
|
|
|
|
chmod -x test/dvcont.c
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -67,6 +67,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/*
|
|
|
|
%{_libdir}/librom1394.so
|
|
|
|
%{_libdir}/librom1394.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed May 08 2024 Antonio Trande <sagitter@fedoraproject.org> - 0.5.4-23
|
|
|
|
|
|
|
|
- Fix patch command
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-22
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-22
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|