Skip to content

Commit

Permalink
indi-libcamera-specfix: update the spec file with the proper name to … (
Browse files Browse the repository at this point in the history
#1010)

* indi-libcamera-specfix: update the spec file with the proper name to build in copr

* indi-libcamera-specfix: add needed library

* indi-libcamera-specfix: update to include ffmpeg for the build

* inid-libcamera-specfix: also fix indi-webcam spec
  • Loading branch information
xsnrg authored Dec 14, 2024
1 parent 3f7be1d commit da6b1cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions indi-libcamera/indi-libcamera.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define __cmake_in_source_build %{_vpath_builddir}
Name: indi-asi
Version:1.9.8.git
Name: indi-libcamera
Version:2.1.0.git
Release: %(date -u +%%Y%%m%%d%%H%%M%%S)%{?dist}
Summary: Instrument Neutral Distributed Interface 3rd party drivers

Expand Down Expand Up @@ -34,6 +34,9 @@ BuildRequires: libdc1394-devel
BuildRequires: boost-devel
BuildRequires: boost-regex
BuildRequires: libasi
BuildRequires: ffmpeg-free-devel
BuildRequires: libavcodec-free-devel
BuildRequires: libcamera-apps-devel

BuildRequires: gmock

Expand Down
3 changes: 3 additions & 0 deletions indi-webcam/indi-webcam.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ BuildRequires: gpsd-devel
BuildRequires: libdc1394-devel
BuildRequires: boost-devel
BuildRequires: boost-regex
BuildRequires: ffmpeg-free-devel
BuildRequires: libavcodec-free-devel


BuildRequires: gmock

Expand Down

0 comments on commit da6b1cc

Please sign in to comment.