diff options
Diffstat (limited to 'media-video/mplayer-bin/mplayer-bin-1.0_rc1-r1.ebuild')
-rw-r--r-- | media-video/mplayer-bin/mplayer-bin-1.0_rc1-r1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r1.ebuild b/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r1.ebuild deleted file mode 100644 index 3f6d497a6d76..000000000000 --- a/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r1.ebuild,v 1.1 2007/02/19 18:21:11 beandog Exp $ - -inherit multilib - -DESCRIPTION="Pre-build mplayer binary for amd64 systems" -HOMEPAGE="http://www.gentoo.org/" -SRC_URI="mirror://gentoo/mplayer-bin-1.0_rc1.tbz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ~amd64" -IUSE="lirc" - -RDEPEND=">=app-emulation/emul-linux-x86-baselibs-2.5.5-r3 - >=app-emulation/emul-linux-x86-soundlibs-2.5-r2 - >=app-emulation/emul-linux-x86-gtklibs-2.10.6.3-r3 - >=app-emulation/emul-linux-x86-sdl-2.3-r1 - >=app-emulation/emul-linux-x86-medialibs-1.2-r1 - >=media-libs/win32codecs-20061022-r1 - lirc? ( app-misc/lirc )" -S="${WORKDIR}" -RESTRICT="strip" - -pkg_setup() { - # This is a binary x86 package => ABI=x86 - # Please keep this in future versions - # Daniel Gryniewicz <dang@gentoo.org> - has_multilib_profile || die - ABI="x86" -} - -src_install() { - cp -pPRvf ${WORKDIR}/* ${D}/ - dosym /opt/mplayer-bin/bin/mplayer-bin /opt/mplayer-bin/bin/gmplayer-bin - dosed dosed -e "s/gmplayer/gmplayer-bin/" /opt/mplayer-bin/share/applications/mplayer.desktop - dosym /opt/mplayer-bin/share/applications/mplayer.desktop /usr/share/applications/mplayer-bin.desktop - dodir /opt/mplayer-bin/lib - dosym /usr/$(get_libdir)/win32 /opt/mplayer-bin/lib/win32 -} |