Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#881 - SDL_perl is broken

Attached to Project: Arch Linux
Opened by Raven Morris (Samus_Aran) - Wednesday, 05 May 2004, 00:53 GMT
Last edited by Dale Blount (dale) - Wednesday, 05 May 2004, 01:30 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To dorphell (dorphell)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

SDL_perl modules have not been updated to match the new Perl 5.x.x directory structure.
This task depends upon

Closed by  dorphell (dorphell)
Wednesday, 05 January 2005, 21:21 GMT
Reason for closing:  Fixed
Additional comments about closing:  Manually installed
Comment by Raven Morris (Samus_Aran) - Wednesday, 05 May 2004, 06:19 GMT
I'm not familiar with the syntax of PKGBUILDs, but here you go dorphell:

# $Id: PKGBUILD,v 1.12 2003/12/06 01:25:40 dorphell Exp $
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Maintainer: dorphell <dorphell@archlinux.org>

pkgname=sdl_perl
pkgver=2.1.0
pkgrel=1
pkgdesc="SDL_Perl is a Perl wrapper for SDL featuring almost complete functionality, including dynamic mode switching, alpha-blended 2D graphics and OpenGL."
depends=('perl' 'sdl' 'sdl_gfx' 'freetype2' 'libjpeg' 'sdl_ttf' 'sdl_image' 'libpng' 'libogg' 'libvorbis' 'sdl_mixer' 'sdl_net' 'alsa-lib')
source=(http://search.cpan.org/CPAN/authors/id/D/DG/DGOEHRIG/SDL_Perl-$pkgver.tar.gz)
url="http://sdl.perl.org/"
md5sums=('7dc4ab6620003f37ff4093d052ed46fa')

build() {
cd $startdir/src/SDL_Perl-$pkgver
perl Build.PL && \
./Build && \
perl Makefile.PL && \
make && \
make test && \
make DESTDIR=$startdir/pkg install || return 1
}
Comment by dorphell (dorphell) - Wednesday, 05 January 2005, 21:21 GMT
After carefully inspecting the perl install script, I was able to fix the install process and everything is good here.

Loading...