[arch-commits] CVS update of extra/lib/plib (PKGBUILD plib-1.8.4-gcc41.patch)

Aaron Griffin aaron at archlinux.org
Sun May 13 05:05:26 UTC 2007


    Date: Sunday, May 13, 2007 @ 01:05:26
  Author: aaron
    Path: /home/cvs-extra/extra/lib/plib

 Removed: PKGBUILD (1.11) plib-1.8.4-gcc41.patch (1.1)

Package cleanup: moved to unsupported


------------------------+
 PKGBUILD               |   22 ----------------------
 plib-1.8.4-gcc41.patch |   20 --------------------
 2 files changed, 42 deletions(-)


Index: extra/lib/plib/PKGBUILD
diff -u extra/lib/plib/PKGBUILD:1.11 extra/lib/plib/PKGBUILD:removed
--- extra/lib/plib/PKGBUILD:1.11	Mon Feb 26 14:31:19 2007
+++ extra/lib/plib/PKGBUILD	Sun May 13 01:05:26 2007
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD,v 1.11 2007/02/26 19:31:19 andyrtr Exp $
-# Maintainer: arjan <arjan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=plib
-pkgver=1.8.4
-pkgrel=1.1
-pkgdesc=" PLIB is a set of libraries to write games and other realtime interactive applications"
-arch=('i686' 'x86_64')
-depends=()
-source=(http://plib.sourceforge.net/dist/$pkgname-$pkgver.tar.gz plib-1.8.4-gcc41.patch)
-url="http://plib.sourceforge.net/"
-md5sums=('5e3f289a9d1c5de0b1cfdec76bf139e6' 'df018721fb95cb80084a51f865f58b43')
-
-build() {
-  [ "$CARCH" = "x86_64" ] && export CXXFLAGS="$CXXFLAGS -fPIC"
-  patch -Np0 -i ../plib-1.8.4-gcc41.patch || return 1
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make || return 1
-  make prefix=$startdir/pkg/usr install
-}
Index: extra/lib/plib/plib-1.8.4-gcc41.patch
diff -u extra/lib/plib/plib-1.8.4-gcc41.patch:1.1 extra/lib/plib/plib-1.8.4-gcc41.patch:removed
--- extra/lib/plib/plib-1.8.4-gcc41.patch:1.1	Mon Feb 26 14:31:19 2007
+++ extra/lib/plib/plib-1.8.4-gcc41.patch	Sun May 13 01:05:26 2007
@@ -1,20 +0,0 @@
---- ./plib-1.8.4/src/ssgAux/ssgaSky.h.old	2003-09-26 16:54:20.000000000 +0200
-+++ ./plib-1.8.4/src/ssgAux/ssgaSky.h	2006-02-02 21:22:01.000000000 +0100
-@@ -104,7 +104,7 @@
-   ssgaCelestialBodyList ( int init = 3 )
- 	  : ssgSimpleList ( sizeof(ssgaCelestialBody*), init ) { }
- 
--  ssgaCelestialBodyList::~ssgaCelestialBodyList () { removeAll(); }
-+  ~ssgaCelestialBodyList () { removeAll(); }
- 
-   int getNum (void) { return total ; }
- 
-@@ -192,7 +192,7 @@
-   ssgaCloudLayerList ( int init = 3 )
- 	  : ssgSimpleList ( sizeof(ssgaCloudLayer*), init ) { }
- 
--  ssgaCloudLayerList::~ssgaCloudLayerList () { removeAll(); }
-+  ~ssgaCloudLayerList () { removeAll(); }
- 
-   int getNum (void) { return total ; }
- 




More information about the arch-commits mailing list