Remove old version of games-emulation/pcsx-r, cause now it is in main tree as games-emulation/pcsxr
This commit is contained in:
parent
91f70bc8c9
commit
88bb788ae5
@ -1 +0,0 @@
|
|||||||
DIST pcsxr-1.9.92.tar.bz2 1471890 SHA256 fb96dbf17ea2d5215b58338534351143e8ef7316c25504991ba76309fc931611
|
|
@ -1,37 +0,0 @@
|
|||||||
diff --git a/data/Makefile.am b/data/Makefile.am
|
|
||||||
index 9930320..a507993 100644
|
|
||||||
--- a/data/Makefile.am
|
|
||||||
+++ b/data/Makefile.am
|
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
glade_DATA = pcsx.glade2
|
|
||||||
gladedir = $(datadir)/pcsx
|
|
||||||
|
|
||||||
-desktopdir = $(datadir)/applications
|
|
||||||
+desktopdir = /usr/share/applications
|
|
||||||
desktop_DATA = pcsx.desktop
|
|
||||||
|
|
||||||
EXTRA_DIST = $(glade_DATA) pcsx.desktop
|
|
||||||
diff --git a/gui/Makefile.am b/gui/Makefile.am
|
|
||||||
index eacfd67..a1e1002 100644
|
|
||||||
--- a/gui/Makefile.am
|
|
||||||
+++ b/gui/Makefile.am
|
|
||||||
@@ -1,5 +1,5 @@
|
|
||||||
INCLUDES = -DPACKAGE_DATA_DIR=\"${datadir}/pcsx/\" \
|
|
||||||
- -DPIXMAPDIR=\"${datadir}/pixmaps/\" \
|
|
||||||
+ -DPIXMAPDIR=\"/usr/share/pixmaps/\" \
|
|
||||||
-DLOCALE_DIR=\"${datadir}/locale/\" \
|
|
||||||
$(GTK2_CFLAGS) $(GLADE2_CFLAGS) \
|
|
||||||
-I$(top_srcdir)/libpcsxcore -I$(top_srcdir)/include \
|
|
||||||
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am
|
|
||||||
index ea6e2d2..2f04173 100644
|
|
||||||
--- a/pixmaps/Makefile.am
|
|
||||||
+++ b/pixmaps/Makefile.am
|
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
pixmapdir = "$(datadir)/pcsx"
|
|
||||||
pixmap_DATA = pcsx.jpg
|
|
||||||
|
|
||||||
-icondir = "$(datadir)/pixmaps"
|
|
||||||
+icondir = "/usr/share/pixmaps"
|
|
||||||
icon_DATA = pcsx-icon.png
|
|
||||||
|
|
||||||
EXTRA_DIST = pcsx.jpg pcsx-icon.png
|
|
@ -1,67 +0,0 @@
|
|||||||
# Copyright 1999-2010 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
EAPI=2
|
|
||||||
|
|
||||||
inherit eutils autotools games
|
|
||||||
|
|
||||||
MY_PN="${PN/-/}"
|
|
||||||
DESCRIPTION="PCSX-Reloaded: a fork of PCSX, the discontinued Playstation emulator"
|
|
||||||
HOMEPAGE="http://pcsxr.codeplex.com"
|
|
||||||
SRC_URI="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=pcsxr&DownloadId=140521&FileTime=129254829621800000&Build=17027 -> pcsxr-1.9.92.tar.bz2"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~x86 ~ppc"
|
|
||||||
IUSE="alsa opengl"
|
|
||||||
|
|
||||||
RDEPEND="x11-libs/gtk+:2
|
|
||||||
gnome-base/libglade
|
|
||||||
media-libs/libsdl
|
|
||||||
sys-libs/zlib
|
|
||||||
app-arch/bzip2
|
|
||||||
x11-libs/libXv
|
|
||||||
x11-libs/libXtst
|
|
||||||
alsa? ( media-libs/alsa-lib )
|
|
||||||
opengl? ( virtual/opengl
|
|
||||||
x11-libs/libXxf86vm )"
|
|
||||||
|
|
||||||
DEPEND="${RDEPEND}
|
|
||||||
!games-emulation/pcsx
|
|
||||||
!games-emulation/pcsx-df
|
|
||||||
x86? ( dev-lang/nasm )"
|
|
||||||
|
|
||||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
cd "${S}" || die
|
|
||||||
# fix plugin path
|
|
||||||
for i in $(grep -irl 'games/psemu' *);
|
|
||||||
do
|
|
||||||
einfo "Fixing plugin loading path for ${i}"
|
|
||||||
sed -i "$i" -e "s:games/psemu:psemu:g" || die "sed failed"
|
|
||||||
done
|
|
||||||
|
|
||||||
# fix icon and .desktop path
|
|
||||||
epatch "${FILESDIR}/${PN}-datadir.patch"
|
|
||||||
|
|
||||||
# regenerate for changes to spread
|
|
||||||
eautoreconf
|
|
||||||
}
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
egamesconf \
|
|
||||||
$(use_enable alsa) \
|
|
||||||
$(use_enable opengl) \
|
|
||||||
|| die "econf failed"
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
emake DESTDIR="${D}" install \
|
|
||||||
|| die "emake install failed"
|
|
||||||
|
|
||||||
dodoc README doc/keys.txt doc/tweaks.txt ChangeLog
|
|
||||||
prepgamesdirs
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user