wok-current rev 14090
New: midori-video. Adds support to html5 videos
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Fri Feb 22 21:21:09 2013 +0100 (2013-02-22) |
parents | f2430744a95d |
children | cc0524a2800d |
files | midori-video/description.txt midori-video/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/midori-video/description.txt Fri Feb 22 21:21:09 2013 +0100 1.3 @@ -0,0 +1,2 @@ 1.4 +midori-video: 1.5 +Add support for all HTML5 native videos, including MP4/H264, ogg/theora, WebM.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/midori-video/receipt Fri Feb 22 21:21:09 2013 +0100 2.3 @@ -0,0 +1,21 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="midori-video" 2.7 +VERSION="0.4.8" 2.8 +CATEGORY="multimedia" 2.9 +SHORT_DESC="Add video support to midori for html5 videos" 2.10 +MAINTAINER="domcox@slitaz.org" 2.11 +LICENSE="gpl" 2.12 +WEB_SITE="http://www.slitaz.org" 2.13 + 2.14 +DEPENDS="midori libwebkit-video gstreamer gst-plugins-base gst-plugins-good \ 2.15 +gst-plugins-bad gst-ffmpeg" 2.16 + 2.17 + 2.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.19 +genpkg_rules() 2.20 +{ 2.21 + mkdir -p $fs/usr/share/doc 2.22 + cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt 2.23 +} 2.24 +