# HG changeset patch # User Xander Ziiryanoff # Date 1418248736 -3600 # Node ID 1f94f879d67ce81addbfe6eef38bda3c5fe3ee98 # Parent 19bb7af3735fd260e3a07c926a220cb4b1a64b75 Up gst-ffmpeg (0.10.13); avidemux: add gtk diff -r 19bb7af3735f -r 1f94f879d67c avidemux/receipt --- a/avidemux/receipt Wed Dec 10 21:59:12 2014 +0100 +++ b/avidemux/receipt Wed Dec 10 22:58:56 2014 +0100 @@ -11,9 +11,11 @@ WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" TAGS="video movie editor avi mpeg mp4" -DEPENDS="libsdl alsa-lib libsdl-gfx libxml2 xorg-libXv gtk+ cairo libQtGui" +DEPENDS="libsdl alsa-lib libsdl-gfx libxml2 xorg-libXv gtk+ cairo libQtGui \ +libxslt libvpx" BUILD_DEPENDS="tar coreutils-file-special coreutils-file-format cmake yasm \ -gettext pkg-config zlib-dev bzip2 patch libxml2-dev Qt4-dev qmake" +gettext pkg-config zlib-dev bzip2 patch libxml2-dev Qt4-dev qmake \ +libxslt-dev libvpx-dev gtk+-dev" # Rules to configure and make the package. compile_rules() diff -r 19bb7af3735f -r 1f94f879d67c gst-ffmpeg/receipt --- a/gst-ffmpeg/receipt Wed Dec 10 21:59:12 2014 +0100 +++ b/gst-ffmpeg/receipt Wed Dec 10 22:58:56 2014 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gst-ffmpeg" -VERSION="0.10.11" +VERSION="0.10.13" SERIES="0.10" CATEGORY="multimedia" SHORT_DESC="GStreamer FFmpeg Plugins" @@ -14,6 +14,7 @@ DEPENDS="gst-plugins-base bzip2" BUILD_DEPENDS="gstreamer-dev gst-plugins-base-dev bzip2-dev \ coreutils-file-format coreutils-file-special glib-dev yasm" +SUGGESTED="gst-plugins-good" # Rules to configure and make the package. compile_rules()