Skip to content

Commit

Permalink
Merge branch 'pr45'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Meek committed Feb 22, 2024
2 parents dc5aebe + 942a3d4 commit 0b0d183
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/mythtv-deb/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
- libtool
- ccache
- pkg-config
- cmake
- patch
- ninja-build
- gperf
- meson

# add mythtv essential build libraries
- uuid-dev
Expand Down Expand Up @@ -66,6 +71,8 @@
- libdatetime-format-iso8601-perl
- libsoap-lite-perl
- libjson-perl
- libfindbin-libs-perl
- perl-modules

# add mythtv essential plugin libraries
- libvorbis-dev
Expand Down
7 changes: 7 additions & 0 deletions roles/mythtv-dnf/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
- pkgconfig
- which
- diffutils
- cmake
- patch
- ninja-build
- gperf
- meson
# packages in repo for fedora, and in epel for centos7/rhel7
- nasm
- ccache
Expand Down Expand Up @@ -237,6 +242,8 @@
- perl-Image-Size
- perl-Net-UPnP
- perl(Sys::Hostname)
- perl(FindBin)
- perl(IPC::Cmd)

- name: add mythtv essential plugin libraries
set_fact:
Expand Down
7 changes: 7 additions & 0 deletions roles/mythtv-freebsd/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
- autoconf
- automake
- pkgconf
- cmake
- patch
- ninja
- gperf
- meson

- name: add essential libraries
set_fact:
Expand Down Expand Up @@ -99,6 +104,8 @@
- p5-SOAP-Lite
- p5-XML-XPath
- p5-XML-Simple
- p5-FindBin-libs
- p5-IPC-Cmd

- name: add packages moved to main repository (freebsd11+)
set_fact:
Expand Down
8 changes: 8 additions & 0 deletions roles/mythtv-homebrew/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
- autoconf
- automake
- pkgconfig
- cmake
- gpatch
- ninja
- gperf
- meson

- name: add essential libraries
set_fact:
Expand Down Expand Up @@ -233,6 +238,9 @@
SOAP::Lite
XML::XPath
XML::Simple
FindBin
IPC::Cmd


- name: cpanm - install DBD-mysql vwith special handling for mysql8
become: false
Expand Down
7 changes: 7 additions & 0 deletions roles/mythtv-pacman/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
- nasm
- ccache
- git
- cmake
- patch
- ninja
- gperf
- meson

- name: add mythtv essential build libraries
set_fact:
Expand Down Expand Up @@ -80,6 +85,8 @@
- perl-datetime-format-iso8601
- perl-soap-lite
- perl-json
- perl-findbin
- perl-ipc-cmd

- name: add mythtv essential plugin libraries
set_fact:
Expand Down
7 changes: 7 additions & 0 deletions roles/mythtv-suse/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
- pkg-config
- nasm
- ccache
- cmake
- patch
- ninja
- gperf
- meson

- name: add gcc13 for Leap
set_fact:
Expand Down Expand Up @@ -148,6 +153,8 @@
- perl-JSON
- perl-Image-Size
- perl-Net-UPnP
- perl(FindBin)
- perl(IPC::Cmd)

- name: add mythtv essential plugin libraries
set_fact:
Expand Down

0 comments on commit 0b0d183

Please sign in to comment.