From 58a3486d1e01ee1d7d49a6a7d273d2b871e636e4 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:05:04 +0100 Subject: [PATCH] tvheadend: add autoreconf support Signed-off-by: Stephan Raue --- packages/multimedia/tvheadend/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/multimedia/tvheadend/meta b/packages/multimedia/tvheadend/meta index c64f26ddda..bdee0c62da 100644 --- a/packages/multimedia/tvheadend/meta +++ b/packages/multimedia/tvheadend/meta @@ -12,3 +12,5 @@ PKG_SECTION="multimedia" PKG_SHORTDESC="tvheadend: a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources." PKG_LONGDESC="Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources. It also comes with a powerful and easy to use web interface both used for configuration and day-to-day operations, such as searching the EPG and scheduling recordings. Even so, the most notable feature of Tvheadend is how easy it is to set up: Install it, navigate to the web user interface, drill into the TV adapters tab, select your current location and Tvheadend will start scanning channels and present them to you in just a few minutes" PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"