aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2008-11-01 00:34:47 +0100
committerAndreas Oberritter <obi@saftware.de>2008-11-06 01:52:04 +0100
commit70084c02aa33ef20e61d0b6257a679ab76a42660 (patch)
treeb2e933d26298ff43c074103e6ce259662fc344ef /lib/python
parent7d90a93493f1dc9ab9d3a5694aa96501a9b25b89 (diff)
downloadenigma2-70084c02aa33ef20e61d0b6257a679ab76a42660.tar.gz
enigma2-70084c02aa33ef20e61d0b6257a679ab76a42660.zip
add icon to be installed. remove deprecated directories
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/data/Makefile.am6
-rwxr-xr-xlib/python/Plugins/Extensions/DVDBurn/data/dreamdvd_boat.jpgbin187417 -> 0 bytes
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/data/dreamvmgm.mpgbin575488 -> 0 bytes
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/data/silence.mp2bin8340 -> 0 bytes
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/template/DreamboxDVDtemplate.ddvdp.xml18
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/template/Makefile.am7
6 files changed, 0 insertions, 31 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/data/Makefile.am b/lib/python/Plugins/Extensions/DVDBurn/data/Makefile.am
deleted file mode 100644
index e5992b9c..00000000
--- a/lib/python/Plugins/Extensions/DVDBurn/data/Makefile.am
+++ /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
index a5256e28..00000000
--- a/lib/python/Plugins/Extensions/DVDBurn/data/dreamdvd_boat.jpg
+++ /dev/null
Binary files 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
index 4797986f..00000000
--- a/lib/python/Plugins/Extensions/DVDBurn/data/dreamvmgm.mpg
+++ /dev/null
Binary files 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
index e8a817f8..00000000
--- a/lib/python/Plugins/Extensions/DVDBurn/data/silence.mp2
+++ /dev/null
Binary files 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
index b839ad8a..00000000
--- a/lib/python/Plugins/Extensions/DVDBurn/template/DreamboxDVDtemplate.ddvdp.xml
+++ /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
index f0d9e8a0..00000000
--- a/lib/python/Plugins/Extensions/DVDBurn/template/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-AUTOMAKE_OPTIONS = gnu
-
-installdir = /etc/enigma2/playlist
-
-install_DATA = \
- DreamboxDVDtemplate.ddvdp.xml
-