https://github.com/kokoko3k/xt7-player
After you installed the dependancies:
Mandatory: gambas >=3.1, mplayer, taglib_c(libtag_c)
Optional: youtube-dl,taglib (or libtag),xbindkeys
you can make and test the binary by your own this way
by using git:
- Code: Select all
# git clone https://github.com/kokoko3k/xt7-player.git
# cd xt7-player/
# /path/to/gambas/binaries/gbc3 -e -a -g -t -p -m
# /path/to/gambas/binaries/gba3
# ./xt7-player.gambas
Or you can skip the first line (git clone...), by grabbing and extracting the latest snapshot by a tar/zipball file:
https://github.com/kokoko3k/xt7-player/tarball/master
https://github.com/kokoko3k/xt7-player/zipball/master
PKGBUILD for Archlinux
