[arch-commits] Commit in mednafen/repos (10 files)

Jonathan Steel jsteel at nymeria.archlinux.org
Tue Jan 29 21:58:18 UTC 2013


    Date: Tuesday, January 29, 2013 @ 22:58:18
  Author: jsteel
Revision: 83342

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mednafen/repos/community-i686/PKGBUILD
    (from rev 83341, mednafen/trunk/PKGBUILD)
  mednafen/repos/community-i686/mednafen.install
    (from rev 83341, mednafen/trunk/mednafen.install)
  mednafen/repos/community-x86_64/PKGBUILD
    (from rev 83341, mednafen/trunk/PKGBUILD)
  mednafen/repos/community-x86_64/mednafen.install
    (from rev 83341, mednafen/trunk/mednafen.install)
Deleted:
  mednafen/repos/community-i686/ChangeLog
  mednafen/repos/community-i686/PKGBUILD
  mednafen/repos/community-i686/mednafen-0.8.13.3-zlib-1.2.6.patch
  mednafen/repos/community-x86_64/ChangeLog
  mednafen/repos/community-x86_64/PKGBUILD
  mednafen/repos/community-x86_64/mednafen-0.8.13.3-zlib-1.2.6.patch

-----------------------------------------------------+
 community-i686/ChangeLog                            |    9 --
 community-i686/PKGBUILD                             |   68 +++++++++---------
 community-i686/mednafen-0.8.13.3-zlib-1.2.6.patch   |   29 -------
 community-i686/mednafen.install                     |    5 +
 community-x86_64/ChangeLog                          |    9 --
 community-x86_64/PKGBUILD                           |   68 +++++++++---------
 community-x86_64/mednafen-0.8.13.3-zlib-1.2.6.patch |   29 -------
 community-x86_64/mednafen.install                   |    5 +
 8 files changed, 82 insertions(+), 140 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2013-01-29 21:57:55 UTC (rev 83341)
+++ community-i686/ChangeLog	2013-01-29 21:58:18 UTC (rev 83342)
@@ -1,9 +0,0 @@
-2012-02-23 Allan McRae <allan at archlinux.org>
-    * Rebuild for libcdio soname bumps
-
-2011-05-17 Angel Velasquez <angvp at archlinux.org>
-    * Updated to 0.8.D.3
-	* Removed fix_build patch
-	* Cleaned PKGBUILD
-	* Adding ChangeLog
-

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-01-29 21:57:55 UTC (rev 83341)
+++ community-i686/PKGBUILD	2013-01-29 21:58:18 UTC (rev 83342)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <mail at jsteel dot org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: kagan <juanynie at mi.madritel.es>
-
-pkgname=mednafen
-pkgver=0.8.D.3
-pkgrel=3
-pkgdesc="A command-line multi-system gaming emulator"
-url="http://mednafen.sourceforge.net/"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libcdio' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'libsndfile' 'zlib')
-makedepends=('pkgconfig' 'mesa' 'glu')
-changelog=ChangeLog
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2
-        mednafen-0.8.13.3-zlib-1.2.6.patch)
-md5sums=('57d22805071becd81858b0c088a275e5'
-         '450bb5aa7552db5b8f6d6713bdb725ce')
-
-build() {
-  cd $srcdir/$pkgname
-  patch -Np1 -i $srcdir/mednafen-0.8.13.3-zlib-1.2.6.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-}

Copied: mednafen/repos/community-i686/PKGBUILD (from rev 83341, mednafen/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-29 21:58:18 UTC (rev 83342)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel <mail at jsteel dot org>
+# Contributor: megadriver <megadriver at gmx dot com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: kagan <juanynie at mi.madritel.es>
+# Contributor: Hans-Kristian Arntzen <maister at archlinux.us>
+
+pkgname=mednafen
+pkgver=0.9.28
+_pkgver=0.9.28-wip
+pkgrel=1
+pkgdesc="A command-line multi-system gaming emulator"
+url="http://mednafen.sourceforge.net"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
+makedepends=('mesa' 'glu')
+replaces=('mednafen-wip')
+install="$pkgname.install"
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$_pkgver.tar.bz2)
+md5sums=('2b9f0be9f77a6e1b5d26093e30b24e77')
+
+build() {
+  cd "$srcdir"/$pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+
+  make DESTDIR="$pkgdir"/ install
+}

