Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

indi-libcamera-specfix: update the spec file with the proper name to … #1010

Merged
merged 4 commits into from
Dec 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading