diff options
-rw-r--r-- | media-video/mplayer-bin/ChangeLog | 11 | ||||
-rw-r--r-- | media-video/mplayer-bin/Manifest | 14 | ||||
-rw-r--r-- | media-video/mplayer-bin/files/digest-mplayer-bin-1.0_pre7 | 1 | ||||
-rw-r--r-- | media-video/mplayer-bin/metadata.xml | 8 | ||||
-rw-r--r-- | media-video/mplayer-bin/mplayer-bin-1.0_pre7.ebuild | 23 |
5 files changed, 57 insertions, 0 deletions
diff --git a/media-video/mplayer-bin/ChangeLog b/media-video/mplayer-bin/ChangeLog new file mode 100644 index 000000000000..40ec6537d95f --- /dev/null +++ b/media-video/mplayer-bin/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for media-video/mplayer-bin +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/ChangeLog,v 1.1 2005/08/29 23:58:34 dang Exp $ + +*mplayer-bin-1.0_pre7 (29 Aug 2005) + + 29 Aug 2005; <dang@gentoo.org> +metadata.xml, + +mplayer-bin-1.0_pre7.ebuild: + Add mplayer-bin to allow movies that require binary-only codecs to be played + on amd64 + diff --git a/media-video/mplayer-bin/Manifest b/media-video/mplayer-bin/Manifest new file mode 100644 index 000000000000..9f0af80f629d --- /dev/null +++ b/media-video/mplayer-bin/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 d30e79dc9193b95ccb141560a88450ca mplayer-bin-1.0_pre7.ebuild 661 +MD5 6f50bd2a7f91daae03d9ff6e138f9f15 ChangeLog 425 +MD5 d138fbd38b04f78fe9b3766051723a5b metadata.xml 218 +MD5 6016bcda0338c21a0c9b9aa7910dcffc files/digest-mplayer-bin-1.0_pre7 74 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDE6E+omPajV0RnrERAnITAJ92hA+EQZ+c3/cVz4DcrqjMVVXbIQCgglnT +z4rFub5UV4LvAEF++24O6DY= +=tgNu +-----END PGP SIGNATURE----- diff --git a/media-video/mplayer-bin/files/digest-mplayer-bin-1.0_pre7 b/media-video/mplayer-bin/files/digest-mplayer-bin-1.0_pre7 new file mode 100644 index 000000000000..393c1ce5d454 --- /dev/null +++ b/media-video/mplayer-bin/files/digest-mplayer-bin-1.0_pre7 @@ -0,0 +1 @@ +MD5 72f9930c98c41a1fd4863432a750762d mplayer-bin-1.0_pre7.tar.bz2 6381047 diff --git a/media-video/mplayer-bin/metadata.xml b/media-video/mplayer-bin/metadata.xml new file mode 100644 index 000000000000..32e05fdc453e --- /dev/null +++ b/media-video/mplayer-bin/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>amd64</herd> +<maintainer> + <email>dang@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/media-video/mplayer-bin/mplayer-bin-1.0_pre7.ebuild b/media-video/mplayer-bin/mplayer-bin-1.0_pre7.ebuild new file mode 100644 index 000000000000..50c2861dcdc1 --- /dev/null +++ b/media-video/mplayer-bin/mplayer-bin-1.0_pre7.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2005 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_pre7.ebuild,v 1.1 2005/08/29 23:58:34 dang Exp $ + +DESCRIPTION="Pre-build mplayer binary for amd64 systems" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~amd64" +IUSE="" + +RDEPEND=">=app-emulation/emul-linux-x86-baselibs-2.0 + >=app-emulation/emul-linux-x86-soundlibs-2.1 + >=app-emulation/emul-linux-x86-medialibs-1.0 + >=media-libs/win32codecs-20050412" + +S=${WORKDIR} + +src_install() { + cp -RPvf ${WORKDIR}/* ${D}/ +} |