libhdhomerun: update to version 20130328

dvbhdhomerun: move config file location
This commit is contained in:
vpeter4 2013-04-17 11:20:50 +02:00
parent 2b41b01d1e
commit 96a86ba443
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="libhdhomerun"
PKG_VERSION="20130117"
PKG_VERSION="20130328"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="LGPL"

View File

@ -29,6 +29,7 @@ cd $PKG_BUILD/userhdhomerun
sed -i "s|SET(LIBHDHOMERUN_PATH .*)|SET(LIBHDHOMERUN_PATH $LIBHDHOMERUN_PATH)|g" CMakeLists.txt
sed -i "s|/etc/dvbhdhomerun|/tmp/dvbhdhomerun|g" hdhomerun_tuner.cpp
sed -i "s|/etc/dvbhdhomerun|/tmp/dvbhdhomerun|g" hdhomerun_controller.cpp
make LDFLAGS="-lpthread"
$STRIP build/userhdhomerun