mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #1779 from chewitt/stuff
cleanup: change add-on team name and changelog.txt cosmetics
This commit is contained in:
commit
1504d3a0b3
@ -1,8 +1,2 @@
|
||||
8.0.100
|
||||
- Update for LibreELEC 8.0
|
||||
|
||||
7.0.101
|
||||
- added proper icon and description
|
||||
|
||||
7.0.100
|
||||
- initial LibreELEC version
|
||||
100
|
||||
- Initial add-on
|
||||
|
@ -1,8 +1,5 @@
|
||||
8.0.100
|
||||
- Update for LibreELEC 8.0
|
||||
101
|
||||
- Added proper icon and description
|
||||
|
||||
7.0.101
|
||||
- added proper icon and description
|
||||
|
||||
7.0.100
|
||||
- initial LibreELEC version
|
||||
100
|
||||
- Initial add-on
|
||||
|
@ -1,8 +1,8 @@
|
||||
8.0.102
|
||||
102
|
||||
- Rebuild driver against 4.8 kernel
|
||||
|
||||
8.0.101
|
||||
101
|
||||
- Rebuild driver against 4.7 kernel
|
||||
|
||||
8.0.100
|
||||
100
|
||||
- Initial add-on
|
||||
|
@ -1,6 +1,6 @@
|
||||
8.1.101
|
||||
101
|
||||
- Update to 60499dc
|
||||
- Fix cpu usage due to high polling rate
|
||||
|
||||
8.0.100
|
||||
100
|
||||
- Initial add-on
|
||||
|
@ -1,17 +1,11 @@
|
||||
8.0.102
|
||||
- automatically update driver to latest version on first install
|
||||
show driver version in addon settings
|
||||
allow update for aarch64 architecture
|
||||
german translations
|
||||
102
|
||||
- Automatically update driver to latest version on first install
|
||||
- Show driver version in addon settings
|
||||
- Allow update for aarch64 architecture
|
||||
- German translations
|
||||
|
||||
8.0.101
|
||||
- system wait-for-online preference is now respected
|
||||
101
|
||||
- System wait-for-online preference is now respected
|
||||
|
||||
8.0.100
|
||||
- Update for LibreELEC 8.0
|
||||
|
||||
7.0.101
|
||||
- added proper icon and description
|
||||
|
||||
7.0.100
|
||||
- initial LibreELEC version
|
||||
100
|
||||
- Initial add-on
|
||||
|
@ -1,8 +1,2 @@
|
||||
8.0.100
|
||||
- Update for LibreELEC 8.0
|
||||
|
||||
7.0.101
|
||||
- added proper icon and description
|
||||
|
||||
7.0.100
|
||||
- initial LibreELEC version
|
||||
100
|
||||
- Initial add-on
|
||||
|
@ -1,56 +1,56 @@
|
||||
114:
|
||||
114
|
||||
- Update to version 3.2.17.0
|
||||
- Rebuild libx264, ffmpegx and imagemagick
|
||||
- Use ffmpgex by default
|
||||
|
||||
113:
|
||||
113
|
||||
- Update to version 3.2.8
|
||||
- Rebuild x264 and ffmpegx
|
||||
|
||||
112:
|
||||
112
|
||||
- Refer to libMagickWand-7
|
||||
|
||||
111:
|
||||
111
|
||||
- Updated to version 3.2.5
|
||||
- Rebuild libx264, ffmpegx and imagemagick
|
||||
|
||||
110:
|
||||
110
|
||||
- Rebuild ffmpegx with libx264
|
||||
|
||||
109:
|
||||
109
|
||||
- Rebuild ffmpgex and imagemagick
|
||||
|
||||
108:
|
||||
108
|
||||
- Update to version 3.0.8500
|
||||
|
||||
107:
|
||||
107
|
||||
- Update to version 3.0.8300
|
||||
- Rebuild ffmpegx
|
||||
|
||||
106:
|
||||
106
|
||||
- Updat to version 3.0.8100
|
||||
- Rebuild ffmpegx
|
||||
|
||||
105:
|
||||
105
|
||||
- Update to version 3.0.7100
|
||||
|
||||
104:
|
||||
104
|
||||
- Update to version 3.0.6300
|
||||
- Rebuild ffmpegx
|
||||
|
||||
103:
|
||||
103
|
||||
- Update to version 3.0.6070
|
||||
- Build for all architectures
|
||||
- Refer to libsqlite3.so.0 instead of libsqlite3.so
|
||||
|
||||
102:
|
||||
102
|
||||
- Update to version 3.0.6030
|
||||
- Add dedicated ffmpeg and ffprobe
|
||||
- Remove unused shared libraries
|
||||
|
||||
101:
|
||||
101
|
||||
- Update to version 3.0.5985
|
||||
- Removed mono build dependency
|
||||
|
||||
100:
|
||||
- Initial release
|
||||
100
|
||||
- Initial add-on
|
||||
|
@ -28,7 +28,7 @@ PKG_SHORTDESC="Emby: a personal media server"
|
||||
PKG_LONGDESC="Emby ($PKG_VERSION) brings your home videos, music, and photos together, automatically converting and streaming your media on-the-fly to any device"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Emby (beta)"
|
||||
PKG_ADDON_NAME="Emby"
|
||||
PKG_ADDON_TYPE="xbmc.service"
|
||||
PKG_ADDON_REQUIRES="tools.mono:0.0.0"
|
||||
PKG_MAINTAINER="Anton Voyl (awiouy)"
|
||||
|
@ -1,16 +1,16 @@
|
||||
104:
|
||||
104
|
||||
- Update to 466edd3
|
||||
|
||||
103:
|
||||
103
|
||||
- Update to 0.5.8
|
||||
|
||||
102:
|
||||
102
|
||||
- Update to c05a7de
|
||||
- Reintroduce dm140 driver
|
||||
- Build with libugpio
|
||||
|
||||
101:
|
||||
101
|
||||
- Update to upstream 1554506
|
||||
|
||||
100:
|
||||
100
|
||||
- Initial addon
|
||||
|
@ -1,5 +1,5 @@
|
||||
101:
|
||||
101
|
||||
- Fix dialog message
|
||||
|
||||
100:
|
||||
100
|
||||
- Initial add-on
|
||||
|
@ -1,10 +1,10 @@
|
||||
8.0.100
|
||||
- Initial addon
|
||||
102
|
||||
- Add first run wizard configuration menu
|
||||
|
||||
8.0.101
|
||||
101
|
||||
- Add RELP Protocol
|
||||
- Add ability to compress messages using TCP/UDP protocols
|
||||
- Update configuration files using newer standards
|
||||
|
||||
8.0.102
|
||||
- Add first run wizard configuration menu
|
||||
100
|
||||
- Initial addon
|
||||
|
@ -1,5 +1,5 @@
|
||||
8.0.101
|
||||
101
|
||||
- Bump to tinc-1.1pre14
|
||||
|
||||
8.0.100
|
||||
100
|
||||
- Initial addon
|
||||
|
@ -1,2 +1,2 @@
|
||||
8.1.100
|
||||
- initial release
|
||||
100
|
||||
- Initial add-on
|
||||
|
@ -1,19 +1,19 @@
|
||||
105:
|
||||
105
|
||||
- Update to 5.0.1.1
|
||||
|
||||
104:
|
||||
104
|
||||
- Update to 5.0.0.100
|
||||
|
||||
103:
|
||||
103
|
||||
- Update to 4.8.1.0
|
||||
|
||||
102:
|
||||
102
|
||||
- Update to 4.8.0.495
|
||||
|
||||
101:
|
||||
101
|
||||
- Update to 4.2.1.102
|
||||
- Build static for all projects and architectures
|
||||
- Remove uneeded binaries and libraries
|
||||
|
||||
100:
|
||||
- Initial release
|
||||
100
|
||||
- Initial add-on
|
||||
|
@ -1,2 +1,2 @@
|
||||
8.0.100
|
||||
- Initial Release
|
||||
100
|
||||
- Initial add-on
|
||||
|
3
packages/devel/glibc/config/nsswitch-init.conf
Normal file
3
packages/devel/glibc/config/nsswitch-init.conf
Normal file
@ -0,0 +1,3 @@
|
||||
# This is just enough to get DNS resolution working in the initramfs
|
||||
|
||||
hosts: dns
|
@ -151,7 +151,7 @@ post_makeinstall_target() {
|
||||
|
||||
# create default configs
|
||||
mkdir -p $INSTALL/etc
|
||||
cp $PKG_DIR/config/nsswitch.conf $INSTALL/etc
|
||||
cp $PKG_DIR/config/nsswitch-target.conf $INSTALL/etc/nsswitch.conf
|
||||
cp $PKG_DIR/config/host.conf $INSTALL/etc
|
||||
cp $PKG_DIR/config/gai.conf $INSTALL/etc
|
||||
|
||||
@ -176,8 +176,16 @@ makeinstall_init() {
|
||||
cp -PR $PKG_BUILD/.$TARGET_NAME/math/libm.so* $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/.$TARGET_NAME/nptl/libpthread.so* $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/.$TARGET_NAME/rt/librt.so* $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/.$TARGET_NAME/resolv/libnss_dns.so* $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/.$TARGET_NAME/resolv/libresolv.so* $INSTALL/usr/lib
|
||||
|
||||
if [ "$TARGET_ARCH" = "arm" -a "$TARGET_FLOAT" = "hard" ]; then
|
||||
ln -sf ld.so $INSTALL/usr/lib/ld-linux.so.3
|
||||
fi
|
||||
}
|
||||
|
||||
post_makeinstall_init() {
|
||||
# create default configs
|
||||
mkdir -p $INSTALL/etc
|
||||
cp $PKG_DIR/config/nsswitch-init.conf $INSTALL/etc/nsswitch.conf
|
||||
}
|
||||
|
@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="inputstream.adaptive"
|
||||
PKG_VERSION="0d40396"
|
||||
PKG_VERSION="f23ba39"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.kodi.tv"
|
||||
PKG_URL="https://github.com/liberty-developer/inputstream.adaptive/archive/$PKG_VERSION.tar.gz"
|
||||
|
@ -5,6 +5,7 @@ DefaultDependencies=false
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/lib/samba/samba-config
|
||||
StartLimitInterval=0
|
||||
|
||||
[Install]
|
||||
WantedBy=sysinit.target
|
||||
|
@ -1003,6 +1003,10 @@
|
||||
[ -f "/sysroot/usr/lib/systemd/systemd" ] || error "final_check" "Could not find systemd!"
|
||||
}
|
||||
|
||||
# If the network is up (due to the use of the "ip" kernel parameter) and a DNS
|
||||
# server is known, allow the libc resolver to use it
|
||||
grep '^\(nameserver\|domain\) ' /proc/net/pnp | grep -v '^nameserver 0\.0\.0\.0$' > /etc/resolv.conf
|
||||
|
||||
if [ "${boot%%=*}" = "FILE" ]; then
|
||||
error "check arguments" "boot argument can't be FILE type..."
|
||||
fi
|
||||
|
@ -1,9 +0,0 @@
|
||||
This is a testing project ONLY for developers.
|
||||
|
||||
You are free to use it but there will be no support at all.
|
||||
|
||||
To be absolutely clear there will be
|
||||
|
||||
=== NO SUPPORT ===
|
||||
|
||||
on this project.
|
File diff suppressed because it is too large
Load Diff
@ -1,97 +0,0 @@
|
||||
################################################################################
|
||||
# setup system defaults
|
||||
################################################################################
|
||||
|
||||
# The TARGET_CPU variable controls which processor should be targeted for
|
||||
# generated code.
|
||||
case $TARGET_ARCH in
|
||||
x86_64)
|
||||
# (AMD CPUs) k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3
|
||||
# athlon-fx amdfam10 barcelona
|
||||
# (Intel CPUs) atom core2 nocona
|
||||
#
|
||||
TARGET_CPU="x86-64"
|
||||
;;
|
||||
esac
|
||||
|
||||
# Bootloader to use (syslinux / u-boot / atv-bootloader)
|
||||
BOOTLOADER="syslinux"
|
||||
|
||||
# u-boot version to use (default)
|
||||
UBOOT_VERSION="default"
|
||||
|
||||
# Configuration for u-boot
|
||||
UBOOT_CONFIG=""
|
||||
|
||||
# Target Configfile for u-boot
|
||||
UBOOT_CONFIGFILE=""
|
||||
|
||||
# Kernel target
|
||||
KERNEL_TARGET="bzImage"
|
||||
|
||||
# Kernel extra targets to build
|
||||
KERNEL_UBOOT_EXTRA_TARGET=""
|
||||
|
||||
# Additional kernel make parameters (for example to specify the u-boot loadaddress)
|
||||
KERNEL_MAKE_EXTRACMD=""
|
||||
|
||||
# Kernel to use. values can be:
|
||||
# default: default mainline kernel
|
||||
LINUX="default"
|
||||
|
||||
|
||||
################################################################################
|
||||
# setup build defaults
|
||||
################################################################################
|
||||
|
||||
# Project CFLAGS
|
||||
PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse"
|
||||
|
||||
# SquashFS compression method (gzip / lzo / xz)
|
||||
SQUASHFS_COMPRESSION="gzip"
|
||||
|
||||
|
||||
################################################################################
|
||||
# setup project defaults
|
||||
################################################################################
|
||||
|
||||
# build and install ALSA Audio support (yes / no)
|
||||
ALSA_SUPPORT="yes"
|
||||
|
||||
# OpenGL(X) implementation to use (no / mesa)
|
||||
OPENGL="mesa"
|
||||
|
||||
# OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q)
|
||||
OPENGLES="no"
|
||||
|
||||
# include uvesafb support (yes / no)
|
||||
UVESAFB_SUPPORT="yes"
|
||||
|
||||
# Displayserver to use (x11 / no)
|
||||
DISPLAYSERVER="x11"
|
||||
|
||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||
KODIPLAYER_DRIVER="default"
|
||||
|
||||
# Modules to install in initramfs for early boot
|
||||
INITRAMFS_MODULES=""
|
||||
|
||||
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
|
||||
# Space separated list is supported,
|
||||
# e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware"
|
||||
FIRMWARE="misc-firmware wlan-firmware dvb-firmware iwlwifi-firmware"
|
||||
|
||||
# additional drivers to install:
|
||||
# for a list of additinoal drivers see packages/linux-drivers
|
||||
# Space separated list is supported,
|
||||
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
||||
ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS bcm_sta media_build"
|
||||
|
||||
# Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia,nouveau,vmware,virtualbox)
|
||||
# Space separated list is supported,
|
||||
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia nouveau"
|
||||
GRAPHIC_DRIVERS="vmware"
|
||||
|
||||
# set the addon dirs
|
||||
ADDON_PATH="$ADDON_VERSION/Generic/$TARGET_ARCH"
|
||||
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"
|
@ -97,7 +97,7 @@ pack_addon() {
|
||||
sed -e "s|@PKG_ADDON_NEWS@||g" -i $ADDON_BUILD/$PKG_ADDON_ID/addon.xml
|
||||
fi
|
||||
|
||||
PROVIDER_NAME="libreelec.tv"
|
||||
PROVIDER_NAME="Team LibreELEC"
|
||||
if [ ! -z "$PKG_MAINTAINER" ] ; then
|
||||
PROVIDER_NAME="$PKG_MAINTAINER"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user