Commit graph

81 commits

Author SHA1 Message Date
Rudi Heitbaum
c2a52dc4ac toolchain: migrate from p7zip to 7-zip
The -l option to 7za is not included the 7-Zip 22.01 version,
it was an option added to the p7zip version:

  don't store symlinks; store the files/directories they point to
  (CAUTION : the scanning stage can never end because of recursive
  symlinks like 'ln -s .. ldir')

The default for p7zip 16.02 7za was to store symlinks.
The default for 7-zip 22.01 7za is not to store symlinks.

test output is below and the -l option has been dropped from scripts/install_addon

$ ls -l test
total 4
-rw-r--r-- 1 docker docker 4 Jan 29 10:35 abc
lrwxrwxrwx 1 docker docker 3 Jan 29 10:35 def -> abc

7-Zip (a) 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15
 64-bit locale=en_US.UTF-8 Threads:16
$ 7za a -mx9 -bsp0 -bso0 -tzip test.zip test
$ unzip -v test.zip
Archive:  test.zip
 Length   Method    Size  Cmpr    Date    Time   CRC-32   Name
--------  ------  ------- ---- ---------- ----- --------  ----
       0  Stored        0   0% 2023-01-29 10:36 00000000  test/
       4  Stored        4   0% 2023-01-29 10:35 4788814e  test/abc
       4  Stored        4   0% 2023-01-29 10:35 4788814e  test/def
--------          -------  ---                            -------
       8                8   0%                            3 files

7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,16 CPUs x64)
$ 7za a -mx9 -bsp0 -bso0 -tzip test.zip test
$ unzip -v test.zip
 Length   Method    Size  Cmpr    Date    Time   CRC-32   Name
--------  ------  ------- ---- ---------- ----- --------  ----
       0  Stored        0   0% 2023-01-29 10:35 00000000  test/
       4  Stored        4   0% 2023-01-29 10:35 4788814e  test/abc
       3  Stored        3   0% 2023-01-29 10:35 352441c2  test/def
--------          -------  ---                            -------
       7                7   0%                            3 files

7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,16 CPUs x64)
$ 7za a -l -mx9 -bsp0 -bso0 -tzip test.zip test
$ unzip -v test.zip
Archive:  test.zip
 Length   Method    Size  Cmpr    Date    Time   CRC-32   Name
--------  ------  ------- ---- ---------- ----- --------  ----
       0  Stored        0   0% 2023-01-29 10:35 00000000  test/
       4  Stored        4   0% 2023-01-29 10:35 4788814e  test/abc
       4  Stored        4   0% 2023-01-29 10:35 4788814e  test/def
--------          -------  ---                            -------
       8                8   0%                            3 files
