wok-next rev 18878
Add xwax (1.5) (K3nn3th request)
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Mon Feb 08 23:04:27 2016 +0100 (2016-02-08) |
parents | 558051369455 |
children | 46cd05f762af |
files | xwax/description.txt xwax/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xwax/description.txt Mon Feb 08 23:04:27 2016 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +xwax is an open-source Digital Vinyl System (DVS) for Linux. It allows DJs and 1.5 +turntablists to playback digital audio files (MP3, Ogg Vorbis, FLAC, AAC and 1.6 +more), controlled using a normal pair of turntables via timecoded vinyls. 1.7 + 1.8 +It's designed for both beat mixing and scratch mixing. Needle drops, pitch 1.9 +changes, scratching, spinbacks and rewinds are all supported, and feel just 1.10 +like the audio is pressed onto the vinyl itself. 1.11 + 1.12 +The focus is on an accurate vinyl feel which is efficient, stable and fast.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/xwax/receipt Mon Feb 08 23:04:27 2016 +0100 2.3 @@ -0,0 +1,27 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="xwax" 2.7 +VERSION="1.5" 2.8 +CATEGORY="multimedia" 2.9 +SHORT_DESC="An open-source Digital Vinyl System (DVS) for Linux" 2.10 +MAINTAINER="Lucas Levrel <llev@slitaz.org>" 2.11 +LICENSE="GPL2" 2.12 +WEB_SITE="http://xwax.org" 2.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 +WGET_URL="$WEB_SITE/releases/$TARBALL" 2.15 + 2.16 +DEPENDS="libsdl libsdl-ttf alsa-lib" 2.17 +BUILD_DEPENDS="libsdl-dev libsdl-ttf-dev alsa-lib-dev" 2.18 + 2.19 +# Rules to configure and make the package. 2.20 +compile_rules() 2.21 +{ 2.22 + ./configure $CONFIGURE_ARGS --enable-alsa --prefix /usr && \ 2.23 + LDFLAGS=-Os make && make install 2.24 +} 2.25 + 2.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.27 +genpkg_rules() 2.28 +{ 2.29 + cp -a $install/* $fs 2.30 +}