mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
commit
686de88c37
@ -32,7 +32,7 @@ sed -i -e 's/ac_cv_linux_vers=unknown/ac_cv_linux_vers=2/' configure
|
||||
--host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--with-pcap=linux \
|
||||
--with-crypto=yes \
|
||||
--with-crypto=no \
|
||||
--disable-ipv6
|
||||
|
||||
|
||||
|
@ -1,2 +1,5 @@
|
||||
2.1.2
|
||||
- rebuild
|
||||
|
||||
2.1.1
|
||||
- initial addon based on tcpdump-4.1.1
|
||||
|
@ -2,9 +2,9 @@ PKG_NAME="tcpdump"
|
||||
PKG_VERSION="4.1.1"
|
||||
PKG_SITE="http://www.tcpdump.org/"
|
||||
PKG_URL="http://www.tcpdump.org/release/tcpdump-${PKG_VERSION}.tar.gz"
|
||||
PKG_REV=1
|
||||
PKG_REV=2
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain libpcap openssl"
|
||||
PKG_BUILD_DEPENDS="toolchain libpcap"
|
||||
PKG_PRIORITY=optional
|
||||
PKG_SECTION="network/analyzer"
|
||||
PKG_SHORTDESC="powerful tool for network monitoring and data acquisition"
|
||||
|
@ -1,3 +1,6 @@
|
||||
2.1.2
|
||||
- rebuild
|
||||
|
||||
2.1.1
|
||||
- update to addon version 2.1
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
PKG_NAME="boblightd"
|
||||
PKG_VERSION="2.0.5"
|
||||
PKG_REV="1"
|
||||
PKG_REV="2"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://code.google.com/p/boblight"
|
||||
|
@ -1,3 +1,7 @@
|
||||
2.1.5
|
||||
- fixed rotorng
|
||||
- added wirbelscancontrol plugin
|
||||
|
||||
2.1.4
|
||||
- added live plugin
|
||||
- added rotorng plugin
|
||||
|
@ -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"
|
||||
|
@ -136,6 +136,10 @@ if [ "$CRYSTALHD" = yes ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS crystalhd"
|
||||
fi
|
||||
|
||||
if [ "$XVBA" = yes ]; then
|
||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS xf86-video-fglrx"
|
||||
fi
|
||||
|
||||
# some python stuff needed for various addons
|
||||
PKG_DEPENDS="$PKG_DEPENDS Imaging"
|
||||
PKG_DEPENDS="$PKG_DEPENDS simplejson"
|
||||
|
@ -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 "../../"
|
@ -136,6 +136,10 @@ if [ "$CRYSTALHD" = yes ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS crystalhd"
|
||||
fi
|
||||
|
||||
if [ "$XVBA" = yes ]; then
|
||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS xf86-video-fglrx"
|
||||
fi
|
||||
|
||||
# some python stuff needed for various addons
|
||||
PKG_DEPENDS="$PKG_DEPENDS Imaging"
|
||||
PKG_DEPENDS="$PKG_DEPENDS simplejson"
|
||||
|
@ -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 "../../"
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user