2023-02-04 03:03:19 +00:00
CvH
0f4fd5307c addons: reset versions to 0 2022-12-05 20:47:46 +01:00
CvH
66623697a7 addons: reset changelogs 2022-12-05 20:39:40 +01:00
Peter Vicman
6a82d68736 sundtek-mediatv: support new driver version 2022-10-30 17:32:39 +01:00
Peter
0a4b7b376c sundtek-mediatv: updates for Python 3 2021-09-07 13:28:20 +02:00
heitbaum
f2cddd7a5c sundtek-mediatv: update xbmc.translatePath (deprecated) to xbmcvfs.translatePath 2021-03-06 06:46:57 +00:00
Ian Leonard
eeab3d92b4 addons: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:41 +00:00
MilhouseVH
01196a4115 addons: need both xmlstarlet+p7zip as an absolute minimum 2020-01-15 18:49:15 +00:00
MilhouseVH
075c0350d3 sundtek-mediatv: needs xmlstarlet 2019-12-27 12:31:56 +00:00
CvH
ca33bf8cd7 spdx: packages/addons 2018-07-17 23:58:49 +02:00
Sascha Kuehndel (InuSasha)
3b9fcfc3b4
buildsystem: rename TOOLCHAIN other to manual 2017-11-22 00:41:13 +01:00
Sascha Kuehndel (InuSasha)
da38cd92e3
buildsystem: set PKG_TOOLCHAIN for packages, that need it 2017-11-22 00:41:13 +01:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
Peter Vicman
3c44c2f1d7 sundtek-mediatv: support new driver version (different output from mediaclient) 2017-10-26 10:58:32 +02:00
cvh
5496b4ebd0 remove white space from the end of line 2017-10-16 01:25:19 +02:00
Peter Vicman
31739276a8 sundtek-mediatv: localize ir_disabled parameter
once a serial number is in config file then ir_disabled parameter needs to be localized below it (it is not global parameter anymore)
2017-09-08 18:40:26 +02:00
MilhouseVH
c7b9e90ce4 addons: bump PKG_REV 2017-05-10 22:32:57 +01:00
MilhouseVH
99ef6bc05d PKG_BUILD: drop $ROOT, convert to absolute path 2017-02-17 18:17:13 +00:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
awiouy
063df1797e Decommission PKG_ADDON_REPOVERSION 2016-09-13 08:13:07 +02:00
Peter Vicman
90b0e2e8ab sundtek-mediatv: update driver to latest version on first install
show driver version in addon settings
allow update for aarch64 architecture
german translations
2016-07-21 18:18:08 +02:00
cvh
7d78d14ff4 sundtek-mediatv: bugfix for wait for network 2016-05-14 14:27:16 +02:00
Jamie Coldhill
98c1cb5455 Sundtek-mediatv: use ARM64 installer for aarch64 2016-05-12 15:02:03 +08:00
Lukas Rusak
03f517da42 addons update for LibreELEC 8.0 2016-04-21 02:32:37 -07:00
CvH
36eb31001b addons: tidy up the description 2016-04-06 08:18:53 +02:00
CvH
10636f5a71 addons: version bump for LE 7.0 Beta 1
- updated all icons
- tiny Tvheadend bump
2016-04-04 22:33:14 +02:00
CvH
6e0e3266c0 addons: initial LibreELEC version bumb
- cleaned changelogs
- bump version to 7.0.100
- added proper names to addon
2016-03-24 12:40:46 +01:00
Stephan Raue
f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
chewitt
43892e0482 addons: bump packages/addons for 7.0 2015-12-20 04:13:32 +01:00
vpeter4
5075942300 sundtek-mediatv: rebuild for new devices support 2015-06-05 21:15:15 +02:00
Stefan Saraev
f153c7e903 addons: force repo version 6.0 2015-04-25 19:06:52 +03:00
Stefan Saraev
8831d65f01 sundtek-mediatv: rebuild for OE6 2015-04-03 17:15:40 +03:00
Stefan Saraev
bebaafb331 packages/*: drop i386 support 2015-04-03 12:08:24 +03:00
Stephan Raue
1ef3d68557 sundtek-mediatv: add PKG_ADDON_PROVIDES= option
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-03-22 23:04:07 +01:00
Stephan Raue
e77c8b9148 sundtek-mediatv: remove DOS line ending
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-16 15:25:54 +01:00
vpeter4
baa14a87e5 sundtek-mediatv: allow running scripts from addon settings 2014-11-15 14:38:05 +01:00
vpeter4
d7d844f331 sundtek-mediatv: fixed (some) errors 2014-11-08 12:37:54 +01:00
Stefan Saraev
9d253c1541 sundtek-mediatv: here is a nice joke... 2014-11-06 18:22:04 +02:00
vpeter4
6ace1da11a sundtek: transformed to service addon
new addon settings option to enable to check for new driver at boot
update to kodi
2014-10-26 16:54:56 +01:00
vpeter4
1ce487c7cb sundtek: added addon settings to update driver from web 2014-09-01 22:57:44 +02:00
Stefan Saraev
8510506a25 sundtek: bump 2014-09-01 19:18:10 +03:00
Stephan Raue
0bb0e5ae29 sundtek-mediatv: bump addon version
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-07-20 14:55:23 +02:00
Stefan Saraev
f669020e55 sundtek-mediatv: dont touch /storage/.profile 2014-03-09 23:09:55 +02:00
Stefan Saraev
33593173d4 sundtek-mediatv: enable hw pid filter by default
... because rpi people are so special that they cant
find the option or nobody cares
2014-02-04 19:23:48 +02:00
Stefan Saraev
dfa68cc73b sundtek-mediatv: include driver bin/libs 2014-02-03 23:34:25 +02:00
Stefan Saraev
beb864e11a sundtek-mediatv: remove analogtv support
downloading stuff at runtime from dropbox is asking for a trouble
2014-02-03 22:40:13 +02:00
Stephan Raue
a00609b591 sundtek-mediatv: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:57:04 +01:00
Stefan Saraev
4da3350945 sundtek-mediatv: clean up. bump 2014-01-17 16:33:02 +02:00
Stefan Saraev
de41ee4068 sundtek-mediatv: convert to new package format 2014-01-05 12:29:53 +02:00
Stefan Saraev
b4e0f1fa6e bump all addons 2013-12-22 01:18:37 +02:00