summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/vdr-skindesigner/vdr-skindesigner-0.0.5.ebuild')
-rw-r--r--media-plugins/vdr-skindesigner/vdr-skindesigner-0.0.5.ebuild65
1 files changed, 0 insertions, 65 deletions
diff --git a/media-plugins/vdr-skindesigner/vdr-skindesigner-0.0.5.ebuild b/media-plugins/vdr-skindesigner/vdr-skindesigner-0.0.5.ebuild
deleted file mode 100644
index 2cff8ab..0000000
--- a/media-plugins/vdr-skindesigner/vdr-skindesigner-0.0.5.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit font vdr-plugin-2
-
-#VERSION="1813" # every bump, new version!
-
-DESCRIPTION="VDR Plugin: A VDR skinning engine that displays XML based Skins"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-skindesigner"
-#SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
-SRC_URI="http://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git/snapshot/vdr-plugin-skindesigner-0.0.5.tar.bz2"
-
-LICENSE="GPL-2 Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-FONT_SUFFIX="ttf"
-FONT_S="${S}/fonts/VDROpenSans"
-
-DEPEND=">=media-video/vdr-2.0.0
- dev-libs/libxml2
- gnome-base/librsvg
- virtual/jpeg:*
- x11-libs/cairo[svg]
- media-plugins/vdr-epgsearch"
-RDEPEND="${DEPEND}"
-
-# font.eclass functions:
-# pkg_setup src_install pkg_postinst pkg_postrm
-
-pkg_setup() {
- vdr-plugin-2_pkg_setup
- font_pkg_setup
-}
-
-src_install() {
- vdr-plugin-2_src_install
- font_src_install
-}
-
-pkg_postinst() {
- vdr-plugin-2_pkg_postinst
- font_pkg_postinst
-
- elog "To properly use the skins provided by \"skindesigner\", please follow the most important hints from the README:\n"
-
- elog "For S2-6400 Users: Disable High Level OSD, otherwise the plugin will not be"
- elog "loaded because lack of true color support\n"
-
- elog "For Xine-Plugin Users: Set \"Blend scaled Auto\" as OSD display mode to achieve"
- elog "an suitable true color OSD.\n"
-
- elog "For Xineliboutput Users: Start vdr-sxfe with the --hud option enabled\n"
-
- elog "If you want \"skindesigner\" to use Channel Logos, please read the \"Channel Logos\" section in the README file.\n"
-}
-
-pkg_postrm() {
- vdr-plugin-2_pkg_postrm
- font_pkg_postrm
-}