public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-emulation/ps2emu-gsdx/
@ 2012-08-08 15:32 Marcel Unbehaun
  0 siblings, 0 replies; only message in thread
From: Marcel Unbehaun @ 2012-08-08 15:32 UTC (permalink / raw
  To: gentoo-commits

commit:     8edf499689ceffbd7d74fff58e8d822908c1f68d
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Wed Aug  8 15:34:43 2012 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Wed Aug  8 15:34:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=8edf4996

[games-emulation/ps2emu-gsdx]	sdl no longer required - ps2emu-gsdx-9999.ebuild

---
 .../ps2emu-gsdx/ps2emu-gsdx-0.1.16.ebuild          |   84 --------------------
 .../ps2emu-gsdx/ps2emu-gsdx-9999.ebuild            |    1 -
 2 files changed, 0 insertions(+), 85 deletions(-)

diff --git a/games-emulation/ps2emu-gsdx/ps2emu-gsdx-0.1.16.ebuild b/games-emulation/ps2emu-gsdx/ps2emu-gsdx-0.1.16.ebuild
deleted file mode 100644
index 493e5b1..0000000
--- a/games-emulation/ps2emu-gsdx/ps2emu-gsdx-0.1.16.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-WX_GTK_VER="2.8"
-MY_PV=pcsx2-0.9.8-r4600-sources
-
-inherit games cmake-utils
-
-DESCRIPTION="gsdx plugin for pcsx2"
-HOMEPAGE="http://www.pcsx2.net"
-SRC_URI="http://forums.pcsx2.net/attachment.php?aid=28280 -> pcsx2-0.9.8.7z"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="debug"
-if use amd64; then
-	ABI="x86"
-fi
-if use debug; then
-	CMAKE_BUILD_TYPE="Debug"
-else
-	CMAKE_BUILD_TYPE="Release"
-fi
-
-DEPEND="
-	x86? (
-		virtual/opengl
-		x11-libs/libX11
-		x11-libs/libXext
-
-	)
-	amd64? ( app-emulation/emul-linux-x86-opengl
-		app-emulation/emul-linux-x86-xlibs
-
-	)"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	sed -i -e "s:add_subdirectory(SoundTouch)::g" -i 3rdparty/CMakeLists.txt
-	sed -i -e "s:INSTALL(FILES:#INSTALL(FILES:g" -i CMakeLists.txt
-	sed -i -e "s:add_subdirectory(locales)::g" -i CMakeLists.txt
-	sed -i -e "s:add_subdirectory(tools)::g" -i CMakeLists.txt
-	sed -i -e "s:add_subdirectory(common/src/Utilities)::g" -i CMakeLists.txt
- 	sed -i -e "s:add_subdirectory(common/src/x86emitter)::g" -i CMakeLists.txt
-	sed -i -e "s:pcsx2_core TRUE:pcsx2_core FALSE:g" -i cmake/SelectPcsx2Plugins.cmake
-	sed -i -e "s:CDVDiso TRUE:CDVDiso FALSE:g" -i cmake/SelectPcsx2Plugins.cmake
-	sed -i -e "s:CDVDlinuz TRUE:CDVDlinuz FALSE:g" -i cmake/SelectPcsx2Plugins.cmake
-	sed -i -e "s:CDVDnull TRUE:CDVDnull FALSE:g" -i cmake/SelectPcsx2Plugins.cmake
-	sed -i -e "s:dev9null TRUE:dev9null FALSE:g" -i cmake/SelectPcsx2Plugins.cmake
-	sed -i -e "s:FWnull TRUE:FWnull FALSE:g" -i cmake/SelectPcsx2Plugins.cmake
-	sed -i -e "s:GSnull TRUE:GSnull FALSE:g" -i cmake/SelectPcsx2Plugins.cmake
-	sed -i -e "s:zerogs TRUE:zerogs FALSE:g" -i cmake/SelectPcsx2Plugins.cmake
-	sed -i -e "s:zzogl TRUE:zzogl FALSE:g" -i cmake/SelectPcsx2Plugins.cmake
-	sed -i -e "s:PadNull TRUE:PadNull FALSE:g" -i cmake/SelectPcsx2Plugins.cmake
-	sed -i -e "s:onepad TRUE:onepad FALSE:g" -i cmake/SelectPcsx2Plugins.cmake
-	sed -i -e "s:zeropad TRUE:zeropad FALSE:g" -i cmake/SelectPcsx2Plugins.cmake
-	sed -i -e "s:SPU2null TRUE:SPU2null FALSE:g" -i cmake/SelectPcsx2Plugins.cmake
-	sed -i -e "s:spu2-x TRUE:spu2-x FALSE:g" -i cmake/SelectPcsx2Plugins.cmake
-	sed -i -e "s:zerospu2 TRUE:zerospu2 FALSE:g" -i cmake/SelectPcsx2Plugins.cmake
-	sed -i -e "s:USBnull TRUE:USBnull FALSE:g" -i cmake/SelectPcsx2Plugins.cmake
-}
-
-S=${WORKDIR}/${MY_PV}
-
-src_configure() {
-	mycmakeargs="
-		-DPACKAGE_MODE=1
-		-DPLUGIN_DIR=$(games_get_libdir)/pcsx2
-		-DPLUGIN_DIR_COMPILATION=$(games_get_libdir)/pcsx2
-		-DCMAKE_INSTALL_PREFIX=/usr
-		-DFORCE_INTERNAL_SDL=1
-		"
-	cmake-utils_src_configure
-}
-
-src_install() {
-	insinto $(games_get_libdir)/pcsx2
-	doins bin/plugins/libGSdx.so || die	
-	prepgamesdirs
-}

diff --git a/games-emulation/ps2emu-gsdx/ps2emu-gsdx-9999.ebuild b/games-emulation/ps2emu-gsdx/ps2emu-gsdx-9999.ebuild
index 87c808f..e3d23c2 100644
--- a/games-emulation/ps2emu-gsdx/ps2emu-gsdx-9999.ebuild
+++ b/games-emulation/ps2emu-gsdx/ps2emu-gsdx-9999.ebuild
@@ -70,7 +70,6 @@ src_configure() {
 		-DPLUGIN_DIR=$(games_get_libdir)/pcsx2
 		-DPLUGIN_DIR_COMPILATION=$(games_get_libdir)/pcsx2
 		-DCMAKE_INSTALL_PREFIX=/usr
-		-DFORCE_INTERNAL_SDL=1
 		"
 	cmake-utils_src_configure
 }


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-08 15:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08 15:32 [gentoo-commits] proj/gamerlay:master commit in: games-emulation/ps2emu-gsdx/ Marcel Unbehaun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox