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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Jan 14 16:11:50 UTC 2014


    Date: Tuesday, January 14, 2014 @ 17:11:49
  Author: bpiotrowski
Revision: 104018

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

Added:
  mednafen/repos/community-staging-i686/
  mednafen/repos/community-staging-i686/PKGBUILD
    (from rev 104017, mednafen/trunk/PKGBUILD)
  mednafen/repos/community-staging-i686/mednafen.install
    (from rev 104017, mednafen/trunk/mednafen.install)
  mednafen/repos/community-staging-x86_64/
  mednafen/repos/community-staging-x86_64/PKGBUILD
    (from rev 104017, mednafen/trunk/PKGBUILD)
  mednafen/repos/community-staging-x86_64/mednafen.install
    (from rev 104017, mednafen/trunk/mednafen.install)

-------------------------------------------+
 community-staging-i686/PKGBUILD           |   36 ++++++++++++++++++++++++++++
 community-staging-i686/mednafen.install   |    5 +++
 community-staging-x86_64/PKGBUILD         |   36 ++++++++++++++++++++++++++++
 community-staging-x86_64/mednafen.install |    5 +++
 4 files changed, 82 insertions(+)

Copied: mednafen/repos/community-staging-i686/PKGBUILD (from rev 104017, mednafen/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-01-14 16:11:49 UTC (rev 104018)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.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.32.1
+_pkgver=$pkgver-wip
+pkgrel=2
+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=('ee9edeece554755e762a6d140fad21e9')
+
+build() {
+  cd "$srcdir"/$pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+
+  make DESTDIR="$pkgdir"/ install
+}

Copied: mednafen/repos/community-staging-i686/mednafen.install (from rev 104017, mednafen/trunk/mednafen.install)
===================================================================
--- community-staging-i686/mednafen.install	                        (rev 0)
+++ community-staging-i686/mednafen.install	2014-01-14 16:11:49 UTC (rev 104018)
@@ -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/'
+}

Copied: mednafen/repos/community-staging-x86_64/PKGBUILD (from rev 104017, mednafen/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-01-14 16:11:49 UTC (rev 104018)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.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.32.1
+_pkgver=$pkgver-wip
+pkgrel=2
+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=('ee9edeece554755e762a6d140fad21e9')
+
+build() {
+  cd "$srcdir"/$pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+
+  make DESTDIR="$pkgdir"/ install
+}

Copied: mednafen/repos/community-staging-x86_64/mednafen.install (from rev 104017, mednafen/trunk/mednafen.install)
===================================================================
--- community-staging-x86_64/mednafen.install	                        (rev 0)
+++ community-staging-x86_64/mednafen.install	2014-01-14 16:11:49 UTC (rev 104018)
@@ -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