mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Using individual libraries name instead of ffmpeg-dev
This commit is contained in:
parent
9cf02fbe06
commit
a4f42dfee4
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -35,9 +35,9 @@ jobs:
|
|||||||
if [[ "${{runner.os}}" == "Windows" ]]; then
|
if [[ "${{runner.os}}" == "Windows" ]]; then
|
||||||
choco install ffmpeg
|
choco install ffmpeg
|
||||||
elif [[ "${{runner.os}}" == "macOS" ]]; then
|
elif [[ "${{runner.os}}" == "macOS" ]]; then
|
||||||
sudo brew install ffmpeg
|
brew install ffmpeg
|
||||||
else
|
else
|
||||||
sudo apt install -y ffmpeg-devel
|
sudo apt-get install -y libavutil-dev libavcodec-dev libavformat-dev
|
||||||
fi
|
fi
|
||||||
- name: Build the app
|
- name: Build the app
|
||||||
run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo
|
run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo
|
||||||
@ -89,7 +89,7 @@ jobs:
|
|||||||
package_root: pkg
|
package_root: pkg
|
||||||
maintainer: Zoe Roux
|
maintainer: Zoe Roux
|
||||||
version: ${{env.version}}
|
version: ${{env.version}}
|
||||||
depends: postgresql ffmpeg-devel
|
depends: postgresql libavutil-dev libavcodec-dev libavformat-dev
|
||||||
arch: amd64
|
arch: amd64
|
||||||
desc: ${{env.description}}
|
desc: ${{env.description}}
|
||||||
- name: Build rpm package
|
- name: Build rpm package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user