diff options
author | 2014-10-18 22:11:05 +0000 | |
---|---|---|
committer | 2014-10-18 22:11:05 +0000 | |
commit | 0c5290fb1e420376c6f4563f606055c39789fb3e (patch) | |
tree | 22921d3449ddfb3a5fc4430a29968adcd0de480b /media-video | |
parent | Do not hard define raspberry pi support for egl targets #497124 by Juergen Rose. (diff) | |
download | gentoo-2-0c5290fb1e420376c6f4563f606055c39789fb3e.tar.gz gentoo-2-0c5290fb1e420376c6f4563f606055c39789fb3e.tar.bz2 gentoo-2-0c5290fb1e420376c6f4563f606055c39789fb3e.zip |
old
(Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/binkplayer/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.9p.ebuild | 37 |
2 files changed, 4 insertions, 38 deletions
diff --git a/media-video/binkplayer/ChangeLog b/media-video/binkplayer/ChangeLog index 63e21c54ef8e..2a155911a099 100644 --- a/media-video/binkplayer/ChangeLog +++ b/media-video/binkplayer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/binkplayer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.29 2014/10/12 08:51:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.30 2014/10/18 22:11:05 mr_bones_ Exp $ + + 18 Oct 2014; Michael Sterrett <mr_bones_@gentoo.org> -binkplayer-1.9p.ebuild: + old 12 Oct 2014; Agostino Sarubbo <ago@gentoo.org> binkplayer-1.99w.ebuild: Stable for x86, wrt bug #522096 diff --git a/media-video/binkplayer/binkplayer-1.9p.ebuild b/media-video/binkplayer/binkplayer-1.9p.ebuild deleted file mode 100644 index fe6d9e88fc97..000000000000 --- a/media-video/binkplayer/binkplayer-1.9p.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.9p.ebuild,v 1.6 2014/09/08 17:18:13 ulm 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="http://www.radgametools.com/down/Bink/BinkLinuxPlayer.zip" -SRC_URI="mirror://gentoo/${P}.zip" - -# distributable per http://www.radgametools.com/binkfaq.htm -LICENSE="freedist" -SLOT="0" -KEYWORDS="-* amd64 x86" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND=" - ~virtual/libstdc++-3.3 - amd64? ( - app-emulation/emul-linux-x86-sdl - ) - x86? ( - media-libs/libsdl - media-libs/sdl-mixer - )" - -S=${WORKDIR} - -QA_FLAGS_IGNORED="opt/bin/BinkPlayer" -QA_PRESTRIPPED="opt/bin/BinkPlayer" - -src_install() { - into /opt - dobin BinkPlayer || die -} |