SOURCE_URL[0]=http://download.virtualbox.org/virtualbox/${VERSION%-*}/$SOURCE
-
SOURCE_HASH=sha512:476dedd9dd7a213bd70920f4cdf594b5336555f31e5becb15b5c01d88fa7bed917258831af31600514362384401fd7040cb748a7c76896e4a027bef05026b585
+
SOURCE_HASH=sha512:021592629614b9f8a57474b9a0cd110af7b63a3bc98b00806f4ce57b64f020fda313fdaef5cec546ad302f98093427818e176decbc026dffaa47faae574bf167
TMPFS=off
LICENSE[0]=GPL
WEB_SITE=http://www.virtualbox.org/
diff --git a/utils/virtualbox/HISTORY b/utils/virtualbox/HISTORY
index abfc44a..de0ed46 100644
--- a/utils/virtualbox/HISTORY
+++ b/utils/virtualbox/HISTORY
@@ -1,3 +1,6 @@
+2020-02-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 6.1.4
+
2020-01-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 6.1.2
diff --git a/video/freevo/BUILD b/video/freevo/BUILD
index 3d7f60b..27ba77d 100755
--- a/video/freevo/BUILD
+++ b/video/freevo/BUILD
@@ -1 +1 @@
-python setup.py build
+true
diff --git a/video/freevo/DEPENDS b/video/freevo/DEPENDS
index a01aee3..a727720 100755
--- a/video/freevo/DEPENDS
+++ b/video/freevo/DEPENDS
@@ -1,12 +1 @@
-depends python &&
-depends kaa-base &&
-depends kaa-metadata &&
-depends kaa-imlib2 &&
-depends beautifulsoup &&
-depends pyxml &&
-depends twisted &&
-depends -sub NUMERIC pygame &&
-suggest_depends mplayer '' '' 'use MPlayer' &&
-suggest_depends xine-ui '' '' 'xine user interfac' &&
-suggest_depends pylirc '' '' 'remote control support' &&
-suggest_depends alsa-utils '' '' 'alsa mixer support'
+depends kodi
diff --git a/video/freevo/DETAILS b/video/freevo/DETAILS
index e4c9b48..e59ded0 100755
--- a/video/freevo/DETAILS
+++ b/video/freevo/DETAILS
@@ -1,25 +1,7 @@
- SPELL=freevo
- VERSION=1.9.0
-
SOURCE_HASH=sha512:4dc722efbf81101bda1ab4437516faa6d4471d4106553617d30dd6de860bb7ca5a3c7bfc9865f4a7589d6726c7ef838161213f86c679889e1cd086362921ebac
- SOURCE=${SPELL}-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/$SOURCE
- WEB_SITE=http://freevo.org
- ENTERED=20040222
- LICENSE[0]=GPL
- KEYWORDS="video"
- SHORT="freevo is a free pvr, similiar in function to TiVo"
-cat << EOF
-Freevo is an open-source home theatre PC platform based on Linux and
-a number of open-source audio/video tools. MPlayer and/or Xine can be
-used to play audio and video files in most popular formats. Freevo can
-be used both for a standalone PVR computer with a TV+remote, as well as
-on a regular desktop computer using the monitor and keyboard.
-
-Freevo is easy to download and install for new users. Most hardware is
-supported (graphic boards, sound cards and video capture devices).
-
-The Freevo core is under heavy development. It is mostly written in the
-Python programming language which is very well suited for high-level
-control applications like Freevo.
-EOF
+ SPELL=freevo
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by kodi]
+ EOF
diff --git a/video/freevo/DOWNLOAD b/video/freevo/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/video/freevo/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/video/freevo/HISTORY b/video/freevo/HISTORY
index 11804a3..728add9 100644
--- a/video/freevo/HISTORY
+++ b/video/freevo/HISTORY
@@ -1,3 +1,8 @@
+2020-02-23 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * spell deprecated [dead upstream]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)