Package Details: taisei 1.3.2-1

Git Clone URL: https://aur.archlinux.org/taisei.git (read-only, click to copy)
Package Base: taisei
Description: Open source Touhou clone
Upstream URL: https://taisei-project.org/
Keywords: danmaku game opengl sdl taisei touhou
Licenses: MIT
Submitter: None
Maintainer: laochailan
Last Packager: laochailan
Votes: 11
Popularity: 0.000010
First Submitted: 2012-08-09 20:44 (UTC)
Last Updated: 2022-04-10 19:52 (UTC)

Latest Comments

laochailan commented on 2022-04-11 18:01 (UTC)

That’s strange. We don’t use doxygen and I don’t see errors without it.

cyberpunkrocker commented on 2022-04-11 03:09 (UTC)

@laochailan Good to hear that this has now a proper maintainer.

I noticed later that taisei needs 'doxygen' as a makedependency, too. Taisei builds and works without doxygen though, but throws a lots of errors during compilation without it.

laochailan commented on 2022-04-10 19:54 (UTC)

Thanks, cyberpunkrocker, for the new PKGBUILD. I adopted the package and updated it to that version.

cyberpunkrocker commented on 2021-11-05 20:09 (UTC) (edited on 2021-11-05 20:13 (UTC) by cyberpunkrocker)

If you want to have something done, do it yourself. Here's an updated and slightly cleaned-up PKGBUILD for taisei-1.3.2.

# Maintainer: Andrei Alexeyev <akari@alienslab.net>
# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
# Contributor: Lukas Weber <laochailan@web.de>

pkgname=taisei
pkgver=1.3.2
pkgrel=1
pkgdesc="Open source Touhou clone"
arch=('i686' 'x86_64')
url="https://taisei-project.org/"
license=('MIT')
depends=('opengl-driver' 'cglm' 'sdl2_mixer' 'freetype2' 'libpng' 'libwebp' 'libzip' 'hicolor-icon-theme')
makedepends=('meson' 'python-docutils')
source=("https://github.com/taisei-project/taisei/releases/download/v$pkgver/taisei-v$pkgver.tar.xz")
sha256sums=('dbc05f1b5c31981d8711130ac283355b7bfad403895f4096a6bb7e9a3d73a3bc')

build() {
    cd $pkgname-v$pkgver
    arch-meson build
    ninja -C build 
}

package() {
    cd $pkgname-v$pkgver
    DESTDIR="$pkgdir" ninja install -C build
    install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}

cyberpunkrocker commented on 2021-11-05 19:24 (UTC)

No updates for over 2 years?

asi14 commented on 2021-06-24 16:37 (UTC)

Are there any plans to update this package to 1.3.2? It's been flagged out of date for close to 2 months now.

carstene1ns commented on 2017-09-27 13:42 (UTC)

Akari> Maintainer is unresponsive, package is very outdated. I'm a developer of this software and I'd like to take over. Maintainer is on vacation and this package has been flagged for 2 days. However, have fun with this package. Not bothering with upstreams that neglect their stuff for years and then cannot wait for 2 days.

carstene1ns commented on 2015-11-06 21:27 (UTC)

stroggle: This should be fixed now. I have added an upstream commit as patch.

stroggle commented on 2015-11-02 14:27 (UTC)

Hi, I don't success to compile it. Build it make a list of undifined references. Any idea ?

carstene1ns commented on 2014-02-08 16:20 (UTC)

Adopted and updated to the latest package standards.