hd_brummy 15/02/28 19:50:38 Modified: ChangeLog Added: vdr-osdpip-0.1.2-r1.ebuild Log: compile fix libav10/11, wrt bug 540850, thx to T.Foerster for testing,reporting (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Revision Changes Path 1.25 media-plugins/vdr-osdpip/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 31 Aug 2014 11:22:53 -0000 1.24 +++ ChangeLog 28 Feb 2015 19:50:38 -0000 1.25 @@ -1,6 +1,13 @@ # ChangeLog for media-plugins/vdr-osdpip -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.24 2014/08/31 11:22:53 hd_brummy Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.25 2015/02/28 19:50:38 hd_brummy Exp $ + +*vdr-osdpip-0.1.2-r1 (28 Feb 2015) + + 28 Feb 2015; Joerg Bornkessel <[email protected]> + +vdr-osdpip-0.1.2-r1.ebuild: + compile fix libav10/11, wrt bug 540850, thx to T.Foerster for + testing,reporting 31 Aug 2014; Joerg Bornkessel <[email protected]> -vdr-osdpip-0.1.1-r1.ebuild: 1.1 media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.ebuild?rev=1.1&content-type=text/plain Index: vdr-osdpip-0.1.2-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.ebuild,v 1.1 2015/02/28 19:50:38 hd_brummy Exp $ EAPI=5 VERSION="961" # every bump, new version inherit vdr-plugin-2 flag-o-matic DESCRIPTION="VDR plugin: Show another channel in the OSD" HOMEPAGE="http://projects.vdr-developer.org/projects/plg-osdpip" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND=">=media-video/vdr-1.7.27 >=media-libs/libmpeg2-0.5.1 >=virtual/ffmpeg-0.6.90" RDEPEND="${DEPEND}" src_prepare() { vdr-plugin-2_src_prepare # UINT64_C is needed by ffmpeg headers append-cxxflags -D__STDC_CONSTANT_MACROS epatch "${FILESDIR}/${PN}-0.1.1-ffmpeg-1.patch" epatch "${FILESDIR}/${PN}-libav-9.patch" # tested with libav10/11, ffmpeg-2.5.4 sed -e "s:CODEC_ID_MPEG2VIDEO:AV_CODEC_ID_MPEG2VIDEO:"\ -e "s:avcodec_alloc_frame:av_frame_alloc:"\ -i decoder.c }
