tvheadend: add ffmpeg support
This commit is contained in:
parent
53feb1e268
commit
664bb97d46
1 changed files with 6 additions and 3 deletions
|
@ -1,12 +1,15 @@
|
||||||
# Template file for 'tvheadend'
|
# Template file for 'tvheadend'
|
||||||
pkgname=tvheadend
|
pkgname=tvheadend
|
||||||
version=4.2.7
|
version=4.2.7
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=tvheadend-${version}
|
wrksrc=tvheadend-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-dvbscan --disable-ffmpeg_static --disable-hdhomerun_static --disable-bintray_cache"
|
configure_args="--disable-dvbscan --disable-ffmpeg_static
|
||||||
|
--disable-hdhomerun_static --disable-bintray_cache --disable-libx264_static
|
||||||
|
--disable-libx265_static --disable-libvpx_static --disable-libtheora_static
|
||||||
|
--disable-libvorbis_static --disable-libfdkaac_static"
|
||||||
hostmakedepends="pkg-config python"
|
hostmakedepends="pkg-config python"
|
||||||
makedepends="avahi-libs-devel libressl-devel zlib-devel libcurl-devel"
|
makedepends="avahi-libs-devel libressl-devel zlib-devel libcurl-devel ffmpeg-devel"
|
||||||
short_desc="TV streaming server"
|
short_desc="TV streaming server"
|
||||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue