[arch-commits] Commit in snes9x/repos (10 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Sun Dec 6 19:09:24 UTC 2015
Date: Sunday, December 6, 2015 @ 20:09:24
Author: bpiotrowski
Revision: 149067
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
snes9x/repos/community-staging-i686/
snes9x/repos/community-staging-i686/PKGBUILD
(from rev 149066, snes9x/trunk/PKGBUILD)
snes9x/repos/community-staging-i686/snes9x-fix-crash.patch
(from rev 149066, snes9x/trunk/snes9x-fix-crash.patch)
snes9x/repos/community-staging-i686/snes9x-gtk.install
(from rev 149066, snes9x/trunk/snes9x-gtk.install)
snes9x/repos/community-staging-i686/snes9x-gtk2.24.diff.gz
(from rev 149066, snes9x/trunk/snes9x-gtk2.24.diff.gz)
snes9x/repos/community-staging-x86_64/
snes9x/repos/community-staging-x86_64/PKGBUILD
(from rev 149066, snes9x/trunk/PKGBUILD)
snes9x/repos/community-staging-x86_64/snes9x-fix-crash.patch
(from rev 149066, snes9x/trunk/snes9x-fix-crash.patch)
snes9x/repos/community-staging-x86_64/snes9x-gtk.install
(from rev 149066, snes9x/trunk/snes9x-gtk.install)
snes9x/repos/community-staging-x86_64/snes9x-gtk2.24.diff.gz
(from rev 149066, snes9x/trunk/snes9x-gtk2.24.diff.gz)
-------------------------------------------------+
community-staging-i686/PKGBUILD | 61 ++++++++++++++++++++++
community-staging-i686/snes9x-fix-crash.patch | 30 ++++++++++
community-staging-i686/snes9x-gtk.install | 12 ++++
community-staging-x86_64/PKGBUILD | 61 ++++++++++++++++++++++
community-staging-x86_64/snes9x-fix-crash.patch | 30 ++++++++++
community-staging-x86_64/snes9x-gtk.install | 12 ++++
6 files changed, 206 insertions(+)
Copied: snes9x/repos/community-staging-i686/PKGBUILD (from rev 149066, snes9x/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 19:09:24 UTC (rev 149067)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgbase=snes9x
+pkgname=('snes9x' 'snes9x-gtk')
+pkgver=1.53
+pkgrel=9
+arch=('i686' 'x86_64')
+url="https://code.google.com/p/snes9x-gtk/"
+license=('custom')
+makedepends=('intltool' 'nasm' 'mesa' 'libpulse' 'libpng' 'sdl' 'gtk2' 'libxv'
+ 'desktop-file-utils' 'gnome-icon-theme')
+source=(http://snes9x-gtk.googlecode.com/files/${pkgbase}-${pkgver}-src.tar.bz2
+ snes9x-gtk2.24.diff.gz snes9x-fix-crash.patch)
+sha1sums=('57be6480369f66b9aaaeb722789ce114f58ed1e2'
+ '680dbe0a70f1821bc7931539e72f5a1a95e3938c'
+ '995495c68ffc00d8266d10a7bd8fc74fb6c147b1')
+
+prepare() {
+ cd ${pkgbase}-${pkgver}-src
+ patch -p1 -i "${srcdir}/snes9x-gtk2.24.diff"
+ patch -p1 -i "${srcdir}/snes9x-fix-crash.patch"
+}
+
+build() {
+ cd ${pkgbase}-${pkgver}-src/unix
+ ./configure --prefix=/usr --with-sdd1-decomp --enable-netplay
+ make
+
+ cd ../gtk
+ ./configure --prefix=/usr --with-sdd1-decomp --with-netplay --with-opengl
+ make
+}
+
+package_snes9x() {
+ pkgdesc="A portable Emulator for the Super Nintendo Entertainment System"
+ depends=('libpng' 'libxext' 'libsm')
+
+ cd ${pkgbase}-${pkgver}-src/unix
+ install -D -m755 snes9x "${pkgdir}/usr/bin/snes9x"
+ install -d "${pkgdir}/usr/share/doc/${pkgname}"
+ install -D -m644 ../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
+ "${pkgdir}/usr/share/doc/${pkgname}/"
+ install -D -m644 "${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_snes9x-gtk() {
+ pkgdesc="A portable Emulator for the Super Nintendo Entertainment System - GTK version"
+ license=('custom' 'LGPL')
+ depends=('sdl' 'libpulse' 'gtk2' 'libxv' 'desktop-file-utils' 'gnome-icon-theme')
+ install=snes9x-gtk.install
+
+ cd ${pkgbase}-${pkgver}-src/gtk
+ make DESTDIR="${pkgdir}" install
+ install -d "${pkgdir}/usr/share/doc/${pkgname}"
+ install -D -m644 ../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
+ "${pkgdir}/usr/share/doc/${pkgname}/"
+ install -D -m644 "${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
Copied: snes9x/repos/community-staging-i686/snes9x-fix-crash.patch (from rev 149066, snes9x/trunk/snes9x-fix-crash.patch)
===================================================================
--- community-staging-i686/snes9x-fix-crash.patch (rev 0)
+++ community-staging-i686/snes9x-fix-crash.patch 2015-12-06 19:09:24 UTC (rev 149067)
@@ -0,0 +1,30 @@
+From 6d74746342a73cf65db215f4fdecdfb0cae66792 Mon Sep 17 00:00:00 2001
+From: Brandon Wright <bearoso at gmail.com>
+Date: Mon, 10 Feb 2014 16:28:05 -0600
+Subject: [PATCH] Fix bug caused by virtual directories.
+
+---
+ gtk/src/gtk_file.cpp | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/gtk/src/gtk_file.cpp b/gtk/src/gtk_file.cpp
+index a0df75d..9c0e000 100644
+--- a/gtk/src/gtk_file.cpp
++++ b/gtk/src/gtk_file.cpp
+@@ -465,8 +465,11 @@ S9xOpenROMDialog (void)
+ filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (dialog));
+ directory =
+ gtk_file_chooser_get_current_folder (GTK_FILE_CHOOSER (dialog));
+- strncpy (gui_config->last_directory, directory, PATH_MAX);
+- g_free (directory);
++ if (directory)
++ {
++ strncpy (gui_config->last_directory, directory, PATH_MAX);
++ g_free (directory);
++ }
+ }
+
+ else
+--
+1.9.3
+
Copied: snes9x/repos/community-staging-i686/snes9x-gtk.install (from rev 149066, snes9x/trunk/snes9x-gtk.install)
===================================================================
--- community-staging-i686/snes9x-gtk.install (rev 0)
+++ community-staging-i686/snes9x-gtk.install 2015-12-06 19:09:24 UTC (rev 149067)
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove () {
+ post_install $1
+}
Copied: snes9x/repos/community-staging-i686/snes9x-gtk2.24.diff.gz (from rev 149066, snes9x/trunk/snes9x-gtk2.24.diff.gz)
===================================================================
(Binary files differ)
Copied: snes9x/repos/community-staging-x86_64/PKGBUILD (from rev 149066, snes9x/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-06 19:09:24 UTC (rev 149067)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgbase=snes9x
+pkgname=('snes9x' 'snes9x-gtk')
+pkgver=1.53
+pkgrel=9
+arch=('i686' 'x86_64')
+url="https://code.google.com/p/snes9x-gtk/"
+license=('custom')
+makedepends=('intltool' 'nasm' 'mesa' 'libpulse' 'libpng' 'sdl' 'gtk2' 'libxv'
+ 'desktop-file-utils' 'gnome-icon-theme')
+source=(http://snes9x-gtk.googlecode.com/files/${pkgbase}-${pkgver}-src.tar.bz2
+ snes9x-gtk2.24.diff.gz snes9x-fix-crash.patch)
+sha1sums=('57be6480369f66b9aaaeb722789ce114f58ed1e2'
+ '680dbe0a70f1821bc7931539e72f5a1a95e3938c'
+ '995495c68ffc00d8266d10a7bd8fc74fb6c147b1')
+
+prepare() {
+ cd ${pkgbase}-${pkgver}-src
+ patch -p1 -i "${srcdir}/snes9x-gtk2.24.diff"
+ patch -p1 -i "${srcdir}/snes9x-fix-crash.patch"
+}
+
+build() {
+ cd ${pkgbase}-${pkgver}-src/unix
+ ./configure --prefix=/usr --with-sdd1-decomp --enable-netplay
+ make
+
+ cd ../gtk
+ ./configure --prefix=/usr --with-sdd1-decomp --with-netplay --with-opengl
+ make
+}
+
+package_snes9x() {
+ pkgdesc="A portable Emulator for the Super Nintendo Entertainment System"
+ depends=('libpng' 'libxext' 'libsm')
+
+ cd ${pkgbase}-${pkgver}-src/unix
+ install -D -m755 snes9x "${pkgdir}/usr/bin/snes9x"
+ install -d "${pkgdir}/usr/share/doc/${pkgname}"
+ install -D -m644 ../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
+ "${pkgdir}/usr/share/doc/${pkgname}/"
+ install -D -m644 "${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_snes9x-gtk() {
+ pkgdesc="A portable Emulator for the Super Nintendo Entertainment System - GTK version"
+ license=('custom' 'LGPL')
+ depends=('sdl' 'libpulse' 'gtk2' 'libxv' 'desktop-file-utils' 'gnome-icon-theme')
+ install=snes9x-gtk.install
+
+ cd ${pkgbase}-${pkgver}-src/gtk
+ make DESTDIR="${pkgdir}" install
+ install -d "${pkgdir}/usr/share/doc/${pkgname}"
+ install -D -m644 ../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
+ "${pkgdir}/usr/share/doc/${pkgname}/"
+ install -D -m644 "${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
Copied: snes9x/repos/community-staging-x86_64/snes9x-fix-crash.patch (from rev 149066, snes9x/trunk/snes9x-fix-crash.patch)
===================================================================
--- community-staging-x86_64/snes9x-fix-crash.patch (rev 0)
+++ community-staging-x86_64/snes9x-fix-crash.patch 2015-12-06 19:09:24 UTC (rev 149067)
@@ -0,0 +1,30 @@
+From 6d74746342a73cf65db215f4fdecdfb0cae66792 Mon Sep 17 00:00:00 2001
+From: Brandon Wright <bearoso at gmail.com>
+Date: Mon, 10 Feb 2014 16:28:05 -0600
+Subject: [PATCH] Fix bug caused by virtual directories.
+
+---
+ gtk/src/gtk_file.cpp | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/gtk/src/gtk_file.cpp b/gtk/src/gtk_file.cpp
+index a0df75d..9c0e000 100644
+--- a/gtk/src/gtk_file.cpp
++++ b/gtk/src/gtk_file.cpp
+@@ -465,8 +465,11 @@ S9xOpenROMDialog (void)
+ filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (dialog));
+ directory =
+ gtk_file_chooser_get_current_folder (GTK_FILE_CHOOSER (dialog));
+- strncpy (gui_config->last_directory, directory, PATH_MAX);
+- g_free (directory);
++ if (directory)
++ {
++ strncpy (gui_config->last_directory, directory, PATH_MAX);
++ g_free (directory);
++ }
+ }
+
+ else
+--
+1.9.3
+
Copied: snes9x/repos/community-staging-x86_64/snes9x-gtk.install (from rev 149066, snes9x/trunk/snes9x-gtk.install)
===================================================================
--- community-staging-x86_64/snes9x-gtk.install (rev 0)
+++ community-staging-x86_64/snes9x-gtk.install 2015-12-06 19:09:24 UTC (rev 149067)
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove () {
+ post_install $1
+}
Copied: snes9x/repos/community-staging-x86_64/snes9x-gtk2.24.diff.gz (from rev 149066, snes9x/trunk/snes9x-gtk2.24.diff.gz)
===================================================================
(Binary files differ)
More information about the arch-commits
mailing list