1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-28 17:32:32 +01:00

Added FS-UAE 2.2, removed old ebuilds

This commit is contained in:
root
2013-03-18 21:10:50 +01:00
parent e24d84b916
commit 422c69bae3
18 changed files with 34 additions and 413 deletions

View File

@@ -1,31 +0,0 @@
# ChangeLog for media-libs/realcodecs
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/realcodecs/ChangeLog,v 1.4 2008/11/04 00:06:05 beandog Exp $
*realcodecs-11.0.1.1056-r1 (04 Nov 2008)
04 Nov 2008; Steve Dibb <beandog@gentoo.org>
+realcodecs-11.0.1.1056-r1.ebuild:
Make win32codecs an optional dependency, in order to play older streams
30 Oct 2008; Zac Medico <zmedico@gentoo.org>
realcodecs-11.0.1.1056.ebuild:
Bug #244949 - Block <realplayer-11.0.1.1056-r2 due to file collision with
/opt/RealPlayer/codecs/*.
*realcodecs-11.0.1.1056 (29 Oct 2008)
29 Oct 2008; Steve Dibb <beandog@gentoo.org>
+realcodecs-11.0.1.1056.ebuild, -realcodecs-11.1.1.1085.ebuild:
Cleanup ebuild, use same RPM as realplayer, install only codecs, bug
240341; depend on win32codecs[real]; fix symlink bug 240417
*realcodecs-11.1.1.1085 (07 Oct 2008)
07 Oct 2008; Steve Dibb <beandog@gentoo.org>
+realcodecs-11.1.1.1085.ebuild:
Initial commit, bug 240341; Splitting RealPlayer ebuild into two ebuilds:
realcodecs and realplayer. Using nightly build snapshots since upstream
releases version 11 RPMs as the same filename across different releases,
and will not allow redistribution of RPMs.

View File

@@ -1,5 +0,0 @@
DIST RealPlayer11GOLD.rpm 8767186 RMD160 1362fb9d45a5c420698d68450121d32f43f553f1 SHA1 0180bc7f9c22ee9d561598fdffc9168d56c7a4f4 SHA256 245e7bda7814cbf7529ec45c14a64e6289ce05ebc2b55727ba0805d6edcc8a32
EBUILD realcodecs-11.0.1.1056-r1.ebuild 1566 RMD160 9cfb2a53143133ff4114048e8c49e53040f02c92 SHA1 6cc71e1cd09b68ee72dffdc382bf04f1377b44d5 SHA256 045b18034ad5117bc6c3a1b15cc5da4dbe623838af416faf8c66a6aa76958bb5
EBUILD realcodecs-11.0.1.1056.ebuild 1495 RMD160 48f06e92cf1780786d095d5e522a949b47fccd66 SHA1 148e32293c86b667c5464e9be13eb1d2dce3d991 SHA256 91665f569401b21977e1efe63a50a5bd6ac654fc5115e2e4af68366ac1d1faf2
MISC ChangeLog 1279 RMD160 272b7a3ed448d868f3c0e47faf261ad8f8f5ee8a SHA1 1d54d5b62cac42e157f2ca4cee6772f4f79aa0fd SHA256 d43228bc908eb7e08e5e095cb505d48db4832f306d6d7b89ef081a1929229829
MISC metadata.xml 233 RMD160 e62d18211d353ab6d54c1bdabe20fad0705dfa37 SHA1 25063adc119eb9992ced7996faa60e0cb45ad60f SHA256 2e54b419554b54671e04a167f2fa56d52d8f0b509157ba98695c01d860b3196a

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>video</herd>
<maintainer>
<email>media-video@gentoo.org</email>
</maintainer>
</pkgmetadata>

View File

@@ -1,49 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/realcodecs/realcodecs-11.0.1.1056-r1.ebuild,v 1.1 2008/11/04 00:06:05 beandog Exp $
inherit eutils rpm multilib
EAPI="1"
DESCRIPTION="Real Player audio and video binary codecs"
HOMEPAGE="http://www.real.com/ http://player.helixcommunity.org/"
SRC_URI="http://forms.real.com/real/player/download.html?f=unix/RealPlayer11GOLD.rpm"
RESTRICT="mirror strip test binchecks"
LICENSE="HBRL"
KEYWORDS="-* ~amd64 ~x86"
SLOT="0"
IUSE="win32codecs"
RDEPEND="win32codecs? ( >=media-libs/win32codecs-20071007-r4 )
x86? ( =virtual/libstdc++-3.3* )
amd64? ( app-emulation/emul-linux-x86-compat )
!<media-video/realplayer-11.0.1.1056-r2"
S="${WORKDIR}/opt/real/RealPlayer"
pkg_setup() {
# This is a binary x86 package => ABI=x86
# Please keep this in future versions
# Danny van Dyk <kugelfang@gentoo.org> 2005/03/26
has_multilib_profile && ABI="x86"
}
src_install() {
dodir /opt/RealPlayer/
fperms 644 codecs/*
insinto "/opt/RealPlayer/codecs"
doins codecs/*
if use win32codecs; then
# We need symlinks to older codecs so that RealPlayer
# can play some streams, bug 240417
dosym /usr/$(get_libdir)/real/ddnt.so.6.0 \
/opt/RealPlayer/codecs/ddnt.so.6.0
dosym /usr/$(get_libdir)/real/dnet.so.6.0 \
/opt/RealPlayer/codecs/dnet.so.6.0
dosym /opt/RealPlayer/codecs/ddnt.so.6.0 \
/opt/RealPlayer/codecs/ddnt.so
dosym /opt/RealPlayer/codecs/dnet.so.6.0 \
/opt/RealPlayer/codecs/dnet.so
fi
}

View File

@@ -1,47 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/realcodecs/realcodecs-11.0.1.1056.ebuild,v 1.2 2008/10/30 20:56:05 zmedico Exp $
inherit eutils rpm multilib
EAPI="1"
DESCRIPTION="Real Player audio and video binary codecs"
HOMEPAGE="http://www.real.com/ http://player.helixcommunity.org/"
SRC_URI="http://forms.real.com/real/player/download.html?f=unix/RealPlayer11GOLD.rpm"
RESTRICT="mirror strip test binchecks"
LICENSE="HBRL"
KEYWORDS="-* ~amd64 ~x86"
SLOT="0"
IUSE=""
RDEPEND=">=media-libs/win32codecs-20071007-r4
x86? ( =virtual/libstdc++-3.3* )
amd64? ( app-emulation/emul-linux-x86-compat )
!<media-video/realplayer-11.0.1.1056-r2"
S="${WORKDIR}/opt/real/RealPlayer"
pkg_setup() {
# This is a binary x86 package => ABI=x86
# Please keep this in future versions
# Danny van Dyk <kugelfang@gentoo.org> 2005/03/26
has_multilib_profile && ABI="x86"
}
src_install() {
dodir /opt/RealPlayer/
fperms 644 codecs/*
insinto "/opt/RealPlayer/codecs"
doins codecs/*
# We need symlinks to older codecs so that RealPlayer
# can play some streams, bug 240417
dosym /usr/$(get_libdir)/real/ddnt.so.6.0 \
/opt/RealPlayer/codecs/ddnt.so.6.0
dosym /usr/$(get_libdir)/real/dnet.so.6.0 \
/opt/RealPlayer/codecs/dnet.so.6.0
dosym /opt/RealPlayer/codecs/ddnt.so.6.0 \
/opt/RealPlayer/codecs/ddnt.so
dosym /opt/RealPlayer/codecs/dnet.so.6.0 \
/opt/RealPlayer/codecs/dnet.so
}