49 Commits

Author SHA1 Message Date
Arne Fitzenreiter
cbf32e7dd2 vdr: update to 2.6.6
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2024-02-05 11:02:25 +01:00
Adolf Belka
bcea7b84fd vdr: Ship due to sobump from json-c update
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2023-01-05 10:40:59 +00:00
Michael Tremer
c183124f58 Bump PAK_VER for all packages that use SERVICES
Since we have extended services.cgi that it reads the Services field
from the Pakfire metadata, we will need to make sure that that metadata
is going to be on those systems.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-09-15 10:43:54 +00:00
Peter Müller
9a7e4d8506 Switch checksums from MD5 to BLAKE2
Historically, the MD5 checksums in our LFS files serve as a protection
against broken downloads, or accidentally corrupted source files.

While the sources are nowadays downloaded via HTTPS, it make sense to
beef up integrity protection for them, since transparently intercepting
TLS is believed to be feasible for more powerful actors, and the state
of the public PKI ecosystem is clearly not helping.

Therefore, this patch switches from MD5 to BLAKE2, updating all LFS
files as well as make.sh to deal with this checksum algorithm. BLAKE2 is
notably faster (and more secure) than SHA2, so the performance penalty
introduced by this patch is negligible, if noticeable at all.

In preparation of this patch, the toolchain files currently used have
been supplied with BLAKE2 checksums as well on
https://source.ipfire.org/.

Cc: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremeripfire.org>
2022-04-02 14:19:25 +00:00
Peter Müller
66c3619872 Early spring clean: Remove trailing whitespaces, and correct licence headers
Bumping across one of our scripts with very long trailing whitespaces, I
thought it might be a good idea to clean these up. Doing so, some
missing or inconsistent licence headers were fixed.

There is no need in shipping all these files en bloc, as their
functionality won't change.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-02-18 23:54:57 +00:00
Robin Roevens
f15707c78c buildprocess: Add extra metadata to pak lfs files
* Add a Summary and Services field to all pak lfs files
* Replace occurances of INSTALL_INITSCRIPT with new INSTALL_INITSCRIPTS
  macro in all pak lfs files.

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2022-02-11 15:13:15 +00:00
Arne Fitzenreiter
e3eb960c9a vdr: cleanup unused patch
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2021-07-23 06:11:48 +00:00
Arne Fitzenreiter
cf66ba1bbf vdr: bump package version
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2021-07-22 18:22:14 +00:00
Arne Fitzenreiter
f56e93b9b4 vdr: update to 2.4.7
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2021-07-21 21:49:19 +02:00
Michael Tremer
40e9fa276e vdr: Fix build with GCC 11
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-07-05 07:42:39 +02:00
Arne Fitzenreiter
8372d89000 vdr: version 2.4.4 still use plugin API 2.4.3
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-12-05 10:09:03 +00:00
Arne Fitzenreiter
e4f287a268 vdr: update to 2.4.4
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2020-11-23 18:15:48 +00:00
Michael Tremer
2dc2a27803 lfs: Drop quotes in DEPS variable
Not sure why this has ever been there. This simply makes it
nicer to read and edit because we can have line-breaks now.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-24 08:57:27 +00:00
Arne Fitzenreiter
b6632b766a vdr: fix build with glibc 2.31
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-03-22 19:04:14 +00:00
Arne Fitzenreiter
eb7066388b vdr: update to 2.4.1
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-02-16 11:48:22 +01:00
Arne Fitzenreiter
5e23cb6c82 vdr: disabled because it will not build with gcc-7 2018-02-11 20:56:12 +00:00
Jonatan Schlag
f09be2a535 vdr: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
2017-03-03 14:57:55 +01:00
Michael Tremer
ece4c8cdc3 vdr: Update to 2.0.5.
Stupid outdated websites...
2014-03-03 16:28:51 +01:00
Michael Tremer
fa49910fa8 vdr: Update to 2.0.4. 2014-03-03 13:50:37 +01:00
Arne Fitzenreiter
78403883e2 vdr: update to 2.0.3. 2013-10-02 22:43:07 +02:00
Michael Tremer
3d454690b7 vdr: Disable debugging logging.
3 is default and includes a lot of debugging output which
leads to really heavy IO with installations with a lot of
channels (satellite mainly).

