Package Details: parsec47 0.2-2

Git Clone URL: https://aur.archlinux.org/parsec47.git (read-only, click to copy)
Package Base: parsec47
Description: Fast-paced retro shoot'em up in an abstract world
Upstream URL: http://www.asahi-net.or.jp/~cs8k-cyu/windows/p47_e.html
Licenses: custom
Submitter: None
Maintainer: delta48
Last Packager: delta48
Votes: 2
Popularity: 0.000000
First Submitted: 2013-07-14 08:11 (UTC)
Last Updated: 2021-03-07 15:33 (UTC)

Latest Comments

1 2 Next › Last »

frostwork commented on 2021-03-02 17:51 (UTC)


--- parsec47/PKGBUILD   2021-03-02 18:43:33.353138300 +0100
+++ parsec47/PKGBUILD   2021-03-02 18:44:49.534652982 +0100
@@ -2,6 +2,8 @@
 # Shamelessly ripped off from the a7xpg PKGBUILD, also in the AUR
 # Contributor: delta48 <dark.magician.48[at]gmail[dot]com>
 # added just a few touches to make it compile again
+# Contributor: Marcel Unbehaun <f.rostze.ux at gmail dot com>
+# dito

 pkgname=parsec47
 pkgver=0.2
@@ -12,21 +14,17 @@
 license=('custom')
 depends=('sdl_mixer' 'libbulletml')
 makedepends=('gdc')
-source=("http://abagames.sakura.ne.jp/windows/p47_0_2.zip"
-   "http://ftp.de.debian.org/debian/pool/main/p/${pkgname}/${pkgname}_${pkgver}.dfsg1-6.debian.tar.gz")
-md5sums=('9d90057a269591fe992b7ed44de2d29f'
-         '98d19456f1bf69709b20dbf9fd175ab5')
+source=("http://deb.debian.org/debian/pool/main/p/parsec47/parsec47_0.2.dfsg1.orig.tar.gz"
+   "http://ftp.de.debian.org/debian/pool/main/p/${pkgname}/${pkgname}_${pkgver}.dfsg1-9.debian.tar.xz")
+md5sums=('9405d210176d7bfaa447bf069f07afc2'
+         '41d517c11bdce829c8036b122bee8570')
+

 prepare() {
   cd $srcdir/p47
-
-  _patchdir="../debian/patches"
-  cat $_patchdir/series | egrep -v '^#|^\ #' | sed "s:^:$_patchdir/:" | xargs -n1 patch -p1 -i
-
-  sed -i 's:/games::g' ./src/abagames/p47/BarrageManager.d
-  sed -i 's:/games::g' ./src/abagames/util/sdl/{Sound,Texture}.d
-  sed -i 's:gdmd-v1:gdmd:' Makefile
-  sed -i 's:gdc-v1:gdc:' Makefile
+  for i in $(cat ../debian/patches/series); do
+    patch -p1 <../debian/patches/$i
+  done
 }

 build() {
@@ -41,7 +39,7 @@
   install -D -m755 $pkgname $pkgdir/usr/bin/$pkgname

   # Install other resources
-  find {images,large,largemove,middle,middlebackmove,middlemove,middlesub,middlesub_lock,morph,morph_lock,small,smallmove,smallsidemove,small_lock,sounds} -type f -exec install -Dm644 {} $pkgdir/usr/share/$pkgname/{} \;
+  find {images,large,largemove,middle,middlebackmove,middlemove,middlesub,middlesub_lock,morph,morph_lock,small,smallmove,smallsidemove,small_lock,sounds} -type f -exec install -Dm644 {} $pkgdir/usr/share/games/$pkgname/{} \;

   # Install man page and debian copyright notice
   install -D -m644 ../debian/$pkgname.6 $pkgdir/usr/share/man/man6/$pkgname.6

frostwork commented on 2021-03-02 16:54 (UTC)

Thanks for the reply @delta48. Either way is fine for me, whatever you prefer.

delta48 commented on 2021-03-02 16:50 (UTC)

@frostwork, please post the diff here so I could update it or do you want to be a co-maintainer?

frostwork commented on 2021-02-28 20:00 (UTC)

Hi, I "added just a few touches to make it compile again". Should I post a diff here? Basically I more or less only changed it to use the latest debian packages. Like in my other ABA-games ebuilds I released earlier today the game assets are now in /usr/share/games/ instead of /usr/share - no idea if arch has a fix directive here.

delta48 commented on 2014-11-29 18:31 (UTC)

updated !! @zorum Thanks

zorun commented on 2014-11-29 11:58 (UTC)

The download URL has changed (404), it should be replaced by http://abagames.sakura.ne.jp/windows/p47_0_2.zip (the MD5SUM hasn't changed)

delta48 commented on 2014-10-17 16:26 (UTC)

i like so much this game so i take it :D

<deleted-account> commented on 2013-10-25 15:29 (UTC)

Orphaning. Feel free to adopt.

<deleted-account> commented on 2013-07-14 09:02 (UTC)

Of all the games of Kenta Cho, this one has always been my favorite. I vaguely remember it was here in the AUR at some point in the past. Anyway, 99% of the credit for this must go to the creator and the maintainer of the a7xpg package (it's the one I used as a "template"). It's surprising how little I had to change :)

<deleted-account> commented on 2013-07-14 09:02 (UTC)

Of all the games of Kenta Cho, this one has always been my favorite. I vaguely remember it was here in the AUR at some point in the past. Anyway, 99% of the credit for this must go to the creator and the maintainer of the a7xpg package (it's the one I picked as a "template"). It's surprising how little I had to change :)