wok view yarock/receipt @ rev 16669

Add: yarock
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 14 15:46:28 2014 +0300 (2014-05-14)
parents
children 9689f1b75619
line source
1 # SliTaz package receipt.
3 PACKAGE="yarock"
4 VERSION="0.9.67"
5 CATEGORY="multimedia"
6 SHORT_DESC="Yarock is a music player in c++/Qt"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://launchpad.net/yarock"
10 TARBALL="Yarock_${VERSION}_source.tar.gz"
11 WGET_URL="https://launchpad.net/yarock/trunk/$VERSION/+download/$TARBALL"
13 # full list of depends to make available to listen to music and internet radio
14 # (not only runtime (ldd) depends)
15 # but something wrong with sub-depends - why Qt application needs GTK?!
16 #
17 # TODO: review libQtPlugins (huge depends, maybe split?) gst-plugins-good (gtk?)
18 #
19 DEPENDS="libQtDBus qjson qt4-phonon taglib gst-ffmpeg gst-plugins-good \
20 libshout libQtMultimedia libQtPlugins jack-audio-connection-kit"
21 BUILD_DEPENDS="cmake Qt4-dev qmake qt4-phonon taglib-dev pkgconfig qjson-dev \
22 xorg-libX11 xorg-libXext xorg-libX11-dev wget"
24 # Rules to configure and make the package.
25 compile_rules()
26 {
27 cp -f $stuff/yarock_ru.ts $src/translation
28 patch -p0 < $stuff/yarock.patch
30 mkdir build; cd build
31 cmake -DCMAKE_INSTALL_PREFIX=/usr ..
32 make
33 make install
34 }
36 # Rules to gen a SliTaz package suitable for Tazpkg.
37 genpkg_rules()
38 {
39 cp -a $install/* $fs
40 }