[arch-commits] Commit in gens-gs/trunk (PKGBUILD gens-gtk.patch)

2019-08-20 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 20, 2019 @ 16:36:58
  Author: alucryd
Revision: 500329

 FS#59399: gens-gs 2.16.7-8

Modified:
  gens-gs/trunk/PKGBUILD(contents, properties)
  gens-gs/trunk/gens-gtk.patch  (properties)

+
 PKGBUILD   |   66 +++
 gens-gtk.patch |1 
 2 files changed, 33 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-20 16:36:24 UTC (rev 500328)
+++ PKGBUILD2019-08-20 16:36:58 UTC (rev 500329)
@@ -4,23 +4,31 @@
 
 pkgname=gens-gs
 pkgver=2.16.7
-pkgrel=7
+pkgrel=8
 pkgdesc='An emulator of Sega Genesis, Sega CD and 32X, combining features from 
various forks of Gens'
-arch=('x86_64')
-url='https://segaretro.org/Gens/GS'
-license=('GPL')
-makedepends=('nasm')
-depends_i686=('gtk2' 'sdl')
-optdepends_i686=('libcanberra: Hide a silly warning')
-depends_x86_64=('lib32-gtk2' 'lib32-sdl')
-makedepends_x86_64=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl')
-optdepends_x86_64=('lib32-alsa-plugins: ALSA sound support'
-   'lib32-libcanberra: Hide a silly warning'
-   'lib32-libpulse: PulseAudio sound support')
-provides=('gens')
-conflicts=('gens')
-source=('https://retrocdn.net/images/6/6d/Gens-gs-r7.tar.gz'
-'gens-gtk.patch')
+arch=(x86_64)
+url=https://segaretro.org/Gens/GS
+license=(GPL)
+depends=(
+  lib32-gtk2
+  lib32-libgl
+  lib32-sdl
+)
+makedepends=(
+  lib32-libglvnd
+  nasm
+)
+optdepends=(
+  'lib32-alsa-plugins: ALSA sound support'
+  'lib32-libcanberra: Hide a silly warning'
+  'lib32-libpulse: PulseAudio sound support'
+)
+provides=(gens)
+conflicts=(gens)
+source=(
+  https://retrocdn.net/images/6/6d/Gens-gs-r7.tar.gz
+  gens-gtk.patch
+)
 sha256sums=('6320cd7bee85472891e1e29b21731d2c8180d04db67ee21256491f3f9ad145c1'
 '29b1e9755b34e00ef7d19bdc527dc4f841400a0022c81ee71c331be4a76a6c1c')
 
@@ -33,24 +41,16 @@
 build() {
   cd gens-gs-r7
 
-  if [[ $CARCH == x86_64 ]]; then
-export CC='gcc -m32'
-export CXX='g++ -m32'
-export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
-LIBS='-ldl -lX11' ./configure \
-  --host='i686-unknown-linux-gnu' \
-  --prefix='/usr' \
-  --libdir='/usr/lib32' \
-  --with-pic \
-  --disable-static
-  else
-LIBS='-ldl -lX11' ./configure \
-  --prefix='/usr' \
-  --with-pic \
-  --disable-static
-  fi
-
+  LIBS='-ldl -lX11' ./configure \
+--host='i686-unknown-linux-gnu' \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--with-pic \
+--disable-static
   make
 }
 


Property changes on: gens-gs/trunk/PKGBUILD
___
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: gens-gs/trunk/gens-gtk.patch
===
--- gens-gtk.patch  2019-08-20 16:36:24 UTC (rev 500328)
+++ gens-gtk.patch  2019-08-20 16:36:58 UTC (rev 500329)

Property changes on: gens-gs/trunk/gens-gtk.patch
___
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property


[arch-commits] Commit in gens-gs/trunk (PKGBUILD)

2018-06-03 Thread Maxime Gauduin via arch-commits
Date: Sunday, June 3, 2018 @ 08:51:38
  Author: alucryd
Revision: 338944

upgpkg: gens-gs 2.16.7-7

Modified:
  gens-gs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 08:50:49 UTC (rev 338943)
+++ PKGBUILD2018-06-03 08:51:38 UTC (rev 338944)
@@ -5,7 +5,7 @@
 
 pkgname=gens-gs
 pkgver=2.16.7
-pkgrel=6
+pkgrel=7
 pkgdesc='An emulator of Sega Genesis, Sega CD and 32X, combining features from 
various forks of Gens'
 arch=('x86_64')
 url='https://segaretro.org/Gens/GS'


[arch-commits] Commit in gens-gs/trunk (PKGBUILD)

2017-11-24 Thread Jelle van der Waa
Date: Friday, November 24, 2017 @ 21:37:28
  Author: jelle
Revision: 268359

Fix 404 source url

Modified:
  gens-gs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-24 21:11:10 UTC (rev 268358)
+++ PKGBUILD2017-11-24 21:37:28 UTC (rev 268359)
@@ -20,7 +20,7 @@
'lib32-libpulse: PulseAudio sound support')
 provides=('gens')
 conflicts=('gens')
