# HG changeset patch # User Hans-G?nter Theisgen # Date 1582440414 -3600 # Node ID 9c823902b6e98945e47c38c5a44823a556bdb364 # Parent 79bb591250677391d841c4dc937589311ac006df updated gst-libav (1.10.1 -> 1.16.2) diff -r 79bb59125067 -r 9c823902b6e9 gst-libav/receipt --- a/gst-libav/receipt Sun Feb 23 07:34:45 2020 +0100 +++ b/gst-libav/receipt Sun Feb 23 07:46:54 2020 +0100 @@ -1,29 +1,33 @@ # SliTaz package receipt. PACKAGE="gst-libav" -VERSION="1.10.1" +VERSION="1.16.2" SERIES="1.0" CATEGORY="multimedia" -SHORT_DESC="GStreamer 1.x libav/ffmpeg Plugin" +SHORT_DESC="GStreamer 1.x libav/ffmpeg Plugin." MAINTAINER="psychomaniak@xakep.ru" LICENSE="GPL2" +WEB_SITE="https://gstreamer.freedesktop.org/" + TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="https://gstreamer.freedesktop.org/" WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" -DEPENDS="gst-plugins-base-1.0 bzip2 gst-plugins-good-1.0" -BUILD_DEPENDS="gstreamer-1.0-dev gst-plugins-base-1.0-dev bzip2-dev \ -coreutils-file-format coreutils-file-special glib-dev yasm gtk-doc" +DEPENDS="bzip2 gst-plugins-base-1.0 gst-plugins-good-1.0" +BUILD_DEPENDS="bzip2-dev coreutils-file-format coreutils-file-special + glib-dev gst-plugins-base-1.0-dev gstreamer-1.0-dev gtk-doc + yasm" # Rules to configure and make the package. compile_rules() { - sed '/set ERROR_C/d' -i configure - ./configure \ - --prefix=/usr --disable-static \ - --with-libav-extra-configure="--enable-runtime-cpudetect" \ - --with-package-name="GStreamer libav Plugin ($SERIES)" \ - --with-package-origin="http://www.slitaz.org/" \ + sed -i '/set ERROR_C/d' configure + + ./configure \ + --prefix=/usr \ + --disable-static \ + --with-libav-extra-configure="--enable-runtime-cpudetect" \ + --with-package-name="GStreamer libav Plugin ($SERIES)" \ + --with-package-origin="http://www.slitaz.org/" \ $CONFIGURE_ARGS && make $MAKEFLAGS && make DESTDIR=$install install 2>/dev/null @@ -33,5 +37,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib/gstreamer-$SERIES - cp -a $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES + cp -a $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES }