Sorry for the inconvenience, but I've been away from my main Arch setup for the time being, so I don't have an easy way to test or fix the PKGBUILD. Also, I've been using the zxtune-bin version instead of this git version, so if anyone is willing to (co-)maintain or come up with a fix/patch, be my guest :)
Search Criteria
Package Details: zxtune-git r4380.r0.ga6b90b30d-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/zxtune-git.git (read-only, click to copy) |
---|---|
Package Base: | zxtune-git |
Description: | Portable toolkit for ZX-Spectrum music playing |
Upstream URL: | http://zxtune.bitbucket.io |
Licenses: | GPL3 |
Provides: | zxtune |
Submitter: | ids1024 |
Maintainer: | andrewlin16 |
Last Packager: | andrewlin16 |
Votes: | 7 |
Popularity: | 0.000001 |
First Submitted: | 2014-08-10 21:25 (UTC) |
Last Updated: | 2019-02-26 09:53 (UTC) |
Dependencies (13)
- boost-libs (boost171, boost-libs-git)
- gcc-libs (fastgcc, gccrs-libs-git, gcc-libs-git)
- qt4 (qt4-bin, qt4-revert80e3108)
- zlib (zlib-static, zlib-git, zlib-ng, zlib-ng-compat-git)
- boost (boost-git) (make)
- gcc (fastgcc, gccrs-git, gcc-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- zip (zip-natspec) (make)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta) (optional) – for ALSA output support
- curl (curl-minimal-git, curl-git) (optional) – for accessing data via network schemes
- flac (flac-nodocs-git, flac-minimal-git, flac-git) (optional) – for conversion to .flac format
- lame (lame-svn, lame-altivec) (optional) – for conversion to .mp3 format
- libvorbis (libvorbis-git, libvorbis-aotuv, libvorbis-aotuv-lancer) (optional) – for conversion to .ogg format
Required by (0)
Sources (1)
Latest Comments
andrewlin16 commented on 2021-01-26 07:46 (UTC)
btimofeev commented on 2021-01-26 06:48 (UTC)
Please vote to fix this error in the zxtune repository https://bitbucket.org/zxtune/zxtune/issues/145/linking-error-on-gcc-102
NoSuck commented on 2020-12-14 10:37 (UTC)
This package fails to build due to the same errors outlined here:
https://aur.archlinux.org/packages/zxtune123/#comment-780807
serdarsaglam commented on 2019-01-28 22:03 (UTC) (edited on 2019-09-09 22:22 (UTC) by serdarsaglam)
The package cannot be installed, it should be like in the comments below. A newer version is available
Edit: Official old version Arch Linux Zxtune package: https://drive.google.com/open?id=0BzfWZ2kQHJsGRzdYenVpbFRUNDQ
NoSuck commented on 2018-05-04 21:47 (UTC)
What a handy player! I've been enjoying the console version, ztune123.
The web site is now located at <https://zxtune.bitbucket.io>, not <http://zxtune.bitbucket.org> as listed.
ids1024 commented on 2016-08-21 03:32 (UTC)
Why was this package flagged out-of-date? It builds fine for me, and can't literally be out-of-date since it builds from git.
I'll unflag the package. If there is a problem, please describe it.
ids1024 commented on 2014-08-27 03:27 (UTC)
Yes, of course it depends on git rather than svn. Fixed.
Vitamin commented on 2014-08-27 03:18 (UTC)
Also required to change subversion to git in dependencies:)
ids1024 commented on 2014-08-26 23:48 (UTC)
Fixed.
Vitamin commented on 2014-08-26 20:07 (UTC)
Hello! Sorry for later response.
A few notes about your PKGBUILD:
1) add zlib to dependencies
2) use single apps/bundle target to build all the applications instead of multiple calls for each target
Thank you for excellent work!
ids1024 commented on 2014-08-20 22:24 (UTC)
I have created a zxtune-git package which should be more up to date.
ids1024 commented on 2014-08-03 23:35 (UTC)
This package should be changed to build from bitbucket.
sl1pkn07 commented on 2013-04-06 09:59 (UTC)
pkgbuild with new VCS structure http://sl1pkn07.no-ip.com/paste/view/895066ca
fail build http://sl1pkn07.no-ip.com/paste/view/a37d598b (fail with new/old pkgbuild)
greetings
PS: $MAKEFLAGS is automatic parsed by make. edit /etc/makepkg.conf to comment out and set number of cores
sl1pkn07 commented on 2013-04-06 09:43 (UTC)
you not buld package by yourself before upload?, then:
1) "makepkg" (to build & get svn revision. pkgver= is generated/updated automatic)
2) whitout edit PKGBUILD: "makepkg --source" (to generate package source)
3) upload package source
in this order
Vitamin commented on 2013-04-05 10:48 (UTC)
So, what's the solution?
sl1pkn07 commented on 2013-04-05 10:21 (UTC)
yea. but when you update/upload pkgbuild this dont update
zxtune-svn : (local=2101-1 aur=VERSION-1)
Vitamin commented on 2013-04-05 02:52 (UTC)
After the first build pkgver is replaced with the most recent revision.
sl1pkn07 commented on 2013-04-05 01:30 (UTC)
why use VERSION in pkgver instead number of revision?
with VERSION never update if using helpers
Vitamin commented on 2013-03-29 20:49 (UTC)
Updated
mrbit commented on 2013-03-29 14:13 (UTC)
please update to rev 2309 and pkgbuild for qt4 , _options="release=1 platform=linux arch=${CARCH} distro=archlinux"
Vitamin commented on 2013-03-01 14:59 (UTC)
Should be fixed in the nearest public build.
mrbit commented on 2013-03-01 14:27 (UTC)
please update qt4
Vitamin commented on 2013-03-01 14:17 (UTC)
Fix PKGBUILD:
- _options="release=1 platform=linux arch=${CARCH}"
+ _options="release=1 platform=linux arch=${CARCH} distro=archlinux"
or use prebuilt version from site.
btimofeev commented on 2013-03-01 14:07 (UTC)
/usr/bin/ld: cannot find -lboost_filesystem-mt
/usr/bin/ld: cannot find -lboost_program_options-mt
/usr/bin/ld: cannot find -lboost_system-mt
/usr/bin/ld: cannot find -lboost_thread-mt
collect2: ошибка: выполнение ld завершилось с кодом возврата 1
make[1]: *** [../../bin/linux_i686/release/xtractor] Ошибка 1
Vitamin commented on 2012-11-22 07:44 (UTC)
Updated
mrbit commented on 2012-10-29 18:45 (UTC)
update please
mrbit commented on 2012-05-29 19:28 (UTC)
add dipendens ('textator-svn')
Vitamin commented on 2012-05-29 19:19 (UTC)
export NO_TEXTATOR=1
or visit http://textator.googlecode.com
PKGBUILD of textator is missed somewhere
mrbit commented on 2012-05-29 18:11 (UTC)
dipendens ---> textator ?????
Pinned Comments
andrewlin16 commented on 2021-01-26 07:46 (UTC)
Sorry for the inconvenience, but I've been away from my main Arch setup for the time being, so I don't have an easy way to test or fix the PKGBUILD. Also, I've been using the zxtune-bin version instead of this git version, so if anyone is willing to (co-)maintain or come up with a fix/patch, be my guest :)