|
From: Yoda-JM <yo...@us...> - 2009-07-28 00:55:22
|
Module: performous
Branch: master
Commit: 4eae4bb83a8e963950d3fab0aa8f7ae84e73e310
Author: Vincent Le Ligeour <yo...@us...>
Date: Tue Jul 28 02:54:59 2009 +0200
Cleaned up dependencies
---
game/CMakeLists.txt | 2 +-
.../games-arcade/performous/performous-9999.ebuild | 7 ++-----
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/game/CMakeLists.txt b/game/CMakeLists.txt
index 848567e..97e70ff 100644
--- a/game/CMakeLists.txt
+++ b/game/CMakeLists.txt
@@ -14,7 +14,7 @@ include_directories(${Boost_INCLUDE_DIRS})
set(LIBS ${LIBS} ${Boost_LIBRARIES})
# Find all the libs that don't require extra parameters
-foreach(lib SDL PangoCairo LibRSVG LibXML++ Magick++ OpenGL GLEW AVFormat SWScale)
+foreach(lib SDL PangoCairo LibRSVG LibXML++ Magick++ GLEW AVFormat SWScale)
find_package(${lib} REQUIRED)
include_directories(${${lib}_INCLUDE_DIRS})
set(LIBS ${LIBS} ${${lib}_LIBRARIES})
diff --git a/portage-overlay/games-arcade/performous/performous-9999.ebuild b/portage-overlay/games-arcade/performous/performous-9999.ebuild
index 491960c..f068622 100644
--- a/portage-overlay/games-arcade/performous/performous-9999.ebuild
+++ b/portage-overlay/games-arcade/performous/performous-9999.ebuild
@@ -33,12 +33,9 @@ RDEPEND="gnome-base/librsvg
dev-libs/boost
x11-libs/pango
dev-cpp/libxmlpp
+ media-libs/glew
media-libs/libsdl[joystick,opengl]
- media-gfx/imagemagick
- (
- virtual/opengl
- virtual/glu
- )
+ media-gfx/imagemagick[png]
>=media-video/ffmpeg-0.4.9_p20070616-r20
alsa? ( media-libs/alsa-lib )
jack? ( media-sound/jack-audio-connection-kit )
|