wok-current rev 17443
Up gst-ffmpeg (0.10.13); avidemux: add gtk
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Dec 10 22:58:56 2014 +0100 (2014-12-10) |
parents | 19bb7af3735f |
children | 6f7fb054296c |
files | avidemux/receipt gst-ffmpeg/receipt |
line diff
1.1 --- a/avidemux/receipt Wed Dec 10 21:59:12 2014 +0100 1.2 +++ b/avidemux/receipt Wed Dec 10 22:58:56 2014 +0100 1.3 @@ -11,9 +11,11 @@ 1.4 WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" 1.5 TAGS="video movie editor avi mpeg mp4" 1.6 1.7 -DEPENDS="libsdl alsa-lib libsdl-gfx libxml2 xorg-libXv gtk+ cairo libQtGui" 1.8 +DEPENDS="libsdl alsa-lib libsdl-gfx libxml2 xorg-libXv gtk+ cairo libQtGui \ 1.9 +libxslt libvpx" 1.10 BUILD_DEPENDS="tar coreutils-file-special coreutils-file-format cmake yasm \ 1.11 -gettext pkg-config zlib-dev bzip2 patch libxml2-dev Qt4-dev qmake" 1.12 +gettext pkg-config zlib-dev bzip2 patch libxml2-dev Qt4-dev qmake \ 1.13 +libxslt-dev libvpx-dev gtk+-dev" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules()
2.1 --- a/gst-ffmpeg/receipt Wed Dec 10 21:59:12 2014 +0100 2.2 +++ b/gst-ffmpeg/receipt Wed Dec 10 22:58:56 2014 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="gst-ffmpeg" 2.7 -VERSION="0.10.11" 2.8 +VERSION="0.10.13" 2.9 SERIES="0.10" 2.10 CATEGORY="multimedia" 2.11 SHORT_DESC="GStreamer FFmpeg Plugins" 2.12 @@ -14,6 +14,7 @@ 2.13 DEPENDS="gst-plugins-base bzip2" 2.14 BUILD_DEPENDS="gstreamer-dev gst-plugins-base-dev bzip2-dev \ 2.15 coreutils-file-format coreutils-file-special glib-dev yasm" 2.16 +SUGGESTED="gst-plugins-good" 2.17 2.18 # Rules to configure and make the package. 2.19 compile_rules()