mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-15 03:24:17 -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
|
package_root: pkg
|
||||||
maintainer: Zoe Roux
|
maintainer: Zoe Roux
|
||||||
version: ${{env.version}}
|
version: ${{env.version}}
|
||||||
depends: postgresql
|
depends: postgresql ffmpeg
|
||||||
arch: amd64
|
arch: amd64
|
||||||
desc: ${{env.description}}
|
desc: ${{env.description}}
|
||||||
- name: Build rpm package
|
- 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"
|
url="https://github.com/AnonymusRaccoon/Kyoo"
|
||||||
license=("GPLv3")
|
license=("GPLv3")
|
||||||
groups=()
|
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")
|
makedepends=("dotnet-sdk>=5" "cmake" "gcc" "make" "npm" "git")
|
||||||
install="kyoo.install"
|
install="kyoo.install"
|
||||||
source=("git+https://github.com/AnonymusRaccoon/Kyoo" #tag=v${pkgver}
|
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"
|
url="https://github.com/AnonymusRaccoon/Kyoo"
|
||||||
license=("GPLv3")
|
license=("GPLv3")
|
||||||
groups=()
|
groups=()
|
||||||
depends=("postgresql")
|
depends=("postgresql" "ffmpeg")
|
||||||
makedepends=()
|
makedepends=()
|
||||||
install="kyoo.install"
|
install="kyoo.install"
|
||||||
# The output folder is needed but we can't use directory in the source array.
|
# 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
|
URL: https://github.com/AnonymusRaccoon/Kyoo
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
BuildArch: x86_64
|
BuildArch: x86_64
|
||||||
Requires: postgresql-server
|
Requires: postgresql-server ffmpeg-devel
|
||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user