Deleted: community-i686/mednafen-0.8.13.3-zlib-1.2.6.patch
===================================================================
--- community-i686/mednafen-0.8.13.3-zlib-1.2.6.patch	2013-01-29 21:57:55 UTC (rev 83341)
+++ community-i686/mednafen-0.8.13.3-zlib-1.2.6.patch	2013-01-29 21:58:18 UTC (rev 83342)
@@ -1,29 +0,0 @@
---- mednafen.orig/src/file.cpp
-+++ mednafen/src/file.cpp
-@@ -229,7 +229,7 @@
-    goto doret;
-   }
- 
--  while((howmany = gzread(tz, tmp->data + cur_size, cur_alloced - cur_size)) > 0)
-+  while((howmany = gzread((gzFile)tz, tmp->data + cur_size, cur_alloced - cur_size)) > 0)
-   {
-    cur_size += howmany;
-    cur_alloced <<= 1;
-@@ -282,7 +282,7 @@
-  }
-  else if(type == MDFN_FILETYPE_GZIP)
-  {
--  gzclose(tz);
-+  gzclose((gzFile)tz);
-  }
-  else if(type == MDFN_FILETYPE_ZIP)
-  {
-@@ -444,7 +444,7 @@
- 
-    if(!(fceufp = MakeMemWrap(t, 1)))
-    {
--    gzclose(t);
-+    gzclose((gzFile)t);
-     return(0);
-    }
- 

Copied: mednafen/repos/community-i686/mednafen.install (from rev 83341, mednafen/trunk/mednafen.install)
===================================================================
--- community-i686/mednafen.install	                        (rev 0)
+++ community-i686/mednafen.install	2013-01-29 21:58:18 UTC (rev 83342)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  echo 'Save states from 0.8.x and earlier are not compatible with 0.9.x,
+  [...] The configuration file name has changed to "mednafen-09x.cfg"
+  [...] http://mednafen.sourceforge.net/releases/'
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2013-01-29 21:57:55 UTC (rev 83341)
+++ community-x86_64/ChangeLog	2013-01-29 21:58:18 UTC (rev 83342)
@@ -1,9 +0,0 @@
-2012-02-23 Allan McRae <allan at archlinux.org>
-    * Rebuild for libcdio soname bumps
-
-2011-05-17 Angel Velasquez <angvp at archlinux.org>
-    * Updated to 0.8.D.3
-	* Removed fix_build patch
-	* Cleaned PKGBUILD
-	* Adding ChangeLog
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-01-29 21:57:55 UTC (rev 83341)
+++ community-x86_64/PKGBUILD	2013-01-29 21:58:18 UTC (rev 83342)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <mail at jsteel dot org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: kagan <juanynie at mi.madritel.es>
-
-pkgname=mednafen
-pkgver=0.8.D.3
-pkgrel=3
-pkgdesc="A command-line multi-system gaming emulator"
-url="http://mednafen.sourceforge.net/"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libcdio' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'libsndfile' 'zlib')
-makedepends=('pkgconfig' 'mesa' 'glu')
-changelog=ChangeLog
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2
-        mednafen-0.8.13.3-zlib-1.2.6.patch)
-md5sums=('57d22805071becd81858b0c088a275e5'
-         '450bb5aa7552db5b8f6d6713bdb725ce')
-
-build() {
-  cd $srcdir/$pkgname
-  patch -Np1 -i $srcdir/mednafen-0.8.13.3-zlib-1.2.6.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-}

Copied: mednafen/repos/community-x86_64/PKGBUILD (from rev 83341, mednafen/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-29 21:58:18 UTC (rev 83342)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel <mail at jsteel dot org>
+# Contributor: megadriver <megadriver at gmx dot com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: kagan <juanynie at mi.madritel.es>
+# Contributor: Hans-Kristian Arntzen <maister at archlinux.us>
+
+pkgname=mednafen
+pkgver=0.9.28
+_pkgver=0.9.28-wip
+pkgrel=1
+pkgdesc="A command-line multi-system gaming emulator"
+url="http://mednafen.sourceforge.net"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
+makedepends=('mesa' 'glu')
+replaces=('mednafen-wip')
+install="$pkgname.install"
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$_pkgver.tar.bz2)
+md5sums=('2b9f0be9f77a6e1b5d26093e30b24e77')
+
+build() {
+  cd "$srcdir"/$pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+
+  make DESTDIR="$pkgdir"/ install
+}

Deleted: community-x86_64/mednafen-0.8.13.3-zlib-1.2.6.patch
===================================================================
--- community-x86_64/mednafen-0.8.13.3-zlib-1.2.6.patch	2013-01-29 21:57:55 UTC (rev 83341)
+++ community-x86_64/mednafen-0.8.13.3-zlib-1.2.6.patch	2013-01-29 21:58:18 UTC (rev 83342)
@@ -1,29 +0,0 @@
---- mednafen.orig/src/file.cpp
-+++ mednafen/src/file.cpp
-@@ -229,7 +229,7 @@
-    goto doret;
-   }
- 
--  while((howmany = gzread(tz, tmp->data + cur_size, cur_alloced - cur_size)) > 0)
-+  while((howmany = gzread((gzFile)tz, tmp->data + cur_size, cur_alloced - cur_size)) > 0)
-   {
-    cur_size += howmany;
-    cur_alloced <<= 1;
-@@ -282,7 +282,7 @@
-  }
-  else if(type == MDFN_FILETYPE_GZIP)
-  {
--  gzclose(tz);
-+  gzclose((gzFile)tz);
-  }
-  else if(type == MDFN_FILETYPE_ZIP)
-  {
-@@ -444,7 +444,7 @@
- 
-    if(!(fceufp = MakeMemWrap(t, 1)))
-    {
--    gzclose(t);
-+    gzclose((gzFile)t);
-     return(0);
-    }
- 

Copied: mednafen/repos/community-x86_64/mednafen.install (from rev 83341, mednafen/trunk/mednafen.install)
===================================================================
--- community-x86_64/mednafen.install	                        (rev 0)
+++ community-x86_64/mednafen.install	2013-01-29 21:58:18 UTC (rev 83342)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  echo 'Save states from 0.8.x and earlier are not compatible with 0.9.x,
+  [...] The configuration file name has changed to "mednafen-09x.cfg"
+  [...] http://mednafen.sourceforge.net/releases/'
+}




More information about the arch-commits mailing list