diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-12-05 15:04:34 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-12-05 15:04:34 +0100 |
commit | 670b6cb3fd06a38e6cede4816b1ca096655ace84 (patch) | |
tree | 60c109190a7129224195e7d5d77f811d4ebef0b2 /media-plugins | |
parent | x11-libs/gtk+extra: Version bump (diff) | |
download | gentoo-670b6cb3fd06a38e6cede4816b1ca096655ace84.tar.gz gentoo-670b6cb3fd06a38e6cede4816b1ca096655ace84.tar.bz2 gentoo-670b6cb3fd06a38e6cede4816b1ca096655ace84.zip |
media-plugins/vdr-osdpip: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/vdr-osdpip/vdr-osdpip-0.1.2.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2.ebuild b/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2.ebuild deleted file mode 100644 index a88e26c504f2..000000000000 --- a/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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" -} |