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