diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2006-07-05 18:06:18 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2006-07-05 18:06:18 +0000 |
commit | eecd745db8f388c4e7b4aa9ac9346992e43bd9d6 (patch) | |
tree | 682b39a033324c24ac593042748b3f10b5eef8fd /media-plugins | |
parent | DEPEND on <neon-0.26, waiting for upstream to port it. Thanks to Armando Di C... (diff) | |
download | historical-eecd745db8f388c4e7b4aa9ac9346992e43bd9d6.tar.gz historical-eecd745db8f388c4e7b4aa9ac9346992e43bd9d6.tar.bz2 historical-eecd745db8f388c4e7b4aa9ac9346992e43bd9d6.zip |
Moved version 0.1.1-r1 to 0.1.1_pre1. This is not a downgrade but a renaming to the correct version number.
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'media-plugins')
4 files changed, 80 insertions, 1 deletions
diff --git a/media-plugins/vdr-skinelchi/ChangeLog b/media-plugins/vdr-skinelchi/ChangeLog index 8d1b6989f762..9615503593b3 100644 --- a/media-plugins/vdr-skinelchi/ChangeLog +++ b/media-plugins/vdr-skinelchi/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for media-plugins/vdr-skinelchi # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-skinelchi/ChangeLog,v 1.4 2006/06/23 08:55:28 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-skinelchi/ChangeLog,v 1.5 2006/07/05 18:06:18 zzam Exp $ + +*vdr-skinelchi-0.1.1_pre1 (05 Jul 2006) + + 05 Jul 2006; Matthias Schwarzott <zzam@gentoo.org> + -files/vdr-skinelchi-0.1.1-vdr-1.3.38.patch, + +files/vdr-skinelchi-0.1.1_pre1-vdr-1.3.38.patch, + +vdr-skinelchi-0.1.1_pre1.ebuild, -vdr-skinelchi-0.1.1.ebuild, + -vdr-skinelchi-0.1.1-r1.ebuild: + Moved version 0.1.1-r1 to 0.1.1_pre1. This is not a downgrade but a renaming + to the correct version number. 23 Jun 2006; Matthias Schwarzott <zzam@gentoo.org> vdr-skinelchi-0.1.1-r1.ebuild: diff --git a/media-plugins/vdr-skinelchi/files/digest-vdr-skinelchi-0.1.1_pre1 b/media-plugins/vdr-skinelchi/files/digest-vdr-skinelchi-0.1.1_pre1 new file mode 100644 index 000000000000..f5f3cc1437e0 --- /dev/null +++ b/media-plugins/vdr-skinelchi/files/digest-vdr-skinelchi-0.1.1_pre1 @@ -0,0 +1,3 @@ +MD5 0b15f0c604bd209cb1953906903a5967 vdr-skinelchi-0.1.1pre1.tgz 60761 +RMD160 0af7926e8298f38360c68b7836cc5bf770f9a4fe vdr-skinelchi-0.1.1pre1.tgz 60761 +SHA256 d34e0d5f93c50dfc7be0f4efa143497055ae78da4d2d0eb98a1f89909aae2217 vdr-skinelchi-0.1.1pre1.tgz 60761 diff --git a/media-plugins/vdr-skinelchi/files/vdr-skinelchi-0.1.1_pre1-vdr-1.3.38.patch b/media-plugins/vdr-skinelchi/files/vdr-skinelchi-0.1.1_pre1-vdr-1.3.38.patch new file mode 100644 index 000000000000..9d130dd266d8 --- /dev/null +++ b/media-plugins/vdr-skinelchi/files/vdr-skinelchi-0.1.1_pre1-vdr-1.3.38.patch @@ -0,0 +1,44 @@ +diff -Nru skinelchi-0.1.1pre1/vdrstatus.c skinelchi-0.1.1pre1_vdr-1.3.38/vdrstatus.c +--- skinelchi-0.1.1/vdrstatus.c Mon Nov 14 11:50:12 2005 ++++ skinelchi-0.1.1pre1_vdr-1.3.38/vdrstatus.c Sun Jan 8 16:34:13 2006 +@@ -135,7 +135,11 @@ + #endif + } + ++#if VDRVERSNUM >= 10338 ++void cSkinElchiStatus::Recording(const cDevice *Device, const char *Name, const char *FileName, bool On) { ++#else + void cSkinElchiStatus::Recording(const cDevice * Device, const char * Name) { ++#endif + int i = Device->CardIndex(); + VdrStatus.RecordingDevice[i] = Device; + if (Name) { +@@ -155,7 +159,11 @@ + } + } + ++#if VDRVERSNUM >= 10338 ++void cSkinElchiStatus::Replaying(const cControl *Control, const char *Name, const char *FileName, bool On) { ++#else + void cSkinElchiStatus::Replaying(const cControl * Control, const char * Name) { ++#endif + if (Name) + asprintf(&VdrStatus.ReplayingName,"%s",Name); + else +diff -Nru skinelchi-0.1.1pre1/vdrstatus.h skinelchi-0.1.1pre1_vdr-1.3.38/vdrstatus.h +--- skinelchi-0.1.1/vdrstatus.h Wed Nov 2 11:06:02 2005 ++++ skinelchi-0.1.1pre1_vdr-1.3.38/vdrstatus.h Sun Jan 8 16:27:31 2006 +@@ -55,8 +55,13 @@ + private: + protected: + virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber); ++#if VDRVERSNUM >= 10338 ++ virtual void Recording(const cDevice *Device, const char *Name, const char *FileName, bool On); ++ virtual void Replaying(const cControl *Control, const char *Name, const char *FileName, bool On); ++#else + virtual void Recording(const cDevice *Device, const char *Name); + virtual void Replaying(const cControl *Control, const char *Name); ++#endif + virtual void SetVolume(int Volume, bool Absolute); + virtual void SetAudioTrack(int Index, const char * const *Tracks); + virtual void SetAudioChannel(int AudioChannel); diff --git a/media-plugins/vdr-skinelchi/vdr-skinelchi-0.1.1_pre1.ebuild b/media-plugins/vdr-skinelchi/vdr-skinelchi-0.1.1_pre1.ebuild new file mode 100644 index 000000000000..5fe527da31fe --- /dev/null +++ b/media-plugins/vdr-skinelchi/vdr-skinelchi-0.1.1_pre1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-skinelchi/vdr-skinelchi-0.1.1_pre1.ebuild,v 1.1 2006/07/05 18:06:18 zzam Exp $ + +inherit vdr-plugin + +MY_P=${P/_pre/pre} + +DESCRIPTION="Video Disk Recorder - Skin Plugin" +HOMEPAGE="http://www.vdrportal.de/board/thread.php?threadid=41915&sid=" +SRC_URI="mirror://gentoo/${MY_P}.tgz http://dev.gentoo.org/~zzam/distfiles/${MY_P}.tgz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 x86" +IUSE="" + +DEPEND=">=media-video/vdr-1.3.22" + +PATCHES="${FILESDIR}/${P}-vdr-1.3.38.patch" + +S="${WORKDIR}/${VDRPLUGIN}-0.1.1" |