wok view yarock/receipt @ rev 20701

updated airgeddon (3.31 -> 8.12)
author Hans-G?nter Theisgen
date Tue Feb 05 17:16:21 2019 +0100 (2019-02-05)
parents 9689f1b75619
children 5b6c86ca3faa
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 taglib gst-ffmpeg gst-plugins-good libshout \
20 libQtMultimedia libQtPlugins jack-audio-connection-kit phonon-backend-gstreamer"
21 BUILD_DEPENDS="cmake Qt4-dev qmake phonon-dev taglib-dev pkg-config 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 }