-source=('https://segaretro.org/images/6/6d/Gens-gs-r7.tar.gz'
+source=('https://retrocdn.net/images/6/6d/Gens-gs-r7.tar.gz'
 'gens-gtk.patch')
 sha256sums=('6320cd7bee85472891e1e29b21731d2c8180d04db67ee21256491f3f9ad145c1'
 '29b1e9755b34e00ef7d19bdc527dc4f841400a0022c81ee71c331be4a76a6c1c')


[arch-commits] Commit in gens-gs/trunk (PKGBUILD)

2016-11-02 Thread Maxime Gauduin
Date: Wednesday, November 2, 2016 @ 10:39:27
  Author: alucryd
Revision: 194379

HTTPS/GPG todo

Modified:
  gens-gs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-02 10:35:57 UTC (rev 194378)
+++ PKGBUILD2016-11-02 10:39:27 UTC (rev 194379)
@@ -8,7 +8,7 @@
 pkgrel=6
 pkgdesc='An emulator of Sega Genesis, Sega CD and 32X, combining features from 
various forks of Gens'
 arch=('i686' 'x86_64')
-url='http://segaretro.org/Gens/GS'
+url='https://segaretro.org/Gens/GS'
 license=('GPL')
 makedepends=('nasm')
 depends_i686=('gtk2' 'sdl')
@@ -20,7 +20,7 @@
'lib32-libpulse: PulseAudio sound support')
 provides=('gens')
 conflicts=('gens')
-source=('http://segaretro.org/images/6/6d/Gens-gs-r7.tar.gz'
+source=('https://segaretro.org/images/6/6d/Gens-gs-r7.tar.gz'
 'gens-gtk.patch')
 sha256sums=('6320cd7bee85472891e1e29b21731d2c8180d04db67ee21256491f3f9ad145c1'
 '29b1e9755b34e00ef7d19bdc527dc4f841400a0022c81ee71c331be4a76a6c1c')


[arch-commits] Commit in gens-gs/trunk (PKGBUILD)

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 14:24:52
  Author: bpiotrowski
Revision: 149885

C++11 ABI rebuild

Modified:
  gens-gs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 13:24:06 UTC (rev 149884)
+++ PKGBUILD2015-12-07 13:24:52 UTC (rev 149885)
@@ -5,7 +5,7 @@
 
 pkgname=gens-gs
 pkgver=2.16.7
-pkgrel=5
+pkgrel=6
 pkgdesc='An emulator of Sega Genesis, Sega CD and 32X, combining features from 
various forks of Gens'
 arch=('i686' 'x86_64')
 url='http://segaretro.org/Gens/GS'


[arch-commits] Commit in gens-gs/trunk (PKGBUILD)

2015-04-09 Thread Maxime Gauduin
Date: Thursday, April 9, 2015 @ 11:14:52
  Author: alucryd
Revision: 131016

FS#44506: gens-gs 2.16.7-5

Modified:
  gens-gs/trunk/PKGBUILD

--+
 PKGBUILD |   59 +++
 1 file changed, 31 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-09 07:24:20 UTC (rev 131015)
+++ PKGBUILD2015-04-09 09:14:52 UTC (rev 131016)
@@ -1,25 +1,25 @@
 # $Id$
-# Maintainer: Maxime Gauduin 
+# Maintainer: Maxime Gauduin 
 # Contributor: trya 
 # Contributor: Yvan 
 
 pkgname=gens-gs
 pkgver=2.16.7
-pkgrel=4
-pkgdesc="An emulator of Sega Genesis, Sega CD and 32X, combining features from 
various forks of Gens"
+pkgrel=5
+pkgdesc='An emulator of Sega Genesis, Sega CD and 32X, combining features from 
various forks of Gens'
 arch=('i686' 'x86_64')
-url="http://segaretro.org/Gens/GS";
+url='http://segaretro.org/Gens/GS'
 license=('GPL')
-if [[ $CARCH == "x86_64" ]]; then
-  makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl' 
'nasm')
-  optdepends=('lib32-alsa-plugins: Sound support for PulseAudio'
-  'lib32-libpulse: Sound support for PulseAudio')
-else
-  depends=('gtk2' 'sdl')
-  makedepends=('nasm')
-fi
+makedepends=('nasm')
+depends_i686=('gtk2' 'sdl')
+optdepends_i686=('libcanberra: Hide a silly warning')
+depends_x86_64=('lib32-gtk2' 'lib32-sdl')
+makedepends_x86_64=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl')
+optdepends_x86_64=('lib32-alsa-plugins: ALSA sound support'
+   'lib32-libcanberra: Hide a silly warning'
+   'lib32-libpulse: PulseAudio sound support')
+provides=('gens')
 conflicts=('gens')
