add icon to be installed. remove deprecated directories
authorFraxinas <andreas.frisch@multimedia-labs.de>
Fri, 31 Oct 2008 23:34:47 +0000 (00:34 +0100)
committerAndreas Oberritter <obi@saftware.de>
Thu, 6 Nov 2008 00:52:04 +0000 (01:52 +0100)
lib/python/Plugins/Extensions/DVDBurn/data/Makefile.am [deleted file]
lib/python/Plugins/Extensions/DVDBurn/data/dreamdvd_boat.jpg [deleted file]
lib/python/Plugins/Extensions/DVDBurn/data/dreamvmgm.mpg [deleted file]
lib/python/Plugins/Extensions/DVDBurn/data/silence.mp2 [deleted file]
lib/python/Plugins/Extensions/DVDBurn/template/DreamboxDVDtemplate.ddvdp.xml [deleted file]
lib/python/Plugins/Extensions/DVDBurn/template/Makefile.am [deleted file]

diff --git a/lib/python/Plugins/Extensions/DVDBurn/data/Makefile.am b/lib/python/Plugins/Extensions/DVDBurn/data/Makefile.am
deleted file mode 100644 (file)
index e5992b9..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-AUTOMAKE_OPTIONS = gnu
-
-installdir = $(DATADIR)/enigma2
-
-install_DATA = \
-       dreamdvd_boat.jpg dreamvmgm.mpg silence.mp2
diff --git a/lib/python/Plugins/Extensions/DVDBurn/data/dreamdvd_boat.jpg b/lib/python/Plugins/Extensions/DVDBurn/data/dreamdvd_boat.jpg
deleted file mode 100755 (executable)
index a5256e2..0000000
Binary files a/lib/python/Plugins/Extensions/DVDBurn/data/dreamdvd_boat.jpg and /dev/null differ
diff --git a/lib/python/Plugins/Extensions/DVDBurn/data/dreamvmgm.mpg b/lib/python/Plugins/Extensions/DVDBurn/data/dreamvmgm.mpg
deleted file mode 100644 (file)
index 4797986..0000000
Binary files a/lib/python/Plugins/Extensions/DVDBurn/data/dreamvmgm.mpg and /dev/null differ
diff --git a/lib/python/Plugins/Extensions/DVDBurn/data/silence.mp2 b/lib/python/Plugins/Extensions/DVDBurn/data/silence.mp2
deleted file mode 100644 (file)
index e8a817f..0000000
Binary files a/lib/python/Plugins/Extensions/DVDBurn/data/silence.mp2 and /dev/null differ
diff --git a/lib/python/Plugins/Extensions/DVDBurn/template/DreamboxDVDtemplate.ddvdp.xml b/lib/python/Plugins/Extensions/DVDBurn/template/DreamboxDVDtemplate.ddvdp.xml
deleted file mode 100644 (file)
index b839ad8..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<DreamDVDBurnerProject>
-       <settings
-               name="Dreambox DVD record"
-               authormode="linked_nomenu"
-               titleformat="$i. $t"
-               subtitleformat="$D.$M.$Y, $T $C, $d ($c chapters)"
-               vmgm="/usr/share/enigma2/dreamvmgm.mpg"
-               menubg="/usr/share/enigma2/dreamdvd_boat.jpg"
-               menuaudio="/usr/share/enigma2/silence.mp2"
-               color_button="[8, 0, 0]"
-               color_highlight="[0, 192, 192]"
-               color_headline="[0, 0, 128]"
-               font_face="/usr/share/fonts/nmsbd.ttf"
-               font_size="[48, 28, 16]"
-               space="[120, 36, 30]" />
-       <titles> </titles>
-</DreamDVDBurnerProject>
diff --git a/lib/python/Plugins/Extensions/DVDBurn/template/Makefile.am b/lib/python/Plugins/Extensions/DVDBurn/template/Makefile.am
deleted file mode 100644 (file)
index f0d9e8a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-AUTOMAKE_OPTIONS = gnu
-
-installdir = /etc/enigma2/playlist
-
-install_DATA = \
-       DreamboxDVDtemplate.ddvdp.xml
-