From 7de9389ff3ec97a489b4f6a29839ab246aa83481 Mon Sep 17 00:00:00 2001 From: Matthias Schwarzott Date: Mon, 9 Oct 2006 21:24:51 +0000 Subject: Version bumped. (Portage version: 2.1.2_pre2-r7) --- media-plugins/vdr-softdevice/ChangeLog | 8 +- .../files/digest-vdr-softdevice-0.3.0 | 3 + .../vdr-softdevice/vdr-softdevice-0.3.0.ebuild | 131 +++++++++++++++++++++ 3 files changed, 141 insertions(+), 1 deletion(-) create mode 100644 media-plugins/vdr-softdevice/files/digest-vdr-softdevice-0.3.0 create mode 100644 media-plugins/vdr-softdevice/vdr-softdevice-0.3.0.ebuild (limited to 'media-plugins') diff --git a/media-plugins/vdr-softdevice/ChangeLog b/media-plugins/vdr-softdevice/ChangeLog index bfcdf372cb85..988898729656 100644 --- a/media-plugins/vdr-softdevice/ChangeLog +++ b/media-plugins/vdr-softdevice/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/vdr-softdevice # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v 1.20 2006/10/08 12:52:48 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v 1.21 2006/10/09 21:24:51 zzam Exp $ + +*vdr-softdevice-0.3.0 (09 Oct 2006) + + 09 Oct 2006; Matthias Schwarzott + +vdr-softdevice-0.3.0.ebuild: + Version bumped. 08 Oct 2006; Matthias Schwarzott files/rc-addon.sh: Hide error-output of killall when stopping ShmClient. diff --git a/media-plugins/vdr-softdevice/files/digest-vdr-softdevice-0.3.0 b/media-plugins/vdr-softdevice/files/digest-vdr-softdevice-0.3.0 new file mode 100644 index 000000000000..ac181d951443 --- /dev/null +++ b/media-plugins/vdr-softdevice/files/digest-vdr-softdevice-0.3.0 @@ -0,0 +1,3 @@ +MD5 0be5f52328bd649a33f31df4cd905455 vdr-softdevice-0.3.0.tgz 154294 +RMD160 fce250ac59e0a4bd3122fbed85bb6d8a6f4c2ebe vdr-softdevice-0.3.0.tgz 154294 +SHA256 2c15bfaf94c07dda3facd3c44219c4d9ebb1199093ec0aa4d35c1d3f67828b8a vdr-softdevice-0.3.0.tgz 154294 diff --git a/media-plugins/vdr-softdevice/vdr-softdevice-0.3.0.ebuild b/media-plugins/vdr-softdevice/vdr-softdevice-0.3.0.ebuild new file mode 100644 index 000000000000..e881c255fe2d --- /dev/null +++ b/media-plugins/vdr-softdevice/vdr-softdevice-0.3.0.ebuild @@ -0,0 +1,131 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.0.ebuild,v 1.1 2006/10/09 21:24:51 zzam Exp $ + +inherit vdr-plugin + +DESCRIPTION="VDR plugin: Software output-Device" +HOMEPAGE="http://softdevice.berlios.de/" +SRC_URI="mirror://gentoo/${P}.tgz + http://dev.gentoo.org/~zzam/distfiles/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="xv fbcon directfb mmx mmxext xinerama" + +RDEPEND=">=media-video/vdr-1.3.36 + >=media-video/ffmpeg-0.4.9_pre1 + directfb? ( + dev-libs/DirectFB + dev-libs/DFB++ + ) + media-libs/alsa-lib + xv? ( || ( ( x11-libs/libX11 + x11-libs/libXext + x11-libs/libXi + x11-libs/libXv + xinerama? ( x11-libs/libXinerama ) + ) + virtual/x11 + ) )" + +DEPEND="${RDEPEND} + xv? ( || ( ( x11-proto/xproto + x11-proto/xextproto + x11-libs/libXv + xinerama? ( x11-proto/xineramaproto ) + ) + virtual/x11 + ) ) + fbcon? ( sys-kernel/linux-headers )" + + +PATCHES=" + ${FILESDIR}/vdr-softdevice-0.2.3-shm-fullscreen.diff + ${FILESDIR}/softdevice-cvs-xinerama-configure-opts.patch" + +pkg_setup() { + vdr-plugin_pkg_setup + + if use !xv && use !fbcon && use !directfb; then + ewarn "You need to set at least one of these use-flags: xv fbcon directfb" + die "no output-method enabled" + fi + + COMPILE_SHM=0 + if has_version ">=media-video/vdr-1.3.0"; then + if use xv; then + COMPILE_SHM=1 + else + einfo "SHM does only support xv at the moment" + fi + else + einfo "SHM not supported on vdr-1.2" + fi + case ${COMPILE_SHM} in + 0) einfo "SHM support will not be compiled." ;; + 1) einfo "SHM support will be compiled." ;; + esac + + # Check for ffmpeg relying on libtheora without pkg-config-file + # Bug #142250 + if built_with_use media-video/ffmpeg theora && \ + has_version "