From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- emulation/aqemu/aqemu-0.8.2-install.patch.xz | Bin 0 -> 17236 bytes emulation/aqemu/aqemu-20120131-install.patch.xz | Bin 0 -> 17196 bytes emulation/aqemu/aqemu.build | 61 +++++++++++++++++ emulation/dgen/dgen-sdl-1.32-desktop.patch.xz | Bin 0 -> 2984 bytes emulation/dgen/dgen.build | 65 ++++++++++++++++++ emulation/dolphin/dolphin-3.5-desktop.patch.xz | Bin 0 -> 25492 bytes emulation/dolphin/dolphin.build | 58 ++++++++++++++++ emulation/dosbox/dosbox-0.74-gcc46.patch.xz | Bin 0 -> 268 bytes emulation/dosbox/dosbox.build | 68 +++++++++++++++++++ emulation/hatari/hatari-1.6.2-desktop.patch.xz | Bin 0 -> 356 bytes emulation/hatari/hatari.build | 68 +++++++++++++++++++ .../mednafen/mednafen-0.9.28-wip-desktop.patch.xz | Bin 0 -> 1396 bytes emulation/mednafen/mednafen.build | 70 +++++++++++++++++++ emulation/qemu/qemu-1.5.0-kvmrule.patch.xz | Bin 0 -> 220 bytes emulation/qemu/qemu-1.5.0-nodebugffs.patch.xz | Bin 0 -> 344 bytes emulation/qemu/qemu.build | 75 +++++++++++++++++++++ .../snes9x_gtk/snes9x-20130503-desktop.patch.xz | Bin 0 -> 460 bytes emulation/snes9x_gtk/snes9x_gtk.build | 65 ++++++++++++++++++ 18 files changed, 530 insertions(+) create mode 100644 emulation/aqemu/aqemu-0.8.2-install.patch.xz create mode 100644 emulation/aqemu/aqemu-20120131-install.patch.xz create mode 100755 emulation/aqemu/aqemu.build create mode 100644 emulation/dgen/dgen-sdl-1.32-desktop.patch.xz create mode 100755 emulation/dgen/dgen.build create mode 100644 emulation/dolphin/dolphin-3.5-desktop.patch.xz create mode 100755 emulation/dolphin/dolphin.build create mode 100644 emulation/dosbox/dosbox-0.74-gcc46.patch.xz create mode 100755 emulation/dosbox/dosbox.build create mode 100644 emulation/hatari/hatari-1.6.2-desktop.patch.xz create mode 100755 emulation/hatari/hatari.build create mode 100644 emulation/mednafen/mednafen-0.9.28-wip-desktop.patch.xz create mode 100755 emulation/mednafen/mednafen.build create mode 100644 emulation/qemu/qemu-1.5.0-kvmrule.patch.xz create mode 100644 emulation/qemu/qemu-1.5.0-nodebugffs.patch.xz create mode 100755 emulation/qemu/qemu.build create mode 100644 emulation/snes9x_gtk/snes9x-20130503-desktop.patch.xz create mode 100755 emulation/snes9x_gtk/snes9x_gtk.build (limited to 'emulation') diff --git a/emulation/aqemu/aqemu-0.8.2-install.patch.xz b/emulation/aqemu/aqemu-0.8.2-install.patch.xz new file mode 100644 index 0000000..26ebe6e Binary files /dev/null and b/emulation/aqemu/aqemu-0.8.2-install.patch.xz differ diff --git a/emulation/aqemu/aqemu-20120131-install.patch.xz b/emulation/aqemu/aqemu-20120131-install.patch.xz new file mode 100644 index 0000000..fcb1422 Binary files /dev/null and b/emulation/aqemu/aqemu-20120131-install.patch.xz differ diff --git a/emulation/aqemu/aqemu.build b/emulation/aqemu/aqemu.build new file mode 100755 index 0000000..b874036 --- /dev/null +++ b/emulation/aqemu/aqemu.build @@ -0,0 +1,61 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=aqemu +VERSION=20120131 +BUILD=1 +DEPENDS=('qt >= 4.7.4-1' 'libvnc >= 0.9.8.2-1') + +# Description + +cat > ${PKG}/install/slack-desc < + +source /usr/src/ports/Build/build.sh + +NAME=dgen +VERSION=1.32 +BUILD=1 +DEPENDS=('sdl >= 1.2.15-1') + +# Description + +cat > ${PKG}/install/slack-desc < + +source /usr/src/ports/Build/build.sh + +NAME=dolphin +VERSION=3.5 +BUILD=1 +DEPENDS=('wxgtk >= 2.8.12-1' 'cg_toolkit >= 3.1-1' 'ffmpeg >= 0.10.3-1' 'bluetooth >= 4.101-1' 'sound >= 1.0.26-1' 'libopenal >= 1.13-1') + +# Description + +cat > ${PKG}/install/slack-desc < + +source /usr/src/ports/Build/build.sh + +NAME=dosbox +VERSION=0.74 +BUILD=2 +DEPENDS=('sdl >= 1.2.15-1') + +# Description + +cat > ${PKG}/install/slack-desc < + +source /usr/src/ports/Build/build.sh + +NAME=hatari +VERSION=1.6.2 +BUILD=1 +DEPENDS=('sdl >= 1.2.15-1') + +# Description + +cat > ${PKG}/install/slack-desc < + +source /usr/src/ports/Build/build.sh + +NAME=mednafen +VERSION=0.9.28 +BUILD=1 +DEPENDS=('sdl >= 1.2.15-1' 'libsndfile >= 1.0.25-1' 'libcdio >= 0.83-1') + +# Description + +cat > ${PKG}/install/slack-desc < + +source /usr/src/ports/Build/build.sh + +NAME=qemu +VERSION=1.5.0 +BUILD=1 +DEPENDS=('glib >= 2.36.0-1' 'sdl >= 1.2.15-1' 'curl >= 7.29.0-1' 'gtk+ >= 2.24.17-1' 'vte >= 0.28.2-1') + +# Description + +cat > ${PKG}/install/slack-desc <> ${PKG}/install/doinst.sh < /dev/null 2> /dev/null ; then + true +else + echo "kvm:x:78:kvm" >> etc/group +fi +EOF + +# Sources + +SRCNAME[0]=${NAME} +SRCVERS[0]=${VERSION} +SRCPACK[0]=${URL[savannah]}/${SRCNAME[0]}-${SRCVERS[0]}.tar.bz2 +SRCCOPY[0]="GPL2 LGPL21 MIT" + +build0() +{ +CFLAGS="${FLAGS}" CXXFLAGS="${FLAGS}" \ +./configure \ + --extra-cflags="${FLAGS}" \ + --prefix="${SYS_DIR[usr]}" \ + --sysconfdir="${SYS_DIR[etc]}" \ + --datadir="${SYS_DIR[share]}/application-data" \ + --mandir="${SYS_DIR[man]}" \ + --docdir="${SYS_DIR[html]}/${SRCNAME[0]}" \ + --libexecdir="${SYS_DIR[lib]}/exec" \ + --audio-drv-list="alsa sdl" \ + --enable-tcg-interpreter \ + --disable-vnc-tls \ + --disable-vnc-sasl \ + --disable-xen +doc MAINTAINERS +changelog Changelog +make V="1" +make install DESTDIR="${PKG}/" +install.dir ${PKG}${SYS_DIR[udevrules]} +install.dat 65-kvm.rules ${PKG}${SYS_DIR[udevrules]} +} diff --git a/emulation/snes9x_gtk/snes9x-20130503-desktop.patch.xz b/emulation/snes9x_gtk/snes9x-20130503-desktop.patch.xz new file mode 100644 index 0000000..13c0f0d Binary files /dev/null and b/emulation/snes9x_gtk/snes9x-20130503-desktop.patch.xz differ diff --git a/emulation/snes9x_gtk/snes9x_gtk.build b/emulation/snes9x_gtk/snes9x_gtk.build new file mode 100755 index 0000000..ac61c4b --- /dev/null +++ b/emulation/snes9x_gtk/snes9x_gtk.build @@ -0,0 +1,65 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=snes9x_gtk +VERSION=20130503 +BUILD=1 +DEPENDS=('gtk+ >= 3.6.4-1' 'sdl >= 1.2.15-1' 'libpng >= 1.5.13-1' 'sound >= 1.0.26-1' 'libxml >= 2.9.0-1') + +# Description + +cat > ${PKG}/install/slack-desc <