Merge remote branch 'upstream/master'

This commit is contained in:
Stefan Saraev 2012-05-10 12:10:23 +03:00
commit 25defbdb65
5 changed files with 32 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2.1.5
- fixed rotorng
- added wirbelscancontrol plugin
2.1.4
- added live plugin
- added rotorng plugin

View File

@ -21,7 +21,7 @@
PKG_NAME="vdr-addon"
PKG_VERSION="2.1"
PKG_REV="4"
PKG_REV="5"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"

View File

@ -0,0 +1,13 @@
diff --git a/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h b/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h
index dbdbb94..6f68715 100644
--- a/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h
+++ b/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h
@@ -27,7 +27,7 @@
#include "../../lib/c++/xbmcclient.h"
#endif
//#ifndef WIN32
-// #include <unistd.h>
+ #include <unistd.h>
//#endif
#include "wiiuse.h"
//#define ICON_PATH "../../"

View File

@ -0,0 +1,13 @@
diff --git a/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h b/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h
index dbdbb94..6f68715 100644
--- a/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h
+++ b/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h
@@ -27,7 +27,7 @@
#include "../../lib/c++/xbmcclient.h"
#endif
//#ifndef WIN32
-// #include <unistd.h>
+ #include <unistd.h>
//#endif
#include "wiiuse.h"
//#define ICON_PATH "../../"

View File

@ -26,7 +26,7 @@ PKG_LICENSE="nonfree"
PKG_SITE="http://www.ati.com/"
PKG_URL="http://www2.ati.com/drivers/linux/amd-driver-installer-`echo $PKG_VERSION | sed 's/\./-/'`-x86.x86_64.run"
PKG_DEPENDS="linux libX11 libXinerama libXcomposite"
PKG_BUILD_DEPENDS="toolchain util-macros libX11 libXinerama libXcomposite"
PKG_BUILD_DEPENDS="toolchain util-macros libX11 libXinerama libXcomposite linux"
PKG_PRIORITY="optional"
PKG_SECTION="x11/driver"
PKG_SHORTDESC="xf86-video-fglrx: ATI binary Xorg driver"