wok view miro/receipt @ rev 23840

Up libsdl2-image (2.0.5), radare2 (4.4.0), screen (4.8.0), sleuthkit (4.9.0), thunderbird-bin (68.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 04 16:22:12 2020 +0000 (2020-06-04)
parents 7453cace358a
children 241fb98cab1c
line source
1 # SliTaz package receipt.
3 PACKAGE="miro"
4 VERSION="6.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="The free and open source internet TV platform."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.getmiro.com"
11 WGET_URL="http://ftp.osuosl.org/pub/pculture.org/$PACKAGE/src/$TARBALL"
13 DEPENDS="dbus-python python-pyrex pygtk gstreamer python-pysqlite pywebkitgtk \
14 shared-mime-info desktop-file-utils hicolor-icon-theme gst-python notify-python \
15 libtorrent-rasterbar gst-plugins-base gst-plugins-good gst-ffmpeg \
16 pycurl taglib python-gconf"
17 BUILD_DEPENDS="$DEPENDS python-dev dbus-python-dev pygtk-dev gstreamer-dev \
18 shared-mime-info-dev gst-python-dev libtorrent-rasterbar-dev libsoup-dev \
19 libwebkit-dev gst-plugins-base-dev gst-plugins-good-dev ffmpeg-dev \
20 imagemagick-dev taglib-dev libboost-dev"
22 # Rules to configure and make the package.
23 compile_rules()
24 {
25 cd $src/linux
26 sed 's|= CODEC|= AV_CODEC|g;s|....o_st->pts.val|0|' -i miro-segmenter.c
27 python setup.py install --root=$DESTDIR
28 sed -i "s|./miro.real|/usr/bin/miro.real|g" $DESTDIR/usr/bin/miro
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 mkdir -p $fs/usr/share
36 cp -a $install/usr/bin $fs/usr
37 cp -a $install/usr/lib $fs/usr
38 cp -a $install/usr/share/icons $fs/usr/share
39 cp -a $install/usr/share/miro $fs/usr/share
40 }