
Receipt for package "openshot"
# SliTaz package receipt. PACKAGE="openshot" VERSION="1.4.3" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" LICENSE="GPL3" SHORT_DESC="an open-source, non-linear video editor for Linux based on MLT framework" WEB_SITE="https://www.openshot.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://launchpad.net/openshot/${VERSION%.*}/$VERSION/+download/$TARBALL" TAGS="" DEPENDS="mlt-python-bindings pygoocanvas libsdl librsvg python-xdg \ frei0r-plugins python-pil python-httplib2" SUGGESTED="dvgrab libquicktime libavc1394 faac jack-audio-connection-kit ladspa" BUILD_DEPENDS="mlt-dev librsvg-dev libsdl-dev frei0r-plugins-dev sox-dev \ ffmpeg-dev goocanvas-dev wget" # What is the latest version available today? current_version() { wget -O - https://launchpad.net/openshot/ 2>/dev/null | \ sed '/Latest version/!d;s|.*is ||' } # Rules to configure and make the package. compile_rules() { python setup.py install --root=$DESTDIR --optimize=1 } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib $fs/usr }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)