mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-05 22:54:12 -04:00
Using ffmpeg as a dynamic library
This commit is contained in:
parent
112f59a672
commit
fe1640b6cd
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
@ -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}
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user