wok-next view rhythmcat2/receipt @ rev 20657

Up openjpeg2 (2.3.0), pciutils (3.5.6), pcre (8.41), pcre2 (10.31), pinentry (1.1.0), sakura (3.6.0), vte (0.50.2); add openobex, pax.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 05 16:03:34 2018 +0300 (2018-05-05)
parents 970bec16c269
children d6378d455338
line source
1 # SliTaz package receipt v2.
3 PACKAGE="rhythmcat2"
4 VERSION="1.9.5"
5 COMMIT="cca12d7"
6 CATEGORY="multimedia"
7 SHORT_DESC="RhythmCat2 music player"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL3"
10 WEB_SITE="https://github.com/supercatexpert/RhythmCat2"
12 TARBALL="$PACKAGE-$COMMIT.tar.gz"
13 WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz"
15 BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev gtk+3-dev curl-dev \
16 intltool"
18 compile_rules() {
19 patch -p1 -i $stuff/rhythmcat2.patch
20 cp $stuff/ru.po $src/po
22 ./configure \
23 --disable-gtk-doc-html \
24 --disable-introspection \
25 --with-native-plugins \
26 $CONFIGURE_ARGS &&
27 fix libtool &&
28 make &&
29 make install
30 }
32 genpkg_rules() {
33 copy RhythmCat2 *.so* *.PNG *.desktop *.mo
34 DEPENDS="gst0-plugins-base gtk+3 xorg-libXdamage"
35 }