wok-next view miro/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents c022997c7a57
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="miro"
4 VERSION="6.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="The free and open source internet TV platform"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.getmiro.com/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://ftp.osuosl.org/pub/pculture.org/$PACKAGE/src/$TARBALL"
14 BUILD_DEPENDS="python-pyrex python-pysqlite pywebkitgtk desktop-file-utils \
15 hicolor-icon-theme notify-python gst0-ffmpeg pycurl python-gconf python-dev \
16 python-dbus-dev python-pygtk-dev gstreamer0-dev shared-mime-info-dev gst0-python-dev \
17 libtorrent-rasterbar-dev libsoup-dev webkitgtk-dev gst0-plugins-base-dev \
18 gst0-plugins-good ffmpeg-dev imagemagick-dev taglib-dev boost-dev"
20 compile_rules() {
21 cd $src/linux
22 python -B setup.py install --root=$install &&
23 sed -i "s|./miro.real|/usr/bin/miro.real|g" $install/usr/bin/miro
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="python-dbus python-pyrex python-pygtk gstreamer0 python-pysqlite \
29 pywebkitgtk shared-mime-info desktop-file-utils hicolor-icon-theme \
30 gst0-python notify-python libtorrent-rasterbar gst0-plugins-base \
31 gst0-plugins-good gst0-ffmpeg pycurl taglib python-gconf"
32 }