[Lunar-commits]
CVS: moonbase/perl/SDL_perl BUILD, 1.1, 1.2 DEPENDS,
1.1, 1.2 DETAILS, 1.2, 1.3
Terry Chan
tchan at lunar-linux.org
Fri Dec 17 03:23:07 UTC 2004
Update of /var/cvs/lunar/moonbase/perl/SDL_perl
In directory espresso.foo-projects.org:/tmp/cvs-serv15004
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
Version bump SDL_perl-2.1.2. Unfortunately the SDL perl devs changed the
source tarball name to SDL_Perl from SDL_perl. I've left the moonbase module
name alone and fixed the module internally to use the new name. Compiled/tested
with perl-5.8.6.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/perl/SDL_perl/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 19 Aug 2004 15:36:42 -0000 1.1
+++ BUILD 17 Dec 2004 03:23:05 -0000 1.2
@@ -1,9 +1,9 @@
(
- ./configure &&
- sedit "s/\/usr\/man\//\/usr\/share\/man\//g" Makefile &&
- make &&
+ perl Build.PL &&
+ ./Build &&
+ ./Build test &&
prepare_install &&
- make install
+ ./Build install
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/perl/SDL_perl/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 19 Aug 2004 15:36:42 -0000 1.1
+++ DEPENDS 17 Dec 2004 03:23:05 -0000 1.2
@@ -4,8 +4,7 @@
optional_depends "SDL_mixer" "" "" "For mixer support" &&
optional_depends "SDL_net" "" "" "For networking support" &&
optional_depends "SDL_gfx" "" "" "For extended graphics support" &&
-optional_depends "smpeg" "" "" "For MPEG support"
-# not in lunar yet:
-# optional_depends "SDL_ttf" "" "" "For truetype fonts support" &&
+optional_depends "smpeg" "" "" "For MPEG support" &&
+optional_depends "SDL_ttf" "" "" "For truetype fonts support"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/perl/SDL_perl/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 5 Oct 2004 09:30:15 -0000 1.2
+++ DETAILS 17 Dec 2004 03:23:05 -0000 1.3
@@ -1,10 +1,11 @@
MODULE=SDL_perl
- VERSION=1.19.2
- SOURCE=$MODULE-$VERSION.tar.gz
+ VERSION=2.1.2
+ SOURCE=SDL_Perl-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/SDL_Perl-$VERSION
SOURCE_URL=http://backpan.cpan.org/authors/id/D/DG/DGOEHRIG/
WEB_SITE=http://sdl.perl.org/
ENTERED=20020629
- UPDATED=20040819
+ UPDATED=20041216
SHORT="A perl to SDL library"
cat << EOF
SDLperl is a multimedia programming extension to perl. Through use of
More information about the Lunar-commits
mailing list