http://www.vdr-wiki.de/wiki/index.php/VDR_Optionen
2013-07-18 13:06:42 +02:00
Arne Fitzenreiter
58ccbbd4f2 vdr: fix packages names for updating from 1.6 to 2.x. 2013-04-23 21:25:36 +02:00
Arne Fitzenreiter
08434343ee vdr: change vdrplugin version back to 2.0.0. 2013-04-20 22:11:45 +02:00
Michael Tremer
55afc9854f vdr: Update to 2.0.1. 2013-04-18 14:04:03 +02:00
Michael Tremer
c232d1b59a vdr: Remove dependency to freefont. 2013-04-12 13:54:06 +02:00
Michael Tremer
12b8b77430 vdr: Update to 2.0.0. 2013-04-12 13:54:06 +02:00
Michael Tremer
90dc87b7de vdr: Small adjustments.
* Make links for config.h and device.h to easily build plugins
  outside the VDR source tree.
* Add vdr configuration file.
* Remove some unused stuff from runvdr script.
2013-04-12 13:53:33 +02:00
Michael Tremer
c435d7dc16 vdr: Add plugins: -streamdev, -epgsearch, -vnsiserver3. 2013-04-12 13:53:33 +02:00
Michael Tremer
d2be7786f1 vdr: Update to 1.7.41. 2013-04-12 13:53:33 +02:00
Arne Fitzenreiter
cc24c14bfe linux-headers: use kernel 3.2.x headers. 2012-11-13 18:26:28 +01:00
Arne Fitzenreiter
f3ff274827 vdr: removed fontconfig dependency. 2012-10-26 09:15:46 +02:00
Michael Tremer
07ee61b2f9 vdr: Fix build with GCC 4.4. 2012-08-19 15:24:52 -04:00
Arne Fitzenreiter
ca891e6526 vdr: fix and reenable build on arm. 2011-09-28 20:20:17 +02:00
Michael Tremer
846e756e16 Add possibility to disable packages for some arches. 2011-09-18 02:15:28 +02:00
Arne Fitzenreiter
0d93707e77 Fix epgsearch source download. 2009-12-02 00:23:45 +01:00
Stefan Schantl
5e10e82f7a Add new package: vdr_epgsearch 2009-12-01 21:42:49 +01:00
Arne Fitzenreiter
38fd5aa38b Fix runvdr skript that detects vdradmin as already running vdr 2009-03-28 19:36:15 +01:00
Maniacikarus
fcc535236f Done a whole review of the lfs to make building more paralell
you may need to clean your ccache
2008-10-28 18:14:09 +01:00
Maniacikarus
a58a3090e2 Upgraded vdr softdevice to lastest official release 2008-10-02 22:48:43 +02:00
Arne Fitzenreiter
961cf723b0 fix vdr download vidix source 2008-08-08 21:05:48 +02:00
Maniacikarus
7438d80a0b tried some vdr enhancements
fixed urlfilter bug
2008-08-06 22:38:17 +02:00
Arne Fitzenreiter
2a8c4fcb50 vdr backup include added
vdr initscript fix if no tuner is present
runvdr-soft error message output
prepared v4l-dvb driver updates as core15
2008-05-08 22:36:14 +02:00
Arne Fitzenreiter
0e07ae5460 Increased vdr nicelevel, add startlinks 2008-05-04 10:15:12 +02:00
Arne Fitzenreiter
9232685b8c Updated videolan, add vdr-softdevice plugin 2008-04-16 19:32:09 +02:00
Arne Fitzenreiter
a12b20cbaf Fix empty openvpn directory (git)
Fix vdr configuration files
2008-03-30 20:14:25 +02:00
Arne Fitzenreiter
42d62a83eb New Astra 19.2 Channellist, moved vdr config to /opt/vdr/etc 2008-03-30 19:13:12 +02:00
arne_f
d65abbdaf7 added vdr config to rootfiles
git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1291 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-03-29 08:39:20 +00:00
arne_f
98248635bf add vdr streamdev-plugin
git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1290 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-03-28 23:56:52 +00:00
arne_f
debeaeaabc added DVB Hardware modules to core12
added VideoDiskRecoreder


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1287 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-03-27 08:48:22 +00:00