-options=('!libtool')
 source=('http://segaretro.org/images/6/6d/Gens-gs-r7.tar.gz'
 'gens-gtk.patch')
 sha256sums=('6320cd7bee85472891e1e29b21731d2c8180d04db67ee21256491f3f9ad145c1'
@@ -26,35 +26,38 @@
 '29b1e9755b34e00ef7d19bdc527dc4f841400a0022c81ee71c331be4a76a6c1c')
 
 prepare() {
-  cd "${srcdir}"/${pkgname}-r7
+  cd gens-gs-r7
 
   patch -Np1 -i ../gens-gtk.patch
 }
 
 build() {
-  cd "${srcdir}"/${pkgname}-r7
+  cd gens-gs-r7
 
-  if [[ $CARCH == "x86_64" ]]; then
-export CC="gcc -m32"
-export CXX="g++ -m32"
-export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  fi
+  if [[ $CARCH == x86_64 ]]; then
+export CC='gcc -m32'
+export CXX='g++ -m32'
+export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-  if [[ $CARCH == "x86_64" ]]; then
-LIBS='-ldl -lX11' ./configure --host=i686-unknown-linux-gnu --prefix=/usr 
--libdir=/usr/lib32 --with-pic --disable-static
+LIBS='-ldl -lX11' ./configure \
+  --host='i686-unknown-linux-gnu' \
+  --prefix='/usr' \
+  --libdir='/usr/lib32' \
+  --with-pic \
+  --disable-static
   else
-LIBS='-ldl -lX11' ./configure --prefix=/usr --with-pic --disable-static
+LIBS='-ldl -lX11' ./configure \
+  --prefix='/usr' \
+  --with-pic \
+  --disable-static
   fi
+
   make
 }
 
 package() {
-  cd "${srcdir}"/${pkgname}-r7
+  cd gens-gs-r7
 
-  if [[ $CARCH == "x86_64" ]]; then
-depends=('lib32-gtk2' 'lib32-sdl')
-  fi
-
   make DESTDIR="${pkgdir}" install
 }
 


[arch-commits] Commit in gens-gs/trunk (PKGBUILD)

2013-04-29 Thread Maxime Gauduin
Date: Monday, April 29, 2013 @ 10:43:28
  Author: alucryd
Revision: 89398

upgpkg: gens-gs 2.16.7-4

Modified:
  gens-gs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 08:32:16 UTC (rev 89397)
+++ PKGBUILD2013-04-29 08:43:28 UTC (rev 89398)
@@ -5,7 +5,7 @@
 
 pkgname=gens-gs
 pkgver=2.16.7
-pkgrel=3
+pkgrel=4
 pkgdesc="An emulator of Sega Genesis, Sega CD and 32X, combining features from 
various forks of Gens"
 arch=('i686' 'x86_64')
 url="http://segaretro.org/Gens/GS";
@@ -41,7 +41,7 @@
   fi
 
   if [[ $CARCH == "x86_64" ]]; then
-./configure --host=i686-unknown-linux-gnu --prefix=/usr 
--libdir=/usr/lib32 --with-pic --disable-static
+LIBS='-ldl -lX11' ./configure --host=i686-unknown-linux-gnu --prefix=/usr 
--libdir=/usr/lib32 --with-pic --disable-static
   else
 LIBS='-ldl -lX11' ./configure --prefix=/usr --with-pic --disable-static
   fi



[arch-commits] Commit in gens-gs/trunk (PKGBUILD)

2013-03-22 Thread Maxime Gauduin
Date: Friday, March 22, 2013 @ 14:05:22
  Author: alucryd
Revision: 86824

upgpkg: gens-gs 2.16.7-2

Modified:
  gens-gs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 12:51:22 UTC (rev 86823)
+++ PKGBUILD2013-03-22 13:05:22 UTC (rev 86824)
@@ -5,7 +5,7 @@
 
 pkgname=gens-gs
 pkgver=2.16.7
-pkgrel=1
+pkgrel=2
 pkgdesc="An emulator of Sega Genesis, Sega CD and 32X, combining features from 
various forks of Gens"
 arch=('i686' 'x86_64')
 url="http://segaretro.org/Gens/GS";



[arch-commits] Commit in gens-gs/trunk (PKGBUILD)

2013-03-21 Thread Maxime Gauduin
Date: Friday, March 22, 2013 @ 01:57:42
  Author: alucryd
Revision: 86783

upgpkg: gens-gs 2.16.7-1

Modified:
  gens-gs/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 00:57:25 UTC (rev 86782)
+++ PKGBUILD2013-03-22 00:57:42 UTC (rev 86783)
@@ -11,8 +11,7 @@
 url="http://segaretro.org/Gens/GS";
 license=('GPL')
 if [[ $CARCH == "x86_64" ]]; then
-  depends=('lib32-gtk2' 'lib32-sdl')
-  makedepends=('gcc-multilib' 'nasm')
+  makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl' 
'nasm')
   optdepends=('lib32-alsa-plugins: Sound support for PulseAudio'
   'lib32-libpulse: Sound support for PulseAudio')
 else
@@ -51,6 +50,11 @@
 package() {
   cd "${srcdir}"/${pkgname}-r7
 
+# Multilib
+  if [[ $CARCH == "x86_64" ]]; then
+depends=('lib32-gtk2' 'lib32-sdl')
+  fi
+
 # Install
   make DESTDIR="${pkgdir}" install
 }