diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-06-18 00:20:16 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-06-18 00:20:16 +0200 |
commit | c220d3de3aad17c6ac3b5d619edac0796ac96cb9 (patch) | |
tree | b8df448d57a2986b9086f632d558951a6469a936 /media-video/xine-ui/xine-ui-0.99.8.ebuild | |
parent | sys-devel/gettext: Removed old. (diff) | |
download | gentoo-c220d3de3aad17c6ac3b5d619edac0796ac96cb9.tar.gz gentoo-c220d3de3aad17c6ac3b5d619edac0796ac96cb9.tar.bz2 gentoo-c220d3de3aad17c6ac3b5d619edac0796ac96cb9.zip |
media-video/xine-ui: Removed old.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-video/xine-ui/xine-ui-0.99.8.ebuild')
-rw-r--r-- | media-video/xine-ui/xine-ui-0.99.8.ebuild | 93 |
1 files changed, 0 insertions, 93 deletions
diff --git a/media-video/xine-ui/xine-ui-0.99.8.ebuild b/media-video/xine-ui/xine-ui-0.99.8.ebuild deleted file mode 100644 index 75dad770c28d..000000000000 --- a/media-video/xine-ui/xine-ui-0.99.8.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils fdo-mime gnome2-utils - -DESCRIPTION="Xine movie player" -HOMEPAGE="http://xine.sourceforge.net/" -SRC_URI="mirror://sourceforge/xine/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="aalib curl debug libcaca lirc nls readline vdr X xinerama" - -RDEPEND="|| ( app-arch/tar app-arch/libarchive ) - media-libs/libpng:0= - >=media-libs/xine-lib-1.2:=[aalib?,libcaca?] - virtual/jpeg:0 - aalib? ( media-libs/aalib:= ) - curl? ( >=net-misc/curl-7.10.2:= ) - libcaca? ( media-libs/libcaca:= ) - lirc? ( app-misc/lirc:= ) - nls? ( virtual/libintl ) - readline? ( >=sys-libs/readline-6.2:= ) - X? ( - x11-libs/libICE:= - x11-libs/libSM:= - x11-libs/libX11:= - x11-libs/libXext:= - x11-libs/libXft:= - x11-libs/libXrender:= - x11-libs/libXScrnSaver:= - x11-libs/libXtst:= - x11-libs/libXv:= - x11-libs/libXxf86vm:= - xinerama? ( x11-libs/libXinerama:= ) - )" -DEPEND="${RDEPEND} - nls? ( >=sys-devel/gettext-0.18.3 ) - X? ( - x11-libs/libXt - x11-proto/inputproto - x11-proto/xf86vidmodeproto - xinerama? ( x11-proto/xineramaproto ) - ) - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-readline-6.3.patch - rm -f misc/xine-bugreport -} - -src_configure() { - econf \ - $(use_enable nls) \ - $(use_enable xinerama) \ - $(use_enable lirc) \ - $(use_enable vdr vdr-keys) \ - --disable-nvtvsimple \ - $(use_enable debug) \ - $(use_with X x) \ - $(use_with readline) \ - $(use_with curl) \ - $(use_with aalib) \ - $(use_with libcaca caca) \ - --without-fb -} - -src_install() { - emake \ - DESTDIR="${D}" \ - docdir="/usr/share/doc/${PF}" \ - docsdir="/usr/share/doc/${PF}" \ - install - dodoc AUTHORS ChangeLog NEWS README -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - gnome2_icon_cache_update -} |