diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2012-04-06 19:42:26 +0000 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2012-04-06 19:42:26 +0000 |
commit | 21b4d299c56c2801043e14459a5c4ebdf075532f (patch) | |
tree | a4f63ba17fc43338b689a83f9b1f646a1a501a56 /media-video | |
parent | Export CC and CXX (diff) | |
download | devel-21b4d299c56c2801043e14459a5c4ebdf075532f.tar.gz devel-21b4d299c56c2801043e14459a5c4ebdf075532f.tar.bz2 devel-21b4d299c56c2801043e14459a5c4ebdf075532f.zip |
fixed patchset for use-flag jumpplay hardlinkcutter compile
(Portage version: 2.1.10.11/svn/Linux i686)
svn path=/vdr-devel/; revision=954
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vdr/ChangeLog | 4 | ||||
-rw-r--r-- | media-video/vdr/metadata.xml | 1 | ||||
-rw-r--r-- | media-video/vdr/vdr-1.7.27.ebuild | 5 |
3 files changed, 6 insertions, 4 deletions
diff --git a/media-video/vdr/ChangeLog b/media-video/vdr/ChangeLog index db414bf..c9b9ab2 100644 --- a/media-video/vdr/ChangeLog +++ b/media-video/vdr/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Apr 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-1.7.27.ebuild, + metadata.xml: + fixed patchset for use-flag jumpplay hardlinkcutter compile + 03 Apr 2012; Christian Ruppert <idl0r@gentoo.org> vdr-1.7.27.ebuild: Export CC and CXX diff --git a/media-video/vdr/metadata.xml b/media-video/vdr/metadata.xml index 99424f9..1d073eb 100644 --- a/media-video/vdr/metadata.xml +++ b/media-video/vdr/metadata.xml @@ -19,7 +19,6 @@ <flag name="liemikuutio">Formerly known as AIO (all-in-one) patch, adds some nice must haves</flag> <flag name="lircsettings">Allows to change lirc settings delay, freq and timeout values in OSD</flag> <flag name="livebuffer">does timeshifting/background recording all the time, allows to rewind live TV</flag> - <flag name="lnbshare">Enables support for two or more dvb cards sharing the same cable to the lnb</flag> <flag name="mainmenuhooks">Allows to replace main menu entries by some special plugins (like epgsearch, extrecmenu, ...)</flag> <flag name="menuorg">Enables support for the menuorg-plugin</flag> <flag name="naludump">Removes NALU fill data from h.264-Streams of TS files</flag> diff --git a/media-video/vdr/vdr-1.7.27.ebuild b/media-video/vdr/vdr-1.7.27.ebuild index 41b7fef..3f9f8a4 100644 --- a/media-video/vdr/vdr-1.7.27.ebuild +++ b/media-video/vdr/vdr-1.7.27.ebuild @@ -24,13 +24,12 @@ MY_PV="${PV%_p*}" MY_P="${PN}-${MY_PV}" S="${WORKDIR}/${MY_P}" -EXT_P="extpng-${P}-gentoo-edition-r1" +EXT_P="extpng-${P}-gentoo-edition-r2" DESCRIPTION="Video Disk Recorder - turns a pc into a powerful set top box for DVB" HOMEPAGE="http://www.tvdr.de/" SRC_URI="ftp://ftp.tvdr.de/vdr/Developer/${MY_P}.tar.bz2 - http://dev.gentoo.org/~idl0r/vdr/${EXT_P}.patch.bz2" -# http://vdr.websitec.de/download/ext-patch/${EXT_P}.diff.tgz" + http://dev.gentoo.org/~hd_brummy/distfiles/${EXT_P}.patch.bz2" KEYWORDS="~arm ~amd64 ~ppc ~x86" SLOT="0" |