summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-05 14:20:33 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-05 14:20:33 +0000
commit1f1203af7b8f51b7f14570f18fc279357bcae01d (patch)
tree0f90b633979cd2e26ca3885a1ad301077d5fb001 /dev-perl
parentNew gal version. (Gnome2) (diff)
downloadhistorical-1f1203af7b8f51b7f14570f18fc279357bcae01d.tar.gz
historical-1f1203af7b8f51b7f14570f18fc279357bcae01d.tar.bz2
historical-1f1203af7b8f51b7f14570f18fc279357bcae01d.zip
some fix0rs
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/SDL-sdlpl/ChangeLog10
-rw-r--r--dev-perl/SDL-sdlpl/SDL-sdlpl-1.18.3-r1.ebuild42
-rw-r--r--dev-perl/SDL-sdlpl/files/digest-SDL-sdlpl-1.18.3-r11
3 files changed, 52 insertions, 1 deletions
diff --git a/dev-perl/SDL-sdlpl/ChangeLog b/dev-perl/SDL-sdlpl/ChangeLog
index 861423da5e3d..7429b7e6b167 100644
--- a/dev-perl/SDL-sdlpl/ChangeLog
+++ b/dev-perl/SDL-sdlpl/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for <CATEGORY>/<PACKAGE_NAME>
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SDL-sdlpl/ChangeLog,v 1.6 2002/06/05 13:40:13 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SDL-sdlpl/ChangeLog,v 1.7 2002/06/05 14:20:33 seemant Exp $
*SDL-sdlpl-1.18.4 (5 Jun 2002)
@@ -12,6 +12,14 @@
supply sdl-perl's compilation process the headers to nvidia's gl.h and
glu.h files.
+*SDL-sdlpl-1.18.3-r1 (5 Jun 2002)
+
+ 5 Jun 2002; Seemant Kulleen <seemant@gentoo.org>
+ SDL-sdlpl-1.18.3-r1.ebuild files/digest-SDL-sdlpl-1.18.3-r1 :
+
+ Did some sed'ing to include the location of the opengl header files that
+ the nvidia drivers provide.
+
*SDL-sdlpl-1.18.3 (4 Jun 2002)
4 Jun 2002; Seemant Kulleen <seemant@gentoo.org> SDL-sdlpl-1.18.3.ebuild
diff --git a/dev-perl/SDL-sdlpl/SDL-sdlpl-1.18.3-r1.ebuild b/dev-perl/SDL-sdlpl/SDL-sdlpl-1.18.3-r1.ebuild
new file mode 100644
index 000000000000..54b4a1dd447f
--- /dev/null
+++ b/dev-perl/SDL-sdlpl/SDL-sdlpl-1.18.3-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# distributed under the terms of the GNU General Pulic License, v2.
+# Author: Defresne Sylvain (keiichi) <kamisama@free.fr>
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SDL-sdlpl/SDL-sdlpl-1.18.3-r1.ebuild,v 1.1 2002/06/05 14:20:33 seemant Exp $
+
+
+inherit perl-module
+
+MY_P="SDL_perl"-${PV}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="SDL binding for perl"
+HOMEPAGE="http://sdlperl.org/"
+SRC_URI="http://sdlperl.org/downloads/${MY_P}.tar.gz"
+
+DEPEND="${DEPEND}
+ virtual/opengl
+ >=media-libs/sdl-mixer-1.0.5
+ >=media-libs/sdl-image-1.0.0
+ mpeg? ( media-libs/smpeg )
+ truetype? ( >=media-libs/sdl-ttf-2.0.5 )"
+
+mydoc="BUGS COPYING TODO"
+
+src_unpack()
+{
+ unpack "${A}"
+
+ # Patch 'Makefile.linux' to use '/usr/include/SDL'
+ # instead of '/usr/local/include/SDL' ...
+ cd ${S}
+ cp Makefile.linux Makefile.linux.orig
+ sed -e 's:/usr/local/include/GL:/usr/lib/opengl/nvidia/include/:g' \
+ -e 's:/local::g' \
+ Makefile.linux.orig > Makefile.linux
+
+ for i in OpenGL.xs SDL_perl.c OpenGL.c detect.c
+ do
+ cp ${i} ${i}.orig
+ sed "s:GL/::g" \
+ ${i}.orig > ${i}
+ done
+}
diff --git a/dev-perl/SDL-sdlpl/files/digest-SDL-sdlpl-1.18.3-r1 b/dev-perl/SDL-sdlpl/files/digest-SDL-sdlpl-1.18.3-r1
new file mode 100644
index 000000000000..5cf4a5f29def
--- /dev/null
+++ b/dev-perl/SDL-sdlpl/files/digest-SDL-sdlpl-1.18.3-r1
@@ -0,0 +1 @@
+MD5 a4032e99cbfe62f7af8a20eef2dd5e0f SDL_perl-1.18.3.tar.gz 629574