diff --git a/packages/addons/service/multimedia/vdr-addon/changelog.txt b/packages/addons/service/multimedia/vdr-addon/changelog.txt index 8bd9b85680..958aed1f48 100644 --- a/packages/addons/service/multimedia/vdr-addon/changelog.txt +++ b/packages/addons/service/multimedia/vdr-addon/changelog.txt @@ -1,3 +1,7 @@ +2.1.5 +- fixed rotorng +- added wirbelscancontrol plugin + 2.1.4 - added live plugin - added rotorng plugin diff --git a/packages/addons/service/multimedia/vdr-addon/meta b/packages/addons/service/multimedia/vdr-addon/meta index 5563ed6b76..1356aea2d9 100755 --- a/packages/addons/service/multimedia/vdr-addon/meta +++ b/packages/addons/service/multimedia/vdr-addon/meta @@ -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" diff --git a/packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-11.0.1-990-wiimote.patch b/packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-11.0.1-990-wiimote.patch new file mode 100644 index 0000000000..05379ebdf6 --- /dev/null +++ b/packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-11.0.1-990-wiimote.patch @@ -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 ++ #include + //#endif + #include "wiiuse.h" + //#define ICON_PATH "../../" diff --git a/packages/mediacenter/xbmc/patches/xbmc-11.0.1-990-wiimote.patch b/packages/mediacenter/xbmc/patches/xbmc-11.0.1-990-wiimote.patch new file mode 100644 index 0000000000..05379ebdf6 --- /dev/null +++ b/packages/mediacenter/xbmc/patches/xbmc-11.0.1-990-wiimote.patch @@ -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 ++ #include + //#endif + #include "wiiuse.h" + //#define ICON_PATH "../../" diff --git a/packages/x11/driver/xf86-video-fglrx/meta b/packages/x11/driver/xf86-video-fglrx/meta index 671a8d87a3..b0d0a6f514 100644 --- a/packages/x11/driver/xf86-video-fglrx/meta +++ b/packages/x11/driver/xf86-video-fglrx/meta @@ -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"