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

Jonathan Steel jsteel at archlinux.org
Sun Jul 23 22:24:55 UTC 2017


    Date: Sunday, July 23, 2017 @ 22:24:55
  Author: jsteel
Revision: 246150

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

Added:
  mgba/repos/community-i686/PKGBUILD
    (from rev 246149, mgba/trunk/PKGBUILD)
  mgba/repos/community-x86_64/PKGBUILD
    (from rev 246149, mgba/trunk/PKGBUILD)
Deleted:
  mgba/repos/community-i686/PKGBUILD
  mgba/repos/community-i686/mgba-gcc7.patch
  mgba/repos/community-x86_64/PKGBUILD
  mgba/repos/community-x86_64/mgba-gcc7.patch

----------------------------------+
 /PKGBUILD                        |  122 +++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD          |   66 --------------------
 community-i686/mgba-gcc7.patch   |   12 ---
 community-x86_64/PKGBUILD        |   66 --------------------
 community-x86_64/mgba-gcc7.patch |   12 ---
 5 files changed, 122 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-23 22:24:34 UTC (rev 246149)
+++ community-i686/PKGBUILD	2017-07-23 22:24:55 UTC (rev 246150)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Duck Hunt <vaporeon at tfwno.gf>
-
-pkgbase=mgba
-pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
-pkgver=0.5.2
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://mgba.io'
-license=('custom:MPL2')
-makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
-             'ffmpeg' 'imagemagick' 'desktop-file-utils' 'qt5-tools')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz
-        mgba-gcc7.patch)
-md5sums=('c3d20052503dca08e58030ac4e3f0408'
-         'ea583f6af8cdbfed8f83f16311b9c788')
-
-prepare() {
-  [[ ! -d build ]] && mkdir build || rm -rf build
-
-  cd $pkgbase-$pkgver
-  patch -p1 -i ../mgba-gcc7.patch # Fix build with GCC7
-}
-
-build() {
-  cd build
-  cmake "$srcdir"/mgba-$pkgver -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_libmgba() {
-  pkgdesc='Shared library of mGBA'
-  depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
-
-  cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
-    -P build/cmake_install.cmake
-  install -Dm644 mgba-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mgba-sdl() {
-  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy'
-  depends=('libmgba' 'sdl2')
-
-  cmake -DCOMPONENT=mgba-sdl mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
-    -P build/cmake_install.cmake
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mgba-qt() {
-  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy. Qt5 UI.'
-  depends=('libmgba' 'qt5-multimedia' 'sdl2')
-
-  cmake -DCOMPONENT=mgba-qt mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
-    -P build/cmake_install.cmake
-
-  desktop-file-install mgba-$pkgver/res/mgba-qt.desktop --dir "$pkgdir"/usr/share/applications/
-  install -Dm644 mgba-$pkgver/res/mgba-256.png "$pkgdir"/usr/share/pixmaps/mgba.png
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mgba/repos/community-i686/PKGBUILD (from rev 246149, mgba/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-23 22:24:55 UTC (rev 246150)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:  Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Duck Hunt <vaporeon at tfwno.gf>
+
+pkgbase=mgba
+pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
+pkgver=0.6.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://mgba.io'
+license=('custom:MPL2')
+makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
+             'ffmpeg' 'imagemagick' 'desktop-file-utils' 'qt5-tools')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
+md5sums=('cdad6be9a3a01afc5d2e9b53f0321a68')
+
+prepare() {
+  [[ ! -d build ]] && mkdir build || rm -rf build
+}
+
+build() {
+  cd build
+  cmake "$srcdir"/mgba-$pkgver -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_libmgba() {
+  pkgdesc='Shared library of mGBA'
+  depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
+
+  cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
+    -P build/cmake_install.cmake
+  install -Dm644 mgba-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mgba-sdl() {
+  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy'
+  depends=('libmgba' 'sdl2')
+
+  cmake -DCOMPONENT=mgba-sdl mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
+    -P build/cmake_install.cmake
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mgba-qt() {
+  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy. Qt5 UI.'
+  depends=('libmgba' 'qt5-multimedia' 'sdl2')
+
+  cmake -DCOMPONENT=mgba-qt mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
+    -P build/cmake_install.cmake
+
+  desktop-file-install mgba-$pkgver/res/mgba-qt.desktop --dir "$pkgdir"/usr/share/applications/
+  install -Dm644 mgba-$pkgver/res/mgba-256.png "$pkgdir"/usr/share/pixmaps/mgba.png
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/mgba-gcc7.patch
===================================================================
--- community-i686/mgba-gcc7.patch	2017-07-23 22:24:34 UTC (rev 246149)
+++ community-i686/mgba-gcc7.patch	2017-07-23 22:24:55 UTC (rev 246150)
@@ -1,12 +0,0 @@
-diff --git a/src/platform/qt/GameController.h b/src/platform/qt/GameController.h
-index 79b18d3bf..7b8d6908b 100644
---- a/src/platform/qt/GameController.h
-+++ b/src/platform/qt/GameController.h
-@@ -14,6 +14,7 @@
- #include <QTimer>
- 
- #include <memory>
-+#include <functional>
- 
- #include <mgba/core/core.h>
- #include <mgba/core/thread.h>

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-23 22:24:34 UTC (rev 246149)
+++ community-x86_64/PKGBUILD	2017-07-23 22:24:55 UTC (rev 246150)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Duck Hunt <vaporeon at tfwno.gf>
-
-pkgbase=mgba
-pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
-pkgver=0.5.2
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://mgba.io'
-license=('custom:MPL2')
-makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
-             'ffmpeg' 'imagemagick' 'desktop-file-utils' 'qt5-tools')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz
-        mgba-gcc7.patch)
-md5sums=('c3d20052503dca08e58030ac4e3f0408'
-         'ea583f6af8cdbfed8f83f16311b9c788')
-
-prepare() {
-  [[ ! -d build ]] && mkdir build || rm -rf build
-
-  cd $pkgbase-$pkgver
-  patch -p1 -i ../mgba-gcc7.patch # Fix build with GCC7
-}
-
-build() {
-  cd build
-  cmake "$srcdir"/mgba-$pkgver -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_libmgba() {
-  pkgdesc='Shared library of mGBA'
-  depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
-
-  cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
-    -P build/cmake_install.cmake
-  install -Dm644 mgba-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mgba-sdl() {
-  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy'
-  depends=('libmgba' 'sdl2')
-
-  cmake -DCOMPONENT=mgba-sdl mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
-    -P build/cmake_install.cmake
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mgba-qt() {
-  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy. Qt5 UI.'
-  depends=('libmgba' 'qt5-multimedia' 'sdl2')
-
-  cmake -DCOMPONENT=mgba-qt mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
-    -P build/cmake_install.cmake
-
-  desktop-file-install mgba-$pkgver/res/mgba-qt.desktop --dir "$pkgdir"/usr/share/applications/
-  install -Dm644 mgba-$pkgver/res/mgba-256.png "$pkgdir"/usr/share/pixmaps/mgba.png
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mgba/repos/community-x86_64/PKGBUILD (from rev 246149, mgba/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-23 22:24:55 UTC (rev 246150)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:  Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Duck Hunt <vaporeon at tfwno.gf>
+
+pkgbase=mgba
+pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
+pkgver=0.6.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://mgba.io'
+license=('custom:MPL2')
+makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
+             'ffmpeg' 'imagemagick' 'desktop-file-utils' 'qt5-tools')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
+md5sums=('cdad6be9a3a01afc5d2e9b53f0321a68')
+
+prepare() {
+  [[ ! -d build ]] && mkdir build || rm -rf build
+}
+
+build() {
+  cd build
+  cmake "$srcdir"/mgba-$pkgver -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_libmgba() {
+  pkgdesc='Shared library of mGBA'
+  depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
+
+  cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
+    -P build/cmake_install.cmake
+  install -Dm644 mgba-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mgba-sdl() {
+  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy'
+  depends=('libmgba' 'sdl2')
+
+  cmake -DCOMPONENT=mgba-sdl mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
+    -P build/cmake_install.cmake
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mgba-qt() {
+  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy. Qt5 UI.'
+  depends=('libmgba' 'qt5-multimedia' 'sdl2')
+
+  cmake -DCOMPONENT=mgba-qt mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
+    -P build/cmake_install.cmake
+
+  desktop-file-install mgba-$pkgver/res/mgba-qt.desktop --dir "$pkgdir"/usr/share/applications/
+  install -Dm644 mgba-$pkgver/res/mgba-256.png "$pkgdir"/usr/share/pixmaps/mgba.png
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/mgba-gcc7.patch
===================================================================
--- community-x86_64/mgba-gcc7.patch	2017-07-23 22:24:34 UTC (rev 246149)
+++ community-x86_64/mgba-gcc7.patch	2017-07-23 22:24:55 UTC (rev 246150)
@@ -1,12 +0,0 @@
-diff --git a/src/platform/qt/GameController.h b/src/platform/qt/GameController.h
-index 79b18d3bf..7b8d6908b 100644
---- a/src/platform/qt/GameController.h
-+++ b/src/platform/qt/GameController.h
-@@ -14,6 +14,7 @@
- #include <QTimer>
- 
- #include <memory>
-+#include <functional>
- 
- #include <mgba/core/core.h>
- #include <mgba/core/thread.h>



More information about the arch-commits mailing list