diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-03-13 08:08:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-03-13 08:08:48 +0000 |
commit | 129aa69eebadef3a13aa9b44a5c76bf9e86524da (patch) | |
tree | bc1857863f8a8edb985ba19bed3ca2c8074cfb94 /media-video/binkplayer | |
parent | old (diff) | |
download | gentoo-2-129aa69eebadef3a13aa9b44a5c76bf9e86524da.tar.gz gentoo-2-129aa69eebadef3a13aa9b44a5c76bf9e86524da.tar.bz2 gentoo-2-129aa69eebadef3a13aa9b44a5c76bf9e86524da.zip |
version bump
(Portage version: 2.1.11.52/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-video/binkplayer')
-rw-r--r-- | media-video/binkplayer/ChangeLog | 9 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.99w.ebuild | 36 |
2 files changed, 43 insertions, 2 deletions
diff --git a/media-video/binkplayer/ChangeLog b/media-video/binkplayer/ChangeLog index 682be86b2861..f068894ab35b 100644 --- a/media-video/binkplayer/ChangeLog +++ b/media-video/binkplayer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/binkplayer -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.22 2012/09/24 00:45:59 vapier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.23 2013/03/13 08:08:48 mr_bones_ Exp $ + +*binkplayer-1.99w (13 Mar 2013) + + 13 Mar 2013; Michael Sterrett <mr_bones_@gentoo.org> +binkplayer-1.99w.ebuild: + version bump 24 Sep 2012; Mike Frysinger <vapier@gentoo.org> binkplayer-1.9p.ebuild: QA_DT_HASH (old/deprecated) -> QA_FLAGS_IGNORED (new hotness). diff --git a/media-video/binkplayer/binkplayer-1.99w.ebuild b/media-video/binkplayer/binkplayer-1.99w.ebuild new file mode 100644 index 000000000000..0a0ed2ea615f --- /dev/null +++ b/media-video/binkplayer/binkplayer-1.99w.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.99w.ebuild,v 1.1 2013/03/13 08:08:48 mr_bones_ Exp $ + +DESCRIPTION="Bink Video! Player" +HOMEPAGE="http://www.radgametools.com/default.htm" +# No version on the archives and upstream has said they are not +# interested in providing versioned archives. +SRC_URI="mirror://gentoo/${P}.zip" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND="amd64? ( + app-emulation/emul-linux-x86-sdl + app-emulation/emul-linux-x86-compat + ) + x86? ( + media-libs/libsdl + media-libs/sdl-mixer + ~virtual/libstdc++-3.3 + )" + +S=${WORKDIR} + +QA_FLAGS_IGNORED="opt/bin/BinkPlayer" +QA_PRESTRIPPED="opt/bin/BinkPlayer" +QA_EXECSTACK="opt/bin/BinkPlayer" + +src_install() { + into /opt + dobin BinkPlayer || die +} |