[arch-commits] Commit in yabause-qt/repos (8 files)
Maxime Gauduin
alucryd at archlinux.org
Tue Sep 23 16:16:56 UTC 2014
Date: Tuesday, September 23, 2014 @ 18:16:56
Author: alucryd
Revision: 119517
archrelease: copy trunk to community-i686, community-x86_64
Added:
yabause-qt/repos/community-i686/PKGBUILD
(from rev 119516, yabause-qt/trunk/PKGBUILD)
yabause-qt/repos/community-i686/rwx.patch
(from rev 119516, yabause-qt/trunk/rwx.patch)
yabause-qt/repos/community-x86_64/PKGBUILD
(from rev 119516, yabause-qt/trunk/PKGBUILD)
yabause-qt/repos/community-x86_64/rwx.patch
(from rev 119516, yabause-qt/trunk/rwx.patch)
Deleted:
yabause-qt/repos/community-i686/PKGBUILD
yabause-qt/repos/community-i686/rwx.patch
yabause-qt/repos/community-x86_64/PKGBUILD
yabause-qt/repos/community-x86_64/rwx.patch
----------------------------+
/PKGBUILD | 94 +++++++++++++++++++++++++++++++++++++++++++
/rwx.patch | 40 ++++++++++++++++++
community-i686/PKGBUILD | 47 ---------------------
community-i686/rwx.patch | 20 ---------
community-x86_64/PKGBUILD | 47 ---------------------
community-x86_64/rwx.patch | 20 ---------
6 files changed, 134 insertions(+), 134 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-09-23 16:16:46 UTC (rev 119516)
+++ community-i686/PKGBUILD 2014-09-23 16:16:56 UTC (rev 119517)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Harley Laue <losinggeneration at gmail.com>
-# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux at free.fr>
-# Contributor: Anton Shestakov <engoredi at ya.ru>
-# Contributor: Tiago Camargo <tcamargo at gmail.com>
-# Contributor: robb_force <robb_force at holybuffalo.net>
-
-pkgname=yabause-qt
-pkgver=0.9.13
-pkgrel=1
-pkgdesc='A Sega Saturn emulator'
-arch=('i686' 'x86_64')
-url="http://yabause.org/"
-license=('GPL')
-depends=('freeglut' 'mesa' 'openal' 'qt4' 'sdl')
-makedepends=('cmake' 'glu')
-conflicts=('yabause-gtk')
-source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname%-*}-${pkgver}.tar.gz" 'rwx.patch')
-sha256sums=('3913f9c57bb65912eb22a339ec6f9413e0c00c11105baeae6a165b84ad4d32fb'
- 'd29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
-
-prepare() {
- cd ${pkgname%-*}-${pkgver}
-
- patch -Np1 -i ../rwx.patch
-}
-
-build() {
- cd ${pkgname%-*}-${pkgver}
-
- if [[ -d build ]]; then
- rm -rf build
- fi
- mkdir build && cd build
-
- cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' -DYAB_{PORTS='qt',{NETWORK,OPTIMIZED_DMA}='ON'}
- make
-}
-
-package() {
- cd ${pkgname%-*}-${pkgver}/build
-
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: yabause-qt/repos/community-i686/PKGBUILD (from rev 119516, yabause-qt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-23 16:16:56 UTC (rev 119517)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: Harley Laue <losinggeneration at gmail.com>
+# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux at free.fr>
+# Contributor: Anton Shestakov <engoredi at ya.ru>
+# Contributor: Tiago Camargo <tcamargo at gmail.com>
+# Contributor: robb_force <robb_force at holybuffalo.net>
+
+pkgname=yabause-qt
+pkgver=0.9.13
+pkgrel=2
+pkgdesc='A Sega Saturn emulator'
+arch=('i686' 'x86_64')
+url="http://yabause.org/"
+license=('GPL')
+depends=('freeglut' 'openal' 'qt4' 'sdl')
+makedepends=('cmake' 'glu')
+conflicts=('yabause-gtk')
+source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname%-*}-${pkgver}.tar.gz" 'rwx.patch')
+sha256sums=('3913f9c57bb65912eb22a339ec6f9413e0c00c11105baeae6a165b84ad4d32fb'
+ 'd29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
+
+prepare() {
+ cd ${pkgname%-*}-${pkgver}
+
+ patch -Np1 -i ../rwx.patch
+}
+
+build() {
+ cd ${pkgname%-*}-${pkgver}
+
+ if [[ -d build ]]; then
+ rm -rf build
+ fi
+ mkdir build && cd build
+
+ cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' -DYAB_{PORTS='qt',{NETWORK,OPTIMIZED_DMA}='ON'}
+ make
+}
+
+package() {
+ cd ${pkgname%-*}-${pkgver}/build
+
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
Deleted: community-i686/rwx.patch
===================================================================
--- community-i686/rwx.patch 2014-09-23 16:16:46 UTC (rev 119516)
+++ community-i686/rwx.patch 2014-09-23 16:16:56 UTC (rev 119517)
@@ -1,20 +0,0 @@
---- a/src/sh2_dynarec/linkage_x64.s 2013-03-11 20:29:53.112870900 +0100
-+++ b/src/sh2_dynarec/linkage_x64.s 2013-03-11 20:31:48.856778600 +0100
-@@ -747,3 +747,7 @@ breakpoint:
- ret
- /* Set breakpoint here for debugging */
- .size breakpoint, .-breakpoint
-+
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif
---- a/src/sh2_dynarec/linkage_x86.s 2013-03-11 20:30:08.157693100 +0100
-+++ b/src/sh2_dynarec/linkage_x86.s 2013-03-11 20:32:30.993310600 +0100
-@@ -743,3 +743,7 @@ breakpoint:
- ret
- /* Set breakpoint here for debugging */
- .size breakpoint, .-breakpoint
-+
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif
Copied: yabause-qt/repos/community-i686/rwx.patch (from rev 119516, yabause-qt/trunk/rwx.patch)
===================================================================
--- community-i686/rwx.patch (rev 0)
+++ community-i686/rwx.patch 2014-09-23 16:16:56 UTC (rev 119517)
@@ -0,0 +1,20 @@
+--- a/src/sh2_dynarec/linkage_x64.s 2013-03-11 20:29:53.112870900 +0100
++++ b/src/sh2_dynarec/linkage_x64.s 2013-03-11 20:31:48.856778600 +0100
+@@ -747,3 +747,7 @@ breakpoint:
+ ret
+ /* Set breakpoint here for debugging */
+ .size breakpoint, .-breakpoint
++
++#if defined(__linux__) && defined(__ELF__)
++.section .note.GNU-stack,"",%progbits
++#endif
+--- a/src/sh2_dynarec/linkage_x86.s 2013-03-11 20:30:08.157693100 +0100
++++ b/src/sh2_dynarec/linkage_x86.s 2013-03-11 20:32:30.993310600 +0100
+@@ -743,3 +743,7 @@ breakpoint:
+ ret
+ /* Set breakpoint here for debugging */
+ .size breakpoint, .-breakpoint
++
++#if defined(__linux__) && defined(__ELF__)
++.section .note.GNU-stack,"",%progbits
++#endif
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-09-23 16:16:46 UTC (rev 119516)
+++ community-x86_64/PKGBUILD 2014-09-23 16:16:56 UTC (rev 119517)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Harley Laue <losinggeneration at gmail.com>
-# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux at free.fr>
-# Contributor: Anton Shestakov <engoredi at ya.ru>
-# Contributor: Tiago Camargo <tcamargo at gmail.com>
-# Contributor: robb_force <robb_force at holybuffalo.net>
-
-pkgname=yabause-qt
-pkgver=0.9.13
-pkgrel=1
-pkgdesc='A Sega Saturn emulator'
-arch=('i686' 'x86_64')
-url="http://yabause.org/"
-license=('GPL')
-depends=('freeglut' 'mesa' 'openal' 'qt4' 'sdl')
-makedepends=('cmake' 'glu')
-conflicts=('yabause-gtk')
-source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname%-*}-${pkgver}.tar.gz" 'rwx.patch')
-sha256sums=('3913f9c57bb65912eb22a339ec6f9413e0c00c11105baeae6a165b84ad4d32fb'
- 'd29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
-
-prepare() {
- cd ${pkgname%-*}-${pkgver}
-
- patch -Np1 -i ../rwx.patch
-}
-
-build() {
- cd ${pkgname%-*}-${pkgver}
-
- if [[ -d build ]]; then
- rm -rf build
- fi
- mkdir build && cd build
-
- cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' -DYAB_{PORTS='qt',{NETWORK,OPTIMIZED_DMA}='ON'}
- make
-}
-
-package() {
- cd ${pkgname%-*}-${pkgver}/build
-
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: yabause-qt/repos/community-x86_64/PKGBUILD (from rev 119516, yabause-qt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-09-23 16:16:56 UTC (rev 119517)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: Harley Laue <losinggeneration at gmail.com>
+# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux at free.fr>
+# Contributor: Anton Shestakov <engoredi at ya.ru>
+# Contributor: Tiago Camargo <tcamargo at gmail.com>
+# Contributor: robb_force <robb_force at holybuffalo.net>
+
+pkgname=yabause-qt
+pkgver=0.9.13
+pkgrel=2
+pkgdesc='A Sega Saturn emulator'
+arch=('i686' 'x86_64')
+url="http://yabause.org/"
+license=('GPL')
+depends=('freeglut' 'openal' 'qt4' 'sdl')
+makedepends=('cmake' 'glu')
+conflicts=('yabause-gtk')
+source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname%-*}-${pkgver}.tar.gz" 'rwx.patch')
+sha256sums=('3913f9c57bb65912eb22a339ec6f9413e0c00c11105baeae6a165b84ad4d32fb'
+ 'd29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
+
+prepare() {
+ cd ${pkgname%-*}-${pkgver}
+
+ patch -Np1 -i ../rwx.patch
+}
+
+build() {
+ cd ${pkgname%-*}-${pkgver}
+
+ if [[ -d build ]]; then
+ rm -rf build
+ fi
+ mkdir build && cd build
+
+ cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' -DYAB_{PORTS='qt',{NETWORK,OPTIMIZED_DMA}='ON'}
+ make
+}
+
+package() {
+ cd ${pkgname%-*}-${pkgver}/build
+
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
Deleted: community-x86_64/rwx.patch
===================================================================
--- community-x86_64/rwx.patch 2014-09-23 16:16:46 UTC (rev 119516)
+++ community-x86_64/rwx.patch 2014-09-23 16:16:56 UTC (rev 119517)
@@ -1,20 +0,0 @@
---- a/src/sh2_dynarec/linkage_x64.s 2013-03-11 20:29:53.112870900 +0100
-+++ b/src/sh2_dynarec/linkage_x64.s 2013-03-11 20:31:48.856778600 +0100
-@@ -747,3 +747,7 @@ breakpoint:
- ret
- /* Set breakpoint here for debugging */
- .size breakpoint, .-breakpoint
-+
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif
---- a/src/sh2_dynarec/linkage_x86.s 2013-03-11 20:30:08.157693100 +0100
-+++ b/src/sh2_dynarec/linkage_x86.s 2013-03-11 20:32:30.993310600 +0100
-@@ -743,3 +743,7 @@ breakpoint:
- ret
- /* Set breakpoint here for debugging */
- .size breakpoint, .-breakpoint
-+
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif
Copied: yabause-qt/repos/community-x86_64/rwx.patch (from rev 119516, yabause-qt/trunk/rwx.patch)
===================================================================
--- community-x86_64/rwx.patch (rev 0)
+++ community-x86_64/rwx.patch 2014-09-23 16:16:56 UTC (rev 119517)
@@ -0,0 +1,20 @@
+--- a/src/sh2_dynarec/linkage_x64.s 2013-03-11 20:29:53.112870900 +0100
++++ b/src/sh2_dynarec/linkage_x64.s 2013-03-11 20:31:48.856778600 +0100
+@@ -747,3 +747,7 @@ breakpoint:
+ ret
+ /* Set breakpoint here for debugging */
+ .size breakpoint, .-breakpoint
++
++#if defined(__linux__) && defined(__ELF__)
++.section .note.GNU-stack,"",%progbits
++#endif
+--- a/src/sh2_dynarec/linkage_x86.s 2013-03-11 20:30:08.157693100 +0100
++++ b/src/sh2_dynarec/linkage_x86.s 2013-03-11 20:32:30.993310600 +0100
+@@ -743,3 +743,7 @@ breakpoint:
+ ret
+ /* Set breakpoint here for debugging */
+ .size breakpoint, .-breakpoint
++
++#if defined(__linux__) && defined(__ELF__)
++.section .note.GNU-stack,"",%progbits
++#endif
More information about the arch-commits
mailing list