www-apps/misskey: make ffmpeg optfeature
Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
parent
f6e3ac8dba
commit
d32c382b8b
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit savedconfig
|
inherit optfeature savedconfig
|
||||||
|
|
||||||
# NOTE: update for each bump
|
# NOTE: update for each bump
|
||||||
MY_COMMIT_ASSETS="0179793ec891856d6f37a3be16ba4c22f67a81b5"
|
MY_COMMIT_ASSETS="0179793ec891856d6f37a3be16ba4c22f67a81b5"
|
||||||
|
@ -48,7 +48,6 @@ RDEPEND="
|
||||||
acct-user/misskey
|
acct-user/misskey
|
||||||
dev-db/postgresql
|
dev-db/postgresql
|
||||||
dev-db/redis
|
dev-db/redis
|
||||||
media-video/ffmpeg
|
|
||||||
nginx? ( www-servers/nginx )
|
nginx? ( www-servers/nginx )
|
||||||
"
|
"
|
||||||
|
|
||||||
|
@ -103,6 +102,8 @@ pkg_postinst() {
|
||||||
if use nginx; then
|
if use nginx; then
|
||||||
einfo "An nginx example config can be found at <https://misskey-hub.net/en/docs/admin/nginx.html>"
|
einfo "An nginx example config can be found at <https://misskey-hub.net/en/docs/admin/nginx.html>"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
optfeature "thumbnail generation support" media-video/ffmpeg
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_config() {
|
pkg_config() {
|
||||||
|
|
Reference in New Issue
Block a user