diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-08-12 14:18:26 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-08-12 14:18:26 +0000 |
commit | eddbc98aa28d38b35833cfb1a4a3cf632c9f2b47 (patch) | |
tree | aab622d20dd9fda10be6705c4261a07bcfa69079 /community | |
parent | 853acffdfdaafc5b2982cbac2a0e5adda28e6d6e (diff) |
Fri Aug 12 14:18:26 UTC 2011
Diffstat (limited to 'community')
-rw-r--r-- | community/desmume/PKGBUILD | 34 | ||||
-rw-r--r-- | community/fceux/ChangeLog | 21 | ||||
-rw-r--r-- | community/fceux/PKGBUILD | 35 | ||||
-rw-r--r-- | community/fceux/fceux.desktop | 10 | ||||
-rw-r--r-- | community/fceux/fceux.png | bin | 583 -> 0 bytes | |||
-rw-r--r-- | community/mednafen/ChangeLog | 6 | ||||
-rwxr-xr-x | community/mednafen/PKGBUILD | 26 | ||||
-rw-r--r-- | community/mupen64plus/PKGBUILD | 32 | ||||
-rw-r--r-- | community/nestopia/ChangeLog | 12 | ||||
-rw-r--r-- | community/nestopia/PKGBUILD | 46 | ||||
-rw-r--r-- | community/nestopia/nestopia | 10 | ||||
-rw-r--r-- | community/nestopia/nestopia_bogus_error_on_save_settings.patch | 11 | ||||
-rw-r--r-- | community/pcsxr/PKGBUILD | 28 |
13 files changed, 0 insertions, 271 deletions
diff --git a/community/desmume/PKGBUILD b/community/desmume/PKGBUILD deleted file mode 100644 index 65a01fb7d..000000000 --- a/community/desmume/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 38953 2011-02-03 21:59:54Z bfanella $ -# Maintainer: Jonathan Conder <jonno dot conder at gmail dot com> -# Maintainer: Brad Fanella <bradfanella@archlinux.us> -# Contributor: Arkham <arkham at archlinux dot us> -# Contributor: Nathan Jones <nathanj@insightbb.com> -# Contributor: Javier "Phrodo_00" Aravena <phrodo.00 at gmail dot com> -# Contributor: angvp <angvp at archlinux dot us> -# Contributor: Allan <mcrae_allan at hotmail dot com> -# Contributor: w0rm <w0rmtux at gmail dot com> -# Contributor: vEX <vex at niechift dot com> -# Contributor: Asher256 <achrafcherti at gmail dot com> - -pkgname=desmume -pkgver=0.9.7 -pkgrel=3 -pkgdesc="Nintendo DS emulator" -arch=('i686' 'x86_64') -url="http://desmume.org/" -license=('GPL') -depends=('agg' 'gtkglext' 'intltool' 'libgl' 'libglade' 'mesa') -replaces=('desmume-core' 'desmume-cli' 'desmume-gtk' 'desmume-glade') -source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('0a0f7ef3cc76ff0bbc6f3df47c3689653617074ea7ffc354e9fa1240c5336523') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --enable-wifi - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} diff --git a/community/fceux/ChangeLog b/community/fceux/ChangeLog deleted file mode 100644 index 93ba8b368..000000000 --- a/community/fceux/ChangeLog +++ /dev/null @@ -1,21 +0,0 @@ -2009-11-06 Eric Belanger <eric@archlinux.org> - - * fceux 2.1.2-1 - * Upstream update - -2009-08-05 Eric Belanger <eric@archlinux.org> - - * fceux 2.1.1-1 - * gfceux 2.1.1-1 - * Upstream update - * Implemented split packages - -2009-04-06 Eric Belanger <eric@archlinux.org> - - * fceux 2.1.0a-1 - * Upstream update - -2009-03-06 Eric Belanger <eric@archlinux.org> - - * fceux 2.0.3-1 - * Added to [community] repo to replace fceu diff --git a/community/fceux/PKGBUILD b/community/fceux/PKGBUILD deleted file mode 100644 index 4e9ccae29..000000000 --- a/community/fceux/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 49458 2011-06-16 19:25:29Z angvp $ -# Maintainer: Eric Belanger <eric@archlinux.org> -# Contributor: Jo Christian Bergskås <jcberg@gmail.com> - -pkgname=fceux -pkgver=2.1.5 -pkgrel=1 -arch=('i686' 'x86_64') -url="http://fceux.com/web/home.html" -pkgdesc="A fast and ultra-compatible NES/Famicom emulator with SDL, OpenGL and SVGALIB support" -license=('GPL') -depends=('sdl' 'lua' 'gtk2') -makedepends=('scons' 'mesa') -optdepends=('xchm: for viewing the help manual') -provides=('fceu' 'gfceux') -replaces=('fceu' 'gfceux') -source=(http://downloads.sourceforge.net/fceultra/$pkgname-${pkgver}.src.tar.bz2 \ - fceux.desktop fceux.png) - -build() { - cd "${srcdir}/fceu$pkgver" - scons - - sed -i "s|/usr/local|${pkgdir}/usr|" SConstruct - scons install - - install -D -m644 bin/$pkgname.chm "${pkgdir}/usr/share/doc/$pkgname/$pkgname.chm" - install -D -m644 "$srcdir"/fceux.desktop "${pkgdir}"/usr/share/applications/fceux.desktop - install -D -m644 "$srcdir"/fceux.png "$pkgdir"/usr/share/pixmaps/fceux.png -} - -# vim:set ts=2 sw=2 et: -md5sums=('e8b20e62bbbb061b1a59d51b47c827bd' - '30baf915c936926fa50f59d8276f6575' - '3fe753731ac46b5fee528b1f73abd3e3') diff --git a/community/fceux/fceux.desktop b/community/fceux/fceux.desktop deleted file mode 100644 index c166755e8..000000000 --- a/community/fceux/fceux.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Name=Fceux -GenericName=NES/Famicom emulator -Exec=fceux -Icon=/usr/share/pixmaps/fceux.png -Type=Application -Categories=Game;Emulator; -Encoding=UTF-8 - - diff --git a/community/fceux/fceux.png b/community/fceux/fceux.png Binary files differdeleted file mode 100644 index 1cf27b1fd..000000000 --- a/community/fceux/fceux.png +++ /dev/null diff --git a/community/mednafen/ChangeLog b/community/mednafen/ChangeLog deleted file mode 100644 index a3097076c..000000000 --- a/community/mednafen/ChangeLog +++ /dev/null @@ -1,6 +0,0 @@ -2011-05-17 Angel Velasquez <angvp@archlinux.org> - * Updated to 0.8.D.3 - * Removed fix_build patch - * Cleaned PKGBUILD - * Adding ChangeLog - diff --git a/community/mednafen/PKGBUILD b/community/mednafen/PKGBUILD deleted file mode 100755 index 88e469afc..000000000 --- a/community/mednafen/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Maintainer: Angel Velasquez <angvp@archlinux.org> -# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com> -# Contributor: kagan <juanynie@mi.madritel.es> -pkgname=mednafen -pkgver=0.8.D.3 -pkgrel=1 -pkgdesc="A command-line multi-system gaming emulator" -url="http://mednafen.sourceforge.net/" -license=(GPL) -arch=('i686' 'x86_64') -depends=('libcdio>=0.82' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'libsndfile' 'zlib') -makedepends=('pkgconfig' 'mesa') -changelog=ChangeLog -source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2) -md5sums=('57d22805071becd81858b0c088a275e5') - -build() { - cd $srcdir/$pkgname - ./configure --prefix=/usr - make -} - -package() { - cd $srcdir/$pkgname - make DESTDIR=$pkgdir install -} diff --git a/community/mupen64plus/PKGBUILD b/community/mupen64plus/PKGBUILD deleted file mode 100644 index 176980418..000000000 --- a/community/mupen64plus/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 50291 2011-06-27 20:35:36Z jelle $ -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> -# Contributor: Thomas Dziedzic < gostrc at gmail > -# Contributor: Laurent Carlier <lordheavym@gmail.com> -# Contributor: Allan McRae <allan@archlinux.org> -# Contributor: Zephyr - -pkgname=mupen64plus -pkgver=1.99.4 -pkgrel=2 -pkgdesc='Nintendo64 Emulator' -arch=('i686' 'x86_64') -url='http://code.google.com/p/mupen64plus/' -license=('GPL') -depends=('mesa' 'libsamplerate' 'libpng' 'sdl' 'freetype2') -source=("http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz") -md5sums=('81c4f11c341d7ea4dbd81cf2f0467dc2') - -build() { - cd mupen64plus-bundle-src-${pkgver} - - sh m64p_build.sh -} - -package() { - cd mupen64plus-bundle-src-$pkgver - - # set LDCONFIG since we are using fakeroot and scripts run root commands by checking the uid - ./m64p_install.sh DESTDIR="$pkgdir" PREFIX='/usr' MANDIR='/usr/share/man/man6' LDCONFIG='true' -} - -# vim: ts=2:sw=2:et diff --git a/community/nestopia/ChangeLog b/community/nestopia/ChangeLog deleted file mode 100644 index 5077d00b2..000000000 --- a/community/nestopia/ChangeLog +++ /dev/null @@ -1,12 +0,0 @@ -2008-12-16 Tiago Pierezan Camargo <tcamargo@gmail.com> - - * PKGBUILD: Minor corrections. - -2008-12-04 Tiago Pierezan Camargo <tcamargo@gmail.com> - - * PKGBUILD (source): Package adopted. - Variable/version cleanup. - Patch to remove bogus error messages on program exit. - New dependency: mesa. - Renamed executable to nestopia. - diff --git a/community/nestopia/PKGBUILD b/community/nestopia/PKGBUILD deleted file mode 100644 index 0cff030f3..000000000 --- a/community/nestopia/PKGBUILD +++ /dev/null @@ -1,46 +0,0 @@ -# $Id: PKGBUILD 53185 2011-07-31 19:02:49Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Tiago Pierezan Camargo <tcamargo@gmail.com> -# Contributor: robb_force <robb_force@holybuffalo.net> - -pkgname=nestopia -pkgver=1.40h -pkgrel=4 -pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number of mappers, and lots of custom sound chips.' -url='http://rbelmont.mameworld.info/?page_id=200' -license=('GPL') -arch=('i686' 'x86_64') -depends=('sdl>=1.2.12' 'alsa-lib' 'gtk2>=2.4' 'mesa') -makedepends=('unzip') -# rbelmont.mameworld.info blocks some user-agents -DLAGENTS=('http::/usr/bin/wget -c -t 3 --waitretry=3 --user-agent=Mozilla/5.0 -O %o %u' - 'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u') -source=("https://downloads.sourceforge.net/project/nestopia/Nestopia/v${pkgver//[a-z]/}/Nestopia${pkgver//[.a-z]/}src.zip" - "http://rbelmont.mameworld.info/nst${pkgver//[a.a-z]/}_lnx_release_${pkgver:${#pkgver}-1:1}.zip" - "nestopia" - "nestopia_bogus_error_on_save_settings.patch") -md5sums=('526c99a06d2b257135e7047b0ed95ae0' - 'f9a9a905bada67e11dac1364612d0b35' - 'abc2f030dd291f58d65c9095ef024225' - '0160078c9afcbb1a6ac389c3989929f7') - -build() { - cd ${srcdir} - # remove a bogus error message on exit - patch -p0 < nestopia_bogus_error_on_save_settings.patch - make -j1 - - # Install the nestopia script that copies required files to ~/.nestopia - install -Dm755 ${srcdir}/${pkgname} ${pkgdir}/usr/bin/${pkgname} - - # Older releases used a .sh file. Make a symlink to make everyone happy - cd ${pkgdir}/usr/bin - ln -s ${pkgname} ${pkgname}.sh - - # Install the required files and executable in /usr/share - cd ${srcdir} - install -Dm755 nst ${pkgdir}/usr/bin/${pkgname}-bin - install -dm775 ${pkgdir}/usr/share/${pkgname}/ - install -m644 nstcontrols ${pkgdir}/usr/share/${pkgname}/ - install -m644 NstDatabase.xml ${pkgdir}/usr/share/${pkgname}/ -} diff --git a/community/nestopia/nestopia b/community/nestopia/nestopia deleted file mode 100644 index 52bd2b2b3..000000000 --- a/community/nestopia/nestopia +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -if [ ! -e $HOME/.nestopia ]; then - echo "Running NEStopia for the first time..." - echo "Copying required files to ~/.nestopia..." - mkdir $HOME/.nestopia - cp /usr/share/nestopia/{nstcontrols,NstDatabase.xml} $HOME/.nestopia/ -fi - -nestopia-bin "$@" diff --git a/community/nestopia/nestopia_bogus_error_on_save_settings.patch b/community/nestopia/nestopia_bogus_error_on_save_settings.patch deleted file mode 100644 index 63f33bc72..000000000 --- a/community/nestopia/nestopia_bogus_error_on_save_settings.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- source/linux/settings.cpp.old 2008-10-23 05:45:58.000000000 +0200 -+++ source/linux/settings.cpp 2008-12-04 23:17:59.000000000 +0100 -@@ -16,7 +16,7 @@ - using namespace LinuxNst; - - #define READ_SETTING(x) fread(&x, sizeof(x), 1, f) --#define WRITE_SETTING(x) if (fwrite(&x, sizeof(x), 1, f) != sizeof(x)) std::cout << "Error writing setting!\n" -+#define WRITE_SETTING(x) if (fwrite(&x, sizeof(x), 1, f) != 1) std::cout << "Error writing setting!\n" - - static int rates[4] = { 11025, 22050, 44100, 48000 }; - diff --git a/community/pcsxr/PKGBUILD b/community/pcsxr/PKGBUILD deleted file mode 100644 index c878b3563..000000000 --- a/community/pcsxr/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -## Maintainer: schuay <jakob.gruber@gmail.com> -## Contributor: quantax -- contact via Arch Linux forum or AUR -## Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> - -pkgname=pcsxr -pkgver=1.9.92 -pkgrel=3 -pkgdesc='A Sony PlayStation emulator based on the PCSX-df Project' -arch=('i686' 'x86_64') -url='http://pcsxr.codeplex.com/' -license=('GPL') -depends=('libcdio' 'libgl' 'libglade' 'libxtst' 'libxv' 'sdl' 'mesa') -conflicts=('pcsx-df') -_pkgurl="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=$pkgname&DownloadId=140521&FileTime=129254829621800000&Build=$(wget -qO - http://www.codeplex.com/ | sed -nr 's/^[[:space:]]*Version [[:digit:]]{4}\.([[:digit:]]{1,2}\.){2}([[:digit:]]+)[[:space:]]*$/\2/p' | tail -n 1)" -source=($pkgname-$pkgver.tar.bz2::$_pkgurl) -md5sums=('28411aed0b4424f97227d94bdefaec83') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --enable-libcdio --enable-opengl - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} - |