diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-02-20 14:06:02 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-02-20 14:06:02 +0000 |
commit | be7c7520f1f9c13ece28086cfc6a5a9cf63814d8 (patch) | |
tree | 260c670289243af09fe91bdbd05f36d7305c4394 /media-video | |
parent | keyword ~amd64; bug 164914 (diff) | |
download | gentoo-2-be7c7520f1f9c13ece28086cfc6a5a9cf63814d8.tar.gz gentoo-2-be7c7520f1f9c13ece28086cfc6a5a9cf63814d8.tar.bz2 gentoo-2-be7c7520f1f9c13ece28086cfc6a5a9cf63814d8.zip |
Temporarily remove lzo, lirc support
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mplayer-bin/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/mplayer-bin/files/digest-mplayer-bin-1.0_rc1-r2 | 3 | ||||
-rw-r--r-- | media-video/mplayer-bin/mplayer-bin-1.0_rc1-r2.ebuild | 40 |
3 files changed, 50 insertions, 1 deletions
diff --git a/media-video/mplayer-bin/ChangeLog b/media-video/mplayer-bin/ChangeLog index bd2e55c70d44..182232f5c539 100644 --- a/media-video/mplayer-bin/ChangeLog +++ b/media-video/mplayer-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/mplayer-bin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/ChangeLog,v 1.21 2007/02/19 18:21:11 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/ChangeLog,v 1.22 2007/02/20 14:06:02 beandog Exp $ + +*mplayer-bin-1.0_rc1-r2 (20 Feb 2007) + + 20 Feb 2007; Steve Dibb <beandog@gentoo.org> + +mplayer-bin-1.0_rc1-r2.ebuild: + Temporarily remove lzo, lirc support *mplayer-bin-1.0_rc1-r1 (19 Feb 2007) diff --git a/media-video/mplayer-bin/files/digest-mplayer-bin-1.0_rc1-r2 b/media-video/mplayer-bin/files/digest-mplayer-bin-1.0_rc1-r2 new file mode 100644 index 000000000000..f18be9f3d7de --- /dev/null +++ b/media-video/mplayer-bin/files/digest-mplayer-bin-1.0_rc1-r2 @@ -0,0 +1,3 @@ +MD5 1e2906e28c788729e3b107c43ecc5bac mplayer-bin-1.0_rc1-r2.tbz2 6573624 +RMD160 b564eecff21511c5fb286afd86897de804d803dc mplayer-bin-1.0_rc1-r2.tbz2 6573624 +SHA256 4ad9bd703ce214132fad7865662fb9e61e2ecb02f54d2bcaffc2a071fc8077c3 mplayer-bin-1.0_rc1-r2.tbz2 6573624 diff --git a/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r2.ebuild b/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r2.ebuild new file mode 100644 index 000000000000..eef9f3047ebd --- /dev/null +++ b/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r2.ebuild @@ -0,0 +1,40 @@ +# 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-r2.ebuild,v 1.1 2007/02/20 14:06:02 beandog Exp $ + +inherit multilib + +DESCRIPTION="Pre-build mplayer binary for amd64 systems" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="mirror://gentoo/${PF}.tbz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~amd64" +IUSE="" + +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" +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 +} |