Package Details: taisei 1.4.1-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: 12
Popularity: 0.016069
First Submitted: 2012-08-09 20:44 (UTC)
Last Updated: 2024-03-12 23:30 (UTC)

Latest Comments

1 2 Next › Last »

laochailan commented on 2023-11-19 20:43 (UTC)

@limelight4154 Thanks for catching this and sorry for the very late response! I updated the PKGBUILD.

limelight4154 commented on 2023-10-23 17:54 (UTC)

I have zstd installed, but the package failed to build with a zstandard error.

Fixed by installing extra/python-zstandard, so I think that should also be a dependency.

See https://github.com/taisei-project/taisei/blob/master/doc/BUILD.rst#dependencies

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.