Using ffmpeg as a dynamic library

This commit is contained in:
Zoe Roux 2021-04-14 23:21:58 +02:00
parent 112f59a672
commit fe1640b6cd
5 changed files with 5 additions and 5 deletions

View File

@ -79,7 +79,7 @@ jobs:
package_root: pkg
maintainer: Zoe Roux
version: ${{env.version}}
depends: postgresql
depends: postgresql ffmpeg
arch: amd64
desc: ${{env.description}}
- name: Build rpm package

@ -1 +1 @@
Subproject commit ffb51f20fad0e19747a1515b0aaa2d1e43abc573
Subproject commit c6baba6b269dd38d6ed3d5c6fc73db7e1561a927

View File

@ -8,7 +8,7 @@ arch=("i686" "x86_64" "armv6h")
url="https://github.com/AnonymusRaccoon/Kyoo"
license=("GPLv3")
groups=()
depends=("dotnet-runtime>=5" "aspnet-runtime>=5" "postgresql")
depends=("dotnet-runtime>=5" "aspnet-runtime>=5" "postgresql" "ffmpeg")
makedepends=("dotnet-sdk>=5" "cmake" "gcc" "make" "npm" "git")
install="kyoo.install"
source=("git+https://github.com/AnonymusRaccoon/Kyoo" #tag=v${pkgver}

View File

@ -8,7 +8,7 @@ arch=("i686" "x86_64" "armv6h")
url="https://github.com/AnonymusRaccoon/Kyoo"
license=("GPLv3")
groups=()
depends=("postgresql")
depends=("postgresql" "ffmpeg")
makedepends=()
install="kyoo.install"
# The output folder is needed but we can't use directory in the source array.

View File

@ -7,7 +7,7 @@ Summary: A media browser
URL: https://github.com/AnonymusRaccoon/Kyoo
License: GPL-3.0
BuildArch: x86_64
Requires: postgresql-server
Requires: postgresql-server ffmpeg-devel
AutoReqProv: no
%description